Team:Tokyo-NoKoGen/css
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
/* change the igem style to fit my design */ | /* change the igem style to fit my design */ | ||
- | #content {background:# | + | #content {background:#ffffff; border:0px;} |
#content h1.firstHeading {display: none;} | #content h1.firstHeading {display: none;} | ||
+ | |||
+ | |||
/* ===== Basic rules ===== */ | /* ===== Basic rules ===== */ | ||
+ | <!-- | ||
+ | body {position:relative; margin-left:200px; margin-right:200px; font-size:16px;} | ||
+ | --> | ||
+ | |||
<!-- | <!-- | ||
body | body | ||
- | {background-image: url(https://static.igem.org/mediawiki/2010/ | + | {background-image: url(https://static.igem.org/mediawiki/2010/1/12/Nokogen_Bg.png); background-repeat: |
- | background-color: #FFFFFF; | + | repeat-x; #000000; background-color: #FFFFFF;} |
- | } | + | |
--> | --> | ||
Line 63: | Line 66: | ||
padding:0; | padding:0; | ||
border:0; | border:0; | ||
- | height: | + | height:30px; /* the menu's overall height */ |
width:100%; /* we always want our menu to fill the available space */ | width:100%; /* we always want our menu to fill the available space */ | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
Line 134: | Line 137: | ||
text-decoration:none; | text-decoration:none; | ||
height:30px; | height:30px; | ||
- | width: | + | width:9em; |
list-style: none; | list-style: none; | ||
Line 154: | Line 157: | ||
left:8px; /* left-align our drop-down to the previous button border */ | left:8px; /* left-align our drop-down to the previous button border */ | ||
height:auto; /* the drop-down height will be determiend by line count */ | height:auto; /* the drop-down height will be determiend by line count */ | ||
- | width: | + | width:14em; |
color:black; /* this sets the unselected-text color */ | color:black; /* this sets the unselected-text color */ | ||
background:#ffffff; /* this sets our menu's effective "border" color */ | background:#ffffff; /* this sets our menu's effective "border" color */ | ||
Line 189: | Line 192: | ||
color:#000000; /* this sets the unselected drop-down text color */ | color:#000000; /* this sets the unselected drop-down text color */ | ||
background:#838d84; /* this sets the drop-down menu background color */ | background:#838d84; /* this sets the drop-down menu background color */ | ||
- | width: | + | width:14em; |
} | } | ||
Line 269: | Line 272: | ||
#wikifooter p {color: #808080; padding: 0px 37px 20px 37px;} | #wikifooter p {color: #808080; padding: 0px 37px 20px 37px;} | ||
#wikifooter a, #wikifooter a:visited {color: #808080;} | #wikifooter a, #wikifooter a:visited {color: #808080;} | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:03, 25 October 2010