Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 37: Line 37:
}
}
-
#menubar.left-menu {  
+
#menubar {  
   background-color: transparent;  
   background-color: transparent;  
   width: 965px;  
   width: 965px;  
Line 44: Line 44:
}
}
-
#menubar.left-menu a {
+
left-menu {
   color : white;
   color : white;
}
}

Revision as of 17:19, 28 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 background-color: cyan;
 border : 2px;

}

/* MediaWiki mods */

.globalWrapper {

 display : none;
 width : 400px;

}

body {

 background-color : green;

}

.firstHeading {

 display:none;

}

  1. top-section {
 height: 14px; 
 margin: 0px; 
 margin-left: auto; 
 margin-right: auto; 
 margin-bottom: 0 !important;

}

  1. menubar {
 background-color: transparent; 
 width: 965px; 
 float: left; 
 border: none;

}

left-menu {

 color : white;

}

  1. globalWrapper {
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   text-align: center;
   align: center;
   height: 100%;
   width: 100%;
   border: none;
   color: white;
   background: none;

}


  1. p-logo {
 display: none;

}