Team:UCL/Humans
From 2014.igem.org
(Difference between revisions)
Adamdenyer (Talk | contribs) |
Adamdenyer (Talk | contribs) |
||
Line 130: | Line 130: | ||
/*Standard for blocks*/ | /*Standard for blocks*/ | ||
#grid{ | #grid{ | ||
- | + | width: 100%; | |
- | + | position: relative; | |
- | + | font-size: 25px; | |
- | + | font-family: 'Helvetica'; | |
- | + | color: #eaeaea; | |
- | + | } | |
- | + | .box { | |
- | + | background-clip: border-box; | |
- | + | background-color: white; | |
- | + | opacity:0.95; | |
- | + | background-image: none; | |
- | + | background-origin: padding-box; | |
- | + | background-size: auto; | |
- | + | box-sizing: border-box; | |
- | + | color: rgb(167, 160, 162); | |
- | + | display: block; | |
- | + | font-family: Lato, Arial, sans-serif; | |
- | + | font-size: 16px; | |
- | + | font-weight: normal; | |
- | + | box-shadow: 0px 0px 1px #222; | |
- | + | float: left; | |
- | + | position: relative; | |
- | + | margin:0; | |
- | + | text-align: center; | |
- | + | } | |
- | + | ||
- | + | #fillers{ | |
- | + | display: none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
/*Banner*/ | /*Banner*/ |
Revision as of 14:32, 13 September 2014