Template:Team:Amsterdam/stylesheet
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 60: | Line 60: | ||
background-color: grey; | background-color: grey; | ||
min-height: 400px; | min-height: 400px; | ||
- | + | /* Fallback for web browsers that doesn't support RGBa */ | |
- | + | background: rgb(0, 0, 0); | |
- | + | /* RGBa with 0.6 opacity */ | |
- | + | background: rgba(0, 0, 0, 0.6); | |
+ | /* For IE 5.5 - 7*/ | ||
+ | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); | ||
+ | /* For IE 8*/ | ||
+ | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; | ||
+ | |||
#rightContent { | #rightContent { | ||
float: right; | float: right; |
Revision as of 20:32, 27 June 2012