Team:UCL/Template:HumansMain.css
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
Lewismoffat (Talk | contribs) |
||
Line 56: | Line 56: | ||
<!-- Gets rid of title margin that is in Normalize.css, this is just for temp aesthetics--> | <!-- Gets rid of title margin that is in Normalize.css, this is just for temp aesthetics--> | ||
- | h3 .smallTitle { | + | h3.smallTitle { |
margin:0 0 0 0; | margin:0 0 0 0; | ||
} | } |
Revision as of 11:41, 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; } .slidz-inner-left-bottom { float:center; width:100%; height:90%; }
.slidz-inner-right { width:70%; height:100%; float:right; margin-left: -1px; }
- ix1 {
background: url('https://static.igem.org/mediawiki/2014/7/73/Teamissupersexy.png') center no-repeat; background-size:100%; }
h3.smallTitle {
margin:0 0 0 0;
}