Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 70: Line 70:
   margin-left: auto;
   margin-left: auto;
   min-height: 1500px;
   min-height: 1500px;
 +
}
 +
 +
#header {
 +
  background: aquamarine;
 +
  border: 2px black;
}
}
#wikiContent {
#wikiContent {
   background: palegoldenrod;
   background: palegoldenrod;
-
   border: 0.1em black;
+
   border: 2px black;
}
}

Revision as of 12:45, 29 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 border : 2px;

}

/* MediaWiki mods */

html {

 background-image : url("Ntnu_hb.jpeg");
 background-attachment : fixed;

}

  1. catlinks{
 display: none;

}

body {

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

}

.firstHeading {

 display: none;

}

  1. printfooter {
 background: blue;

}

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

}

  1. menubar {
 background: none;
 border: none;
 margin-left: auto; 
 margin-right: auto; 

}

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

 color: white;
 background: none;  

}

  1. content {
 background: mintcream;
 margin-top: 20em;
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 min-height: 1500px;

}

  1. header {
 background: aquamarine;
 border: 2px black;

}

  1. wikiContent {
 background: palegoldenrod;
 border: 2px black;

}

  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: transparent;

}


  1. p-logo {
 display: none;

}