Difference between revisions of "Template:2015Top"

 
(38 intermediate revisions by 2 users not shown)
Line 77: Line 77:
 
width: 180px;
 
width: 180px;
 
float: left;
 
float: left;
height:2250px;
+
height:1950px;
 
padding-top:5px;
 
padding-top:5px;
 
}
 
}
Line 201: Line 201:
 
         height:80px;
 
         height:80px;
 
         position:fixed;
 
         position:fixed;
 +
display:initial;
 
     }
 
     }
  
Line 213: Line 214:
 
     #pageTitle {
 
     #pageTitle {
 
         width: 730px;
 
         width: 730px;
         float: left;
+
         float: none;
 
         padding: 5px 10px 0px 10px;
 
         padding: 5px 10px 0px 10px;
 
         height:80px;
 
         height:80px;
Line 244: Line 245:
 
background-color: #ffffff;
 
background-color: #ffffff;
 
margin-bottom: 5px;
 
margin-bottom: 5px;
padding: 5px 20px 5px 20px;
+
padding: 0px 20px 0px 20px;
 +
padding-bottom: 80px;
 +
padding-top: 30px;
 
}
 
}
 +
  
  
Line 255: Line 259:
 
float:right;
 
float:right;
 
width:800px;
 
width:800px;
 +
padding-bottom: 50px;
 +
padding-top: 10px;
 
}
 
}
  
Line 268: Line 274:
 
height: 100vh;
 
height: 100vh;
 
margin:0px;
 
margin:0px;
 +
padding-top:-1px;
 +
display:initial;
 
}
 
}
  
Line 277: Line 285:
 
font-size: 13px;
 
font-size: 13px;
 
color: #434343;
 
color: #434343;
 +
}
 +
 +
#leftColumn li .sidemenu_below {
 +
font-weight: normal;
 +
font-style: italic;
 +
font-size: smaller;
 +
text-align: right;
 +
margin-right: 2em;
 
}
 
}
  
Line 282: Line 298:
 
padding-left: 10px;
 
padding-left: 10px;
 
margin-left: -19px;
 
margin-left: -19px;
padding-top:4px;
 
 
padding-bottom: 4px;
 
padding-bottom: 4px;
 
margin-bottom: -1px;
 
margin-bottom: -1px;
Line 316: Line 331:
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 +
 +
 +
#contentWrap a h3{
 +
position:relative;
 +
top: -50px;
 +
}
  
 
/* Styling links on hover- links are different in menu divs */
 
/* Styling links on hover- links are different in menu divs */
Line 375: Line 396:
 
vertical-align: text-top;
 
vertical-align: text-top;
 
}
 
}
 +
 +
 +
 +
 +
/* styling for all the headers in all the pages */
 +
#rightColumn h2{
 +
background-color: #ccc;
 +
padding-left: 10px;
 +
margin-top:10px;
 +
}
 +
  
  
Line 421: Line 453:
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 
     }
 
     }
 +
 +
 +
  
 
li.menusubtopic {
 
li.menusubtopic {
Line 596: Line 631:
 
}
 
}
  
 +
.twoColumns_div {
 +
width: 48%;
 +
float:left;
 +
padding:5px;
 +
}
  
</style>
 
  
 +
.threeColumns_div {
 +
width: 31%;
 +
float:left;
 +
padding:5px;
 +
}
  
<script type="text/javascript">
 
$(document).ready(function() {
 
  
 +
.Alumni_Menu{
 +
float:left;
 +
width: 100px;
 +
margin-top:50px;
 +
height: 25px;
  
// Places first heading on top part of the page, inside a h1(#placeHeading) in #pageTitle
+
/*animate transition */
$('.firstHeading').prependTo('#placeHeading');
+
-webkit-transition: background 0.2s linear;
 +
-moz-transition: background 0.2s linear;
 +
-ms-transition: background 0.2s linear;
 +
-o-transition: background 0.2s linear;
 +
transition: background 0.2s linear;
 +
}
 +
 
 +
 
 +
 
 +
</style>
  
// Attaches a hover script to every item with the class 'pop_why'
 
$('.pop_why').hover(
 
        function() {
 
                      // Does the pop_why need to be installed?
 
                if ( ! $(this).children('.pop_why_div').length ) {
 
                        $(this).append("<DIV class='pop_why_div' style='display:block'>Loading...</div>");
 
                              $(this).find('.pop_why_div').load( $(this).attr("data-poptitle") + '?action=raw' );
 
                }
 
                var foo = $(this).find('.pop_why_div').show();
 
        } ,
 
        function() {
 
                $(this).find('.pop_why_div').clearQueue();
 
        $(this).find('.pop_why_div').hide();
 
                $(this).find('.pop_why_div').clearQueue();
 
                $(this).find('.pop_why_div').hide();
 
}
 
        );
 
  
});
 
</script>
 
  
  

Latest revision as of 15:56, 9 July 2015