MediaWiki:Monobook.css
Z old-wiki.siliconhill.cz
(Rozdíly mezi verzemi)
| Řádka 10: | Řádka 10: | ||
margin: 0 10px; | margin: 0 10px; | ||
padding: 0 5px; | padding: 0 5px; | ||
| − | list-style-position: | + | list-style-position: outside;} |
/* pre boxy, lets make them scroll */ | /* pre boxy, lets make them scroll */ | ||
Verze z 20. 4. 2006, 15:24
/* editací tohoto souboru upravíte styl "monobook" pro celou {{grammar:4sg|{{SITENAME}}}} */
/* odstavce */
div#content p {
margin: 0 10px;}
/* seznamy */
div#content ul {
margin: 0 10px;
padding: 0 5px;
list-style-position: outside;}
/* pre boxy, lets make them scroll */
pre {
overflow: auto;}
pre.scroll {
max-height: 25em;
height: expression(this.scrollHeight > 150 ? "250px" : "auto");}/* IE */
/* charlie icq status */
.icq-96417838 {
background: url(http://online.mirabilis.com/scripts/online.dll?icq=96417838&img=5) no-repeat;
font-size: 16px;
line-height: 1;
width: 18px;
height: 18px;}