Team:Heidelberg/Templates/MainTemplate

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
 
+
body {background-color: white;}
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
#globalWrapper {visibility: hidden; background-color: white;}
-
background-color: #383838;
+
#menubar, right-menu {visibility: visible;}
-
border: 0 none;
+
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover
-
height: 14px;
+
-
z-index: 100;
+
-
top: 0;
+
-
position: fixed;
+
-
width: 975px;
+
-
left: 50%;
+
-
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;  
color: #727272;  
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
}
}
-
 
-
body {background-color: white;}
 
-
#globalWrapper {visibility: hidden; background-color: white;}
 
-
#menubar, right-menu {visibility: visible;}
 
#extein {visibility: visible;}
#extein {visibility: visible;}

Revision as of 19:31, 27 July 2014