Template:Team:DTU-Denmark/cysucolortest
From 2014.igem.org
(Difference between revisions)
Tbjohannesen (Talk | contribs) |
Tbjohannesen (Talk | contribs) |
||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | |||
+ | a.logo_link { | ||
+ | margin: 20px; | ||
+ | } | ||
+ | |||
+ | .tbody { | ||
+ | color: transparent | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | pageheader{ | ||
+ | font-size:28px; | ||
+ | font-weight:700; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | |||
+ | maincontent{ | ||
+ | font-size:14px; | ||
+ | font-weight:200; | ||
+ | text-align:justify; | ||
+ | background: url("https://static.igem.org/mediawiki/2014/9/9e/IGEMLogo_bu14.gif"); | ||
+ | } | ||
+ | |||
+ | .sponsors{ | ||
+ | background-color:#FFF; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | bottom:0px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | /* | ||
+ | Back to top button | ||
+ | */ | ||
+ | #back-top { | ||
+ | position: fixed; | ||
+ | bottom: 30px; | ||
+ | right:30px; | ||
+ | z-index:50; | ||
+ | } | ||
+ | #back-top a { | ||
+ | width: 50px; | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | font: 11px/100% Arial, Helvetica, sans-serif; | ||
+ | text-transform: uppercase; | ||
+ | text-decoration: none; | ||
+ | color: #bbb; | ||
+ | /* background color transition */ | ||
+ | -webkit-transition: 1s; | ||
+ | -moz-transition: 1s; | ||
+ | transition: 1s; | ||
+ | } | ||
+ | #back-top a:hover { | ||
+ | color: #000; | ||
+ | } | ||
+ | /* arrow icon (span tag) */ | ||
+ | #back-top span { | ||
+ | width: 60px; | ||
+ | height: 60px; | ||
+ | display: block; | ||
+ | background: url("https://static.igem.org/mediawiki/2014/1/19/Untitled-1.png") no-repeat; | ||
+ | /* background color transition */ | ||
+ | -webkit-transition: 1s; | ||
+ | -moz-transition: 1s; | ||
+ | transition: 1s; | ||
+ | } | ||
+ | #back-top a:hover span { | ||
+ | } | ||
+ | |||
.pagescontent{ | .pagescontent{ |
Revision as of 11:58, 28 August 2014