Team:Tokyo-NoKoGen/css
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | @charset "utf-8"; | ||
+ | /* CSS Document */ | ||
+ | |||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 9: | Line 12: | ||
/* layout */ | /* layout */ | ||
* {font-size: 100%; margin: 0; padding: 0;} | * {font-size: 100%; margin: 0; padding: 0;} | ||
- | body {position: relative; background-image: url(https://static.igem.org/mediawiki/2010/ | + | body {position: relative; background-image: url(https://static.igem.org/mediawiki/2010/f/f3/Background_blend_green2black.jpg); background-repeat: repeat-x; #000000; background-color: #000000;} |
- | #pagewrapper {display: block; background:#FFFFFF; text-align: left; margin: 0 auto; font: 90%, Verdana, Arial, Helvetica, sans-serif; | + | #pagewrapper {display: block; background:#FFFFFF; text-align: left; margin: 0 auto; font: 90%, Verdana, Arial, Helvetica, sans-serif; background-mage: url(https://static.igem.org/mediawiki/2010/f/f3/Background_blend_green2black.jpg); } |
- | #titleheader {display:block; background: url(https://static.igem.org/mediawiki/2010/ | + | #titleheader {display:block; background: url(https://static.igem.org/mediawiki/2010/3/34/Header_background.jpg); } |
#subtitle { 0px 50% no-repeat; padding: 0px 0px 0px 0px; color:#fff;} | #subtitle { 0px 50% no-repeat; padding: 0px 0px 0px 0px; color:#fff;} | ||
h3.toptitle {font: Tahoma, Verdana, Arial, sans-serif; color: #fff; letter-spacing: -1px;} | h3.toptitle {font: Tahoma, Verdana, Arial, sans-serif; color: #fff; letter-spacing: -1px;} | ||
Line 62: | Line 65: | ||
div.thumbnail {padding: 10px; border: solid #AAAAAA 1px; width: 152px; background-color: #fff} | div.thumbnail {padding: 10px; border: solid #AAAAAA 1px; width: 152px; background-color: #fff} | ||
+ | |||
/* typography */ | /* typography */ | ||
Line 75: | Line 79: | ||
/* links */ | /* links */ | ||
- | |||
a:link, a:visited {text-decoration: none; color:#003399;} | a:link, a:visited {text-decoration: none; color:#003399;} | ||
a:hover {color: #D76519;} | a:hover {color: #D76519;} | ||
Line 190: | Line 193: | ||
padding:1px; /* this is our box border width */ | padding:1px; /* this is our box border width */ | ||
list-style: none; | list-style: none; | ||
+ | |||
} | } |
Revision as of 10:34, 19 October 2010
@charset "utf-8"; /* CSS Document */