Template:WashUtop

From 2012.igem.org

(Difference between revisions)
Line 11: Line 11:
height: 10px;
height: 10px;
width: 970px;
width: 970px;
-
border: none;
+
border: 0;
z-index: 10;
z-index: 10;
}
}
Line 87: Line 87:
display: none;
display: none;
}
}
-
 
#footer-box {
#footer-box {
Line 97: Line 96:
}
}
-
/*Hacker ends here*/ /*Global Settings*/
+
/*Hacker ends here*/ /*Global Settings*/ /*Color Definition*/
 +
 
/* CSS Document */
/* CSS Document */
-
 
a:hover {
a:hover {
text-decoration: none;
text-decoration: none;
Line 107: Line 106:
cursor: pointer;
cursor: pointer;
}
}
-
 
-
body
 
-
{background: url('https://static.igem.org/mediawiki/2012/f/f9/SaffronBackground.jpg');
 
-
background-attachment:fixed;
 
-
height:100%;
 
-
}
 
-
 
-
#content
 
-
{padding-left:1px; padding-right:1px;
 
-
background-color:transparent;}
 
-
 
-
.p {color:#000000;
 
-
font-size:14px;}
 
.main {
.main {
Line 131: Line 117:
}
}
-
#missionstatement {
+
div #part0 .links {
-
        width: 947px;
+
background-color: black;
-
        float: center;
+
-
background-color:#FFEDF5;
+
-
        padding: 0px;
+
-
height: 242px;
+
-
        -webkit-box-shadow: 0 8px 6px -6px black;
+
-
        -moz-box-shadow: 0 8px 6px -6px black;
+
-
        box-shadow: 0 8px 6px -6px black;
+
-
        border: 10px solid rgba(255, 255, 255, 0.4);
+
-
        margin-top:20px;
+
-
        margin-left:auto;
+
-
        margin-right: auto;
+
-
        font-size:115%;
+
}
}
-
a{
+
div #part0 .sidebartop {
-
text-decoration:none;
+
background: url(blocktop3.png) transparent;
}
}
-
/* Navbar for Home Page */
+
div #part0 .sidebarbottom {
-
nav2 {
+
background: url(blockbottom3.png) transparent;}
-
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
+
-
  font-size: 14px;
+
-
  float: left;
+
-
  line-height: 1.5;
+
-
  margin: 1px;
+
-
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
+
-
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
+
-
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
+
-
}
+
-
.menu-item {
+
#banner {
-
  background: #fff;
+
position: relative;
-
  width: 137.5px;
+
width: 930px;
-
  float: left;
+
height: 325px;
-
}
+
overflow: hidden;
-
.menu-item2 {
+
-
  background: #fff;
+
-
  width: 137.5px;
+
-
  float: left;
+
}
}
-
/*Menu Header Styles*/
+
#banner_list img {
-
.menu-item h4 {
+
border: 0px;
-
  border-bottom: 1px solid rgba(0,0,0,0.3);
+
width: 930px;
-
  border-top: 1px solid rgba(255,255,255,0.2);
+
height: 325px;
-
  color: #fff;
+
-
  font-size: 15px;
+
-
  font-weight: 500;
+
-
  padding: 7px 12px;
+
-
 
+
-
  /*Gradient*/
+
-
  background: #a90329; /* Old browsers */
+
-
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
+
}
}
-
.menu-item2 h4 {
+
#banner ul {
-
  border-bottom: 1px solid rgba(0,0,0,0.3);
+
position: absolute;
-
  border-top: 1px solid rgba(255,255,255,0.2);
+
list-style-type: none;
-
  color: #fff;
+
filter: Alpha(Opacity = 80);
-
  font-size: 15px;
+
opacity: 0.8;
-
  font-weight: 500;
+
border: 1px solid #fff;
-
  padding: 7px 12px;
+
z-index: 1002;
-
 
+
margin: 0;
-
/*Gradient*/
+
padding: 0;
-
  background: #a90329; /* Old browsers */
+
bottom: 5px;
-
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
+
right: 3px;
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
+
width: 103px;
-
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
+
height: 31px;
-
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
+
}
}
-
.menu-item h4:hover {
+
#banner ul li {
-
  background: #cc002c; /* Old browsers */
+
padding: 4px;
-
  background: -moz-linear-gradient(top,  #cc002c 0%, #6d0019 100%); /* FF3.6+ */
+
float: left;
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
+
display: block;
-
  background: -webkit-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
+
color: #FFF;
-
  background: -o-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
+
border: #e5eaff 1px solid;
-
  background: -ms-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* IE10+ */
+
background: #6f4f67;
-
  background: linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* W3C */
+
cursor: pointer
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
+
-
 
+
}
}
-
.menu-item2 h4:hover { 
 
-
  background: #cc002c; /* Old browsers */
 
-
  background: -moz-linear-gradient(top,  #cc002c 0%, #6d0019 100%); /* FF3.6+ */
 
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
 
-
  background: -webkit-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
 
-
  background: -o-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
 
-
  background: -ms-linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* IE10+ */
 
-
  background: linear-gradient(top,  #cc002c 0%,#6d0019 100%); /* W3C */
 
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
 
 +
#banner ul li.on {
 +
background: #900
}
}
-
.menu-item h4 a {
+
#banner_list a {
-
  color: white;
+
position: absolute;
-
  display: block;
+
left: 1px;
-
  text-decoration: none;
+
top: 0px;
-
  width: 200px;
+
height: 240px;
-
  list-style: none;
+
}
}
-
.menu-item2 h4 a {
+
a{
-
  color: white;
+
text-decoration:none;
-
  display: block;
+
-
  text-decoration: none;
+
-
  width: 200px;
+
-
  list-style: none;
+
}
}
-
 
+
#welcome strong{
-
 
+
color:red;
-
/*ul Styles*/
+
-
.menu-item ul {
+
-
  background: #fff;
+
-
  font-size: 13px;
+
-
  line-height: 30px;
+
-
  height: 0px;
+
-
  list-style-type: none;
+
-
  overflow: hidden;
+
-
  padding: 0px;
+
-
  display:block;
+
-
  position:absolute;
+
-
 
+
-
 
+
-
  /*Animation*/
+
-
  -webkit-transition: height 1s ease;
+
-
    -moz-transition: height 1s ease;
+
-
      -o-transition: height 1s ease;
+
-
      -ms-transition: height 1s ease;
+
-
          transition: height 1s ease;
+
}
}
-
 
+
/*First Item Styles*/
-
.menu-item2 ul {
+
.alpha p {
-
  background: #fff;
+
padding: 8px 12px;
-
  font-size: 13px;
+
color: #aaa;
-
  line-height: 30px;
+
-
  height: 0px;
+
-
  list-style-type: none;
+
-
  overflow: hidden;
+
-
  padding: 0px;
+
-
  display:block;
+
-
  position:absolute;
+
-
 
+
-
/*Animation*/
+
-
  -webkit-transition: height 1s ease;
+
-
    -moz-transition: height 1s ease;
+
-
      -o-transition: height 1s ease;
+
-
      -ms-transition: height 1s ease;
+
-
          transition: height 1s ease;
+
}
}
-
 
+
.alpha p a {
-
.menu-item:hover ul {
+
color: #aaa;
-
  height: 93px;
+
font-style: italic;
-
  list-style: none;
+
-
}
+
-
.menu-item2:hover ul {
+
-
  height: 62px;
+
-
  list-style: none;
+
}
}
-
.menu-item ul a {
+
.alpha p a:hover {
-
  margin-left: 20px;
+
color: #ccc;
-
  text-decoration: none;
+
-
  color: #aaa;
+
-
  display: block;
+
-
  width: 160px;
+
-
  float: none;
+
-
 
+
}
}
-
.menu-item2 ul a {
+
</style>
-
  margin-left: 20px;
+
</head>
-
  text-decoration: none;
+
-
  color: #aaa;
+
-
  display: block;
+
-
  width: 160px;
+
-
  float: none;
+
-
}
+
<body>
-
/*li Styles*/
 
-
 
+
<div class="banner"><a href='https://2012.igem.org/Team:WashU'>
-
 
+
    <!--img src='https://static.igem.org/mediawiki/2012/e/e7/HeaderWashU.jpg' style="width: 965px"-->
-
.menu-item li:hover {
+
<img src='https://lh6.googleusercontent.com/-c5PpgOPE9GE/T-Serah0tHI/AAAAAAAAAJI/c-YW88UISPM/s800/potential%2520product4.jpg' width=965px height=300px>
-
  background: #eee;
+
    </a>
-
 
+
</div>
-
  list-style: none;
+
</style></html>
-
}
+
-
.menu-item2 li:hover {
+
-
  background: #eee;
+
-
 
+
-
  list-style: none;
+
-
}
+
-
 
+
-
/* Buttons on Bottom*/
+
-
 
+
-
  #BackToTop {
+
-
  position:fixed;
+
-
  bottom:0;
+
-
  right:0;
+
-
  }
+
-
 
+
-
  #Sitemap {
+
-
  position:fixed;
+
-
  bottom:0;
+
-
  left:0;
+
-
  }
+
-
 
+
-
/* Gallery and Quick-Access Buttons */
+
-
 
+
-
#galleryandbuttons{
+
-
width: 947px;
+
-
        float: center;
+
-
background-color:#FFEDF5;
+
-
        padding: 0px;
+
-
height: 520px;
+
-
        -webkit-box-shadow: 0 8px 6px -6px black;
+
-
        -moz-box-shadow: 0 8px 6px -6px black;
+
-
        box-shadow: 0 8px 6px -6px black;
+
-
        border: 10px solid rgba(255, 255, 255, 0.4);
+
-
        margin-top:20px;
+
-
        margin-left:auto;
+
-
        margin-right: auto;
+
-
}
+
-
 
+
-
/* Sponsors */
+
-
 
+
-
#sponsors{
+
-
width: 947px;
+
-
        float: center;
+
-
background-color:#FFEDF5;
+
-
        padding: 0px;
+
-
height: 550px;
+
-
        -webkit-box-shadow: 0 8px 6px -6px black;
+
-
        -moz-box-shadow: 0 8px 6px -6px black;
+
-
        box-shadow: 0 8px 6px -6px black;
+
-
        border: 10px solid rgba(255, 255, 255, 0.4);
+
-
        margin-top:20px;
+
-
        margin-left:auto;
+
-
        margin-right: auto;
+
-
}
+
-
</style>
+
-
</html>
+

Revision as of 19:58, 28 July 2012