Team:UCL/Template:HumansMain.css
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
Lewismoffat (Talk | contribs) |
||
Line 8: | Line 8: | ||
} | } | ||
.x1 { | .x1 { | ||
- | background-color: | + | background-color:blue; |
} | } | ||
.x2 { | .x2 { | ||
- | background-color: | + | background-color:#005200; |
} | } | ||
.x3 { | .x3 { | ||
- | background-color: | + | background-color:#008F00; |
} | } | ||
.x4 { | .x4 { | ||
- | background-color: | + | background-color:#00CC00; |
} | } | ||
.x5 { | .x5 { | ||
- | background-color: | + | background-color:#4DDB4D; |
} | } | ||
.x6 { | .x6 { | ||
- | background-color: | + | background-color:#99EB99; |
} | } | ||
.slidz-inner-left { | .slidz-inner-left { |
Revision as of 21:44, 19 August 2014
/* Sliders for the Humans Page */
.slidz { height:400px; width:100%; display: block; position:relative; }
.x1 { background-color:blue; } .x2 { background-color:#005200; } .x3 { background-color:#008F00; } .x4 { background-color:#00CC00; } .x5 { background-color:#4DDB4D; } .x6 { background-color:#99EB99; }
.slidz-inner-left { width:30%; height:100%; border-right: 1px solid black; float:left; }
.slidz-inner-left-top { float:center; width:100%; height:10%; border-bottom: 1px solid black; z-index:11; } .slidz-inner-left-bottom { float:center; width:100%; height:90%; z-index:10; }
.slidz-inner-right { width:70%; height:100%; float:right; margin-left: -2px; }
- ix1 {
background: url('https://static.igem.org/mediawiki/2014/7/73/Teamissupersexy.png') center no-repeat; background-size:100%; }