Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 47: Line 47:
#p-logo {  
#p-logo {  
-
   height: 0px;
+
   display: none;
-
  margin: -1px;
+
-
  margin-left: auto;
+
-
  margin-right: auto;
+
-
  margin-bottom: 0 !important;
+
}
}

Revision as of 13:53, 27 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 background-color: cyan;
 border : 2px;

}

/* MediaWiki mods */

.firstHeading {

 display:none;

}

.content {

 background-color : green;
 color : magenta;

}

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

}

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

}

  1. menubar.left-menu a {
 color : red;

}

  1. p-logo {
 display: none;

}