Team:MIT/styles
From 2011.igem.org
(Difference between revisions)
(Replaced content with "ul {list-style: none;}") |
|||
Line 1: | Line 1: | ||
ul {list-style: none;} | ul {list-style: none;} | ||
+ | |||
+ | #menubar li a { | ||
+ | color: #73A631; | ||
+ | } | ||
+ | #menubar li a { | ||
+ | color: #555555; | ||
+ | } | ||
+ | a { | ||
+ | background: none repeat scroll 0 0 transparent; | ||
+ | color: #002BB8; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #menubar li { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | #menubar ul { | ||
+ | color: #555555; | ||
+ | list-style: none outside none; | ||
+ | } | ||
+ | ul { | ||
+ | line-height: 1.5em; | ||
+ | list-style-image: url("bullet.gif"); | ||
+ | list-style-type: square; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | .left-menu { | ||
+ | text-align: left; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | font-size: 127%; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | color: black; | ||
+ | font: x-small sans-serif; | ||
+ | } |
Revision as of 21:03, 17 June 2011
ul {list-style: none;}
- menubar li a {
color: #73A631;
}
- menubar li a {
color: #555555;
} a {
background: none repeat scroll 0 0 transparent; color: #002BB8; text-decoration: none;
}
- menubar li {
cursor: pointer;
}
- menubar ul {
color: #555555; list-style: none outside none;
} ul {
line-height: 1.5em; list-style-image: url("bullet.gif"); list-style-type: square;
}
- menubar {
font-family: sans-serif; font-size: 95%; line-height: 1em; white-space: nowrap;
}
.left-menu {
text-align: left; text-transform: lowercase;
}
- globalWrapper {
font-size: 127%;
}
body {
color: black; font: x-small sans-serif;
}