Template:Imperial/StartPage
From 2008.igem.org
(Difference between revisions)
m |
m (Redirecting to Template:Imperial/StartPage2) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | #REDIRECT [[Template:Imperial/StartPage2]] | ||
+ | |||
{{Imperial/NoTitle}} | {{Imperial/NoTitle}} | ||
{{Imperial/CalendarCode}} | {{Imperial/CalendarCode}} | ||
- | {{Imperial/ | + | <table width="100%" style="border: 4px solid #66aadd" cellpadding="0" cellspacing="0"> |
- | < | + | <tr><td>{{Imperial/Navbar2}} |
- | <html> | + | </td></tr><tr><td> |
- | <style type="text/css"> | + | <html><style type="text/css"> |
div.Section { | div.Section { | ||
- | font: | + | font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif; |
} | } | ||
/* Text (paragraphs) */ | /* Text (paragraphs) */ | ||
div.Section p { | div.Section p { | ||
- | font: | + | font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif; |
text-align:justify; | text-align:justify; | ||
margin-top:0px; | margin-top:0px; | ||
Line 20: | Line 22: | ||
/* Headings */ | /* Headings */ | ||
div.Section h1 { | div.Section h1 { | ||
- | font: | + | font:22pt Calibri, Verdana, Arial, Geneva, sans-serif; |
text-align:left; | text-align:left; | ||
color:#3366FF; | color:#3366FF; | ||
+ | font-weight:bold; | ||
} | } | ||
/* Subheadings */ | /* Subheadings */ | ||
div.Section h2 { | div.Section h2 { | ||
- | font: | + | font:18pt Calibri, Verdana, Arial, Geneva, sans-serif; |
color:#3366FF; | color:#3366FF; | ||
margin-left:5px; | margin-left:5px; | ||
+ | font-weight:bold; | ||
} | } | ||
/* Subsubheadings */ | /* Subsubheadings */ | ||
div.Section h3 { | div.Section h3 { | ||
- | font: | + | font:16pt Calibri, Verdana, Arial, sans-serif; |
- | + | ||
color:#3366FF; | color:#3366FF; | ||
margin-left:10px; | margin-left:10px; | ||
Line 42: | Line 45: | ||
/* Subsubsubheadings */ | /* Subsubsubheadings */ | ||
div.Section h4 { | div.Section h4 { | ||
- | font: | + | font:12pt Calibri, Verdana, Arial, sans-serif; |
color:#3366FF; | color:#3366FF; | ||
margin-left:15px; | margin-left:15px; | ||
Line 49: | Line 52: | ||
/* Subsubsubsubheadings */ | /* Subsubsubsubheadings */ | ||
div.Section h5 { | div.Section h5 { | ||
- | font: | + | font:12pt Calibri, Verdana, Arial, sans-serif; |
color:#3366FF; | color:#3366FF; | ||
margin-left:20px; | margin-left:20px; | ||
Line 56: | Line 59: | ||
/* References */ | /* References */ | ||
div.Section h6 { | div.Section h6 { | ||
- | font: | + | font:12pt Calibri, Verdana, Arial, sans-serif; |
font-weight:bold; | font-weight:bold; | ||
font-style:italic; | font-style:italic; | ||
Line 65: | Line 68: | ||
/* Hyperlinks */ | /* Hyperlinks */ | ||
div.Section a { | div.Section a { | ||
- | + | } | |
- | } | + | |
div.Section a:hover { | div.Section a:hover { | ||
- | + | } | |
- | } | + | |
/* Tables */ | /* Tables */ | ||
div.Section td { | div.Section td { | ||
- | font: | + | font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif; |
text-align:justify; | text-align:justify; | ||
vertical-align:top; | vertical-align:top; | ||
padding:2px 4px 2px 4px; | padding:2px 4px 2px 4px; | ||
- | } | + | } |
/* Lists */ | /* Lists */ | ||
div.Section li { | div.Section li { | ||
- | font: | + | font:11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif; |
text-align:left; | text-align:left; | ||
margin-top:0px; | margin-top:0px; | ||
Line 95: | Line 96: | ||
table.toc li { | table.toc li { | ||
- | font: | + | font: 11pt/16pt Calibri, Verdana, Arial, Geneva, sans-serif; |
text-align: justify; | text-align: justify; | ||
margin-top: 0px; | margin-top: 0px; | ||
Line 110: | Line 111: | ||
vertical-align:bottom; | vertical-align:bottom; | ||
} | } | ||
+ | |||
span.editsection a { | span.editsection a { | ||
color:#BBBBBB; | color:#BBBBBB; | ||
Line 117: | Line 119: | ||
vertical-align:bottom; | vertical-align:bottom; | ||
} | } | ||
+ | |||
span.editsection a:hover { | span.editsection a:hover { | ||
color:#3366FF; | color:#3366FF; | ||
Line 124: | Line 127: | ||
vertical-align:bottom; | vertical-align:bottom; | ||
} | } | ||
- | |||
+ | /* Drop-down Menu */ | ||
+ | #sddm { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | z-index: 30 | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | float: center; | ||
+ | font: bold 12pt Calibri, Verdana, Arial, Geneva, sans-serif; | ||
+ | border: 0px; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #sddm a { | ||
+ | display: block; | ||
+ | margin: 0px 0px 0px 0px; | ||
+ | padding: 0 0 12px 0; | ||
+ | color: #FFFFFF; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #sddm a:hover { | ||
+ | border: 0px | ||
+ | } | ||
+ | |||
+ | #sddm div { | ||
+ | position: absolute; | ||
+ | visibility: hidden; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: #66aadd; | ||
+ | border: 1px solid #66aadd | ||
+ | } | ||
+ | #sddm div a { | ||
+ | position: relative; | ||
+ | left: 0; | ||
+ | display: block; | ||
+ | margin: 0; | ||
+ | padding: 5px 10px; | ||
+ | width: auto; | ||
+ | white-space: nowrap; | ||
+ | text-align: left; | ||
+ | text-decoration: none; | ||
+ | background: #FFFFFF; | ||
+ | color: #2875DE; | ||
+ | font: 11pt Calibri, Verdana, Arial, Geneva, sans-serif | ||
+ | } | ||
+ | #sddm div a:hover { | ||
+ | background: #66aadd; | ||
+ | color: #FFFFFF | ||
+ | } | ||
+ | </style></html> | ||
+ | <!--PUT BACK IN CSS IF NEEDED/* Top bar images */ | ||
+ | .wetlab { | ||
+ | background-image: url('http://i59.photobucket.com/albums/g305/Timpski/Bottles.png'); | ||
+ | background-size: 100%; | ||
+ | background-origin: content; | ||
+ | width: 100%; | ||
+ | } | ||
+ | --> | ||
+ | <!-- | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 157: | Line 221: | ||
</script> | </script> | ||
<div id="byidtagandclass" class="eg"> | <div id="byidtagandclass" class="eg"> | ||
- | + | --> | |
- | + | ||
<div class=Section> | <div class=Section> |
Latest revision as of 17:52, 16 October 2008
- REDIRECT Template:Imperial/StartPage2
|