MediaWiki:Monobook.css: Porovnání verzí

Z asap
Skočit na navigaciSkočit na vyhledávání
asap>Tvavrda
Bez shrnutí editace
asap>Tvavrda
Bez shrnutí editace
Řádek 10: Řádek 10:
p { margin-top:0; }  
p { margin-top:0; }  


#toc table { width:400px; }  
table.toc { width:400px; }  


table { border-collapse: collapse; margin: 0px; padding: 0px; font-size:10pt; width:700px; margin-bottom:20px }  
table { border-collapse: collapse; margin: 0px; padding: 0px; font-size:10pt; width:700px; margin-bottom:20px }  

Verze z 22. 4. 2009, 09:34

/* Zde uvedené CSS bude ovlivňovat pouze styl „Monobook“ */ body { background: #ffffff; font-family: Tahoma;font-size:8pt; } <nowiki>
body { background: #ffffff; font-family: Tahoma; font-size:8pt; } 

h1, h2, h3, h4, h5, h6, h7 { color: #000000; font-family: Tahoma, sans-serif; font-size: 8pt; } 

h1, h2 { color: #800000; font-family: Tahoma, sans-serif; font-size: 12pt; margin-top:50; } 

h2 { font-size: 10pt; } 

p { margin-top:0; } 

table.toc { width:400px; } 

table { border-collapse: collapse; margin: 0px; padding: 0px; font-size:10pt; width:700px; margin-bottom:20px } 

th { margin: 0px; padding: 0px; background-color:#FFB56A; } 

tr { margin: 0px; padding: 0px 0px 0px 0px; } 

td { border-width: 1px; border-style: none; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; margin: 0px; padding: 2px 2px 2px 2px; } 

table.title { margin-top: 15; margin-bottom: 5; }
</nowiki>