Team:Linkoping Sweden/Templatestesting

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
<style type="text/css">
<style type="text/css">
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
-
body
+
.firstHeading {
-
{
+
width: 975px;  
-
background-color:white;
+
margin: 0px auto;
-
font-family:arial,helvetica,sans-serif;
+
padding-top: 100px;
-
font-size:12px;
+
margin-bottom: 20px;
 +
font-family: Georgia, Times, "Times New Roman", serif;  
}
}
 +
 +
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
Line 20: Line 23:
z-index: 100;
z-index: 100;
top: 0;
top: 0;
-
position: relative;
+
position: fixed;
width: 975px;  
width: 975px;  
left: 50%;  
left: 50%;  
margin-left: -487px;
margin-left: -487px;
}
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
body
 +
{
 +
background-color:white;
 +
font-family:arial,helvetica,sans-serif;
 +
font-size:12px;
 +
}
 +
#wrapper
#wrapper

Revision as of 14:06, 25 June 2014