Team:Uppsala/mediawiki remove.css

From 2014.igem.org

(Difference between revisions)
Line 24: Line 24:
#content {
#content {
 +
        background-color: #000;
         width: 100%;  
         width: 100%;  
border: 0px;
border: 0px;

Revision as of 10:28, 24 June 2014

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
  1. 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; }

  1. globalWrapper { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

  1. content {
       background-color: #000;
       width: 100%; 

border: 0px; margin: 0px; padding: 0px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }