Template:Osaka
From 2011.igem.org
(Difference between revisions)
Line 36: | Line 36: | ||
background-color:white; | background-color:white; | ||
} | } | ||
+ | #globalnavi{ | ||
+ | margin: 0; | ||
+ | padding: 10; | ||
+ | width: 800px; | ||
+ | height:25px; | ||
+ | font-size:12px; | ||
+ | *font-size:12px; | ||
+ | background:black; repeat-x scroll 0 0; | ||
+ | font-family : Arial,'MS Pゴシック',sans-serif ; | ||
+ | } | ||
+ | |||
+ | #globalnavi ul{ | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 10; | ||
+ | } | ||
+ | |||
+ | #globalnavi li{ | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | padding: 10; | ||
+ | |||
+ | } | ||
+ | |||
+ | #globalnavi a{ | ||
+ | text-align: center; | ||
+ | display:block; | ||
+ | padding: 3px 10px 3px 10px; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | text-decoration: none; | ||
+ | border-right:1px solid #808080; | ||
+ | margin:2px 0px 0px 0px; | ||
+ | } | ||
+ | |||
+ | #globalnavi a:hover{ | ||
+ | background-color:#808080; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | text-decoration: none; | ||
+ | border-right:1px solid #808080; | ||
+ | } | ||
Revision as of 09:18, 12 June 2011