MediaWiki:Monobook.css
Z old-wiki.siliconhill.cz
(Rozdíly mezi verzemi)
| Řádka 6: | Řádka 6: | ||
} | } | ||
| − | pre.scroll{ | + | pre.scroll { |
max-height: 25em; | max-height: 25em; | ||
height: expression(this.scrollHeight > 150 ? "250px" : "auto"); /* IE */ | height: expression(this.scrollHeight > 150 ? "250px" : "auto"); /* IE */ | ||
} | } | ||
| + | |||
| + | div#p-navigation { | ||
| + | display: none;} | ||
Verze z 3. 3. 2006, 16:41
/* editací tohoto souboru upravíte styl "monobook" pro celou {{grammar:4sg|{{SITENAME}}}} */
/* pre boxes, lets make them scroll */
pre {
overflow: auto;
}
pre.scroll {
max-height: 25em;
height: expression(this.scrollHeight > 150 ? "250px" : "auto"); /* IE */
}
div#p-navigation {
display: none;}