Template:WarHead1
From 2009.igem.org
(Difference between revisions)
(Template:WarHead1 moved to Template:WarHead4) |
|||
Line 1: | Line 1: | ||
- | # | + | <html> |
+ | <style> | ||
+ | /*here is the place for your styles (to be approved by Pawel)*/ | ||
+ | |||
+ | .important { | ||
+ | font-family: "Verdana"; | ||
+ | text-align: justify; | ||
+ | font-weight: bold; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*approved styles*/ | ||
+ | |||
+ | body { | ||
+ | background:white; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 0px; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/f/fb/War_background.gif'); | ||
+ | } | ||
+ | |||
+ | /*colors section */ | ||
+ | |||
+ | h1 { | ||
+ | color: #070D3F; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | color: #1F2E65; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | color: #0C1347; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*non-color styles */ | ||
+ | |||
+ | .div_top { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/9/9e/Okienko_gora.jpg'); | ||
+ | background-repeat: no-repeat; | ||
+ | width: 500; | ||
+ | height: 35; | ||
+ | margin: 0 0 0 0 ; | ||
+ | } | ||
+ | |||
+ | .div_paragraph { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/2/24/Okienko_srodek.jpg'); | ||
+ | width: 500; | ||
+ | } | ||
+ | |||
+ | .div_bottom { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/a/a3/Okienko_dol.jpg'); | ||
+ | width: 500; | ||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | h1 { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 15pt; | ||
+ | letter-spacing: 7pt; | ||
+ | margin-top: 12pt; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 13pt; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 11pt; | ||
+ | font-weight: bold; | ||
+ | padding-top: 20pt; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 11pt; | ||
+ | font-weight: bold; | ||
+ | text-align:left; | ||
+ | padding-top: 15pt; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | text-align: justify; | ||
+ | font-size: 11 pt; | ||
+ | text-indent: 1 em; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | font-size: 9pt; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .home { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 11pt; | ||
+ | font-style: italic; | ||
+ | margin-right: 1cm; | ||
+ | margin-left: 1cm; | ||
+ | padding-right: 1cm; | ||
+ | padding-left: 1cm; | ||
+ | text-align: justify; | ||
+ | text-indent: 2em; | ||
+ | padding-top: 20pt; | ||
+ | } | ||
+ | |||
+ | td img {display: block;} | ||
+ | |||
+ | li { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .ods { | ||
+ | padding-right: 20pt; | ||
+ | padding-left: 20pt; | ||
+ | } | ||
+ | table.month { | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | .main { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2008/9/90/Igrm_notebook_r2_c1.jpg'); | ||
+ | background-repeat: no-repeat; | ||
+ | repeat-y: no; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | |||
+ | .day-active { | ||
+ | color: blue; | ||
+ | } | ||
+ | |||
+ | .day-empty { | ||
+ | color: red; | ||
+ | } | ||
+ | .sztrzalka { | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | var { | ||
+ | font-family: lucida sans, tahoma, verdana, arial, sans-serif; | ||
+ | font-size: 10pt; | ||
+ | font-style: normal; | ||
+ | padding-bottom: 20pt; | ||
+ | margin-bottom: 20pt; | ||
+ | } | ||
+ | |||
+ | #result { | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | text-align: center; | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | #result th { | ||
+ | border: 1px solid black; | ||
+ | background: #F0F0F0; | ||
+ | font-weight: bold; | ||
+ | color: #0C1347; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | |||
+ | #result td { | ||
+ | color: black; | ||
+ | border: 1px solid black; | ||
+ | padding: 5px; | ||
+ | background: transparent; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | |||
+ | #result td.live { | ||
+ | color: #040231; | ||
+ | border: 1px solid black; | ||
+ | padding: 5px; | ||
+ | background-color: #B8D4FB; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | |||
+ | #result td.dead { | ||
+ | color: white; | ||
+ | border: 1px solid black; | ||
+ | padding: 5px; | ||
+ | background-color: #6E7389; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | |||
+ | p.vector { | ||
+ | color : maroon; | ||
+ | text-align: center; | ||
+ | font-weight : bold; | ||
+ | font-size: 12pt; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .nb_toc1 { | ||
+ | font-size: 11pt; | ||
+ | font-style : italic; | ||
+ | color: #00008B; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | .nb_toc { | ||
+ | text-size: 10px; | ||
+ | color: #000000; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | .nb_wartoc { | ||
+ | display : none; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | /*turn off title at top.*/ | ||
+ | .firstHeading | ||
+ | { | ||
+ | margin-bottom: 0px; | ||
+ | margin-top: 0px; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*web layout styles*/ | ||
+ | |||
+ | #left_menu { | ||
+ | float: left; | ||
+ | width: 180px; | ||
+ | background-color: #214c17; | ||
+ | font-size: 14px; | ||
+ | font-weight: bold; | ||
+ | padding-left:0px; | ||
+ | padding-right:0px; | ||
+ | padding-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #left_menu ul { | ||
+ | padding-left: 10px; | ||
+ | list-style-type: none; | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | padding: 0 0 0 0; | ||
+ | } | ||
+ | |||
+ | #left_menu li { | ||
+ | padding-right: 0px; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #left_menu a:link, #left_menu a:hover, #left_menu a:visited, #left_menu .selflink { | ||
+ | display: block; | ||
+ | padding: 3px; | ||
+ | padding-right: 0px; | ||
+ | text-align: left; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #left_menu .sub_element { | ||
+ | margin-left: 15px; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | #left_menu a:hover, #left_menu a:visited:hover, #left_menu a:link:hover, #top_bar a:hover, #top_bar a:visited:hover, #top_bar a:link:hover { | ||
+ | background-color: #ffffff; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | #left_menu .selflink { | ||
+ | background-color: #ffffff; | ||
+ | color: maroon; | ||
+ | } | ||
+ | |||
+ | #top_bar .selflink { | ||
+ | color: #183f10; | ||
+ | } | ||
+ | |||
+ | #left_menu a:visited, #left_menu a:link { | ||
+ | color: #fcfcd9; | ||
+ | } | ||
+ | |||
+ | #left_menu a:active { | ||
+ | color: green; | ||
+ | } | ||
+ | |||
+ | #logo_div { | ||
+ | background-color: #214c17; | ||
+ | padding-bottom: 0px; | ||
+ | left: 1px; | ||
+ | width: 930px; | ||
+ | } | ||
+ | |||
+ | #top_bar { | ||
+ | |||
+ | padding-top: 0px; | ||
+ | width: 930px; | ||
+ | } | ||
+ | |||
+ | #left_menu a:link { | ||
+ | color: #fcfcd9; | ||
+ | } | ||
+ | |||
+ | #top_bar a:visited { | ||
+ | color: darkgreen; | ||
+ | } | ||
+ | |||
+ | #top_bar a:link, #top_bar a:hover, #top_bar a:visited { | ||
+ | display: inline-block; | ||
+ | padding-left: 3px; | ||
+ | padding-right: 10px; | ||
+ | text-align: left; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #top_bar table { | ||
+ | |||
+ | align: right; | ||
+ | border: 0; | ||
+ | margin-left: 680px; | ||
+ | border: 0px; | ||
+ | border-spacing: 0px; | ||
+ | } | ||
+ | |||
+ | #top_bar td { | ||
+ | padding-right: 20px; | ||
+ | vertical-align: top; | ||
+ | |||
+ | } | ||
+ | |||
+ | #content_div { | ||
+ | margin-left: 185px; | ||
+ | margin-right: 1px; | ||
+ | border-left: 1px; | ||
+ | border-right: 1px; | ||
+ | width: 750px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | #footer-div { | ||
+ | left: 0px; | ||
+ | align:center; | ||
+ | vertical-align: bottom; | ||
+ | text-align: center; | ||
+ | bottom: -50px; | ||
+ | } | ||
+ | |||
+ | .glossary_text { | ||
+ | text-align: justify; | ||
+ | |||
+ | } | ||
+ | |||
+ | .glossary_def { | ||
+ | text-align: left; | ||
+ | font-size: 16px; | ||
+ | color: navy; | ||
+ | } | ||
+ | |||
+ | .war_div_top { | ||
+ | width: 668px; | ||
+ | height: 12px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/c/c7/War_div_frame_top.png) no-repeat; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .war_div_bottom { | ||
+ | width: 668px; | ||
+ | height: 15px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/a/ae/War_div_frame_bottom.png) no-repeat; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | .war_div_frame { | ||
+ | width: 610px; | ||
+ | padding-left: 30px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | font-size: 9pt; | ||
+ | text-align: justify; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/5/5d/War_div_frame.png) repeat-y; | ||
+ | padding-right: 30px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .war_menu_frame_top { | ||
+ | width: 210px; | ||
+ | height: 28px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/2/24/War_menu_frame_top.png) no-repeat; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .war_menu_frame_bottom { | ||
+ | width: 230px; | ||
+ | height: 91px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/7/70/War_menu_frame_bottom.png) no-repeat; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .war_menu_frame { | ||
+ | width: 230px; | ||
+ | margin: 0px 0px 0px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | font-size: 9pt; | ||
+ | text-align: justify; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/f/fe/War_menu_frame.gif) repeat-y; | ||
+ | padding: 13px; | ||
+ | } | ||
+ | |||
+ | #war_menu { | ||
+ | float: left; | ||
+ | width: 200px; | ||
+ | position: relative; | ||
+ | left: 15px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #war_topbar { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2009/b/b9/War_top.png); | ||
+ | width: 975px; | ||
+ | height: 224px; | ||
+ | float : left; | ||
+ | position: relative: | ||
+ | left: 0px; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0 0 0 0; | ||
+ | } | ||
+ | |||
+ | #war_content { | ||
+ | width: 740px; | ||
+ | position: relative; | ||
+ | left: 40px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .war_paragraph { | ||
+ | position: relative; | ||
+ | left: 20px; | ||
+ | float: left; | ||
+ | width:670px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #war_menu li.main a { | ||
+ | height: 36px; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/2/2c/War_button_main.png) no-repeat; | ||
+ | padding-left: 20px; | ||
+ | padding-right: 0px; | ||
+ | padding-top: 10px; | ||
+ | margin: 0 0 0 0; | ||
+ | margin-left: 5px; | ||
+ | width: 100%; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | #war_menu li.sub:hover a { | ||
+ | background: url(https://static.igem.org/mediawiki/2009/c/cb/War_button_sub_onmouseover.png) no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
+ | #war_menu li.main:hover a { | ||
+ | background: url(https://static.igem.org/mediawiki/2009/3/3d/War_button_main_onmouseover.png) no-repeat; | ||
+ | |||
+ | } | ||
+ | #war_menu li.sub a { | ||
+ | |||
+ | height: 32px; | ||
+ | background: url(https://static.igem.org/mediawiki/2009/c/cf/War_button_sub.png) no-repeat; | ||
+ | font-size: 12px; | ||
+ | padding-left: 0px; | ||
+ | padding-right: 0px; | ||
+ | padding-top: 10px; | ||
+ | margin: 0 0 0 0; | ||
+ | } | ||
+ | |||
+ | #war_menu li.sub a, #war_menu li.main a { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | |||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #war_menu li.sub a:hover,#war_menu li.main a:hover { | ||
+ | color: navy; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #war_menu ul { | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0 0 0 0; | ||
+ | list-style-type: none; | ||
+ | list-style: none; | ||
+ | text-align: center; | ||
+ | align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #war_menu li { | ||
+ | text-align: center; | ||
+ | width: 170px; | ||
+ | } | ||
+ | |||
+ | #war_menu li.sub { | ||
+ | padding-left: 20px; | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <script> | ||
+ | function changeDivBackground (thisArea, thisURL) { | ||
+ | |||
+ | document.getElememtById(thisArea).style.backgroundImage = "url("+ thisURL + ")"; | ||
+ | |||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
+ | </html> | ||
+ | |||
+ | |||
+ | <div id="war_topbar"></div> | ||
+ | <div id="war_menu"> | ||
+ | <div class="war_menu_frame"> | ||
+ | <ul> | ||
+ | <li class="main">[[Team:Warsaw|Home page]] | ||
+ | </li> | ||
+ | <li class="main">[[Team:Warsaw/Team|The Team]] | ||
+ | </li> | ||
+ | <li class="sub" onmouseover>[[Team:Warsaw/Team/Supervisors|Supervisors]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Team/Miecznikowa|The M. Group]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Team/Pawinskiego|The P. Group]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Project/introduction|The Project]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Project/introduction|Introduction]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Project/theory|Theoretical basis]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Project/detailed|Detailed Project]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Bibliography|Bibliography]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Modelling|Modelling]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Modelling/Invasiveness|Invasiveness]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Modelling/Gene_Networks|Gene Networks]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Modelling/Apoptosis|Apoptosis]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Modelling/Structural|Structural]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Notebook|Lab Work]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Notebook|Notebook]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/protocols|Protocols]]</li> | ||
+ | <li class="sub">[[Team:Warsaw/Resources|Resources]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Parts|Submitted Parts]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Glossary|Glossary]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Biosafety|Biosafety]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Human|Human Practices]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Gallery|Gallery]]</li> | ||
+ | <li class="main">[[Team:Warsaw/Acknowledgements|Acknowledgements]]</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="war_menu_frame_bottom"></div> | ||
+ | </div> | ||
+ | <div id="war_content"> |
Revision as of 11:43, 13 October 2009