Template:UIUC Illinois CSS
From 2012.igem.org
(Difference between revisions)
Line 1,881: | Line 1,881: | ||
font-size:150%; | font-size:150%; | ||
} | } | ||
+ | |||
+ | #legend{ | ||
+ | margin-top: -505px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/4/47/Legend2.png'); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | position: absolute; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | } | ||
+ | |||
#designSelection li{ | #designSelection li{ |
Revision as of 08:32, 3 October 2012