Team:TU-Delft/Templates/Style
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <style> | + | <style type="text/css"> |
- | + | input.searchButton { | |
- | background: # | + | background: none repeat scroll 0 0 transparent; |
- | font- | + | border: medium none; |
- | + | color: #333333; | |
+ | font-size: 100%; | ||
+ | font-weight: bold; | ||
+ | margin: 1px 10px 0; | ||
} | } | ||
- | + | #search-controls { | |
- | + | background: none repeat scroll 0 0 transparent; | |
- | + | display: block; | |
- | + | margin-top: 40px; | |
- | + | position: absolute; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .left-menu { | |
border: medium none; | border: medium none; | ||
- | + | margin-top: -75px; | |
- | + | width: 300px; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .left-menu ul { | |
- | + | border: medium none; | |
+ | } | ||
+ | #searchform { | ||
+ | background: none repeat scroll 0 0 transparent; | ||
+ | display: block; | ||
+ | float: right; | ||
} | } | ||
#menubar.right-menu { | #menubar.right-menu { | ||
- | + | border: medium none; | |
- | + | display: block; | |
- | + | float: left; | |
- | + | margin-top: -75px; | |
- | width: | + | width: 300px; |
- | + | ||
} | } | ||
- | + | .right-menu ul { | |
- | + | border: medium none; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #top-section { | |
- | + | border: medium none; | |
- | # | + | height: 0; |
- | + | margin-bottom: 0; | |
- | + | margin-left: auto; | |
+ | margin-top: 0; | ||
+ | padding: 0; | ||
+ | position: relative; | ||
+ | width: 970px; | ||
} | } | ||
- | + | #p-logo { | |
- | border: none; | + | border: medium none; |
- | + | display: none; | |
- | + | height: 0; | |
+ | overflow: hidden; | ||
+ | } | ||
+ | #footer-box { | ||
+ | border: 1px solid #444444; | ||
+ | font-size: 11px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
padding: 0; | padding: 0; | ||
- | + | width: 970px; | |
- | + | ||
- | + | ||
- | width: | + | |
} | } | ||
- | + | .firstHeading { | |
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ol.references { | |
- | + | font-size: smaller; | |
- | + | text-align: left; | |
} | } | ||
- | + | ul.references { | |
- | + | font-size: smaller; | |
- | + | text-align: left; | |
- | display: | + | } |
- | + | p { | |
+ | display: none; | ||
margin: 0; | margin: 0; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | .editsection { | |
- | + | font-size: 100%; | |
- | + | font-weight: normal; | |
- | font-size: | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ol.references > li:target { | |
- | + | background-color: #DDEEFF; | |
} | } | ||
- | + | #toc { | |
- | # | + | display: none; |
- | + | ||
} | } | ||
- | + | h1 { | |
- | + | font-size: 160%; | |
- | color: # | + | } |
- | + | body { | |
- | font- | + | background: #ADD8E6 url("https://static.igem.org/mediawiki/2013/d/d7/Im04.gif") left no-repeat fixed; |
- | font-weight: | + | color: #333333; |
- | + | font-family: Verdana,Arial,Helvetica,sans-serif; | |
- | + | text-align: justify; | |
- | + | width: auto; | |
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: #000000; | ||
+ | font-family: Georgia,"Times New Roman",Times,serif; | ||
+ | } | ||
+ | a { | ||
+ | color: #484848; | ||
+ | font-weight: bold; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #303030; | ||
+ | font-weight: bold; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #484848; | ||
+ | text-decoration: underline; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
#header { | #header { | ||
- | background: url("https://static.igem.org/mediawiki/2013/2/2d/HeaderDelft.png") | + | background: url("https://static.igem.org/mediawiki/2013/2/2d/HeaderDelft.png") repeat scroll 0 0 #FFFBFD; |
- | + | border-top: 1px solid #444444; | |
- | - | + | height: 140px; |
- | + | width: 970px; | |
- | + | } | |
- | + | #header h1 { | |
- | + | color: #3399FF; | |
- | + | font-size: 3em; | |
- | # | + | margin: 0; |
- | + | padding: 0 0 0 10px; | |
- | + | text-align: left; | |
- | + | text-transform: uppercase; | |
+ | } | ||
+ | #header h2 { | ||
+ | font-size: 1.5em; | ||
+ | margin: 0; | ||
+ | padding: 0 0 0 20px; | ||
+ | text-align: left; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | #logo_left .plainlinks a { | ||
+ | background: none repeat scroll 0 0 transparent; | ||
+ | height: 80px; | ||
+ | left: 45px; | ||
+ | padding: 0; | ||
+ | position: absolute; | ||
+ | text-decoration: none; | ||
+ | top: 32px; | ||
+ | width: 240px; | ||
+ | z-index: 100; | ||
} | } | ||
- | |||
#menu { | #menu { | ||
width: 960px; | width: 960px; | ||
Line 174: | Line 193: | ||
color: #fafafa; | color: #fafafa; | ||
} | } | ||
- | + | ||
- | + | ||
#menu ul { | #menu ul { | ||
margin: 20px 0 0 0; | margin: 20px 0 0 0; | ||
Line 232: | Line 250: | ||
background-image: linear-gradient(#04acec, #0186ba); | background-image: linear-gradient(#04acec, #0186ba); | ||
} | } | ||
+ | |||
+ | #content { | ||
+ | font-size: 13px; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | width: 970px; | ||
+ | } | ||
+ | #content h2, #content h3, #content h4, #content h5, #content h6 { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | #content p, #content ul, #content ol { | ||
+ | line-height: 150%; | ||
+ | } | ||
+ | #page p { | ||
+ | display: block; | ||
+ | } | ||
+ | #frame { | ||
+ | background: none repeat scroll 0 0 #FFFFFF; | ||
+ | float: left; | ||
+ | padding: 20px 29px 40px; | ||
+ | width: 910px; | ||
+ | } | ||
+ | .leftcolumn { | ||
+ | display: inline; | ||
+ | float: left; | ||
+ | margin: 0 10px 10px 20px; | ||
+ | width: 80px; | ||
+ | } | ||
+ | .rightcolumn { | ||
+ | display: inline; | ||
+ | float: right; | ||
+ | margin: 0 10px 10px 20px; | ||
+ | text-align: justify; | ||
+ | width: 630px; | ||
+ | } | ||
+ | .spacer { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:40, 19 April 2013