|
|
(77 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | __NOTOC__
| + | {{:Team:BIOTEC_Dresden/NewTemplateMain}} |
- | <html>
| + | {{:Team:BIOTEC_Dresden/NewTemplateNoBar}} |
- | | + | |
- | <style type="text/css">
| + | |
- | | + | |
- | | + | |
- | /* here be some black magick wiki words */
| + | |
- | /* __NOTOC__ */
| + | |
- | /* __NOEDITSECTION__ */
| + | |
- | /* __HIDDENCAT__ */
| + | |
- | | + | |
- | | + | |
- | /* making sure this top line doesn't show up */
| + | |
- | .firstHeading{display: none;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* header area */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #header {
| + | |
- | width: 965px;
| + | |
- | height: 250px;
| + | |
- | position: relative;
| + | |
- | background:url(https://static.igem.org/mediawiki/2009/e/e6/Dresden-v2.png);
| + | |
- | } | + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* references */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | ol.references {
| + | |
- | text-align: left;
| + | |
- | font-size: smaller;
| + | |
- | } | + | |
- | | + | |
- | ul.references {
| + | |
- | text-align: left;
| + | |
- | font-size: smaller;
| + | |
- | }
| + | |
- | | + | |
- | /* highlight the reference to which is navigated internal */
| + | |
- | ol.references > li:target {
| + | |
- | background-color: #def;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* core stuff */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | | + | |
- | p {
| + | |
- | font-size: 100%;
| + | |
- | }
| + | |
- | | + | |
- | .editsection {
| + | |
- | display: none;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | body {
| + | |
- | font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
| + | |
- | line-height: 1.5;
| + | |
- | color: #222;
| + | |
- | }
| + | |
- | | + | |
- | h1 {
| + | |
- | font-size: 140%;
| + | |
- | }
| + | |
- | | + | |
- | /* FIXME don't know what this does */
| + | |
- | /* 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: #0b7e00;
| + | |
- | }
| + | |
- | a:hover {
| + | |
- | color: #7caa00;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | ul {
| + | |
- | margin-bottom: 5px;
| + | |
- | }
| + | |
- | h3 {
| + | |
- | font-size: 160%;
| + | |
- | color=#0b7e00;
| + | |
- | }
| + | |
- | | + | |
- | #element {
| + | |
- | overflow: hidden;
| + | |
- | }
| + | |
- | | + | |
- | .gallery {
| + | |
- | margin: 10px 2px !important;
| + | |
- | }
| + | |
- | .gallerytext {
| + | |
- | text-align: left;
| + | |
- | }
| + | |
- | | + | |
- | .footnote {
| + | |
- | text-align: left;
| + | |
- | font-size: smaller;
| + | |
- | }
| + | |
- | | + | |
- | #sidebox {
| + | |
- | float: left;
| + | |
- | width: 15%;
| + | |
- | margin: 0;
| + | |
- | padding: 40px 0px 0px 0px;
| + | |
- | }
| + | |
- | | + | |
- | #mainbox {
| + | |
- | width: auto;
| + | |
- | margin: 0 20% 0 15%;
| + | |
- | padding: 40px 0px 0px 0px;
| + | |
- | }
| + | |
- | | + | |
- | #rightbox {
| + | |
- | float: right;
| + | |
- | width: 20%;
| + | |
- | margin: 0;
| + | |
- | padding: 40px 0px 0px 0px;
| + | |
- | }
| + | |
- | | + | |
- | #sidebox_content {
| + | |
- | padding: 0px 10px 0px 20px;
| + | |
- | }
| + | |
- | | + | |
- | #mainbox_content {
| + | |
- | padding: 10px 10px;
| + | |
- | }
| + | |
- | | + | |
- | #rightbox_content {
| + | |
- | padding: 10px 20px 0px 10px;
| + | |
- | }
| + | |
- | | + | |
- | #footliner {
| + | |
- | clear: both;
| + | |
- | }
| + | |
- | | + | |
- | #wholebox {
| + | |
- | background: white;
| + | |
- | }
| + | |
- | | + | |
- | #sideelement {
| + | |
- | float:left;
| + | |
- | clear: both;
| + | |
- | padding: 0px 10px 20px 0px;
| + | |
- | background: #BBBBBB;
| + | |
- | width=100%;
| + | |
- | font-size: 160%;
| + | |
- | }
| + | |
- | | + | |
- | #rightheader {
| + | |
- | float:left;
| + | |
- | font-size: 160%;
| + | |
- | padding: 0px 10px 0px 0px;
| + | |
- | font-color: #00FF00;
| + | |
- | width: 100%;
| + | |
- | }
| + | |
- | | + | |
- | </style>
| + | |
- | </html>
| + | |
- | | + | |
- | <div id="header">
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="wholebox">
| + | |
- | | + | |
- | <div id="sidebox">
| + | |
- | <div id="sidebox_content">
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Home_v2 | Home]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Project_v2 | Project]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Team_v2 | Team]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Notebook_v2 | Notebook]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Meetings_v2 | Meetings]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Contact_v2 | Contact]] </div>
| + | |
- | <div id="sideelement"> [[Team:BIOTEC_Dresden/Photos_v2 | Photos]] </div>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="rightbox">
| + | |
- | <div id="rightbox_content">
| + | |
- | <div id="rightheader">
| + | |
- | <p>News</p>
| + | |
- | </div>
| + | |
- | <p>
| + | |
- | {{:Team:BIOTEC_Dresden/News_v2}}
| + | |
- | </p>
| + | |
- | | + | |
- | <div id="rightheader">
| + | |
- | <p>Sponsors</p>
| + | |
- | </div>
| + | |
- | <p>
| + | |
- | [[Image:Bioteclogo2.jpg|link=http://www.biotec.tu-dresden.de|Biotec]]
| + | |
- | [[Image:Nexanslogo.jpg|link=http://www.nexans.it|Nexans]]
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="mainbox">
| + | |
- | <div id="mainbox_content">
| + | |