Team:TU-Delft/Templates/Style
From 2013.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
/* Layout */ | /* Layout */ | ||
/**********/ | /**********/ | ||
- | + | body { | |
- | + | background: #CCCCCC url(https://static.igem.org/mediawiki/2010/2/26/Background.png); | |
- | + | width: auto; | |
+ | text-align: justify; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | color: #333333; | ||
} | } | ||
- | + | ||
- | + | h1, h2, h3, h4, h5, h6 { | |
- | + | font-family: Georgia, "Times New Roman", Times, serif; | |
- | + | color: #000000; | |
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | a { | |
- | + | font-weight: bold; | |
- | + | text-decoration: none; | |
- | + | color: #484848 ; | |
- | + | ||
} | } | ||
- | + | a:visited { | |
- | + | font-weight: bold; | |
+ | text-decoration: none; | ||
+ | color: #303030; | ||
} | } | ||
- | + | ||
- | + | a:hover { | |
- | + | text-decoration: underline; | |
- | + | color: #484848 ; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | |
- | + | /*------HEADER---------*/ | |
- | + | ||
- | + | #header { | |
- | + | width: 970px; | |
- | + | border-top: 1px solid #444444; | |
- | + | height: 140px; | |
+ | background: url("https://static.igem.org/mediawiki/2013/2/2d/HeaderDelft.png") right no-repeat ;; | ||
} | } | ||
- | # | + | |
- | + | #header h1 { | |
+ | margin: 0px; | ||
+ | padding: 0px 0px 0px 10px; | ||
+ | text-align: left; | ||
+ | color: #3399FF; | ||
+ | font-size: 3em; | ||
+ | text-transform: uppercase; | ||
} | } | ||
- | # | + | #header h2 { |
- | + | margin: 0px; | |
+ | padding: 0px 0px 0px 20px; | ||
+ | text-align: left; | ||
+ | font-size: 1.5em; | ||
+ | text-transform: uppercase; | ||
} | } | ||
- | + | #logo_left .plainlinks a { | |
- | + | width: 240px; | |
- | + | height: 80px; | |
- | + | z-index: 100; | |
- | + | position: absolute; | |
- | + | top: 32px; | |
- | + | left: 45px; | |
- | + | text-decoration: none; | |
+ | background: transparent; | ||
+ | padding: 0; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#menu, #menu ul { | #menu, #menu ul { |
Revision as of 09:08, 19 April 2013