Template:TU-Delft css

From 2012.igem.org

(Difference between revisions)
Line 114: Line 114:
/* OVERRIDING */
/* OVERRIDING */
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
body {
-
    display:none;}
+
/* format main-background C0C5CA*/
-
#top-section {
+
background-color: #7297BA;
-
    border: none;
+
                background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG');
-
    height: 0px;}
+
}
 +
#bodyContent a{
 +
/* format link color*/
 +
}
 +
#content {
 +
/* format global document body */
 +
font-family:"Verdana",Arial,sans-serif;
 +
background-color: #E0F574;
 +
}
-
body{
+
.firstHeading {
-
background-color: #FFFFFF;
+
/* removes pagename */
-
background:url(' ') repeat;      
+
display: none;
 +
}
 +
#top-section {
 +
/* formats iGEM header div */
 +
border: 0px;
 +
height: 0px;
 +
}
 +
#p-logo {
 +
/* removes iGEM logo */
 +
display: none;
 +
}
-
border: none;
+
#menubar {
-
       
+
/* format top menubar */
-
        }
+
top: 0px;
-
 
+
float: left;
-
 
+
border: none;
-
#content {
+
font-family:"Trebuchet MS","Verdana",Arial,sans-serif;
-
background-color: #FFFFFF;
+
font-size:85%;
-
/*background:url('https://static.igem.org/mediawiki/2012/b/b3/Bg2.png') repeat;*/
+
height: 22px;
-
 
+
}
-
    border:0px;}
+
#menubar li a {
-
 
+
color: #7297BA;
-
#top-section {
+
}
-
    width: 965px;
+
#menubar li a:hover {
-
    height: 0;
+
text-decoration: underline;
-
    margin: 0 auto;
+
}
-
    padding: 0;
+
#menubar.right-menu {
-
    border: none;}
+
/* format right part of top menubar and add iGEM mini logo */
-
 
+
text-align: right;
-
 
+
right: auto;
-
#menubar {
+
background-color: #336699;
-
    font-size: 80%;
+
width: 975px;
-
    top: -14px;}
+
z-index: 7;
-
.left-menu:hover {
+
}
-
    background-color: transparent;}
+
#menubar.left-menu {
-
#menubar li a {
+
/* format left part of top menubar */
-
    background-color: transparent;}
+
text-align: left;
-
#menubar:hover {
+
width: auto;
-
    color: white;}
+
z-index: 8;
-
#menubar li a {
+
}
-
    color: transparent;}
+
-
#menubar:hover li a {
+
#search-controls {
-
    color: #292929;}
+
/* 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;
 +
}
 +
/*
 +
End Format iGEM base
 +
*/
/* --- OVERRIDING, RÖR INTE ÖVER --- */
/* --- OVERRIDING, RÖR INTE ÖVER --- */

Revision as of 14:45, 4 September 2012