Difference between revisions of "Template:MIT-Header"

Line 11: Line 11:
  
 
/*This id is in the wiki wrapper so by putting this image a few layers up we can avoid the smaller div's that would otherwise distort the picture*/
 
/*This id is in the wiki wrapper so by putting this image a few layers up we can avoid the smaller div's that would otherwise distort the picture*/
 +
 +
#contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 +
.topWikiNavBackground {
 +
    height:18px;
 +
    margin-top: -32px;
 +
    background-color:transparent;
 +
}
 +
 +
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
        background-color: transparent;
 +
}
 +
 +
 
#globalWrapper {
 
#globalWrapper {
 
position: absolute;
 
position: absolute;

Revision as of 18:58, 11 June 2015