|
|
(137 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{__NOTOC__}} | + | {{:Team:BIOTEC_Dresden/NewTemplateMain}} |
- | {{DISPLAYTITLE:title}}
| + | {{:Team:BIOTEC_Dresden/NewTemplateNoBar}} |
- | | + | |
- | | + | |
- | <html>
| + | |
- | | + | |
- | <style type="text/css">
| + | |
- | | + | |
- | body {
| + | |
- | background:grey ;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/ | + | |
- | /* header area */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #header {
| + | |
- | width: 965px;
| + | |
- | height: 250px;
| + | |
- | position: relative;
| + | |
- | background:url(https://static.igem.org/mediawiki/2009/2/2c/Dresden_skyline_abend.jpg);
| + | |
- | } | + | |
- | | + | |
- | //#header_left .plainlinks a {
| + | |
- | width: 160px;
| + | |
- | height: 73px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 5px;
| + | |
- | text-decoration: none;
| + | |
- | background: url(https://static.igem.org/mediawiki/2009/9/9a/Bioteclogo.jpg) no-repeat left top !important;
| + | |
- | //}
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | #header_bar_link {
| + | |
- | width: 790px;
| + | |
- | height: 17px;
| + | |
- | position: absolute;
| + | |
- | top: 230px;
| + | |
- | left: 179px;
| + | |
- |
| + | |
- | }
| + | |
- | | + | |
- | #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: yellow;
| + | |
- | }
| + | |
- | | + | |
- | #header_bar_link .selflink {
| + | |
- | color: #444;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/ | + | |
- | /* 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;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* content */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | | + | |
- | #background{
| + | |
- | width: 1,600px;
| + | |
- | height: 1,200px;
| + | |
- | background:url(https://static.igem.org/mediawiki/2009/5/5e/Header.jpg) no-repeat top left;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | }
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* core stuff */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | /*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;
| + | |
- | }
| + | |
- | </style>
| + | |
- | </html>
| + | |
- | | + | |
- | <div id="header">
| + | |
- | | + | |
- | <div id="header_left"><span class="plainlinks">[https://2009.igem.org/Team:BIOTEC_Dresden ]</span></div>
| + | |
- | <div id="header_middle"><span class="plainlinks">[http://www.biotec.tu-dresden.de ]</span></div>
| + | |
- | <div id="header_right"><span class="plainlinks">[http://www.dresden.de ]</span></div>
| + | |
- | <div id="header_bar_empty"></div>
| + | |
- | | + | |
- | <div id="header_bar_link">
| + | |
- | [[Team:BIOTEC_Dresden/Contact | Contact]]
| + | |
- | [[Team:BIOTEC_Dresden/Links | Links]]
| + | |
- | [[Team:BIOTEC_Dresden/Notebook | Notebook]]
| + | |
- | [[Team:BIOTEC_Dresden/Meetings | Meetings]]
| + | |
- | [[Team:BIOTEC_Dresden/Brainstorm | Brainstorm]]
| + | |
- | [[Team:BIOTEC_Dresden/Project | Project]]
| + | |
- | [[Team:BIOTEC_Dresden/Team | Team]]
| + | |
- | [[Team:BIOTEC_Dresden/Home | Home]]
| + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <html>
| + | |