MediaWiki:Myskin.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
m |
m |
||
Řádek 5: | Řádek 5: | ||
.unpatrolled {display: none;} | .unpatrolled {display: none;} | ||
#bodyContent div.section h1 { | #bodyContent div.section > h1 { | ||
background-color: #303030; | background-color: #303030; | ||
margin: -7px; | margin: -7px; | ||
Řádek 16: | Řádek 16: | ||
} | } | ||
#bodyContent div.section h1 + * { | #bodyContent div.section > h1 + * { | ||
margin-top: 17px ! important; | margin-top: 17px ! important; | ||
} | } |
Verze z 2. 9. 2006, 22:52
@media print { div#p-cactions {display:none} } .unpatrolled {display: none;} #bodyContent div.section > h1 { background-color: #303030; margin: -7px; padding: 7px; padding-bottom: 10px; margin-bottom: -7px; color:black; font-weight:bold; } #bodyContent div.section > h1 + * { margin-top: 17px ! important; }