MediaWiki:Htmlhelp.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
#quickbar ul { | #quickbar ul { | ||
text-indent: 0em; | |||
list-style: outside; | list-style: outside; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
| Line 31: | Line 32: | ||
} | } | ||
#quickbar ol { | #quickbar ol { | ||
text-indent: 0em; | |||
list-style: outside; | list-style: outside; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
Revision as of 18:05, 13 November 2007
body {
font-family: sans-serif;
font-size: 85%;
}
h1.pagetitle { font-size: 250%; }
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
#quickbar {
font-family: sans-serif;
font-size: 90%;
font-weight: bold;
line-height: 1.5em;
border: 1px solid #bba;
background-color: #f7f7f7;
}
#quickbar .image {
font-size: 180%;
}
#quickbar ul {
text-indent: 0em;
list-style: outside;
line-height: 1.2em;
margin: 0 0 0 0.4em;
padding: 0 0 0.5em 0;
}
#quickbar ol {
text-indent: 0em;
list-style: outside;
line-height: 1.2em;
margin: 0 0 0 0.4em;
padding: 0 0 0.5em 0;
list-style-image: none;
}
#quickbar li {
margin: 0 0 0 1em;
padding: 0 0 0 0;
}