Template:Washuback

From 2012.igem.org

(Difference between revisions)
(Created page with "- CSS Document: a:hover { text-decoration: none; } .links a:hover { cursor: pointer; } .main { background-color: #transparent; position: static; top: auto; height: a...")
 
(21 intermediate revisions not shown)
Line 1: Line 1:
-
/* CSS Document */
+
<html>
-
a:hover {
+
<style>
-
text-decoration: none;
+
@charset "UTF-8";
-
}
+
 +
/* iGEM wiki Hacker */
 +
div#top-section {
-
.links a:hover {
+
background-color:transparent;
-
cursor: pointer;
+
background-repeat: no-repeat;
 +
height: 10px;
 +
width: 300px;
 +
border: 0;
 +
z-index: 10;
}
}
-
.main {
+
div#p-logo {
-
background-color: #transparent;
+
display: none;
-
position: static;
+
-
top: auto;
+
-
height: auto;
+
-
padding: 10px;
+
-
padding-top: 0px;
+
-
padding-right: 10px;
+
}
}
-
 
+
div#menubar { /*text-align:center;*/
-
 
+
top: 0;
-
div .countdown {
+
height: 20px;
-
padding: 5px;
+
width: 300px;
-
padding-left: 6px;
+
font-family: 'Book Antiqua', sans-serif;
-
margin: 5px;
+
font-size: 8pt;
}
}
-
div #part0 .links {
+
div#menubar .selected a {
-
background-color: black;
+
color: #440110;
-
}
+
-
 
+
-
div #part0 .sidebartop {
+
-
background: url(blocktop3.png) transparent;
+
-
}
+
-
 
+
-
div #part0 .sidebarbottom {
+
-
background: url(blockbottom3.png) transparent;
+
-
}
+
-
 
+
-
#welcome a:hover {
+
-
color: red;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
#note {
+
-
float: right;
+
-
width: 250px;
+
-
}
+
-
 
+
-
#note h1 {
+
-
color: #440110
+
-
}
+
-
 
+
-
#note hr {
+
-
background-color: #440110;
+
}
}
-
#note a {
+
.left-menu,.left-menu a {
color: #440110;
color: #440110;
 +
z-index: 1;
}
}
-
#note a:hover {
+
.left-menu:hover {
-
color: #006699;
+
background-color: transparent;
-
text-decoration: none;
+
}
}
-
#project {
+
.right-menu {
-
width: 660px;
+
    display:none;
 +
top: 0;
 +
z-index: 1;
}
}
-
#project h1 {
+
.right-menu li { #
-
color: #ffcc99;
+
background-color: transparent;
}
}
-
#project hr {
+
.right-menu li a {
-
background-color: #ffcc99;
+
padding: 0px 15px 0px 0px;
 +
color: #529dd9;
 +
background-color: transparent;
}
}
-
#project a {
+
.right-menu li a:hover {
-
color: #ffcc99;
+
color: #529dd9;
}
}
-
#project a:hover {
+
div#search-controls {
-
color: #ff9933;
+
display: none;
-
text-decoration: none;
+
position: absolute;
 +
float: right;
}
}
-
#team {
+
#mw-searchButton {
-
float: left;
+
display: none;
-
width: 660px;
+
border: none;
}
}
-
#team h1 {
 
-
color: #aadba5;
 
-
}
 
-
#team hr {
+
#contentwrapper p {
-
background-color: #aadba5;
+
display: block;
 +
text-align: left;
}
}
-
#team a {
+
.firstHeading {
-
color: #aadba5;
+
display: none;
}
}
-
#team a:hover {
+
#contentSub {
-
color: #56b74c;
+
display: none;
-
text-decoration: none;
+
}
}
-
 
+
#catlinks {
-
#hp h1 {
+
display: none;
-
color: #9966cc;
+
-
font-size: 30px;
+
}
}
-
#hp hr {
+
#footer-box {
-
background-color: #9966cc;
+
display: none;
}
}
-
#hp a {
+
h1 {
-
color: #9966cc;
+
border-bottom: none;
}
}
-
#hp a:hover {
+
#content{
-
color: #4700b1;
+
width: 300px;
-
text-decoration: none;
+
background-color: #FFEFD5;
 +
font-family: "Palatino Linotype", "Book Antiqua";
}
}
-
#banner {
+
/* HyperLink Style */
-
position: relative;
+
a:link {
-
width: 930px;
+
color: #000000;
-
height: 325px;
+
        text-decoration: none;
-
<!-- border: 1px solid #666;-->
+
-
overflow: hidden;
+
}
}
-
 
+
a:visited {
-
#banner_list img {
+
color: #000000;
-
border: 0px;
+
        text-decoration: none;
-
width: 930px;
+
-
height: 325px;
+
}
}
-
 
+
a:hover {
-
#banner ul {
+
color: #000000;
-
position: absolute;
+
        text-decoration: none;
-
list-style-type: none;
+
-
filter: Alpha(Opacity = 80);
+
-
opacity: 0.8;
+
-
border: 1px solid #fff;
+
-
z-index: 1002;
+
-
margin: 0;
+
-
padding: 0;
+
-
bottom: 5px;
+
-
right: 3px;
+
-
width: 103px;
+
-
height: 31px;
+
}
}
-
 
+
a:active {
-
#banner ul li {
+
color: #000000;
-
padding: 4px;
+
        text-decoration: none;
-
float: left;
+
-
display: block;
+
-
color: #FFF;
+
-
border: #e5eaff 1px solid;
+
-
background: #6f4f67;
+
-
cursor: pointer
+
}
}
-
#banner ul li.on {
+
/* End HyperLink Style */
-
background: #900
+
-
}
+
-
#banner_list a {
 
-
position: absolute;
 
-
left: 1px;
 
-
top: 0px;
 
-
height: 240px;
 
-
}
 
-
a{
 
-
text-decoration:none;
 
-
}
 
-
#welcome strong{
 
-
color:red;
 
-
}
 
</style>
</style>
</head>
</head>
 +
<a href="https://2012.igem.org/Team:WashU/mobile/home"><img src="https://lh6.googleusercontent.com/-158gQhIENTA/UA7oFnrByzI/AAAAAAAAAWw/eURUvAPZXFw/s288/Banner.jpg" width=300px></a>
 +
</html>

Latest revision as of 21:32, 24 July 2012