Template:Team:Nevada:Header

From 2012.igem.org

(Difference between revisions)
 
(87 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">  
+
<html>
 +
</p>
-
<head>
 
-
<!-- wiki hacks -->
 
<style type="text/css">
<style type="text/css">
 +
 +
/* Set up body first */
 +
body {
 +
    background: #e9f1ef;
 +
    background-image: url('https://static.igem.org/mediawiki/2012/b/be/Background-gradient.jpg');
 +
    background-position: center;
 +
    background-repeat: repeat-y;
 +
}
#globalwrapper {
#globalwrapper {
-
     width:975px;
+
     width:1060px;
-
     padding:20px 0px;
+
     padding:0px 0px;
     margin: 0 auto;
     margin: 0 auto;
     background-color:#ffffff;
     background-color:#ffffff;
     height:100%;
     height:100%;
 +
}
}
-
.firstHeading {
+
#content {
-
     height:0px;
+
     border-left-width:0px;
-
     visibility:hidden;
+
     border-right-width:0px;
 +
    float: center;
 +
    padding:0px;
 +
    width:1060px;
}
}
-
body {
+
#bodyContent{
-
    background: #E8E8E8;
+
  width:100%;
-
    background-image: url('https://static.igem.org/mediawiki/2011/b/be/Background-gradient.jpg');
+
  border:none;
-
    background-position: center;
+
  margin:0px;
-
    background-repeat: repeat-y;
+
  padding:0;
}
}
-
#p-logo {
+
 
-
    height:1px; overflow:hidden; display: none;
+
#bodyContent p {
 +
margin:0;
 +
padding:0px 15px;
}
}
-
#top-section {
 
-
   
 
-
    background-image: url('Add this later');
 
-
    background-position: top;
 
-
    height:200px ;
 
-
    background-repeat: no-repeat;
 
-
    border-width:0px;
 
-
    border-top-width:1px;
 
 +
/* END IGEM Header Overrides */
 +
.ColorGreen {
 +
background-color: #bedc15;
 +
}
 +
#NavBar {
 +
height: 28px;
 +
width: 100%;
 +
padding-top: 12px;
 +
border-bottom-width: 2px;
 +
border-bottom-style: inset;
 +
border-bottom-color: #CCC;
 +
        margin:0;
}
}
 +
#Header {
 +
height: 130px;
 +
width:100%;
 +
border-bottom-width: 0px;
 +
border-bottom-style: solid;
 +
border-bottom-color: #000;
 +
background-image: url(https://static.igem.org/mediawiki/2012/5/5c/Header2.png);
 +
background-repeat: no-repeat;
 +
background-position: top;
 +
}
 +
#ContentArea {
 +
height: auto;
 +
width:100%;
 +
float:center;
 +
        margin-bottom:40px;
 +
        margin-left:0px;
 +
}
 +
#NavBar a:link {
 +
        background-color:#bedc15;
 +
font-size: 12px;
 +
font-style: bold;
 +
text-decoration: none;
 +
color: #000;
 +
margin-top: 7px;
 +
}
 +
#NavBar a:visited {
 +
        color: #033;
 +
        background-color:#bedc15;
 +
}
 +
#NavBar a:hover {
 +
        color: #fff;
 +
        background-color:#bedc15;
 +
margin-top: 7px;
 +
}
 +
.ColorBlue {
 +
background-color: #a2ba1d;
 +
}
-
#content {
+
#TopContainer {
-
    border-left-width:0px;
+
        width:100%;
-
    border-right-width:0px;
+
margin: 0px;
-
    padding:10px;
+
padding: 0px;
-
    width:965px;
+
height: auto;
 +
padding: 0;
}
}
-
#menubar {  
+
.RightBar {
-
    background-color: white;  
+
color: #D6D6D6;
 +
background-color: #999;
 +
position: absolute;
 +
height: 100%;
 +
width: 20%;
 +
right: 0px;
 +
        top:0px;
 +
opacity:0.3;
}
}
-
#menubar ul li a {  
+
.LeftBar {
-
    color: #999999; }
+
color: #D6D6D6;
-
    .right-menu li a {
+
background-color: #999;
-
    color: black;
+
position: absolute;
-
    background-color: white;
+
height: 100%;
 +
width: 10%;
 +
right: 0px;
 +
opacity:0.3;
}
}
 +
.TopBar {
 +
color: #333333;
 +
background-color: #999;
 +
position: absolute;
 +
height: 20%;
 +
width: 100%;
 +
top: 0px;
 +
opacity:0.3;
 +
text-align: right;
-
#navbar
+
}
-
ul.navbar {
+
.ThinTopBar {
-
float:center;
+
color: #333333;
-
width:100%;
+
background-color: #999;
-
padding:0;
+
position: absolute;
-
margin:0;
+
height: 15%;
-
list-style-type:none;
+
width: 100%;
 +
top: 0px;
 +
        left:0px;
 +
opacity:0.3;
 +
text-align: right;
 +
}
 +
#ContentArea {
 +
height: auto;
 +
width:100%;
 +
float:left;
 +
        margin-bottom:40px;
 +
        margin-left:0px;
 +
}
 +
#Footer {
 +
float:left;
 +
height: 100px;
 +
width:100%;
 +
border-top:1px solid #000000;
 +
}
 +
#ImgPicker {
 +
color: #999;
 +
background-color: #999;
 +
height: 20%;
 +
width: 100%;
 +
z-index: 5;
 +
position: absolute;
 +
bottom: 0px;
 +
opacity:0.4;
 +
}
 +
#Logo, #Header img.current {
 +
float:left;
 +
        clear:right;
 +
}
 +
#Abstract {
 +
height: 300px;
 +
width: 500px;
 +
float: left;
 +
}
 +
#SlidePanel {
 +
float: left;
 +
height: 100%;
 +
width: 100%;
 +
background-color: #CCC;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
.tile {
 +
float: left;
 +
height: 300px;
 +
width: 300px;
 +
display: block;
 +
position: relative;
 +
        overflow:visible;
}
}
-
ul.navbar a {
+
.LargeContentPlane {
-
float:center;
+
        border: 2px solid;
-
text-align:center;
+
        border-color:#000000;
-
width:6em;
+
        border-radius:10px;
-
height:6em;
+
        width:90%;
-
text-decoration:none;
+
        height:auto;
-
color:white;
+
        margin:10px;
-
background-color:#000032;
+
        padding:15px;
-
padding:0.4em 1em;
+
        float:left;
-
border-right:1px solid white;
+
}
}
-
ul.navbar a:hover {background-color:#908D68;}
 
-
ul.navbar li {display:inline;}
 
-
#long {
+
.ProfPic {
-
width:10em;
+
float: left;
 +
height: 170px;
 +
width: 170pxpx;
 +
display: block;
 +
position: relative;
 +
        clear:left;
 +
        margin-bottom:20px;
}
}
 +
.ProfDisc {
 +
        float:left;
 +
        clear:right;
 +
        width:500px;
 +
        height:170px;
 +
        display:block;
 +
        position:relative;
 +
        margin-bottom:20px;
 +
}
 +
.tileLong {
 +
float: left;
 +
height: 300px;
 +
width: 600px;
 +
display: block;
 +
padding: 0px;
 +
position: relative;
 +
}
-
.navbar {
+
.tileLongContent {
-
padding:0 20px;
+
float: left;
 +
height: auto;
 +
width: 90%;
 +
display: block;
 +
padding: 20px;
 +
position: relative;
 +
}
 +
#ProjTitle h3 {
 +
margin-right: 20px;
 +
}
 +
.CurrentSlide {
 +
display: inherit;
 +
vertical-align: middle;
 +
text-align: center;
 +
height: 100%;
 +
width: 100%;
 +
}
 +
.TeamPic {
 +
display: inherit;
 +
vertical-align: middle;
 +
text-align: center;
 +
height: 100%;
 +
width: 100%;
 +
}
 +
#ProjTitle {
 +
font-size: 1.2em;
 +
font-style: italic;
 +
font-weight: bold;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
text-decoration: none;
 +
float: left;
 +
text-align: right;
 +
height: auto;
 +
width: 100%;
 +
margin-top:10px;
 +
padding-right: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 10px;
 +
padding-left: 0px;
 +
        border-bottom:1px solid white;
}
}
-
</style>
+
#HPButton {
-
</head>
+
  width:150px;
 +
  height:auto;
 +
  margin:10px;
 +
  margin-left:20px;
 +
  padding:10px;
 +
  float:left;
 +
  text-align:center;
 +
  position:relative;
 +
}
 +
#BLImageHome {
 +
  display:block;
 +
  width:300px;
 +
  height:600px;
 +
  overflow:visible;
 +
  z-index:3;
 +
}
 +
.Slide
 +
{
 +
display:none;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
.MouseOverImg {
 +
height: auto;
 +
width: 300px;
 +
opacity: 0.2;
 +
}
 +
#ProjDesc {
 +
        font-size:1.1em;
 +
margin-top: 10px;
 +
padding-top: 70px;
 +
padding-right: 20px;
 +
padding-bottom: 20px;
 +
padding-left: 20px;
 +
font-family: Georgia, "Times New Roman", Times, serif;
 +
color: #CCC;
 +
}
-
<body>
+
.ProfText {
 +
        font-size:1.1em;
 +
margin-top: 10px;
 +
padding:5px;
 +
font-family: Georgia, "Times New Roman", Times, serif;
 +
color: #CCC;
 +
}
 +
#ProjDesc h2 {
 +
        color:white;
 +
        font-size:1.2em;
 +
}
-
<!--navigation menu-->
+
.MouseOverImg:Hover {
-
<ul class="navbar">
+
opacity: 1;
-
<li><a href="https://2012.igem.org/Team:Nevada">Home</a></li>
+
}
-
<li><a href="https://2012.igem.org/Team:Nevada/Team/">Team</a></li>
+
 
-
<li><a href="https://igem.org/Team.cgi?year=2012&team_name=Nevada">Official Team Page</a></li>
+
</style>
-
<li><a href="https://2012.igem.org/Team:Nevada/Project/">Project</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Nevada/Parts">Parts Submitted to Registry</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Nevada/Modeling/">Modeling</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Nevada/Notebook">Notebook</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Nevada/Safety">Safety</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Nevada/Attributions">Attributions</a></li>
+
-
</ul>
+
-
</body>
 
</html>
</html>

Latest revision as of 15:42, 2 October 2012