Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

Revision as of 14:54, 28 June 2011 by Tormunds (Talk | contribs)

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

h2 {

 color : orange;

}

p {

 background-color: cyan;
 border : 2px;

}

/* MediaWiki mods */

body {

 background-color : green;
 max-width : 200px;

}

.firstHeading {

 display:none;

}

.content {

 background-color : green;
 color : magenta;

}

  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. homeContainer {
 width: 400px;
 margin: 0px auto;
 margin-top: -15px;
 min-height: 600px;
 background-image: url(homebutton.jpg);
 background-repeat: no-repeat;
 background-position: center;
 position: relative;
 top: 0;
 left: 0;

}

  1. p-logo {
 display: none;

}