Team:UT-Tokyo-Software/Template
From 2012.igem.org
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
<html> | <html> | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | /* @group fix nasty default header settings */ | ||
.firstHeading { | .firstHeading { | ||
- | display:none; | + | display: none; |
} | } | ||
+ | |||
+ | #top-section { | ||
+ | background-color: #383838; | ||
+ | border-style: none; | ||
+ | width:975px; | ||
+ | height:20px; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .left-menu { | ||
+ | position: absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | color: #ddd; | ||
+ | } | ||
+ | .left-menu:hover { | ||
+ | color: white; | ||
+ | background-color: #383838 | ||
+ | } | ||
+ | |||
+ | .left-menu a { | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | .right-menu { | ||
+ | position: absolute; | ||
+ | top:0px; | ||
+ | right:0px; | ||
+ | } | ||
+ | |||
+ | .right-menu li a { | ||
+ | background-color: #383838; | ||
+ | } | ||
+ | |||
+ | #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited { | ||
+ | color: #fff; | ||
+ | } | ||
+ | /* @end */ | ||
a:link { | a:link { |
Revision as of 12:17, 8 September 2012