Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

Revision as of 12:48, 1 July 2011 by Tormunds (Talk | contribs)

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 border : 2px;
 background: red;
 opacity: 1;

}

/* 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. search-controls {
 left: 50px;
 top: 200px;

}

  1. searchGoButton {
 float: left;

}

  1. mw-searchButton {
 float: right;

}

  1. footer-box {
 background: none;

}

  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: cornsilk;
 background: none;  

}

  1. menu {
 background: brown;
 

}

  1. content {
 background: none;
 margin-right: auto;
 margin-left: auto;
 width: 800px;
 min-height: 800px;
 border: none;

}

  1. header {
 background: none;
 height: 200px;

}

  1. wikiContent {
 opacity: 0.9;
 background: white;
 border: 2px black;

}

  1. globalWrapper {
   height: 100%;
   width: 100%;
   border: none;
   background: none;

}


  1. p-logo {
 display: none;

}