Team:HIT-Harbin/css/style.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
body{background-color:red;}
body{background-color:red;}
-
#top-section{filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; background:transparent;
+
#top-section{background:transparent;filter:alpha(opacity=0;)
}
}
 +
#top-section:hover {
#top-section:hover {
-
visibility:inherit;
+
  text-decoration:underline;
-
  text-decoration:none;
+
  filter:alpha(opacity=100;)
-
   
+
}
}
h1 {
h1 {
      
      
}
}

Revision as of 05:25, 23 June 2014

body{background-color:red;}

  1. top-section{background:transparent;filter:alpha(opacity=0;)

}

  1. top-section:hover {
text-decoration:underline;
filter:alpha(opacity=100;)

} h1 {

}