Team:Paris-Saclay/left-column.css
From 2012.igem.org
(Difference between revisions)
YohannPetiot (Talk | contribs) |
YohannPetiot (Talk | contribs) |
||
Line 7: | Line 7: | ||
background-color: rgb(185, 211, 238); | background-color: rgb(185, 211, 238); | ||
margin-top: -6px; | margin-top: -6px; | ||
+ | } | ||
+ | |||
+ | .widget { | ||
+ | margin : 10px 10px 10px 10px; | ||
+ | -moz-border-radius: 8px; | ||
+ | -webkit-border-radius: 8px; | ||
+ | border-radius: 8px; | ||
+ | /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/ | ||
+ | -moz-box-shadow: 0px 0px 3px 1px #000099; | ||
+ | -webkit-box-shadow: 0px 0px 3px 1px #000099; | ||
+ | box-shadow: 0px 0px 3px 1px #000099; | ||
+ | /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/ | ||
+ | /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/ | ||
+ | |||
} | } |
Revision as of 09:38, 18 August 2012
- left-column{
float: left; width: 220px; margin-right: 10px; margin-bottom: 0px; padding: 10px; background-color: rgb(185, 211, 238); margin-top: -6px;
}
.widget { margin : 10px 10px 10px 10px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/ -moz-box-shadow: 0px 0px 3px 1px #000099; -webkit-box-shadow: 0px 0px 3px 1px #000099; box-shadow: 0px 0px 3px 1px #000099; /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/ /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
}