Template:Team:BNU-China/CSS/main

From 2014.igem.org

(Difference between revisions)
Line 44: Line 44:
.low_version{
.low_version{
z-index:-1;
z-index:-1;
-
         animation:show 5s;
+
         animation:show 15s;
-
         -moz-animation:show 5s; /* Firefox */
+
         -moz-animation:show 15s; /* Firefox */
-
         -webkit-animation:show 5s; /* Safari and Chrome */
+
         -webkit-animation:show 15s; /* Safari and Chrome */
-
         -o-animation:show 5s; /* Opera */
+
         -o-animation:show 15s; /* Opera */
}
}
@keyframes show
@keyframes show
Line 56: Line 56:
.low_version p{
.low_version p{
font-size:15px;
font-size:15px;
-
color:#F00;}
+
}

Revision as of 02:43, 24 September 2014