MediaWiki:Htmlhelp.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
background: gray; | background: gray; | ||
border: black; | |||
} | } | ||
Revision as of 17:08, 13 November 2007
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
body {
font-family: sans-serif;
}
h1.pagetitle { font-size: 250%; }
#quickbar {
font-size: 75%;
font-weight: bold;
line-height: 1.5em;
background: gray;
border: black;
}
#quickbar ul {
line-height: 1.5em;
margin: 0 0 0 0;
padding:0 0 0 0;
}
#quickbar ol {
line-height: 1.5em;
margin: 0 0 0 0;
padding:0 0 0 0;
list-style-image: none;
}
#quickbar li {
margin: 0 0 0 1.5em;
padding: 0 0 0 0;
}