Team:Potsdam Bioware/css
From 2012.igem.org
(Difference between revisions)
(55 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
html,body {height:100%;margin:0;padding:0;} | html,body {height:100%;margin:0;padding:0;} | ||
+ | |||
body { | body { | ||
background-image: url(https://static.igem.org/mediawiki/2012/3/33/Antibody.jpg); | background-image: url(https://static.igem.org/mediawiki/2012/3/33/Antibody.jpg); | ||
background-repeat:repeat-y repeat-x; | background-repeat:repeat-y repeat-x; | ||
- | + | ||
} | } | ||
.gradient_golden { | .gradient_golden { | ||
Line 18: | Line 19: | ||
background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%); | background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%); | ||
background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%); | background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%); | ||
+ | } | ||
+ | |||
+ | #igem_home { | ||
+ | font-size: 95%; | ||
+ | left: 425px; | ||
+ | position: absolute; | ||
+ | top: -4px; | ||
} | } | ||
Line 28: | Line 36: | ||
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%); | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%); | ||
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%); | background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%); | ||
+ | } | ||
+ | |||
+ | .white_bg { | ||
+ | background-color: white; | ||
} | } | ||
Line 34: | Line 46: | ||
border-radius: 5px; | border-radius: 5px; | ||
box-shadow:5px 5px 5px #666; | box-shadow:5px 5px 5px #666; | ||
+ | } | ||
+ | |||
+ | .box_round p { | ||
+ | text-align:justify; | ||
} | } | ||
Line 42: | Line 58: | ||
.nav_menu { | .nav_menu { | ||
height: 35px; | height: 35px; | ||
- | |||
box-shadow:5px 5px 5px #666; | box-shadow:5px 5px 5px #666; | ||
} | } | ||
+ | #menu .selected { | ||
+ | background-color:#B41111; | ||
+ | height: 27px; | ||
+ | border-top-right-radius: 5px; | ||
+ | border-top-left-radius: 5px; | ||
+ | } | ||
#menu { | #menu { | ||
Line 51: | Line 72: | ||
margin: 0px; | margin: 0px; | ||
padding: 8px; | padding: 8px; | ||
+ | position:relative; | ||
+ | left: 50%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 64: | Line 87: | ||
padding-left: 15px; | padding-left: 15px; | ||
padding-right: 15px; | padding-right: 15px; | ||
- | margin-right: | + | margin-right:25px; |
- | margin-left: | + | margin-left:25px; |
font-weight: 900; | font-weight: 900; | ||
} | } | ||
Line 74: | Line 97: | ||
position: absolute; | position: absolute; | ||
margin : 0px; | margin : 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | #menu ul ul { | ||
padding: 0px; | padding: 0px; | ||
} | } | ||
Line 85: | Line 112: | ||
#menu li ul li:hover { | #menu li ul li:hover { | ||
height:auto; | height:auto; | ||
+ | float:none; | ||
+ | text-align:left; | ||
} | } | ||
Line 107: | Line 136: | ||
border-top-left-radius: 5px; | border-top-left-radius: 5px; | ||
} | } | ||
+ | |||
#menu li:hover ul { | #menu li:hover ul { | ||
Line 239: | Line 269: | ||
#rollover-image-5 { | #rollover-image-5 { | ||
- | background-image:url(https://static.igem.org/mediawiki/2012/ | + | background-image:url(https://static.igem.org/mediawiki/2012/0/0d/SocialBrick12.jpg) |
- | + | ||
} | } | ||
#rollover-image-5:hover { | #rollover-image-5:hover { | ||
- | background-image:url(https://static.igem.org/mediawiki/2012/ | + | background-image:url(https://static.igem.org/mediawiki/2012/b/b2/SocialBrick22.jpg) |
- | + | ||
} | } | ||
Line 269: | Line 297: | ||
#rollover-image-8 { | #rollover-image-8 { | ||
- | background-image:url(https://static.igem.org/mediawiki/2012/ | + | background-image:url(https://static.igem.org/mediawiki/2012/b/b3/Virusmodule1-2-1.jpg); |
- | + | ||
} | } | ||
#rollover-image-8:hover { | #rollover-image-8:hover { | ||
- | background-image:url(https://static.igem.org/mediawiki/2012/ | + | background-image:url(https://static.igem.org/mediawiki/2012/a/af/Virusmodule1-1.jpg); |
- | + | ||
} | } | ||
#totop { | #totop { | ||
- | background- | + | background-image:url(https://static.igem.org/mediawiki/2012/0/0d/Pfeil.png); |
- | height: | + | filter:alpha(opacity=50); |
+ | height: 76px; | ||
+ | width: 75px; | ||
position: fixed; | position: fixed; | ||
- | |||
right: 10px; | right: 10px; | ||
- | + | z-index: -20; | |
} | } | ||
Line 296: | Line 323: | ||
input.searchButton { | input.searchButton { | ||
color: #ffffff; | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #menu_center { | ||
+ | float:right; | ||
+ | position:relative; | ||
+ | left:-50%; | ||
+ | text-align:left; | ||
} | } | ||
Latest revision as of 17:13, 20 October 2012