Team:Linkoping Sweden/Templates
From 2014.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
/*-- hides default wiki settings --*/ | /*-- hides default wiki settings --*/ | ||
- | body{background-color:white} | + | body |
- | + | { | |
- | # | + | background-color:white; |
+ | font-family:arial,helvetica,sans-serif; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | #wrapper | ||
+ | { | ||
+ | width:900px; | ||
+ | margin:0px auto; | ||
+ | border:0px solid #bbb; | ||
+ | padding:10px; | ||
+ | } | ||
+ | #header | ||
+ | { | ||
+ | border: 2px solid #329000; | ||
+ | height: 80px; | ||
+ | padding: 10px; | ||
+ | background-color: #7AEE3C; | ||
+ | border-radius: 10px; | ||
+ | color: #329000; | ||
+ | } | ||
+ | #content | ||
+ | { | ||
+ | margin-top:10px; | ||
+ | padding-bottom:10px; | ||
+ | height: 700px | ||
+ | } | ||
+ | #content div | ||
+ | { | ||
+ | padding:9px; | ||
+ | border:1px solid #bbb; | ||
+ | float:left; | ||
+ | border: 2px solid #329000; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #content h1, h2, h3 | ||
+ | { | ||
+ | color: #B70094; | ||
+ | } | ||
+ | #content a | ||
+ | { | ||
+ | color: #4DDE00; | ||
+ | text-decoration: none; | ||
+ | font-weight: bold; | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | #content a:hover | ||
+ | { | ||
+ | color: #329000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #content-left | ||
+ | { | ||
+ | width:180px; | ||
+ | height: 100%; | ||
+ | } | ||
+ | #content-left a | ||
+ | { | ||
+ | display: block; | ||
+ | color: #A63A00; | ||
+ | font-size: 17px; | ||
+ | padding: 8px 8px 8px 8px; | ||
+ | margin-bottom: 5px; | ||
+ | text-decoration: none; | ||
+ | background-color: #FF8240; | ||
+ | border-radius: 7px; | ||
+ | } | ||
+ | #content-left a:hover | ||
+ | { | ||
+ | color: #FF8240; | ||
+ | background-color: #A63A00; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #content-main | ||
+ | { | ||
+ | margin-left:10px; | ||
+ | width:500px; | ||
+ | height: 100%; | ||
+ | } | ||
+ | #content-main img | ||
+ | { | ||
+ | max-height: 150px; | ||
+ | display: block; | ||
+ | margin-bottom: 2px; | ||
+ | } | ||
+ | #content-right | ||
+ | { | ||
+ | margin-left:10px; | ||
+ | width:134px; | ||
+ | height: 100%; | ||
+ | } | ||
+ | #content-right img | ||
+ | { | ||
+ | width: 134px; | ||
+ | display: block; | ||
+ | margin-bottom: 2px; | ||
+ | } | ||
+ | #content-right a | ||
+ | { | ||
+ | display: block; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | #footer | ||
+ | { | ||
+ | float: left; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | padding: 10px; | ||
+ | border: 2px solid #329000; | ||
+ | border-radius: 7px; | ||
+ | width:876px; | ||
+ | text-align: center; | ||
+ | background-color: #7AEE3C; | ||
+ | } | ||
+ | #footer a | ||
+ | { | ||
+ | color: #4DDE00; | ||
+ | text-decoration: none; | ||
+ | font-weight: bold; | ||
+ | font-size: 13px; | ||
+ | color: #329000; | ||
+ | display: inline-block; | ||
+ | margin: 0px 10px 0px 10px; | ||
+ | } | ||
+ | #bottom | ||
+ | { | ||
+ | clear:both; | ||
+ | text-align:right; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 09:09, 28 May 2014