Template:TUDelftiGEM2009
From 2009.igem.org
(Difference between revisions)
Line 37: | Line 37: | ||
#content-container{background-color: white;} | #content-container{background-color: white;} | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* header area */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | #header { | ||
+ | width: 965px; | ||
+ | height: 153px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #header_left .plainlinks a { | ||
+ | width: 288px; | ||
+ | height: 153px; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | left: 5px; | ||
+ | text-decoration: none; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/f/f4/TUDheader_01.png) no-repeat left top !important; | ||
+ | } | ||
+ | |||
+ | #header_middle .plainlinks a { | ||
+ | width: 667px; | ||
+ | height: 136px; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | left: 293px; | ||
+ | text-decoration: none; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/9/99/TUDheader_02.png) no-repeat left top !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #header_bar_link { | ||
+ | width: 667px; | ||
+ | height: 17px; | ||
+ | position: absolute; | ||
+ | top: 136px; | ||
+ | left: 292px; | ||
+ | background-color:#FF6600; | ||
+ | } | ||
+ | |||
+ | #header_bar_link a, #header_bar_link .selflink { | ||
+ | text-decoration: none; | ||
+ | color:#fff; | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | margin: 0 10px 5px 0; | ||
+ | height: 17px; | ||
+ | font-size: 87%; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | #header_bar_link a:hover { | ||
+ | color: #ccc; | ||
+ | } | ||
+ | |||
+ | #header_bar_link .selflink { | ||
+ | color: #444; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*reset*/ | ||
+ | p { | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | .editsection { | ||
+ | font-size: 75%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif; | ||
+ | line-height: 1.5; | ||
+ | color: #222; | ||
+ | } | ||
+ | |||
+ | /* hide table of contents */ | ||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 160%; | ||
+ | } | ||
+ | |||
+ | /* put more month on one row in lab notebook */ | ||
+ | .month { | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | margin: 7px 7px 27px 7px; | ||
+ | } | ||
+ | |||
+ | /* add margin beneath a paragraph */ | ||
+ | p { | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | /* colors lab notebook */ | ||
+ | .day-empty { | ||
+ | color: red; | ||
+ | } | ||
+ | .day-active { | ||
+ | color: green; | ||
+ | } | ||
+ | .today { | ||
+ | background-color: #ccc; | ||
+ | } | ||
+ | /* link color */ | ||
+ | a, a:visited { | ||
+ | color: #27809f; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #00a7e7; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | ul { | ||
+ | margin-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | #element { | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .gallery { | ||
+ | margin: 10px 2px !important; | ||
+ | } | ||
+ | .gallerytext { | ||
+ | text-align: left; | ||
+ | } | ||
+ | .footnote { | ||
+ | text-align: left; | ||
+ | font-size: smaller; | ||
+ | } | ||
/*----------------------------------------------------------------------------*/ | /*----------------------------------------------------------------------------*/ | ||
Line 181: | Line 312: | ||
</style> | </style> | ||
- | + | </html> | |
<!-- *** HEADER *** --> | <!-- *** HEADER *** --> | ||
- | <div | + | <div id="header"> |
- | + | ||
- | + | <div id="header_left"><span class="plainlinks">[https://2009.igem.org/Team:TUDelft ]</span></div> | |
- | + | <div id="header_middle"><span class="plainlinks">[https://2009.igem.org/Team:TUDelf ]</span></div> | |
+ | |||
+ | <div id="header_bar_link"> | ||
+ | [[Team:TUDelft/Brainstorm | Brainstorm]] | ||
+ | [[Team:TUDelft/Calendar| Calendar]] | ||
+ | [[Team:TUDelft/Contact | Contact]] | ||
+ | |||
+ | </div> | ||
+ | |||
</div> | </div> | ||
<!--end header--> | <!--end header--> | ||
- | < | + | <html> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<!-- *** LEFTSIDEMENU *** --> | <!-- *** LEFTSIDEMENU *** --> |
Revision as of 11:47, 2 September 2009