Template:ZJU-China/Main

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki setting...")
 
(8 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
-
 
+
#contentSub, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
.firstHeading {
.firstHeading {
-
width: 975px;  
+
    color: transparent;
 +
    border: none 0;
 +
    background-color: transparent;
 +
    font-size: 0pt;
 +
    height: 0px;
 +
/* width: 975px;  
margin: 0px auto;
margin: 0px auto;
padding-top: 100px;
padding-top: 100px;
margin-bottom: 20px;
margin-bottom: 20px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
font-family: Georgia, Times, "Times New Roman", serif; */
}
}
h1, h2, h3, h4, h5 { 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 {
-
background-color: #383838;
+
    background-color: transparent;
 +
    border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: absolute; /* fixed */
 +
    width: 100%;
 +
    color: transparent;
 +
}
 +
 
 +
#top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: transparent;
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
z-index: 100;
z-index: 100;
top: 0;
top: 0;
-
position: fixed;
+
position: absolute;
-
width: 975px;  
+
    width: 100%;
 +
/*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.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
background-color: #383838;
+
background-color: transparent;
height: 14px;
height: 14px;
display: block;
display: block;
Line 37: Line 53:
}
}
-
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
#menubar a:link, #menubar a:active, #menubar a:visited {
-
color: #7272D8;  
+
    color: transparent;
 +
    text-decoration: none;
 +
    background-color: transparent;
 +
}
 +
 
 +
#menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #fff;  
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
Line 49: Line 71:
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
-
height: 100%;
+
height: auto; /*100%;*/
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
Line 106: Line 128:
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
.sub-sidemenu a {color: #666;}
.sub-sidemenu a {color: #666;}
 +
 +
#groupparts {text-align: center; margin-left: auto; margin-right: auto;margin-top:2em;margin-bottom:2em;box-shadow:0 0 5px #888888}
 +
 +
table.gallery {border: 1px solid #ccc; margin: 2px auto 2px auto; padding: 2px; background-color: white;}
div.underconst
div.underconst
Line 209: Line 235:
.annItem li {list-style: none; margin: 5px}
.annItem li {list-style: none; margin: 5px}
 +
/* bodyContent reset */
 +
div#bodyContent {
 +
    position: relative;
 +
    top: 0px;
 +
}
 +
div#bodyContent > p {
 +
    height: 0px;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    font-size: 0pt;
 +
}
 +
/* footer box reset */
 +
#footer-box {
 +
    border: none;
 +
    padding: 0;
 +
    width: 100%;
 +
    display:block;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 08:33, 12 October 2014