Team:UCL/Template:HumansMain.css
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
Lewismoffat (Talk | contribs) |
||
Line 36: | Line 36: | ||
height:10%; | height:10%; | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
+ | z-index:11; | ||
} | } | ||
.slidz-inner-left-bottom { | .slidz-inner-left-bottom { | ||
Line 41: | Line 42: | ||
width:100%; | width:100%; | ||
height:90%; | height:90%; | ||
+ | z-index:10; | ||
} | } | ||
.slidz-inner-right { | .slidz-inner-right { | ||
Line 46: | Line 48: | ||
height:100%; | height:100%; | ||
float:right; | float:right; | ||
- | margin-left: - | + | margin-left: -2px; |
} | } | ||
Line 52: | Line 54: | ||
background: url('https://static.igem.org/mediawiki/2014/7/73/Teamissupersexy.png') center no-repeat; | background: url('https://static.igem.org/mediawiki/2014/7/73/Teamissupersexy.png') center no-repeat; | ||
background-size:100%; | background-size:100%; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } |
Revision as of 11:47, 15 August 2014
/* Sliders for the Humans Page */
.slidz { height:400px; width:100%; display: block; position:relative; }
.x1 { background-color:green; } .x2 { background-color:orange; } .x3 { background-color:blue; } .x4 { background-color:yellow; } .x5 { background-color:green; } .x6 { background-color:orange; }
.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%; }