Team:Paris-Saclay/left-column.css
From 2012.igem.org
YohannPetiot (Talk | contribs) |
YohannPetiot (Talk | contribs) |
||
Line 11: | Line 11: | ||
#circle { | #circle { | ||
float : left; | float : left; | ||
- | width: | + | width: 40px; |
- | height: | + | height: 40px; |
background: gray; | background: gray; | ||
-moz-border-radius: 70px; | -moz-border-radius: 70px; | ||
Line 23: | Line 23: | ||
font-style : bold; | font-style : bold; | ||
border : 0px; | border : 0px; | ||
+ | padding-top : 10px; | ||
+ | padding-left : 13px; | ||
} | } | ||
Revision as of 09:15, 21 August 2012
- left-column{
float: left; width: 280px; margin-right: 10px; margin-bottom: 0px; padding: 10px; background-color: rgb(185, 211, 238); margin-top: -6px;
}
- circle {
float : left; width: 40px; height: 40px; background: gray; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;
}
- circle h2 {
color : white; font-style : bold; border : 0px; padding-top : 10px; padding-left : 13px; }
ul#ltArticles { list-style-type : none; list-style-image : none; }
ul#ltArticles li { padding-bottom : 8px; padding-top : 8px; }
.widget { padding : 10px; background-color : white; margin-left : 4px; margin-right : 4px; margin-top : 10px; margin-bottom : 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*/ }
.widget h1 { color: black; font-size: large; text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.83); text-align : center; border-width : 0px; padding : 5px; }