Template:Team:Berkeley/header

From 2011.igem.org

(Difference between revisions)
 
(354 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
<html lang="en">  
-
<style>
+
 
 +
<style = "text/css" media="screen">
 +
 
 +
 
 +
 
 +
 
 +
ul.topnav {
 +
list-style: none;
 +
padding: 0px 0px;
 +
margin: 0px 0px 0px -22px;
 +
width:1000px;
 +
float: left;
-
#top-section {
 
-
background-image:url(https://static.igem.org/mediawiki/2011/1/17/GoldenBfront.jpg);
 
-
height:100px; width:960px;
 
-
border-bottom-style:solid;
 
-
border-width:1px;
 
-
border-left: 10px;
 
-
border-right: 10px;
 
-
z-index:0;
 
-
}
 
-
#p-logo {
 
-
display:none;}
 
-
html, body {
 
-
background-image:url(images/background.gif);
 
-
color: #7a7e33;
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
 
-
font-size: 12px;
 
-
margin: 0px;
 
-
padding: 0px;
 
}
}
-
* {margin: 0px;padding: 0px;}
+
ul.topnav li {
-
p {padding:10px;display:block;}
+
font-family: 'Georgia', Times, serif;
-
#container {
+
font-weight: 150;
-
margin: 0 auto;
+
font-size: 1.65em;
-
text-align: left;
+
float: left;
-
width: 780px;
+
margin:0px 0px 0px 0px;
 +
opacity:.8;
 +
padding: 2px 6px 10px 12px;
 +
position: 0px 0px; /*--Declare X and Y axis base for sub navigation--*/
}
}
-
#header {
+
ul.topnav li a{
-
background-image:url(https://static.igem.org/mediawiki/2011/1/17/GoldenBfront.jpg);
+
padding: 18px 8px 10px 10px;
-
width: 907px;
+
color: white;
-
height:300px;
+
display: block;
-
display:block;
+
-
margin:0px;
+
 
-
padding:0px;
+
 
 +
text-decoration: none;
 +
float: left;
}
}
-
#content{
+
ul.topnav li a:hover{
-
background-image:url(images/sheetmiddle.gif);
+
background-color:black;
-
background-repeat:repeat-y;
+
padding: 18px 8px 10px 10px;
-
position:relative;
+
font-color: white;
 +
 
}
}
-
#sheettop{
+
ul.topnav li span { /*--Drop down trigger styles--*/
-
background-image:url(images/sheet.gif);
+
width: 17px;
-
background-repeat:no-repeat;
+
height: 25px;
-
width:707px;
+
 
 +
float: left;
 +
background-color: gray;
}
}
-
.title{
+
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
-
width:500px;
+
ul.topnav li ul.subnav {
-
border-bottom: 1px dashed #b6be8d;
+
list-style: none;
-
text-align:left;
+
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
-
margin: 25px 0px 15px 110px;
+
left: 3px; top: 55px;
-
font-family: Verdana, Arial, Helvetica, sans-serif;
+
background: #333;
 +
margin: 0; padding: 3px;
 +
display: none;
 +
float: left;
 +
width: 160px;
 +
opacity: .6;
 +
border: 1px solid #111;
}
}
-
h3{
+
ul.topnav li ul.subnav li{
-
font-family: Arial, Helvetica, sans-serif;
+
margin: 0; padding: 0;
-
color:#000000;
+
border-top: 1px solid #252525; /*--Create bevel effect--*/
-
font-size: 14px;
+
border-bottom: 1px solid #444; /*--Create bevel effect--*/
-
font-weight: bolder;
+
clear: both;
-
display:inline;
+
height:45px;
-
text-transform: uppercase;
+
width: 155px;
 +
font-size: .5em;
 +
font-family: 'Georgia', Times, serif;
 +
font-weight: 150;
 +
 
 +
 
}
}
-
h1{
+
html ul.topnav li ul.subnav li a {
-
font-size: 22px;
+
float: left;
-
font-weight: bolder;
+
height:25px;
-
display:inline;
+
width: 145px;
 +
background-color: white;  
 +
padding-left: 3px;
 +
 
}
}
-
.text{
+
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
-
margin-left:110px;
+
background-color: blue;
-
width:500px;
+
-
font-family: Verdana, Arial, Helvetica, sans-serif;
+
-
font-size: 12px;
+
-
font-weight: bold;
+
-
color: #7a7e33;
+
-
position:relative;
+
-
display:block;
+
-
height:auto;
+
}
}
-
.text a{
+
 
-
font-family: Verdana, Arial, Helvetica, sans-serif;
+
 
-
font-size: 12px;
+
#content1{
-
font-weight: bold;
+
font-family:Georgia ,Helvetica,sans-serif;
-
color: #494c15;
+
height: 300px;
-
text-decoration: underline;
+
  }
 +
 
 +
#content2{
 +
font-family:Georgia ,Helvetica,sans-serif;
 +
height: 50px;
 +
  }
 +
body{ background: url(https://static.igem.org/mediawiki/2011/6/68/Noise_pattern_8.jpg);}
 +
#globalWrapper {width: 100%;}
 +
 
 +
#content{
 +
padding: 0px;
 +
width: 1000px;
 +
background: #BABABA;
 +
font-family:Georgia ,Helvetica,sans-serif;
 +
border: none;
 +
text-decoration: none;
 +
 
}
}
-
.text a:hover{
+
 
-
color:#000000;
+
.main_item h1{
 +
text-decoration:none;
}
}
-
#nav{
+
 
-
margin-top:0px;
+
#p-logo{
-
margin-left:134px;
+
display:none;
-
}
+
-
#nav ul{
+
-
border-bottom-width: 1px;
+
-
border-bottom-style: dashed;
+
-
border-bottom-color: #c2b5a2;
+
-
width:420px;
+
-
padding-top:25px;
+
-
text-align:center;
+
}
}
-
#nav ul li{
+
#top-section2{
-
display:inline;
+
width: 100%;
-
list-style-type: none;
+
 
-
+
background: url(http://www.eecs.berkeley.edu/~jvmiller/images/imagetestberkeley.gif);
-
}
+
height: 65px;
-
#nav a{
+
-
font-size:13px;
+
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
-
font-weight: bolder;
+
-
color: #2c4002;
+
-
text-decoration:none;
+
}
}
-
#nav a:hover{
+
#top-section3{
-
color: #7a7e33;
+
width: 100%;
 +
height:78px;
}
}
-
.thumbnails{
+
 
-
list-style-type: none;
+
 
-
display: block;
+
#spacer {
-
margin: 0px 0px 0px 18px;
+
    height: 20px;
 +
 
}
}
-
.thumbnails li{
+
#team{border: 1px solid black;
-
list-style-type: none;
+
padding: 2px;
-
display: inline;
+
height:380px;}
 +
 
 +
 
 +
#search-controls{
 +
display:none;
}
}
-
.thumbnails li a{
+
#spacer2 {
-
border: 2px solid #FFFFFF;
+
    height: 12em;
-
display:block;
+
 
-
float:left;
+
-
margin:5px;
+
}
}
-
.thumbnails li a:hover{
+
#spacer3 {
-
border: 2px solid #d4e194;
+
    height: .4em;
 +
 
}
}
-
.clear{
+
#top-section{
-
clear:both;
+
width: 100%;
 +
background: url(https://static.igem.org/mediawiki/2011/6/68/Noise_pattern_8.jpg);
 +
height: 5px;
 +
border:none;
}
}
-
#photogallery{
+
 
 +
.firstHeading {
 +
display:none;
 +
}
 +
 
 +
/*
 +
* jQuery Nivo Slider v2.6
 +
* http://nivo.dev7studios.com
 +
*
 +
* Copyright 2011, Gilbert Pellegrom
 +
* Free to use and abuse under the MIT license.
 +
* http://www.opensource.org/licenses/mit-license.php
 +
*
 +
* March 2010
 +
*/
 +
 +
 +
/* The Nivo Slider styles */
 +
.nivoSlider {
position:relative;
position:relative;
-
margin-left:90px;
+
        effect: 'fade'
-
width:530px;
+
-
background-color:#d4e194;
+
-
border: 1px solid #b7c47a;
+
-
margin-bottom:20px;
+
}
}
-
.photobox{
+
.nivoSlider img {
-
background-color:#7d940e;
+
position:absolute;
-
width:342px;
+
top:0px;
-
height:140px;
+
left:0px;
-
border: 1px solid #FFFFFF;
+
-
float:left;
+
-
margin:8px;
+
}
}
-
#footer{
+
/* If an image is wrapped in a link */
-
margin-left:110px;
+
.nivoSlider a.nivo-imageLink {
-
width:500px;
+
position:absolute;
-
z-index:20;
+
top:0px;
 +
left:0px;
 +
width:100%;
 +
height:100%;
 +
border:0;
 +
padding:0;
 +
margin:0;
 +
z-index:6;
 +
display:none;
}
}
-
.blog{
+
/* The slices and boxes in the Slider */
-
float:left;
+
.nivo-slice {
-
margin: 8px 5px 0px 5px;
+
display:block;
 +
position:absolute;
 +
z-index:5;
 +
height:100%;
}
}
-
#footer{
+
.nivo-box {
-
background-image:url(images/footer.gif);
+
display:block;
-
width:707px;
+
position:absolute;
-
height:86px;
+
z-index:5;
-
margin-left:0px;
+
}
}
-
#footer li{
+
/* Caption styles */
-
display:inline;
+
.nivo-caption {
-
+
position:absolute;
 +
left:0px;
 +
bottom:0px;
 +
background:#000;
 +
color:#fff;
 +
opacity:0.8; /* Overridden by captionOpacity setting */
 +
width:100%;
 +
z-index:8;
}
}
-
#footer ul{
+
.nivo-caption p {
-
border-top: 1px dashed #b6be8d;
+
padding:5px;
-
+
margin:0;
}
}
-
#footer ul, #copyright{
+
.nivo-caption a {
-
margin-left:95px;
+
display:inline !important;
-
font-size:11px;
+
}
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
.nivo-html-caption {
-
font-weight: bolder;
+
    display:none;
-
color: #747742;
+
}
-
text-align:center;
+
/* Direction nav styles (e.g. Next & Prev) */
-
width:514px;
+
.nivo-directionNav a {
-
padding-top:5px;
+
position:absolute;
-
+
top:45%;
 +
z-index:9;
 +
cursor:pointer;
 +
}
 +
.nivo-prevNav {
 +
left:15px;
}
}
-
#footer a, #copyright a{
+
.nivo-nextNav {
-
font-size:11px;
+
right:15px;
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
-
font-weight: bolder;
+
-
color: #747742;
+
-
text-decoration:none;
+
}
}
-
#footer a:hover, #copyright a:hover{
+
/* Control nav styles (e.g. 1,2,3...) */
-
font-size:11px;
+
.theme-default .nivo-controlNav {
-
font-family:Verdana, Arial, Helvetica, sans-serif;
+
      position:absolute; left:100%; bottom:-42px;
-
font-weight: bolder;
+
      margin-left: -1000px;
-
color: #747742;
+
-
text-decoration:underline;
+
}
}
 +
.nivo-controlNav a {
 +
position:relative;
 +
z-index:9;
 +
cursor:pointer;
 +
}
 +
 +
.nivo-controlNav a.active {
 +
font-weight:bold;
 +
}
 +
 +
.theme-default #slider {
 +
    margin:0px auto 0px auto;
 +
    width:618px; /* Make sure your images are the same size */
 +
    height:464px; /* Make sure your images are the same size */
 +
}
</style>
</style>
 +
</html>
</html>

Latest revision as of 20:07, 28 September 2011