Template:Team:KULeuven/Stylesheet2
From 2009.igem.org
(Difference between revisions)
Bart Bosmans (Talk | contribs) |
|||
Line 5: | Line 5: | ||
background:#fff url(https://static.igem.org/mediawiki/2009/9/9b/KULPageBottomShadow.png) bottom center repeat-x; | background:#fff url(https://static.igem.org/mediawiki/2009/9/9b/KULPageBottomShadow.png) bottom center repeat-x; | ||
} | } | ||
+ | |||
div#header { | div#header { | ||
- | height: | + | height: 160px; |
- | background-color: | + | background-color: none; |
- | background: | + | background: url(https://static.igem.org/mediawiki/2009/0/02/Header2.3.png) no-repeat; |
- | background-position: | + | background-position: top left; |
position: relative; | position: relative; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
- | margin-bottom: | + | margin-bottom: 30px; |
+ | } | ||
+ | |||
+ | div#Team { | ||
+ | position: absolute; | ||
+ | top: 30px; | ||
+ | left: 115px; | ||
+ | font-size: 220%; | ||
+ | z-index: 1; | ||
+ | font-family: "Times New Roman"; /*,Georgia,Serif; */ | ||
+ | font-weight: bold; | ||
+ | color: white; | ||
} | } | ||
div#title { | div#title { | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 75px; |
- | left: | + | left: 200px; |
- | font-size: | + | font-size: 300%; |
z-index: 1; | z-index: 1; | ||
font-family: "Times New Roman"; /*,Georgia,Serif; */ | font-family: "Times New Roman"; /*,Georgia,Serif; */ | ||
Line 28: | Line 40: | ||
} | } | ||
- | div#title a, div#title a:visited, div#slogan a, div#slogan a:visited { | + | div#title a, div#title a:visited, div#slogan a, div#slogan a:visited,div#Team a:visited { |
text-decoration: none; | text-decoration: none; | ||
color: white; | color: white; | ||
Line 35: | Line 47: | ||
div#slogan { | div#slogan { | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 110px; |
- | left: | + | left: 220px; |
- | font-size: | + | font-size: 180%; |
z-index: 1; | z-index: 1; | ||
font-family: "Times New Roman"; /*,Georgia,Serif; */ | font-family: "Times New Roman"; /*,Georgia,Serif; */ | ||
Line 44: | Line 56: | ||
color: white; | color: white; | ||
} | } | ||
+ | |||
+ | div#submenu { | ||
+ | width: 147px; | ||
+ | height:100%; | ||
+ | position:absolute; | ||
+ | left:0px; | ||
+ | top: 208px; | ||
+ | left:5px; | ||
+ | float: left; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/b/be/Headerver2.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div#submenu ul { | ||
+ | position: relative; | ||
+ | margin-top:50px; | ||
+ | } | ||
+ | div#submenu ul a { | ||
+ | display: block; | ||
+ | background-color:none; | ||
+ | color: white; | ||
+ | padding: 3px 3px 3px 16px; | ||
+ | margin: 0 20px -2px -19px; | ||
+ | text-decoration: none; | ||
+ | font-weight: bold; | ||
+ | border: 1px solid white; | ||
+ | border-left:none; | ||
+ | border-right:none; | ||
+ | } | ||
+ | |||
+ | div#submenu ul a:hover { | ||
+ | color: Black; | ||
+ | background-color: #C9D5E0; | ||
+ | |||
+ | } | ||
+ | |||
+ | div#submenu ul .selflink { | ||
+ | display: block; | ||
+ | background-color: #C9D5E0; | ||
+ | color: Black; | ||
+ | padding: 3px 3px 3px 16px; | ||
+ | margin: 0 20px -3px -19px; | ||
+ | text-decoration: none; | ||
+ | font-weight:bold; | ||
+ | border: 1px solid white; | ||
+ | border-left:none; | ||
+ | border-right:none; | ||
+ | } | ||
+ | |||
+ | div#submenu li { | ||
+ | list-style: none; | ||
+ | color: #1b1a44; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
div#content h1.firstHeading { | div#content h1.firstHeading { |
Revision as of 09:41, 10 October 2009