Difference between revisions of "Template:Team:WLC-Milwaukee"
Mwmortensen (Talk | contribs) |
Mwmortensen (Talk | contribs) |
||
(71 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
/*-- Note: ", .firstHeading" was added to the non-display section below for what should be obvious reasons; it adds the ugly giant "what's this page called again" header section --*/ | /*-- Note: ", .firstHeading" was added to the non-display section below for what should be obvious reasons; it adds the ugly giant "what's this page called again" header section --*/ | ||
+ | |||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;} /*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;} /*-- hides default wiki settings --*/ | ||
/*--Note: https://2014.igem.org/wiki/skins/common/commonPrint.css?270 may still be applied--*/ | /*--Note: https://2014.igem.org/wiki/skins/common/commonPrint.css?270 may still be applied--*/ | ||
.tastefulSpacing{ | .tastefulSpacing{ | ||
padding-top:35px; | padding-top:35px; | ||
− | background-color:# | + | background-color:#F5F5F5; |
} | } | ||
/*-- the above hides any igem stylings from previous years; doesn't seem to be necessary this year? --*/ | /*-- the above hides any igem stylings from previous years; doesn't seem to be necessary this year? --*/ | ||
+ | |||
+ | /*-- Container, dummy, and element are used to create a dynamic transparent container over the header image on every page (which is specified as a background image; because we don't want any of our page content to go over this background. Text going over the page header can have it's CSS defined in #element. See http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio for details --*/ | ||
+ | #container { | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #dummy { | ||
+ | padding-top: 56%; /* 4:3 aspect ratio */ | ||
+ | } | ||
+ | #element { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | background-color: transparent; | ||
+ | text-align: center; | ||
+ | vertical-align: 50%; | ||
+ | text-shadow: 4px 4px 16px black; | ||
+ | font-family: Avenir, Cartiel, Calibri; | ||
+ | font-size: 100px; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #globalWrapper, #content, #bodyContent { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | <!--Special formatting for the table containing the majority of the contents on the Team/People page --> | ||
+ | .teamPage img{ | ||
+ | width: 40%; | ||
+ | float:left; | ||
+ | margin: 0px 10px; | ||
+ | } | ||
+ | .teamPage h1, h2, h3, h4, h5, h6{ | ||
+ | border-bottom: none; | ||
+ | |||
+ | } | ||
+ | .teamPage td{ | ||
+ | vertical-align:top; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .teamPage tr{ | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .teamPage table{ | ||
+ | background-color: transparent; | ||
+ | width:100%; | ||
+ | } | ||
+ | .teamPage p{ | ||
+ | font-size:13pt; | ||
+ | } | ||
/*-- The navLinks style applies to the navigation bar (which is a table) --*/ | /*-- The navLinks style applies to the navigation bar (which is a table) --*/ | ||
Line 20: | Line 78: | ||
} | } | ||
.navLinks table{ | .navLinks table{ | ||
− | background-color: | + | background-color:hsla(0, 0%, 89%, 0.5); |
width:100%; | width:100%; | ||
− | opacity: | + | opacity: 1; |
} | } | ||
.navLinks a{ | .navLinks a{ | ||
− | color:# | + | color:#610B0B; |
font-size:20pt; | font-size:20pt; | ||
font-family: Avenir, Catriel, Sans-Serif; | font-family: Avenir, Catriel, Sans-Serif; | ||
text-decoration:none; | text-decoration:none; | ||
+ | text-shadow: 1px 1px 1px grey; | ||
} | } | ||
.navLinks a:visited{ | .navLinks a:visited{ | ||
− | color:# | + | color:#610B0B; |
font-size: 20pt; | font-size: 20pt; | ||
font-family: Avenir, Catriel, Sans-Serif; | font-family: Avenir, Catriel, Sans-Serif; | ||
text-decoration:none; | text-decoration:none; | ||
+ | text-shadow: 1px 1px 1px grey; | ||
} | } | ||
.navLinks div{ | .navLinks div{ | ||
Line 40: | Line 100: | ||
} | } | ||
− | body { | + | <!--body { |
− | background-color: # | + | background-color: #f5f5f5; |
font-family: Arial, Calibri, sans-serif; | font-family: Arial, Calibri, sans-serif; | ||
− | } | + | }--> |
+ | body { | ||
+ | font-family: Geneva, Verdana, sans-serif; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | <body | + | <body height="150px"> |
<div id="wlcHeader" class="navLinks" style="z-index:5;top:14px;left:0px;position:fixed;height:90px;width:100%;"> | <div id="wlcHeader" class="navLinks" style="z-index:5;top:14px;left:0px;position:fixed;height:90px;width:100%;"> | ||
<table width="100%" align="center" cellspacing="0"> | <table width="100%" align="center" cellspacing="0"> | ||
<tr height="90px"> | <tr height="90px"> | ||
− | <td style="width: | + | <td style="width:15%"></td> |
<td id="HomeBox"><a id="homeLink" href="https://2015.igem.org/Team:WLC-Milwaukee" style="text-decoration:none" >Home</a></td> | <td id="HomeBox"><a id="homeLink" href="https://2015.igem.org/Team:WLC-Milwaukee" style="text-decoration:none" >Home</a></td> | ||
<td id="ProjectBox"><a id="projectLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Project" style="text-decoration:none">Project</a></td> | <td id="ProjectBox"><a id="projectLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Project" style="text-decoration:none">Project</a></td> | ||
<td id="PartsBox"><a id="partsLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Parts" style="text-decoration:none">Parts</a></td> | <td id="PartsBox"><a id="partsLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Parts" style="text-decoration:none">Parts</a></td> | ||
− | <td id="NotebookBox"><a id="notebookLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Notebook" style="text-decoration:none"> | + | <td id="NotebookBox"><a id="notebookLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Notebook" style="text-decoration:none">Documentation</a></td> |
<td id="ModelingBox"><a id="modelingLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Modeling" style="text-decoration:none">Modeling</a></td> | <td id="ModelingBox"><a id="modelingLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Modeling" style="text-decoration:none">Modeling</a></td> | ||
− | + | <td id="practBox"><a id="practLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Practices">Policy</a></td> | |
− | <td id="practBox"><a id="practLink" href="https://2015.igem.org/Team:WLC-Milwaukee/ | + | <td id="teamBox"><a id="teamLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Attributions">People</a></td> |
− | <td id="teamBox"><a id="teamLink" href="https://2015.igem.org/Team:WLC-Milwaukee/ | + | <td style="width:15%"></td> |
− | <td style="width: | + | |
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
− | |||
<div id="lowLink" class="lowLinks" style="z-index:4;top:104px;left:0px;position:fixed;height:45px;width:100%;"> | <div id="lowLink" class="lowLinks" style="z-index:4;top:104px;left:0px;position:fixed;height:45px;width:100%;"> | ||
<table id="secondaryTable" style="background-color:transparent;border-bottom-right-radius:45px"> | <table id="secondaryTable" style="background-color:transparent;border-bottom-right-radius:45px"> |
Latest revision as of 07:23, 18 September 2015