Team:KAIST/header
From 2011.igem.org
(Difference between revisions)
(39 intermediate revisions not shown) | |||
Line 20: | Line 20: | ||
- | #content { background-color:black; border:none; width: 983px;} | + | #content { background-color:black; border:none; width:983px;} |
#contentSub {display:none;} | #contentSub {display:none;} | ||
Line 42: | Line 42: | ||
#top-section { | #top-section { | ||
- | height: 60px; | + | height:60px; |
+ | border-bottom-style:solid; | ||
+ | border-color:#FFFFFF; | ||
+ | border-width:1px; | ||
border-left: none; | border-left: none; | ||
border-right: none; | border-right: none; | ||
Line 48: | Line 51: | ||
} | } | ||
- | #p-logo { height: | + | <!--Remove the banner--> |
+ | #p-logo {height:10px; width:10px; overflow:hidden;} | ||
+ | #p-logo a{color:black;} | ||
img[src*="/wiki/skins/common/images/wiki.png"]{ | img[src*="/wiki/skins/common/images/wiki.png"]{ | ||
+ | visibility:hidden; | ||
+ | top:-100px; | ||
width:10px; | width:10px; | ||
height:0px; | height:0px; | ||
margin-top:20px; | margin-top:20px; | ||
- | |||
- | |||
- | |||
- | |||
background:transparent; | background:transparent; | ||
- | |||
} | } | ||
#menubar{ | #menubar{ | ||
+ | background-color:black; | ||
top:0px; | top:0px; | ||
z-index:99; | z-index:99; | ||
Line 67: | Line 70: | ||
font-family:Calibri;} | font-family:Calibri;} | ||
.left-menu {margin-top:0px; left:-20px;} | .left-menu {margin-top:0px; left:-20px;} | ||
- | .left-menu ul {border: none;} | + | .left-menu ul {border:none;} |
.right-menu {margin-top:0px; right:30px;} | .right-menu {margin-top:0px; right:30px;} | ||
- | .right-menu ul {border: none;} | + | .right-menu ul {border:none;} |
- | #menubar li a {color: #ffffff;} | + | #menubar li a {background-color:black; color: #ffffff;} |
#menubar li a:visited {color: #ffffff;} | #menubar li a:visited {color: #ffffff;} | ||
#menubar li a:hover { color:#1478ff;} | #menubar li a:hover { color:#1478ff;} | ||
#menubar li a:active{ color:#1478ff; font-weight:bold} | #menubar li a:active{ color:#1478ff; font-weight:bold} | ||
+ | |||
+ | #catlinks { | ||
+ | border:none; | ||
+ | background-color:black; | ||
+ | padding: 5px; | ||
+ | margin-top: 1em; | ||
+ | clear: both; | ||
+ | border-bottom-style:solid; | ||
+ | border-color:#FFFFFF; | ||
+ | border-width:1px; | ||
+ | } | ||
#footer { | #footer { | ||
position:relative; | position:relative; | ||
bottom:5%; | bottom:5%; | ||
- | background-color: transparent; | + | background-color:transparent; |
font-size:10pt; | font-size:10pt; | ||
font-family:Calibri; | font-family:Calibri; | ||
- | |||
z-index:-1; | z-index:-1; | ||
} | } | ||
- | #footer-box {background-color: transparent; border:none} | + | #footer-box {background-color:transparent; border:none} |
- | #footer li a {color: | + | #footer li a {color:white;} |
#footer li a:visited {color: #666666;} | #footer li a:visited {color: #666666;} | ||
#footer li a:hover { color:#f09600; text-decoration:none; } | #footer li a:hover { color:#f09600; text-decoration:none; } | ||
Line 91: | Line 104: | ||
body { | body { | ||
+ | width=1280px; | ||
background-position:top-center; | background-position:top-center; | ||
background-color:black; | background-color:black; | ||
Line 100: | Line 114: | ||
top: -55px; | top: -55px; | ||
left: -145px; | left: -145px; | ||
- | width: | + | width:0px; |
- | height: | + | height:0px; |
z-index:-100; | z-index:-100; | ||
} | } | ||
- | |||
</style> | </style> | ||
Latest revision as of 19:38, 27 June 2011