MediaWiki:Monobook.css
Z old-wiki.siliconhill.cz
(Rozdíly mezi verzemi)
Řádka 1: | Řádka 1: | ||
/* editací tohoto souboru upravíte styl "monobook" pro celou {{grammar:4sg|{{SITENAME}}}} */ | /* 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 */ | ||
+ | } |
Verze z 6. 2. 2006, 11:53
/* 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 */ }