Template:TUDelftiGEM2009
From 2009.igem.org
(Difference between revisions)
Line 168: | Line 168: | ||
text-align: left; | text-align: left; | ||
font-size: smaller; | font-size: smaller; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* menu left */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | #menu { | ||
+ | width: 158px; | ||
+ | margin: 20px 13px 0 7px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* content area */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | #tudelft_content_wrapper { | ||
+ | width: 593px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | |||
+ | #tudelft_content_boxtop { | ||
+ | width: 593px; | ||
+ | height: 10px; | ||
+ | background:url(https://static.igem.org/mediawiki/2008/a/a1/Tudelft_content_top.png) no-repeat bottom left; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #tudelft_content_boxbottom { | ||
+ | width: 593px; | ||
+ | height: 10px; | ||
+ | background:url(https://static.igem.org/mediawiki/2008/8/89/Tudelft_content_bottom.png) no-repeat top left; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #tudelft_content { | ||
+ | width: 571px; | ||
+ | padding: 10px; | ||
+ | border-left: 1px solid #ccc; | ||
+ | border-right: 1px solid #ccc; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | font-size: 9pt; | ||
+ | text-align: justify; | ||
} | } | ||
Line 205: | Line 255: | ||
} | } | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* sidebar right */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | #sidebar { | ||
+ | width: 172px; | ||
+ | margin: 20px 7px 0 13px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #sidebar_extra { | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | #sidebar ul { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #sidebar a, #sidebar .selflink { | ||
+ | display: block; | ||
+ | width: 162px; | ||
+ | height: 40px; | ||
+ | margin-bottom: 4px; | ||
+ | padding: 4px !important; | ||
+ | border: 1px solid #555; | ||
+ | color: #fff; | ||
+ | font-size: larger; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #sidebar a:hover { | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | #sidebar .selflink { | ||
+ | border: 1px solid #00a7e7; | ||
+ | } | ||
/*----------------------------------------------------------------------------*/ | /*----------------------------------------------------------------------------*/ | ||
Line 332: | Line 422: | ||
<!-- *** LEFTSIDEMENU *** --> | <!-- *** LEFTSIDEMENU *** --> | ||
- | <div id=" | + | <div id="menu" background-color:#bfe2f9;> |
<!--links div--> | <!--links div--> | ||
<div class="normal subnav"> | <div class="normal subnav"> | ||
Line 392: | Line 482: | ||
<!--//// CONTENT \\\\--> | <!--//// CONTENT \\\\--> | ||
- | <div id=" | + | |
+ | <div id="tudelft_content_wrapper"> | ||
+ | <div id=tudelft_content_boxtop></div> | ||
+ | <div id="tudelft_content"> | ||
</html> | </html> |
Revision as of 12:42, 2 September 2009