Template:Team:NCTU Formosa/header
From 2012.igem.org
(Difference between revisions)
Line 130: | Line 130: | ||
} | } | ||
#title { | #title { | ||
- | width: | + | width:100%; |
height:50px; | height:50px; | ||
- | |||
background:url(https://static.igem.org/mediawiki/2012/0/07/NctuTitle.png) transparent top left no-repeat; | background:url(https://static.igem.org/mediawiki/2012/0/07/NctuTitle.png) transparent top left no-repeat; | ||
margin-top: 5px; | margin-top: 5px; | ||
margin-left: 3px; | margin-left: 3px; | ||
+ | } | ||
+ | #title span { | ||
+ | text-indent:-9999px; | ||
+ | } | ||
+ | #tmenu { | ||
+ | width:98px; | ||
+ | height:12px!important; | ||
+ | padding:0; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | #menu li a { | ||
+ | width:100%; | ||
+ | text-indent:-9999px; | ||
+ | background:url(https://static.igem.org/mediawiki/2012/7/7c/Topmenu.png) transparent no-repeat 0 0; | ||
+ | } | ||
+ | #tmenu .m1, #tmenu .m1 a { | ||
+ | display:block; | ||
+ | list-style: none; | ||
+ | width:98px; | ||
+ | height:12px; | ||
+ | } | ||
+ | #tmenu .m1 a.link, #tmenu .m1 a.link:link { | ||
+ | background-position:0 0; | ||
+ | } | ||
+ | #tmenu .m1 a.link:hover, #tmenu .m1 a.link:active, #tmenu .m1 .current { | ||
+ | background-position:-98px 0px; | ||
+ | } | ||
+ | #tmenu .m2, #tmenu .m2 a { | ||
+ | display:block; | ||
+ | list-style: none; | ||
+ | width:54px; | ||
+ | height:12px; | ||
+ | } | ||
+ | #tmenu .m2 a.link, #tmenu .m2 a.link:link { | ||
+ | background-position:0 -12px; | ||
+ | } | ||
+ | #tmenu .m2 a.link:hover, #tmenu .m2 a.link:active, #tmenu .m2 .current{ | ||
+ | background-position:-98px -12px; | ||
} | } | ||
#main-wrapper { | #main-wrapper { |
Revision as of 16:19, 26 October 2012