CSS/gifu/tab

From 2014.igem.org

(Difference between revisions)
Line 21: Line 21:
.tab-white
.tab-white
-
{background:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png) no-repeat ;
+
{background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png);
 +
background-repeat:no-repeat ;
color: #000000;
color: #000000;
text-align: center;
text-align: center;
Line 42: Line 43:
.tab-gray
.tab-gray
-
{background: url(https://static.igem.org/mediawiki/2014/a/ab/Tab_gray.png) no-repeat top;
+
{background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_gray.png) ;
 +
background-repeat:no-repeat;
 +
background-position:top;
color: #ffffff;
color: #ffffff;
text-align: center;
text-align: center;
Line 63: Line 66:
.tab-gray:hover
.tab-gray:hover
-
{background: url(https://static.igem.org/mediawiki/2014/a/ab/Tab_gray.png) no-repeat bottom;
+
{background-image: url(https://static.igem.org/mediawiki/2014/a/ab/Tab_gray.png);
 +
background-repeat:no-repeat;
 +
background-position: bottom;
color: #000000;
color: #000000;

Revision as of 12:26, 3 September 2014