Team:TU-Delft/Templates/Style
From 2013.igem.org
(Difference between revisions)
(813 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | @charset "UTF-8"; | |
- | + | ||
- | + | #searchInput { | |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | #search-controls { | + | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { |
- | + | display:none;} | |
- | + | #top-section { | |
- | + | border: none; | |
- | + | height: 0px;} | |
+ | #content { | ||
+ | border: none;} | ||
+ | #top-section{ | ||
+ | height: 20px !important; | ||
+ | border: none !important; | ||
+ | border-top: none; | ||
} | } | ||
- | + | #menubar { | |
- | + | display: table-cell; | |
- | + | background: transparent; | |
- | + | ||
} | } | ||
- | .left-menu | + | |
- | + | #menubar.left-menu { | |
- | + | width: 100%; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
#menubar.right-menu { | #menubar.right-menu { | ||
- | + | text-align: right; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | #menubar * { | |
+ | color: transparent !important; | ||
+ | background: transparent !important; | ||
} | } | ||
- | #top-section { | + | |
- | + | #top-section:hover #menubar * { | |
- | + | color: grey !important; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | #top-section:hover #menubar.left-menu { | |
- | + | background: rgba(255, 255, 255, 0.75) !important; | |
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | ||
- | + | html { | |
- | + | ||
- | + | ||
- | + | width:100%; | |
- | + | height:100%; | |
- | + | background:transparent; | |
- | + | border:none; | |
- | + | margin:0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | |||
body { | body { | ||
- | + | width:100%; | |
- | + | height:100%; | |
- | + | background:url("https://static.igem.org/mediawiki/2013/3/32/BackroundDelft.jpg"); | |
- | + | background-repeat:no-repeat; | |
- | + | background-size: 100% 100%; | |
+ | background-size: auto, cover; | ||
+ | background-position:absolute; | ||
+ | border:none; | ||
+ | padding-top:20px; | ||
+ | padding-right:0px; | ||
+ | padding-bottom:20px; | ||
+ | padding-left:0px; | ||
+ | font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; | ||
+ | font-size: small; | ||
+ | z-index:800; | ||
} | } | ||
- | + | #contentbox { | |
- | + | width: 85%; | |
- | + | position: relative; | |
+ | background:white; | ||
+ | width:850px; | ||
+ | margin: -10px auto 0 auto; | ||
+ | padding:20px 50px 50px 25px; | ||
+ | |||
+ | text-decoration:none; | ||
+ | border:none; | ||
+ | z-index:800; | ||
} | } | ||
- | + | ||
- | + | #contentboxnew { | |
- | + | ||
- | + | background:white; | |
+ | width:800px; | ||
+ | margin: -10px auto 0 auto; | ||
+ | padding:20px 50px 50px 50px; | ||
+ | float: left; | ||
+ | text-decoration:none; | ||
+ | border:none; | ||
+ | z-index:800; | ||
} | } | ||
- | + | ||
- | + | #contentboxnew1 { | |
- | + | ||
- | + | background:white; | |
+ | width:800px; | ||
+ | margin: -10px auto 0 auto; | ||
+ | padding:20px 50px 50px 50px; | ||
+ | float: left; | ||
+ | text-decoration:none; | ||
+ | border:none; | ||
+ | z-index:800; | ||
} | } | ||
- | + | ||
- | + | table#tbtext | |
- | + | { | |
+ | width:400px; | ||
+ | font-weight:400; | ||
+ | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; | ||
+ | font-size: 10px; | ||
+ | text-align: left; | ||
+ | padding-left: 3px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | |||
+ | #frog { | ||
+ | position:absolute; | ||
+ | top:350px; left:-260px; | ||
} | } | ||
- | # | + | |
- | + | #logo { | |
- | + | position:absolute; | |
- | + | top:20px; left:-150px; | |
- | + | ||
} | } | ||
- | #header | + | |
- | + | /* HERE CHANGE THE HEADER */ | |
- | + | ||
- | + | #header{ | |
- | + | background:url("https://static.igem.org/mediawiki/2013/9/97/Horizontal-banner-2.jpg"); | |
- | + | background-repeat:no-repeat; | |
- | + | background-position: left bottom; | |
+ | |||
+ | background-size: 100% 100%; | ||
+ | box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | ||
+ | -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */ | ||
+ | width: 100%; | ||
+ | height: 150px; | ||
+ | /*border-top: 1px solid #660000; | ||
+ | border-bottom: 1px solid #660000;*/ | ||
} | } | ||
- | # | + | |
- | + | #fb-like-box { | |
- | + | position:absolute; | |
- | + | top:160px; right:-265px; | |
- | + | ||
- | + | ||
} | } | ||
- | # | + | |
- | + | #counter { /* Add it with zero botom and zero left in order to fix it later */ | |
- | + | position:absolute; | |
- | + | top:800px; right:-227px; | |
- | + | ||
- | position: absolute | + | } |
- | + | #counter2{ | |
- | top: | + | position:absolute; |
- | + | top:800px; right:-187px; | |
- | + | ||
} | } | ||
+ | |||
+ | |||
+ | #menu, #menu ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | |||
+ | } | ||
+ | |||
#menu { | #menu { | ||
- | width: | + | width: 100%; |
- | + | padding-top:6px; | |
+ | padding-bottom:6px; | ||
border: 1px solid #222; | border: 1px solid #222; | ||
background-color: #111; | background-color: #111; | ||
Line 155: | Line 181: | ||
border-radius: 6px; | border-radius: 6px; | ||
box-shadow: 0 1px 1px #777; | box-shadow: 0 1px 1px #777; | ||
+ | margin-top: 0px; | ||
+ | margin-right:0px; | ||
} | } | ||
#menu:before, | #menu:before, | ||
Line 174: | Line 202: | ||
box-shadow: 1px 0 0 #444; | box-shadow: 1px 0 0 #444; | ||
position: relative; | position: relative; | ||
+ | |||
} | } | ||
#menu a { | #menu a { | ||
- | float: left; | + | |
- | + | padding-top:10px; | |
+ | padding-bottom:10px; | ||
+ | padding-right:12px; | ||
+ | padding-left:12px; | ||
+ | width:100%; | ||
+ | /*float: left;*/ | ||
+ | width: 100px; | ||
+ | |||
color: #999; | color: #999; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
- | font: bold | + | font: bold 11px Arial, Helvetica; |
text-decoration: none; | text-decoration: none; | ||
text-shadow: 0 1px 0 #000; | text-shadow: 0 1px 0 #000; | ||
Line 187: | Line 223: | ||
#menu li:hover > a { | #menu li:hover > a { | ||
+ | background-color: #0186ba; | ||
+ | background-image: linear-gradient(#04acec, #0186ba); | ||
color: #fafafa; | color: #fafafa; | ||
+ | |||
} | } | ||
+ | |||
+ | |||
+ | |||
*html #menu li a:hover { /* IE6 only */ | *html #menu li a:hover { /* IE6 only */ | ||
+ | |||
color: #fafafa; | color: #fafafa; | ||
} | } | ||
- | + | </style> | |
+ | <style> | ||
#menu ul { | #menu ul { | ||
margin: 20px 0 0 0; | margin: 20px 0 0 0; | ||
Line 200: | Line 244: | ||
visibility: hidden; | visibility: hidden; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 28px; |
left: 0; | left: 0; | ||
z-index: 1; | z-index: 1; | ||
Line 206: | Line 250: | ||
background: linear-gradient(#444, #111); | background: linear-gradient(#444, #111); | ||
box-shadow: 0 -1px 0 rgba(255,255,255,.3); | box-shadow: 0 -1px 0 rgba(255,255,255,.3); | ||
- | border-radius: | + | border-radius: 4px; |
- | + | transition: all .10s ease-in-out; | |
+ | |||
} | } | ||
+ | |||
#menu li:hover > ul { | #menu li:hover > ul { | ||
Line 236: | Line 282: | ||
} | } | ||
- | #menu ul a { | + | #menu ul a { |
+ | |||
padding: 10px; | padding: 10px; | ||
- | width: | + | width: 180px; |
_height: 10px; /*IE6 only*/ | _height: 10px; /*IE6 only*/ | ||
display: block; | display: block; | ||
Line 249: | Line 296: | ||
background-color: #0186ba; | background-color: #0186ba; | ||
background-image: linear-gradient(#04acec, #0186ba); | background-image: linear-gradient(#04acec, #0186ba); | ||
+ | |||
} | } | ||
#content { | #content { | ||
- | + | background-color: white; | |
- | margin: | + | box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); |
- | padding: 0; | + | /* border: 1px solid black;*/ |
- | width: | + | margin-bottom: 10px; |
+ | padding: 0 0 20px;*/ | ||
+ | width: 100%; | ||
} | } | ||
- | # | + | |
- | + | #content1 { | |
+ | |||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | right: 0px; | ||
} | } | ||
- | + | ||
- | + | #box { | |
- | + | border: 1px solid #888; | |
- | # | + | padding: 0px; |
- | + | margin-bottom: 10px; | |
- | + | margin-left:40px; | |
- | # | + | margin-right:40px; |
- | + | margin: 0 auto; | |
- | + | -moz-border-radius: 10px; | |
- | + | border-radius: 10px; | |
- | + | -moz-box-shadow: 0 0 8px #888; | |
- | + | -webkit-box-shadow: 0 0 8px #888; | |
- | + | box-shadow: 0 0 8px #888; | |
- | + | width:50%; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:44, 2 October 2013