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...") |
|||
Line 1: | Line 1: | ||
+ | <html><style> | ||
+ | @charset "UTF-8"; | ||
+ | |||
+ | /* iGEM wiki Hacker */ | ||
+ | |||
+ | div#top-section { | ||
+ | |||
+ | background-color:#ffefd5; | ||
+ | background-repeat: no-repeat; | ||
+ | height: 10px; | ||
+ | width: 970px; | ||
+ | border: 0; | ||
+ | z-index: 10; | ||
+ | } | ||
+ | |||
+ | div#p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | div#menubar { /*text-align:center;*/ | ||
+ | top: 0; | ||
+ | height: 20px; | ||
+ | width: 300px; | ||
+ | font-family: 'Book Antiqua', sans-serif; | ||
+ | font-size: 8pt; | ||
+ | } | ||
+ | |||
+ | div#menubar .selected a { | ||
+ | color: #440110; | ||
+ | } | ||
+ | |||
+ | .left-menu,.left-menu a { | ||
+ | color: #440110; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | background-color: #FFEFD5; | ||
+ | } | ||
+ | |||
+ | .right-menu { | ||
+ | top: 0; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .right-menu li { # | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: #529dd9; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | .right-menu li a:hover { | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | /*Hacker ends here*/ /*Global Settings*/ /*Color Definition*/ | ||
+ | |||
/* CSS Document */ | /* CSS Document */ | ||
a:hover { | a:hover { | ||
Line 186: | Line 284: | ||
</style> | </style> | ||
</head> | </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="global"> | ||
+ | <div class="header"> | ||
+ | <div class="bgimg"></div> | ||
+ | <div class="bgpart1"></div> | ||
+ | <div class="bgpart2"></div> | ||
+ | |||
+ | </style></html> |
Revision as of 17:56, 27 June 2012