CSS/gifu/tab
From 2014.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.tab-white:link | .tab-white:link | ||
- | {background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png); | + | {color:#000000; |
+ | background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png); | ||
background-repeat:no-repeat ; | background-repeat:no-repeat ; | ||
background-position:center; | background-position:center; | ||
- | |||
text-decoration:none; | text-decoration:none; | ||
text-align: center; | text-align: center; | ||
Line 55: | Line 41: | ||
.tab-white:hover | .tab-white:hover | ||
- | {background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png); | + | {color:#000000; |
+ | background-image:url(https://static.igem.org/mediawiki/2014/a/ab/Tab_white.png); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:center; | background-position:center; | ||
- | |||
text-decoration:none; | text-decoration:none; | ||
text-align:center; | text-align:center; | ||
Line 71: | Line 57: | ||
.tab-gray:link | .tab-gray:link | ||
- | {background-image:url(https://static.igem.org/mediawiki/2014/8/8a/Tab_gray1.png) ; | + | {color:#ffffff; |
+ | background-image:url(https://static.igem.org/mediawiki/2014/8/8a/Tab_gray1.png) ; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:center; | background-position:center; | ||
- | |||
text-decoration:none; | text-decoration:none; | ||
text-align: center; | text-align: center; | ||
Line 87: | Line 73: | ||
.tab-gray:hover | .tab-gray:hover | ||
- | {background-image: url(https://static.igem.org/mediawiki/2014/3/3b/Tab_gray2.png); | + | {color: #000000; |
+ | background-image: url(https://static.igem.org/mediawiki/2014/3/3b/Tab_gray2.png); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:center; | background-position:center; | ||
- | |||
text-decoration:none; | text-decoration:none; | ||
text-align:center; | text-align:center; |
Revision as of 02:26, 8 September 2014