Template:Kyoto/css
From 2013.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
background-color: #f1f1f1; | background-color: #f1f1f1; | ||
} | } | ||
- | + | #kyoto-menu { | |
+ | background-color: #f0f0f0; | ||
+ | } | ||
+ | #kyoto-menu ul { | ||
+ | width: 700px; | ||
+ | height: 25px; | ||
+ | mergin-left: 9px; | ||
+ | border-left: 1px solid #ffffff; | ||
+ | } | ||
+ | #kyoto-menu li{ | ||
+ | width: 70px; | ||
+ | float: left; | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | #menu a { | ||
+ | border-top:1px solid #9999ff; | ||
+ | border-bottom:1px solid #9999ff; | ||
+ | border-right:1px solid #ffffff; | ||
+ | padding:2px; | ||
+ | display:block; | ||
+ | line-height:16px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | font-size:12px; | ||
+ | font-weight:bold; | ||
+ | color:#ffffff; | ||
+ | background-color:#9999ff; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 09:51, 3 September 2013