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"> | ||
+ | |||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
/* change the igem style to fit my design */ | /* change the igem style to fit my design */ | ||
- | #content {background:# | + | #content {background:#2000a0; border:0px; margin-top: 30px; margin-left: auto; margin-left: auto; } |
#content h1.firstHeading {display: none;} | #content h1.firstHeading {display: none;} | ||
- | |||
- | |||
/* ===== Basic rules ===== */ | /* ===== Basic rules ===== */ | ||
- | |||
- | |||
- | |||
- | |||
<!-- | <!-- | ||
body | body | ||
- | {background-image: url(https://static.igem.org/mediawiki/2010/ | + | {background-image: url(https://static.igem.org/mediawiki/2010/e/e3/NoKoGen_BackGround.png); background-repeat: repeat; #000000; |
- | repeat | + | background-color: #FFFFFF; |
- | + | } | |
--> | --> | ||
Line 66: | Line 63: | ||
padding:0; | padding:0; | ||
border:0; | border:0; | ||
- | height: | + | height:20px; /* 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 137: | Line 134: | ||
text-decoration:none; | text-decoration:none; | ||
height:30px; | height:30px; | ||
- | width: | + | width:7.5em; |
list-style: none; | list-style: none; | ||
Line 157: | Line 154: | ||
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:10em; |
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 192: | Line 189: | ||
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:10em; |
} | } | ||
Line 272: | Line 269: | ||
#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