Difference between revisions of "Template:Team:WLC-Milwaukee"

 
(75 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:#E7E7E7;
+
         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? --*/
body {  
+
 
background-color: #e3e3e3;
+
/*-- 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 --*/
        font-family: Arial, Calibri, sans-serif;
+
#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) --*/
 
.navLinks td{
 
.navLinks td{
 
         opacity: 1;
 
         opacity: 1;
Line 23: Line 78:
 
}
 
}
 
.navLinks table{
 
.navLinks table{
         background-color:#e3e3e3;
+
         background-color:hsla(0, 0%, 89%, 0.5);
 
         width:100%;
 
         width:100%;
         opacity: .5;
+
         opacity: 1;
 
}
 
}
 
.navLinks a{
 
.navLinks a{
         color:#c40000;
+
         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:#c40000;
+
         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 43: Line 100:
 
}
 
}
  
 +
<!--body {
 +
background-color: #f5f5f5;
 +
        font-family: Arial, Calibri, sans-serif;
 +
}-->
 +
body {
 +
    font-family: Geneva, Verdana, sans-serif;
  
 +
}
 
</style>
 
</style>
 
</head>
 
</head>
  
<body onload="currPage()" height="150px">
+
<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">
Line 55: Line 119:
 
<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">Notebook</a></td>
+
<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="measureBox"><a id="teamLink" href="https://2015.igem.org/Team:WLC-Milwaukee/Measure">Measurement</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/HumanPractices">Human Practices</a></td>
+
<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/Team">Team</a></td>
+
<td style="width:15%"></td>
<td style="width:15%"><a href="#" id="nextLink"><img id="nextLink2" src="https://static.igem.org/mediawiki/2015/c/cd/WLC-Next.png"></a></td>
+
 
</tr>
 
</tr>
 
</table>
 
</table>
 
</div>
 
</div>
<table height="100px" width="100%" style="background-color:#E7E7E7"><tr height="100px"style="background-color:#E7E7E7"><td style="background-color:#E7E7E7"></td></tr></table>
 
 
<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