MediaWiki:Myskin.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
m |
m |
||
(Není zobrazeno 54 mezilehlých verzí od 2 dalších uživatelů.) | |||
Řádek 6: | Řádek 6: | ||
#bodyContent div.section > h1 { | #bodyContent div.section > h1 { | ||
font-size: 150%; | font-size: 150%; | ||
margin:0px; | |||
margin: | padding:0; | ||
padding | |||
} | } | ||
Řádek 21: | Řádek 15: | ||
} | } | ||
#bodyContent div.section > h1 > .mw-headline { | |||
font-weight:bold; | |||
margin: -7px; | |||
margin-top: 17px; | |||
padding: 7px; | |||
padding-bottom: 10px; | |||
background-color : #808080 ! important; | |||
display: block; | |||
} | |||
table.wikitable{ | table.wikitable{ | ||
Řádek 34: | Řádek 37: | ||
padding: 3px; | padding: 3px; | ||
border-style: inset inset inset inset; | border-style: inset inset inset inset; | ||
border-color: # | border-color: #ddd; | ||
background-color: white; | background-color: white; | ||
-moz-border-radius: 0px 0px 0px 0px; | -moz-border-radius: 0px 0px 0px 0px; | ||
Řádek 42: | Řádek 45: | ||
padding: 3px 3px 3px 3px; | padding: 3px 3px 3px 3px; | ||
border-style: inset inset inset inset; | border-style: inset inset inset inset; | ||
border-color: # | border-color: #ddd; | ||
background-color: white; | background-color: white; | ||
-moz-border-radius: 0px 0px 0px 0px; | -moz-border-radius: 0px 0px 0px 0px; | ||
} | } | ||
/* infobox - napr. pro Archivy */ | |||
.infobox { | |||
border: 1px solid #aaaaaa; | |||
background-color: #f9f9f9; | |||
color: black; | |||
margin-bottom: 0.5em; | |||
margin-left: 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
} | |||
.infobox caption { | |||
font-size: larger; | |||
margin-left: inherit; | |||
} | |||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #aaaaaa; | |||
} | |||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th { | |||
border: 0; | |||
} | |||
.infobox.sisterproject { | |||
width: 20em; | |||
font-size: 90%; | |||
} | |||
/* styles for bordered infobox with merged rows */ | |||
.infobox.bordered .mergedtoprow td, | |||
.infobox.bordered .mergedtoprow th { | |||
border: 0; | |||
border-top: 1px solid #aaaaaa; | |||
border-right: 1px solid #aaaaaa; | |||
} | |||
.infobox.bordered .mergedrow td, | |||
.infobox.bordered .mergedrow th { | |||
border: 0; | |||
border-right: 1px solid #aaaaaa; | |||
} | |||
/* scrolovani prilis sirokych vypisu - napr. http://www.deskovehry.cz/index.php?title=%C5%A0ablona%3AInfobox_hra&diff=12902&oldid=12418 */ | |||
.section { | |||
overflow:auto; | |||
} | |||
div.mainPage .section, .section [h1] { | |||
overflow:hidden; | |||
} | |||
body.page-Hlavní_strana div#p-cactions { | |||
display: none | |||
} | |||
.onlyheader {padding:0px} | |||
.onlyheader h1 {margin:0px !important} | |||
#fakehead { | |||
} | |||
#welcomeText { | |||
margin-top:3px; | |||
border: 1px solid gray; | |||
padding: 5px 5px; | |||
font-size:80%; | |||
line-height: 1.2; | |||
} | |||
#n-help {display:none} | |||
.MPnadpis .actionlinks { | |||
float:right; | |||
font-size:12px; | |||
font-margin:3px; | |||
} | |||
.MPnadpis .actionlinks a { | |||
/* text-decoration: underline; | |||
font-weight:normal; | |||
color:#002BB8; | |||
*/ | |||
} | |||
/* sablona infobox - nova podoba */ | |||
#layout_udaje_ke_hre td { | |||
vertical-align:top; | |||
} | |||
#layout_udaje_ke_hre td img { | |||
border:1px solid black; | |||
} | |||
#udaje_ke_hre, #udaje_ke_hre td, #udaje_ke_hre th { | |||
margin-top:0px; | |||
} | |||
#udaje_ke_hre th { | |||
width: 8.5em; | |||
text-align:right; | |||
} | |||
#udaje_ke_hre th a { | |||
text-decoration:none; | |||
color:black; | |||
} | |||
#udaje_ke_hre td { | |||
padding-left:0.5em; | |||
text-align:left; | |||
} | |||
.diffchange {background:#ff8888} |
Aktuální verze z 2. 6. 2011, 22:20
@media print { div#p-cactions {display:none} } .unpatrolled {display: none;} #bodyContent div.section > h1 { font-size: 150%; margin:0px; padding:0; } #bodyContent div.section > h1 + * { margin-top: 17px ! important; } #bodyContent div.section > h1 > .mw-headline { font-weight:bold; margin: -7px; margin-top: 17px; padding: 7px; padding-bottom: 10px; background-color : #808080 ! important; display: block; } table.wikitable{ border-width: 1px; border-spacing: 0px; border-style: outset; border-color: #ccc; border-collapse: collapse; background-color: white; } table.wikitable th { border-width: 1px; padding: 3px; border-style: inset inset inset inset; border-color: #ddd; background-color: white; -moz-border-radius: 0px 0px 0px 0px; } table.wikitable td { border-width: 1px 1px 1px 1px; padding: 3px 3px 3px 3px; border-style: inset inset inset inset; border-color: #ddd; background-color: white; -moz-border-radius: 0px 0px 0px 0px; } /* infobox - napr. pro Archivy */ .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaaaaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaaaaa; } /* scrolovani prilis sirokych vypisu - napr. http://www.deskovehry.cz/index.php?title=%C5%A0ablona%3AInfobox_hra&diff=12902&oldid=12418 */ .section { overflow:auto; } div.mainPage .section, .section [h1] { overflow:hidden; } body.page-Hlavní_strana div#p-cactions { display: none } .onlyheader {padding:0px} .onlyheader h1 {margin:0px !important} #fakehead { } #welcomeText { margin-top:3px; border: 1px solid gray; padding: 5px 5px; font-size:80%; line-height: 1.2; } #n-help {display:none} .MPnadpis .actionlinks { float:right; font-size:12px; font-margin:3px; } .MPnadpis .actionlinks a { /* text-decoration: underline; font-weight:normal; color:#002BB8; */ } /* sablona infobox - nova podoba */ #layout_udaje_ke_hre td { vertical-align:top; } #layout_udaje_ke_hre td img { border:1px solid black; } #udaje_ke_hre, #udaje_ke_hre td, #udaje_ke_hre th { margin-top:0px; } #udaje_ke_hre th { width: 8.5em; text-align:right; } #udaje_ke_hre th a { text-decoration:none; color:black; } #udaje_ke_hre td { padding-left:0.5em; text-align:left; } .diffchange {background:#ff8888}