Team:Uppsala/mediawiki remove.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
#footer-box {
#footer-box {
-
width: 100%;
+
width: 950px;
background-color: white;
background-color: white;
 +
margin-left:auto;
 +
margin-right:auto;
border:none;  
border:none;  
}
}

Revision as of 18:06, 22 June 2014

  1. footer-box {

width: 950px; background-color: white; margin-left:auto; margin-right:auto; border:none; }

  1. globalWrapper {

background-color: white; padding:0; margin:0; }

  1. contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
   display: none;

}

  1. top-section {
   border: none;
   height: 0px;

}

  1. content {
   border: none;
   width: 99.5%;
   height: 99.5%;
   background-image: url("Uppsala2013_Background.png");
 
   overflow: auto;
   repeat-x;    

}

/* The code above clears media wikis default code */