Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 21: Line 21:
body {
body {
-
  background-image : url("2011.igem.org/wiki/images/2/20/Ntnu_hb.jpeg");
+
   width : 900px;
-
   width : 100%;
+
   margin-left: auto;  
   margin-left: auto;  
   margin-right: auto;  
   margin-right: auto;  
Line 33: Line 32:
#top-section {  
#top-section {  
   height: 20px;
   height: 20px;
-
   padding: 5px;  
+
   padding-top: 5px;  
   margin: 0px;  
   margin: 0px;  
   margin-left: auto;  
   margin-left: auto;  

Revision as of 23:52, 28 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 background-color: cyan;
 border : 2px;

}

/* MediaWiki mods */

html {

 background-image : url("2011.igem.org/wiki/images/2/20/Ntnu_hb.jpeg");

}

body {

 width : 900px;
 margin-left: auto; 
 margin-right: auto; 

}

.firstHeading {

 display:none;

}

  1. top-section {
 height: 20px;
 padding-top: 5px; 
 margin: 0px; 
 margin-left: auto; 
 margin-right: auto; 
 margin-bottom: 0 !important;
 border: none

}

  1. menubar {
 background-color: transparent; 
 width: 700px; 
 align: center; 
 border: none;

}

.left-menu ul li a, .right-menu ul li a{

   background: none;
   color: white;

}

  1. content {
 background-color : magenta;
 padding-top: 20em;
 width: 100%;

}


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

}


  1. p-logo {
 display: none;

}