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...") |
BrianBasco (Talk | contribs) |
||
(21 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
- | + | <style> | |
- | + | @charset "UTF-8"; | |
- | + | ||
+ | /* iGEM wiki Hacker */ | ||
+ | div#top-section { | ||
- | + | background-color:transparent; | |
- | + | background-repeat: no-repeat; | |
+ | height: 10px; | ||
+ | width: 300px; | ||
+ | border: 0; | ||
+ | z-index: 10; | ||
} | } | ||
- | + | div#p-logo { | |
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div#menubar { /*text-align:center;*/ | |
- | + | top: 0; | |
- | div | + | height: 20px; |
- | + | width: 300px; | |
- | + | font-family: 'Book Antiqua', sans-serif; | |
- | + | font-size: 8pt; | |
} | } | ||
- | div # | + | div#menubar .selected a { |
- | + | color: #440110; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .left-menu,.left-menu a { | |
color: #440110; | color: #440110; | ||
+ | z-index: 1; | ||
} | } | ||
- | + | .left-menu:hover { | |
- | color: | + | background-color: transparent; |
- | + | ||
} | } | ||
- | + | .right-menu { | |
- | + | display:none; | |
+ | top: 0; | ||
+ | z-index: 1; | ||
} | } | ||
- | # | + | .right-menu li { # |
- | color: | + | background-color: transparent; |
} | } | ||
- | + | .right-menu li a { | |
- | background-color: | + | padding: 0px 15px 0px 0px; |
+ | color: #529dd9; | ||
+ | background-color: transparent; | ||
} | } | ||
- | + | .right-menu li a:hover { | |
- | color: # | + | color: #529dd9; |
} | } | ||
- | # | + | div#search-controls { |
- | + | display: none; | |
- | + | position: absolute; | |
+ | float: right; | ||
} | } | ||
- | # | + | #mw-searchButton { |
- | + | display: none; | |
- | + | border: none; | |
} | } | ||
- | |||
- | |||
- | |||
- | # | + | #contentwrapper p { |
- | + | display: block; | |
+ | text-align: left; | ||
} | } | ||
- | + | .firstHeading { | |
- | + | display: none; | |
} | } | ||
- | # | + | #contentSub { |
- | + | display: none; | |
- | + | ||
} | } | ||
- | + | #catlinks { | |
- | # | + | display: none; |
- | + | ||
- | + | ||
} | } | ||
- | # | + | #footer-box { |
- | + | display: none; | |
} | } | ||
- | + | h1 { | |
- | + | border-bottom: none; | |
} | } | ||
- | # | + | #content{ |
- | + | width: 300px; | |
- | + | background-color: #FFEFD5; | |
+ | font-family: "Palatino Linotype", "Book Antiqua"; | ||
} | } | ||
- | + | /* HyperLink Style */ | |
- | + | a:link { | |
- | + | color: #000000; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
} | } | ||
- | + | a:visited { | |
- | + | color: #000000; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
} | } | ||
- | + | a:hover { | |
- | + | color: #000000; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | a:active { | |
- | + | color: #000000; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
- | color: # | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | /* End HyperLink Style */ | |
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</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> |