MediaWiki:Monobook.css
Z old-wiki.siliconhill.cz
(Rozdíly mezi verzemi)
| Řádka 15: | Řádka 15: | ||
height: 100px; | height: 100px; | ||
width: 12em; | width: 12em; | ||
| − | background-position: 50% | + | background-position: 50% 75% !important;} |
/* nadpisy */ | /* nadpisy */ | ||
Verze z 20. 5. 2006, 14:52
/* editací tohoto souboru upravíte styl "monobook" pro celou {{grammar:4sg|{{SITENAME}}}} */
#column-one {
padding-top: 105px;}
/* uprava pro Operu */
.editsection {
font-size: smaller;}
/* logo SH */
#p-logo {
height: 100px;}
#p-logo a,#p-logo a:hover {
height: 100px;
width: 12em;
background-position: 50% 75% !important;}
/* nadpisy */
div#content h3 {
margin: 0.25em 5px;}
/* odstavce */
div#content p {
margin: 0.25em 15px;}
/* seznamy */
div#content ul {
margin: 0 10px 0 40px;
padding: 0;
list-style-position: outside;}
div#content ul ul {
margin: 0 5px 0 20px;}
table#toc ul {
margin: 0 0 0.75em 0;
padding: 0;
list-style-position: inside;}
table#toc ul li {
margin: 0 0 0.125em 10px;
padding: 0;}
/* pre boxy, lets make them scroll */
pre {
margin: 0.5em 15px;
overflow: auto;}
pre.scroll {
max-height: 25em;
height: expression(this.scrollHeight > 150 ? "250px" : "auto");}/* IE */