Team:Potsdam Bioware/css homepage

From 2011.igem.org

(Difference between revisions)
Line 23: Line 23:
background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */
background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */
background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */
background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */
 +
/* Für Internet Explorer 5.5 - 7 */
/* Für Internet Explorer 5.5 - 7 */
-
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#e6e6e6);zoom: 1;
-
startColorstr=#E7E7E7, endColorstr=#fff);
+
-
zoom: 1;
+
/* Für Internet Explorer 8 */
/* Für Internet Explorer 8 */
-
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e6e6e6)";
-
startColorstr=#E7E7E7, endColorstr=#fff)";
+
-
-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */
+
-
-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
+
-
box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */
+
}
}
Line 114: Line 109:
-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */
box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */
 +
/* Für Internet Explorer 5.5 - 7 */
/* Für Internet Explorer 5.5 - 7 */
-
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#e6e6e6);zoom: 1;
-
startColorstr=#e6e6e6, endColorstr=#fff);
+
-
zoom: 1;
+
/* Für Internet Explorer 8 */
/* Für Internet Explorer 8 */
-
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e6e6e6)";
-
startColorstr=#e6e6e6, endColorstr=#fff)";
+
}
}

Revision as of 11:55, 20 September 2011