Template:TU-Delft css

From 2012.igem.org

(Difference between revisions)
Line 114: Line 114:
/* OVERRIDING */
/* OVERRIDING */
 +
 +
body{
 +
background-color: #FFFFFF;
 +
background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); 
 +
}
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
Line 120: Line 126:
     height: 0px;}
     height: 0px;}
-
body{
 
-
background-color: #FFFFFF;
 
-
background:url(' ') repeat;     
 
-
 
-
border: none;
 
-
       
 
-
        }
 
#content {
#content {
-
background-color: #FFFFFF;
+
                  /* format global document body */
-
/*background:url('https://static.igem.org/mediawiki/2012/b/b3/Bg2.png') repeat;*/
+
font-family:"Verdana",Arial,sans-serif;
-
 
+
background-color: #E0F574;}
-
    border:0px;}
+
#top-section {
#top-section {
Line 143: Line 141:
-
#menubar {
+
#menubar {
-
    font-size: 80%;
+
/* format top menubar */
-
    top: -14px;}
+
top: 0px;
-
.left-menu:hover {
+
float: left;
-
    background-color: transparent;}
+
border: none;
-
#menubar li a {
+
font-family:"Trebuchet MS","Verdana",Arial,sans-serif;
-
    background-color: transparent;}
+
font-size:85%;
-
#menubar:hover {
+
height: 22px;
-
    color: white;}
+
}
-
#menubar li a {
+
#menubar li a {
-
    color: transparent;}
+
color: #7297BA;
-
#menubar:hover li a {
+
}
-
    color: #292929;}
+
#menubar li a:hover {
 +
text-decoration: underline;
 +
}
 +
#menubar.right-menu {
 +
/* format right part of top menubar and add iGEM mini logo */
 +
text-align: right;
 +
right: auto;
 +
background-color: #336699;
 +
width: 975px;
 +
z-index: 7;
 +
}
 +
#menubar.left-menu {
 +
/* format left part of top menubar */
 +
text-align: left;
 +
width: auto;
 +
z-index: 8;
 +
}
 +
 +
#search-controls {
 +
/* format searchbar */
 +
top: 24px;
 +
overflow :visible;
 +
display:block;
 +
background: none;
 +
width: 965px;
 +
border: 0;
 +
margin: 0;
 +
height: auto;
 +
text-align: right;
 +
right: auto;
 +
}
 +
#searchInput {
 +
/* format search input field */
 +
 
 +
font-size:85%;
 +
width: 100px;
 +
background-color: #336699;
 +
color: #FFFFFF;
 +
border-width: thin;
 +
padding-right: 2px;
 +
padding-left: 2px;
 +
}
 +
#searchform {
 +
margin: 1px;
 +
}
 +
input.searchButton {
 +
/* format search input buttons */
 +
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size: 85%;
 +
margin: 0;
 +
color: #FFFFFF;
 +
font-weight: normal;
 +
cursor: hand;
 +
cursor:pointer;
 +
padding-right: 2px;
 +
padding-left: 2px;
 +
}
 +
input.searchButton:hover {
 +
color: #FFFFFF;
 +
text-decoration: underline;
 +
}
 +
#footer-box {
 +
/* format footer to match top menubar */
 +
font-family:"Trebuchet MS",Arial,sans-serif;
 +
font-size: 12px;
 +
color:#FFFFFF;
 +
background:#336699;
 +
border-top: #000000 1px solid;
 +
border-bottom: #000000 1px solid;
 +
}
 +
#footer-box li a {
 +
color:#7297BA;
 +
}
 +
#footer-box li a:hover {
 +
color:#FFFFFF;
 +
}

Revision as of 15:09, 4 September 2012