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;
-
filter:alpha(opacity=50);
+
/* Fallback for web browsers that doesn't support RGBa */
-
-moz-opacity:0.5;
+
background: rgb(0, 0, 0);
-
opacity: 0.5;
+
/* 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