Team:KULeuven/Zandbak/Home
From 2008.igem.org
(Difference between revisions)
m (New page: {{:Team:KULeuven/Tools/Header}} <html> <style type="text/css"> #main{ width: 70%; margin: 12px 10px 0 0; position: relative; float: left; background: #000; } #sidebar { width: 183...) |
|||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | #main{ | + | /* main area */ |
- | width: | + | #main { |
- | margin: 12px | + | width: 740px; |
+ | margin-top: 12px; | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
- | |||
} | } | ||
+ | #main_header { | ||
+ | width: 100%; | ||
+ | margin-top: -5px; /* align main_header against top border of main */ | ||
+ | margin-bottom: 5px; /* leave a gap of 5px between header and content */ | ||
+ | border: 1px solid #003E81; | ||
+ | } | ||
+ | |||
+ | #main_content{ | ||
+ | width: 100%; | ||
+ | border: 1px solid #003E81; | ||
+ | } | ||
+ | |||
+ | /* sidebar area */ | ||
#sidebar { | #sidebar { | ||
- | width: | + | width: 220px; |
- | margin: 12px | + | margin-top: 12px; |
position: relative; | position: relative; | ||
float: right; | float: right; | ||
- | background: # | + | } |
+ | |||
+ | #sidebar_header { | ||
+ | width: 100%; | ||
+ | margin-top: -5px; | ||
+ | } | ||
+ | |||
+ | #sidebar_content { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .sidebox { | ||
+ | background: url(https://static.igem.org/mediawiki/2008/2/2c/KULeuven_Sidebox.gif) no-repeat left bottom; | ||
+ | } | ||
+ | |||
+ | .sidebox h3 { | ||
+ | padding: 5px 0.5em 2px 0.5em; | ||
+ | border-left: 2px solid #CCC7DD; | ||
+ | border-bottom: 2px dotted #CCC7DD; | ||
+ | background:#E8E4F1 url(https://static.igem.org/mediawiki/2008/2/2c/KULeuven_Sidebox.gif) no-repeat right top;} | ||
+ | } | ||
+ | |||
+ | .thema p, .thema ul { | ||
+ | border-right: 2px solid #CCC7DD; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> | ||
- | |||
<div id="main"> | <div id="main"> | ||
- | + | <div id="main_header"> | |
+ | 1 | ||
+ | </div> | ||
+ | <div id="main_content"> | ||
+ | 3 | ||
+ | </div> | ||
</div> | </div> | ||
<div id="sidebar"> | <div id="sidebar"> | ||
- | + | <div id="sidebar_header"> | |
+ | </div> | ||
+ | <div id="sidebar_content"> | ||
+ | <div class="sidebox"> | ||
+ | <h3>Testing</h3> | ||
+ | jdbhjjasdc | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> |
Revision as of 12:37, 11 August 2008
dock/undock dropdown
1
3