Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 87: Line 87:
#wikiContent {
#wikiContent {
-
   opacity: 0.8;
+
   opacity: 0.95;
-
   background: palegoldenrod;
+
   background: white;
   border: 2px black;
   border: 2px black;
}
}

Revision as of 11:22, 1 July 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 border : 2px;

}

/* MediaWiki mods */

html {

 background-image: url("Ntnuwiki_bg.jpg");
 background-attachment: fixed;
 background-position: center top;

}

  1. catlinks{
 display: none;

}

body {

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

}

.firstHeading {

 display: none;

}

  1. printfooter {
 background: blue;

}

  1. search-controls {
 background: none;
 left: 50px;
 top: 200px;

}

  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: none;
 margin-right: auto;
 margin-left: auto;
 width: 800px;
 min-height: 800px;
 border: none;

}

  1. header {
 background: none;
 min-heigh: 150px;
 height: 200px;
 border: 2px black;

}

  1. wikiContent {
 opacity: 0.95;
 background: white;
 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;

}