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

Z AppleWikipedia
Přejít na: navigace, hledání
 
(Není zobrazena jedna mezilehlá verze od stejného uživatele.)
Řádka 1: Řádka 1:
 
/*
 
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
+
'''Toto je CSS stylopis společný pro všechny vzhledy'''
+
 
SECTIONS:
+
Pokud chcete změnit pouze vzhled Monobook, editujte [[MediaWiki:Monobook.css]].
1. Indication of namespaces
+
 
2. Color classes for content
+
Veškeré změny byste měli otestovat pomocí [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fcs.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26usermedium%3Dall&usermedium=all Validátoru W3C].
3. Special pages
+
4. Main page styling
+
5. Wikitables, warnings, and other such stylings
+
6. Templates
+
7. Some other small things
+
*/
+
+
/**
+
* 1. INDICATION OF NAMESPACES
+
* -------------------------------------------------
+
 
  */
 
  */
   
+
  /*
/* Pseudo NS Special (light grey) */
+
== Import testovacích stylů ==
.ns--2 #content { background-color: #f4f4f4; }
+
[[MediaWiki:Test.css]] slouží k testování stylů před jejich konečným zakomponováním do globálních stylových předpisů.
.ns--2 div.thumb { border-color: #f4f4f4; }
+
 
+
@import url("/w/index.php?title=MediaWiki:Test.css&action=raw&ctype=text/css");
/* NS Project + Project_talk (light sky blue) */
+
 
.ns-4 #content,
+
== Globální styly pro [[MediaWiki]] ==
.ns-5 #content { background-color: #f8fcff; }
+
  */
.ns-4 div.thumb,
+
  /*
.ns-5 div.thumb { border-color: #f8fcff; }
+
=== styl pro generovaný obsah ===
+
/* NS MediaWiki + MediaWiki_talk (light grey) */
+
.ns-8 #content,
+
.ns-9 #content { background-color: #f4f4f4; }
+
.ns-8 div.thumb,
+
.ns-9 div.thumb { border-color: #f4f4f4; }
+
+
/* NS Manual + Manual_talk (light bluish violet) */
+
.ns-100 #content,
+
.ns-101 #content { background-color: #f3f3ff; }
+
.ns-100 div.thumb,
+
.ns-101 div.thumb { border-color: #f3f3ff; }
+
   
+
/* NS Help (but NOT Help_talk) (Public Domain icon) */
+
.ns-12 #bodyContent {
+
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
+
background-repeat: no-repeat;
+
/* @noflip */ background-position: right 5em;
+
}
+
   
+
/**
+
* 2. COLOR CLASSES FOR CONTENT
+
* -------------------------------------------------
+
 
  */
 
  */
 +
#toc
 +
  {
 +
  clear:left;
 +
  }
 +
/*
 +
=== zaškrtávací boxy a jejich popisky v [[Speciální:Search]] ===
 +
v rozšířeném módu
 +
*/
 +
#powersearch label
 +
  {
 +
  white-space: nowrap;
 +
  }
 +
/*
 +
=== přesměrování v [[Speciální:Allpages]], [[Speciální:Prefixindex]] a kategoriích ===
 +
*/
 +
.allpagesredirect, .redirect-in-category
 +
  {
 +
  font-style: italic;
 +
  }
 +
/*
 +
=== bytecounter v [[Speciální:Recentchanges]] a [[Speciální:Watchlist]] ===
 +
*/
 +
strong.mw-plusminus-neg
 +
  {
 +
  color: #c00;
 +
  }
 +
 +
span.mw-plusminus-neg
 +
  {
 +
  color: #900;
 +
  }
 +
 +
span.mw-plusminus-pos
 +
  {
 +
  color: #060;
 +
  }
 
   
 
   
/* Border colors */
+
strong.mw-plusminus-pos
.borderc1 { border-color: #e9e9e9; border-width: thin; }
+
  {
.borderc2 { border-color: #aaaaaa; border-width: thin; }
+
  color: #060;
.borderc3 { border-color: #777777; border-width: thin; }
+
  }
.borderc4 { border-color: #000000; border-width: thin; }
+
 
.borderc5 { border-color: #c00000; border-width: thin; }
+
  span.mw-plusminus-null
.borderc6 { border-color: #025e9d; border-width: thin; }
+
  {
.borderc7 { border-color: #008040; border-width: thin; }
+
  color: #666;
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */
+
  }
   
+
 
/* Background colors */
+
  /*
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
+
=== značky (RC apod.) ===
.backgroundc2 { background-color: #f9f9f9; }
+
.backgroundc3 { background-color: #eeeeee; }
+
.backgroundc4 { background-color: #e0e0e0; }
+
.backgroundc5 { background-color: #d2d2d2; }
+
.backgroundc6 { background-color: #b7b7b7; }
+
.backgroundc7 { background-color: #a3a3a3; }
+
.backgroundc8 { background-color: #444455; }
+
   
+
/**
+
* 3. SPECIAL PAGES
+
* -------------------------------------------------
+
 
  */
 
  */
+
.mw-tag-markers {
/* Consistent special page navigation */
+
    font-family:sans-serif;
.SpecialPageInfo {
+
    font-style:italic;
background-color: #f9f9f9;
+
    font-size:90%;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
+
background-position: 0.8em 0.5em;
+
background-repeat: no-repeat;
+
padding: 0.3em 0.5em 0.3em 5.0em;
+
border-color: #025e9d;
+
border-width: 1px;
+
border-style: solid;
+
border-bottom-width: medium;
+
margin-bottom: 1em;
+
 
}
 
}
   
+
 
.mw-viewprevnext {
+
  /*
display: block;
+
=== varování u editací ===
border: 1px solid #cccccc;
+
(editace staré verze, zamčené stránky...)
background-color: #f9f9f2;
+
*/
padding: 0.2em 0.4em;
+
.editwarning
}
+
  {
   
+
  background-color: #ffc;
/**
+
  border: 3px double #c00;
* 4. MAIN PAGE STYLING
+
  margin: 0 0 1em 0;
* -------------------------------------------------
+
  padding: .5em 1em;
 +
  }
 +
  /*
 +
=== reference ===
 
  */
 
  */
   
+
  .references
#mainpage_topbox {
+
  {
background: #f9f9f9;
+
  font-size: 90%;
padding: 0;
+
  }
border: 1px solid #aaaaaa;
+
 
margin: 0.2em 10px 10px;
+
ol.references li:target,
 +
sup.reference:target
 +
  {
 +
  background-color: #ffc;
 +
  }
 +
/*
 +
=== bílé pozadí pod průhlednými obrázky v článcích ===
 +
*/
 +
div.thumb img.thumbimage {
 +
    background-color: #fff;
 
}
 
}
.mainpage_boxtitle,
+
/*
.mainpage_hubtitle,
+
 
#mainpage_pagetitle {
+
== Obecné styly ==
font-size: 105%;
+
*/
padding: 0.4em;
+
/*
background-color: #eeeeee;
+
=== skrývání obsahu ===
}
+
umožňuje podmíněné skrývání textu v šablonách (toto použití je '''ZASTARALÉ''')
.mainpage_boxtitle {
+
line-height: 120%;
+
}
+
#mainpage_pagetitle {
+
color: #cf7606;
+
font-size: 200% !important;
+
}
+
#mainpage_sitelinks {
+
padding: 0.2em;
+
text-align: center;
+
background-color: white;
+
}
+
.mainpage_hubtitle {
+
text-align: center;
+
}
+
.mainpage_boxcontents,
+
.mainpage_boxcontents_small {
+
background: #ffffff;
+
padding: 0.2em 0.4em;
+
}
+
.mainpage_boxcontents_small {
+
font-size: 95%;
+
}
+
.mainpage_boxcontents_title {
+
display: block;
+
border-bottom: 1px solid #AAA;
+
margin-bottom: 0.5em;
+
text-align: center;
+
font-weight: bold;
+
font-size: larger;
+
}
+
.mainpage_hubbox {
+
width: 33%;
+
}
+
.mainpage_hubbox,
+
#mainpage_newscell,
+
#mainpage_downloadcell,
+
#mainpage_opportunitiescell,
+
#mainpage_featuredpagescell {
+
padding: 0;
+
border: 1px solid #aaaaaa;
+
}
+
#mainpage_newscell {
+
margin-bottom: 15px;
+
margin-top: 0 !important;
+
}
+
#mainpage_newscell .mainpage_boxtitle {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
+
background-repeat: no-repeat;
+
background-position: 99% 0.3em;
+
padding-right: 25px;
+
}
+
#mainpage_downloadcell {
+
width: 17em;
+
margin-bottom: 5px;
+
}
+
#mainpage_downloadcell .mainpage_boxtitle {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
+
background-repeat: no-repeat;
+
background-position: 96% 0.33em;
+
padding-right: 25px;
+
}
+
#mainpage_opportunitiescell {
+
max-width: 25em;
+
margin-bottom: 15px;
+
margin-top: 0 !important;
+
}
+
#mainpage_opportunitiescell .mainpage_boxtitle {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
+
background-repeat: no-repeat;
+
background-position: 98% 0.15em;
+
padding-right: 25px;
+
}
+
#mainpage_featuredpagescell {
+
max-width: 25em;
+
margin-bottom: 15px;
+
margin-top: 0 !important;
+
}
+
#mainpage_featuredpagescell .mainpage_boxtitle {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
+
background-repeat: no-repeat;
+
background-position: 98% 0.15em;
+
padding-right: 25px;
+
}
+
/* The words 'MediaWiki.org' in the title. */
+
#mainpage_mwtitle {
+
color: #005288;
+
}
+
+
/*
+
* The "mainpage" class is added to the body with JavaScript for the main page in all
+
* languages, so we can style things that appear on the main page and also elsewhere.
+
 
  */
 
  */
.mainpage #lastmod,
+
.hiddenStructure
.mainpage #siteSub,
+
  {
.mainpage #contentSub,
+
  display: none;
.mainpage .subtitle,
+
  speak: none;
.mainpage #jump-to-nav,
+
  }
.mainpage .firstHeading {
+
/*
display: none;
+
=== externí odkazy bez ikonky ===
}
+
*/
   
+
.plainlinksneverexpand a
/**
+
  {
  * 5. WIKITABLES, WARNINGS AND OTHER SUCH STYLINGS
+
  background: none !important;
  * -------------------------------------------------
+
  padding: 0 !important
 +
  }
 +
 
 +
.plainlinksneverexpand a.external.text:after
 +
  {
 +
  display: none !important;
 +
  }
 +
 
 +
.plainlinksneverexpand a.external.autonumber:after
 +
  {
 +
  display: none !important;
 +
  }
 +
/*
 +
=== vynucené zalomení ===
 +
za plovoucím objektem pomocí <code><nowiki><div class="cleaner"><br /></div></nowiki></code> nebo <code><nowiki><div class="cleaner"><hr /></div></nowiki></code>
 +
*/
 +
div.cleaner
 +
  {
 +
  clear: both;
 +
  }
 +
 
 +
div.cleaner br,
 +
div.cleaner hr
 +
  {
 +
  clear: both;
 +
  display: none;
 +
  }
 +
  /*
 +
=== náhrada za <code><nowiki><abbr></nowiki></code> a <code><nowiki><acronym></nowiki></code> ===
 +
*/
 +
span.abbr,
 +
span.acronym
 +
  {
 +
  border-bottom: 1px dotted;
 +
  cursor: help;
 +
  }
 +
/*
 +
=== nezalamování textu ===
 +
  */
 +
.nowrap
 +
  {
 +
  white-space: pre;
 +
  }
 +
  /*
 +
=== odsazení ===
 +
*/
 +
.odsadit
 +
  {
 +
  margin-left: 2em;
 +
  }
 +
/*
 +
=== skrytí přetékajícího obsahu ===
 +
*/
 +
.hiddenOverflow
 +
  {
 +
  overflow: hidden;
 +
  }
 +
/*
 +
=== odrážky v definicích v seznamu definic (např. v [[Portál:Aktuality|Aktuality]]) ===
 +
*/
 +
.odrazenedefinice dd
 +
  {
 +
  display: list-item;
 +
  list-style-type: square;
 +
  padding: 0;
 +
  }
 +
/*
 +
=== netučné termíny v seznamu definic (např. v [[Portál:Aktuality|Aktuality]]) ===
 +
*/
 +
.netucneterminy dt
 +
  {
 +
  font-weight: normal;
 +
  }
 +
/*
 +
=== varování ===
 +
*/
 +
span.varovani,
 +
span.warning
 +
  {
 +
  background-color: #c00;
 +
  color: #ff0;
 +
  font-weight: bold;
 +
  padding: 0 .5em;
 +
  }
 +
/*
 +
=== zarovnání ===
 +
*/
 +
.alLeft
 +
  {
 +
  text-align: left;
 +
  }
 +
 
 +
.alRight
 +
  {
 +
  text-align: right;
 +
  }
 +
 
 +
.alJustify
 +
  {
 +
  text-align: justify;
 +
  }
 +
 
 +
sup, sub
 +
  {
 +
  line-height: 1em;
 +
  }
 +
/*
 +
== Specifické styly pro šablony ==
 +
*/
 +
/*
 +
=== infobox ===
 +
převzato z en
 +
*/
 +
.infobox
 +
  {
 +
  background-color: #f9f9f9;
 +
  border: 1px solid #aaa;
 +
  clear: right;
 +
  float: right;
 +
  margin-bottom: .5em;
 +
  margin-left: 1em;
 +
  padding: .2em;
 +
  }
 +
 
 +
.infobox caption
 +
  {
 +
  margin-left: inherit;
 +
  }
 +
 
 +
.infobox tr
 +
  {
 +
  vertical-align: top;
 +
  }
 +
 
 +
.infobox.bordered
 +
  {
 +
  border-collapse: collapse;
 +
  }
 +
 
 +
.infobox.bordered td,
 +
.infobox.bordered th
 +
  {
 +
  border: 1px solid #aaa;
 +
  }
 +
/*
 +
=== navboxy ===
 
  */
 
  */
 
   
 
   
/* Custom h* styles (blue headings) */
+
div.navbox {
.wikitable td.hl3,
+
  border: 1px solid transparent;
.wikitable th.hl3 {
+
  clear: both;
background-color: #8da7d6;
+
  font-size: 88%;
}
+
  padding: 2px;
.wikitable td.hl1,
+
  text-align: center;
.wikitable th.hl1 {
+
  margin-top: 2em;
background: #c5d8fc;
+
}
}
+
 
.wikitable td.hl2,
+
div.navbox + div.navbox {
.wikitable th.hl2 {
+
  margin-top: 0;
background: #a7c1f2;
+
}
}
+
 
+
div.navbox tr.navbox-padding {
/* Make entire table valign=top, to replace the |valign=top| on every cell. */
+
  height: 2px;
.vatop tr,
+
}
tr.vatop,
+
 
.vatop td,
+
div.navbox th.navbox-title,
.vatop th {
+
div.navbox td.navbox-abovebelow,
vertical-align: top;
+
div.navbox th {
}
+
  padding-left: 1em;
+
  padding-right: 1em;
/* General purpose "pretty (data) tables" */
+
  text-align: center;
table.datatable {
+
}
background-color: transparent;
+
 
}
+
div.navbox td.navbox-group {
   
+
  font-weight: bold;
table.datatable th,
+
  padding-left: 1em;
table.datatable td {
+
  padding-right: 1em;
padding: 4px;
+
  text-align: right;
}
+
  white-space: nowrap;
   
+
}
table.datatable th {
+
 
text-align: left;
+
  div.navbox table.navbox-navbox,
background-color: #999999;
+
div.navbox table.navbox-subgroup,
}
+
div.navbox td.navbox-group + th.navbox-title,
+
div.navbox td.navbox-list {
table.datatable tr {
+
  width: 100%;
background-color: #cccccc;
+
}
}
+
 
+
  div.navbox td.navbox-list {
table.datatable tr:hover {
+
  padding: 0;
background-color: #ffffcc;
+
}
}
+
 
+
div.navbox td.navbox-group + td.navbox-list {
/* SideBox styling */
+
  border-left: 2px solid transparent;
div.sideBox {
+
  text-align: left;
position: relative;
+
}
float: right;
+
 
background: white;
+
div.navbox td.navbox-list div {
margin-left: 1em;
+
  padding: 0 .25em;
border: 1px solid gray;
+
}
padding: 0.3em;
+
 
width: 200px;
+
div.navbox td.navbox-group + th.navbox-title {
overflow: hidden;
+
  border-left: 2px solid transparent;
clear: right;
+
}
}
+
 
div.sideBox dl {
+
div.navbox table.navbox-navbox th.navbox-title span.navbox-titletext {
padding: 0;
+
  font-size: 110%;
margin: 0 0 0.3em 0;
+
}
font-size: 96%;
+
 
}
+
div.navbox table.navbox-subgroup th.navbox-title span.navbox-titletext {
div.sideBox dl dt {
+
  font-size: 100%;
background: none;
+
}
margin: 0.4em 0 0 0;
+
 
}
+
div.navbox td.navbox-imageleft {
div.sideBox dl dd {
+
  padding: 0 2px 0 0;
margin: 0.1em 0 0 1.1em;
+
  width: 0;
background-color: #f3f3f3;
+
}
}
+
 
+
div.navbox td.navbox-image {
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
+
  padding: 0 0 0 2px;
.majorwarning {
+
  width: 0;
background: yellow;
+
}
padding: 0.3em;
+
 
text-align: center;
+
div.navbox .collapseButton {
font-size: 125%;
+
  width: 6em;
border: 2px solid red;
+
}
}
+
 
+
/* barvy */
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
+
 
.page-notice,
+
div.navbox {
.page-warning {
+
  border-color: #aaa;
border-width: 1px;
+
}
border-style: solid;
+
 
padding: 0.3em 0.5em;
+
div.navbox,
margin-bottom: 1em;
+
div.navbox table.navbox-subgroup {
width: 95%;
+
  background-color: #fdfdfd;
margin-left: auto;
+
}
margin-right: auto;
+
 
text-align: center;
+
div.navbox table.navbox-navbox {
}
+
  background-color: transparent;
   
+
  color: inherit;
/* Informative notices at the top of pages (blue) */
+
}
.page-notice {
+
 
background-color: #f9f9f9;
+
div.navbox td.navbox-group + th.navbox-title ,
border-color: #025e9d;
+
div.navbox td.navbox-group + td.navbox-list {
text-align: left;
+
  border-color: #fdfdfd;
}
+
}
+
 
/* Warning information at the top of pages (red) */
+
div.navbox th.navbox-title,
.page-warning {
+
div.navbox th {
background-color: #ffffff;
+
  background-color: #e0e0e0;
border-color: #c51919;
+
}
border-width: 2px;
+
 
}
+
div.navbox td.navbox-abovebelow,
.pw-head {
+
div.navbox td.navbox-group,
color: #c51919;
+
div.navbox table.navbox-subgroup td.navbox-title {
font-weight: bold;
+
  background-color: #e7e7e7;
}
+
}
+
 
/**
+
div.navbox table.navbox-subgroup td.navbox-group,
  * 6. TEMPLATES
+
div.navbox table.navbox-subgroup td.navbox-abovebelow {
  * -------------------------------------------------
+
  background-color: #f0f0f0;
 +
}
 +
 
 +
div.navbox td.navbox-even {
 +
  background-color: #f7f7f7;
 +
}
 +
 
 +
div.navbox td.navbox-odd {
 +
  background-color: transparent;
 +
}
 +
 
 +
table.navboxes {
 +
  border: 1px solid #aaa;
 +
  clear: both;
 +
  font-size: 88%;
 +
  text-align: center;
 +
  width: 100%;
 +
  }
 +
 
 +
table.navboxes th {
 +
  background-color: #e0e0e0;
 +
  padding-left: 1em;
 +
  padding-right: 1em;
 +
}
 +
 
 +
table.navboxes .collapseButton {
 +
  width: 6em;
 +
}
 +
 
 +
table.navboxes div.navbox {
 +
  font-size: 88%;
 +
}
 +
 
 +
table.navboxes + table.navboxes,
 +
table.navboxes + div.navbox,
 +
div.navbox + table.navboxes,
 +
div.navbox + div.navbox {
 +
  margin-top: -1px;
 +
}
 +
 
 +
.collapseButton {
 +
  float: right;
 +
  font-weight: normal;
 +
  text-align: right;
 +
  width: auto;
 +
}
 +
 
 +
/*
 +
=== locmap ===
 +
  */
 +
 
 +
.location-map img {
 +
    display: block;
 +
  }
 +
 
 +
/*
 +
=== dokumentace k šablonám ===
 
  */
 
  */
   
+
  .template-documentation
/* [[Template:Extension]], [[Template:Skin]] */
+
  {
.tpl-infobox {
+
  background-color: #ffe;
border: 2px solid #aaaaaa;
+
  border: 1px solid #aaa;
width: 280px;
+
  clear: both;
/* @noflip */ clear: right;
+
  margin-top: 1em;
/* @noflip */ float: right;
+
  padding: .2em .4em;
margin: 0 0 0.5em 0.5em;
+
  }
border-collapse: collapse;
+
 
background-color: white;
+
/*
}
+
=== sesterské projekty ===
.tpl-infobox td {
+
.sisterproject
border: 2px none #aaaaaa;
+
  {
padding: 0.2em 0.5em;
+
  background-color: #f9f9f9;
border-bottom: 1px solid #f0f0f0 !important;
+
  border: 1px solid #aaa;
}
+
  clear: right;
.tpl-infobox-header {
+
  float: right;
background-color: #aaaaaa;
+
  font-size: smaller;
color: white;
+
  margin: 0 0 1em 1em;
text-align: left;
+
  padding: 4px;
}
+
  width: 250px;
.tpl-infobox-header td {
+
  }
padding-top: 0.5em;
+
 
}
+
.sisterproject b
.ext-infobox-header img {
+
  {
padding: 0 0.2em 0 0.5em;
+
  font-size: small;
}
+
  }
.ext-status-unstable,
+
.sisterproject_text_target
.ext-status-unstable td {
+
  {
border-color: #990000;
+
  font-weight: bold;
}
+
  }
.ext-status-unstable .ext-infobox-header {
+
.sisterproject-wikinews .sisterproject_text_target {
background-color: #990000;
+
color: #ffff00;
+
}
+
.ext-status-experimental,
+
.ext-status-experimental td {
+
border-color: #ff4500;
+
}
+
.ext-status-experimental .ext-infobox-header {
+
background-color: #ff4500;
+
}
+
.ext-status-beta,
+
.ext-status-beta td {
+
border-color: #ffba01;
+
}
+
.ext-status-beta .ext-infobox-header {
+
background-color: #ffba01;
+
}
+
.ext-status-stable,
+
.ext-status-stable td {
+
border-color: #32cd32;
+
}
+
.ext-status-stable .ext-infobox-header {
+
background-color: #32cd32;
+
}
+
.ext-status-unmaintained,
+
.ext-status-unmaintained td {
+
border-color: #8b4513;
+
}
+
.ext-status-unmaintained .ext-infobox-header {
+
background-color: #8b4513;
+
}
+
.ext-status-magic,
+
.ext-status-magic td {
+
border-color: #fe57a1;
+
}
+
.ext-status-magic .ext-infobox-header {
+
color: #000;
+
background: #FFDBEB url(//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Magic_wand.svg/60px-Magic_wand.svg.png) 0 0 no-repeat;
+
}
+
.ext-status-magic .ext-infobox-header img {
+
visibility: hidden;
+
padding-right: 1em;
+
}
+
.skin-infobox,
+
.skin-infobox td {
+
border-color: #a7d7f9;
+
}
+
.skin-infobox-header {
+
color: #000;
+
background: #e2f4ff;
+
}
+
+
/* [[Template:See also]], [[Template:rellink]] etc. */
+
.rellink,
+
.dablink,
+
.mw-tpl-rellink {
+
 
font-style: italic;
 
font-style: italic;
padding-bottom: 0.4em;
+
}*/
padding-left: 0;
+
  /*
margin-bottom: 0.4em;
+
=== odkazy na média ===
color: #555;
+
z enwiki
border-bottom: 1px solid #ccc;
+
}
+
+
/* [[Template:Note]] */
+
.tip,
+
.note {
+
padding: 0.5em;
+
margin: 0.5em 0;
+
overflow: hidden;
+
background-color: #F9F9F9;
+
background-position: 4px 2px;
+
background-repeat: no-repeat;
+
border: 1px solid #DDD;
+
}
+
.tip-info,
+
.note-info {
+
background-color: #F0F0E7;
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
+
border-color: #cc9933;
+
/* @noflip */ padding-left: 30px;
+
min-height: 28px;
+
}
+
.tip-reminder,
+
.note-reminder {
+
background-color: #F6FDEA;
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
+
border-color: #D6E434;
+
padding-left: 31px;
+
min-height: 28px;
+
}
+
.tip-error,
+
.note-error {
+
background-color: #F0E7E7;
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
+
border-color: #cc3333;
+
padding-left: 32px;
+
min-height: 25px;
+
}
+
   
+
/* [[Template:Notice]] */
+
.block-note {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
+
background-position: top left;
+
background-repeat: no-repeat;
+
}
+
/*
+
* Using block-contents in the hope that it can apply to all block-level warning templates,
+
* with different images applied as backgrounds to the wrapping DIV.
+
 
  */
 
  */
.block-contents {
+
 
display: block;
+
/* Class for links with loudspeaker icon next to them */
padding-left: 20px;
+
}
+
 
   
 
   
/* [[Template:Documentation]] */
+
.audiolink a
.template-documentation {
+
    {
clear: both;
+
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left  no-repeat !important;
margin: 1em 0 0 0;
+
    padding-left: 16px !important;
border: 1px solid #aaa;
+
    padding-right: 0 !important;
background-color: #ecfcf4;
+
    }
padding: 5px;
+
}
+
 
   
 
   
/* [[Template:Navbox]] */
+
/* Icons for medialist templates  */
.navbox {
+
/* Navbox container style */
+
border: 1px solid #aaa;
+
width: 100%;
+
margin: auto;
+
clear: both;
+
font-size: 88%;
+
text-align: center;
+
padding: 1px;
+
}
+
.navbox-inner,
+
.navbox-subgroup {
+
width: 100%;
+
}
+
table.navbox + table.navbox {
+
/* Single pixel border between adjacent navboxes */
+
margin-top: -1px;
+
/* (doesn't work for IE6, but that's okay) */
+
}
+
.navbox th,
+
.navbox-title,
+
.navbox-abovebelow {
+
text-align: center;
+
/* Title and above/below styles */
+
padding-left: 1em;
+
padding-right: 1em;
+
}
+
th.navbox-group {
+
/* Group style */
+
white-space: nowrap;
+
/* @noflip */
+
text-align: right;
+
}
+
.navbox,
+
.navbox-subgroup {
+
background: #fdfdfd;
+
}
+
.navbox-list {
+
/* Must match background color */
+
border-color: #fdfdfd;
+
}
+
.navbox th,
+
.navbox-title {
+
/* Level 1 color */
+
background: #ccccff;
+
}
+
.navbox-abovebelow,
+
th.navbox-group,
+
.navbox-subgroup .navbox-title {
+
/* Level 2 color */
+
background: #ddddff;
+
}
+
.navbox-subgroup .navbox-group,
+
.navbox-subgroup .navbox-abovebelow {
+
/* Level 3 color */
+
background: #e6e6ff;
+
}
+
.navbox-even {
+
/* Even row striping */
+
background: #f7f7f7;
+
}
+
.navbox-odd {
+
/* Odd row striping */
+
background: transparent;
+
}
+
.navbox .hlist td dl,
+
.navbox .hlist td ol,
+
.navbox .hlist td ul,
+
.navbox td.hlist dl,
+
.navbox td.hlist ol,
+
.navbox td.hlist ul {
+
/* Adjust hlist padding in navboxes */
+
padding: 0.125em 0;
+
}
+
.navbox .hlist dd,
+
.navbox .hlist dt,
+
.navbox .hlist li {
+
/* Nowrap list items in navboxes */
+
white-space: nowrap;
+
/* IE < 8 no-wraps entire list, so disable it */
+
white-space: normal !ie;
+
}
+
.navbox .hlist dd dl,
+
.navbox .hlist dt dl,
+
.navbox .hlist li ol,
+
.navbox .hlist li ul {
+
/* But allow parent list items to be wrapped */
+
white-space: normal;
+
}
+
ol + table.navbox,
+
ul + table.navbox {
+
/* Prevent lists from clinging to navboxes */
+
margin-top: 0.5em;
+
}
+
 
   
 
   
/* [[Template:Navbar]] */
+
div.listenlist
.navbar {
+
    {
display: inline;
+
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Gnome-speakernotes.svg/30px-Gnome-speakernotes.svg.png");
font-size: 88%;
+
    padding-left: 40px;
font-weight: normal;
+
    }
}
+
.navbar ul {
+
display: inline;
+
white-space: nowrap;
+
}
+
.navbar li {
+
word-spacing: -0.125em;
+
}
+
/* Navbar styling when nested in navbox */
+
.navbox .navbar {
+
display: block;
+
font-size: 100%;
+
}
+
.navbox-title .navbar {
+
/* @noflip */
+
float: left;
+
/* @noflip */
+
text-align: left;
+
/* @noflip */
+
margin-right: 0.5em;
+
width: 6em;
+
}
+
/* [[Template:Cmd]] */
+
.cmd:before {
+
content: "$ ";
+
color: #246;
+
}
+
 
   
 
   
/**
+
  div.videolist, div.multivideolist
  * 7. SOME OTHER SMALL THINGS
+
    {
* -------------------------------------------------
+
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Video-x-generic.svg/40px-Video-x-generic.svg.png");
*/
+
    padding-left: 50px;
 +
    }
 
   
 
   
/* Allow people to optionally wrap lines in source listings */
+
/* Style rules for media list templates */
div.wrapPreLines pre {
+
white-space: pre-wrap;
+
}
+
 
   
 
   
/* Give a bit of space to the TOC */
+
div.medialist
#toc {
+
    {
margin: 1em 0;
+
    min-height: 50px;
}
+
    margin: 1em;
 +
    background-position: top left;
 +
    background-repeat: no-repeat;
 +
    }
 
   
 
   
/*
+
  div.medialist ul
  * Allow limiting of which header levels are shown in a TOC;
+
    {
* <div class="toclimit-3">, for instance, will limit to
+
    list-style-type: none;  
* showing ==headings== and ===headings=== but no further.
+
    list-style-image: none;
* Used in [[Template:TOC]]
+
    margin: 0;
*/
+
    }
.toclimit-2 .toclevel-1 ul,
+
.toclimit-3 .toclevel-2 ul,
+
.toclimit-4 .toclevel-3 ul,
+
.toclimit-5 .toclevel-4 ul,
+
.toclimit-6 .toclevel-5 ul,
+
.toclimit-7 .toclevel-6 ul {
+
display: none;
+
}
+
+
/* make the list of references look smaller and highlight clicked reference in blue */
+
ol.references {
+
font-size: 100%;
+
}
+
.references-small {
+
font-size: 90%;
+
}
+
ol.references > li:target {
+
background-color: #ddeeff;
+
}
+
sup.reference:target {
+
background-color: #ddeeff;
+
}
+
 
   
 
   
 +
div.medialist ul li
 +
  {
 +
    padding-bottom: 0.5em;
 +
  }
 
   
 
   
 +
div.medialist ul li li
 +
  {
 +
    font-size: 91%;
 +
    padding-bottom: 0;
 +
    }
 +
 
/*
 
/*
  * Styling for links generated by [[MediaWiki:Edittools]]
+
 
  * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
+
=== různá hlášení ===
  * @updated 2012-02-29
+
'''ZASTARALÉ'''
 +
  */
 +
.messagebox
 +
  {
 +
  background-color: #f9f9f9;
 +
  border: 1px solid #aaa;
 +
  margin: 0 auto 1em auto;
 +
  padding: .2em;
 +
  text-align: justify;
 +
  width: 85%;
 +
  }
 +
 
 +
  .messagebox.merge
 +
  {
 +
  background-color: #f5edf5;
 +
  border: 1px solid #c9f;
 +
  text-align: center;
 +
  }
 +
 
 +
.messagebox.cleanup
 +
  {
 +
  background-color: #eef;
 +
  border: 1px solid #99f;
 +
  text-align: center;
 +
  }
 +
 
 +
.messagebox.standard-talk
 +
  {
 +
  background-color: #f8eaba;
 +
  border: 1px solid #cc9;
 +
  }
 +
/*
 +
=== upozornění ===
 +
'''ZASTARALÉ'''
 +
*/
 +
.Talk-Notice
 +
  {
 +
  background-color: #f8eaba;
 +
  border: 1px solid #cc9;
 +
  border-spacing: 3px;
 +
  margin: 0 auto 3px auto;
 +
  width: 85%;
 +
  }
 +
 
 +
.Talk-Notice td  /* Správné pozadí pro všechny prohlížeče */
 +
  {
 +
  background: inherit;
 +
  }
 +
/*
 +
=== SHORTTOC ===
 +
*/
 +
#shorttoc,
 +
#shorttoc #toc,
 +
div#content #shorttoc,
 +
div#content #shorttoc #toc
 +
  {
 +
  width: 100%;
 +
  }
 +
 
 +
#shorttoc #toc #toctitle,
 +
#shorttoc h2,
 +
#shorttoc ul,
 +
#shorttoc li,
 +
div#content #shorttoc #toc #toctitle,
 +
div#content #shorttoc h2,
 +
div#content #shorttoc ul,
 +
div#content #shorttoc li
 +
  {
 +
  float: left;
 +
  }
 +
 
 +
#shorttoc #toc span.tocnumber,
 +
#shorttoc #toc .toctoggle,
 +
div#content #shorttoc #toc span.tocnumber,
 +
div#content #shorttoc #toc .toctoggle
 +
  {
 +
  display: none;
 +
  }
 +
 
 +
#shorttoc h2,
 +
#shorttoc ul,
 +
div#content #shorttoc h2,
 +
div#content #shorttoc ul
 +
  {
 +
  margin: 0 .5em 0 0;
 +
  }
 +
 
 +
#shorttoc ul,
 +
div#content #shorttoc ul
 +
  {
 +
  list-style-type: none;
 +
  list-style-image: none;
 +
  }
 +
 
 +
#shorttoc li,
 +
div#content #shorttoc li
 +
  {
 +
  margin-left: .5em;
 +
  }
 +
 
 +
* html #shorttoc td,
 +
* html div#content #shorttoc td
 +
  {
 +
  padding: .5em 0 .5em .5em;
 +
  }
 +
  /*
 +
=== šablony úvodních upozornění ===
 +
(Název, Různé významy - sdílená část)
 +
*/
 +
.uvodni-upozorneni
 +
  {
 +
  font-style: italic;
 +
  margin: 0 0 1em 2em;
 +
  }
 +
/*
 +
=== Název ===
 +
*/
 +
#Sablona__Nazev #Sablona__Nazev_Spravny-nazev
 +
  {
 +
  font-weight: bold;
 +
  }
 +
/*
 +
=== Odmocnina ===
 +
*/
 +
span.odmocnina
 +
  {
 +
  text-decoration: overline;
 +
  }
 +
/*
 +
=== Klávesa ===
 +
*/
 +
kbd.Sablona__Klavesa
 +
  {
 +
  background-color: #F7F7F7;
 +
  background-image: -webkit-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
 +
  background-image: -moz-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
 +
  background-image: -o-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
 +
  background-image: linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
 +
  border: 1px solid;
 +
  border-color: #DDD #AAA #888 #CCC;
 +
  border-radius: 2px;
 +
  padding: 0 .4em;
 +
  text-shadow: 0 1px rgba(255,255,255,.5);
 +
  white-space: nowrap;
 +
  }
 +
/*
 +
=== IPA ===
 +
s použitím původního stylu
 +
 
 +
deklaraci s inherit je třeba ponechat včetně prázdného komentáře - css hack kvůli IE6
 +
*/
 +
.IPA
 +
  {
 +
  cursor: help;
 +
  font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Vera Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
 +
  font-family /**/:inherit;
 +
  }
 +
 
 +
a span.IPA
 +
  {
 +
  cursor: pointer;
 +
  _cursor: hand;
 +
  }
 +
/*
 +
=== Pravidla a Pravidlo - @@@ ===
 +
*/
 +
#Sablona--Pravidla
 +
  {
 +
  border: thin solid #aaa;
 +
  float: right;
 +
  font-size: smaller;
 +
  line-height: 1.2;
 +
  margin: 0 0 0 1em;
 +
  padding: .2em;
 +
  }
 +
 
 +
#Sablona--Pravidla span
 +
  {
 +
  font-weight: bold;
 +
  }
 +
 
 +
#Sablona--Pravidla ul
 +
  {
 +
  display: block;
 +
  line-height: 1.0;
 +
  }
 +
 
 +
#Sablona--Pravidla ul li
 +
  {
 +
  border-left-style: solid;
 +
  border-left-width: 1em;
 +
  display: block;
 +
  }
 +
 
 +
div.wikipravidlo
 +
  {
 +
  border-width: thick;
 +
  border-style: solid;
 +
  margin-bottom: 1em;
 +
  padding: .5em;
 +
  text-align: justify;
 +
  }
 +
 
 +
div.wikipravidlo-obrazek
 +
  {
 +
  float: left;
 +
  margin: 0;
 +
  }
 +
 
 +
div.wikipravidlo-obsah
 +
  {
 +
  margin-left: 70px;
 +
  }
 +
 
 +
div.wikipravidlo-nadpis
 +
  {
 +
  font-size: large;
 +
  font-weight: bold;
 +
  }
 +
 
 +
#Sablona--Pravidlo-zavazne,
 +
#Sablona--Pravidla__Zavazne
 +
  {
 +
  border-color: #9f9;
 +
  }
 +
 
 +
#Sablona--Pravidlo-doporuceni,
 +
#Sablona--Pravidla__Doporuceni
 +
  {
 +
  border-color: #cf9;
 +
  }
 +
 
 +
#Sablona--Pravidlo-hlasovani,
 +
#Sablona--Pravidla__Hlasovani
 +
  {
 +
  border-color: #ff9;
 +
  }
 +
 
 +
#Sablona--Pravidlo-navrh,
 +
#Sablona--Pravidla__Navrh
 +
  {
 +
  border-color: #fc9;
 +
  }
 +
 
 +
#Sablona--Pravidlo-neschvalene,
 +
#Sablona--Pravidla__Neschvalene
 +
  {
 +
  border-color: #f99;
 +
  }
 +
 
 +
#Sablona--Uvaha,
 +
#Sablona--Pravidla__Uvaha
 +
  {
 +
  border-color: #ccc;
 +
  }
 +
/*
 +
=== Popis souboru ===
 +
*/
 +
#Sablona--Popis-souboru
 +
  {
 +
  width: 100%;
 +
  }
 +
 
 +
#Sablona--Popis-souboru td
 +
  {
 +
  vertical-align: top;
 +
  }
 +
 
 +
#Sablona--Popis-souboru th
 +
  {
 +
  text-align: right;
 +
  vertical-align: top;
 +
  white-space: nowrap;
 +
  width: 6em;
 +
  }
 +
 
 +
#shared-image-desc .cs
 +
  {
 +
    font-size: large;
 +
  }
 +
 
 +
/*
 +
 
 +
== Specifické styly pro jednotlivé stránky ==
 
  */
 
  */
.mw-charinsert-buttons {
+
/*
margin-top: 10px;
+
=== [[Šablona:OznámeníRC]] ===
border: 1px solid #aaaaaa;
+
*/
padding: 1px;
+
#Sablona--OznameniRC__IRC
text-align: center;
+
  {
font-size: 110%;
+
  font-size: 85%;
}
+
  margin-top: -3.2em;
.mw-charinsert-buttons a {
+
  text-align: right;
color: black;
+
  /* hack pro IE */
background-color: #cde !important;
+
  _margin-top: -2.2em;
font-weight: bold;
+
  position: relative;
font-size: .9em;
+
  }
text-decoration: none;
+
 
border: thin #069 outset;
+
#Sablona--OznameniRC
padding: 0 .1em .1em;
+
  {
}
+
  font-size: 85%;
.mw-charinsert-buttons a:hover,
+
  line-height: 1.15;
.mw-charinsert-buttons a:active {
+
  }
background-color: #bcd;
+
 
border-style: inset;
+
#Sablona--OznameniRC__Oznameni
}
+
  {
.client-js .mw-edittools-section {
+
  border: 1px solid #aaa;
display: inline;
+
  border-top: none;
}
+
  margin: 0;
.client-js .mw-edittools-section input[type="button"] {
+
  padding: 0;
font-size: 0.9em;
+
  }
padding-left: 1px;
+
 
padding-right: 1px;
+
#Sablona--OznameniRC__Oznameni table
margin-left: 1px;
+
  {
}
+
  border-collapse: collapse;
   
+
  margin: .3em .5em;
/* from [[User:Splarka/Help:Linked images]] */
+
  }
.imagelink_wikilogo a {
+
 
width: 135px;
+
#Sablona--OznameniRC__Oznameni table tr
height: 135px;
+
  {
display: block;
+
  vertical-align: top;
text-decoration: none;
+
  }
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
+
 
}
+
#Sablona--OznameniRC__Oznameni table tr th
   
+
  {
 +
  text-align: right;
 +
  white-space: pre;
 +
  }
 +
/*
 +
výchozí zobrazení
 +
*/
 +
#Sablona--OznameniRC__Oznameni_Chybejici-clanky td div.hiddenOverflow
 +
  {
 +
  height: 1.15em;
 +
  }
 +
 
 +
#Sablona--OznameniRC__Oznameni_Hlasovani-o-smazani,
 +
#Sablona--OznameniRC__Oznameni_Reseni-konfliktu
 +
  {  
 +
  display: none;  
 +
  }
 +
/*
 +
 
 +
=== [[Special:Recentchanges]] ===
 +
*/
 +
 
 +
.mw-special-Recentchanges .mw-specialpage-summary
 +
  {
 +
  display:none
 +
  }
 +
 
 +
/*
 +
 
 +
=== [[Wikipedie:Údržba]] ===
 +
společná část pro všechny skiny
 +
*/
 +
#Wikipedie--Udrzba__Obsah
 +
  {
 +
  margin: 0 1em 1em 1em;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Obsah #toc
 +
  {
 +
  font-size: smaller;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Obsah h2
 +
  {
 +
  display: none;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Akce,
 +
table.udrzbawikipedie
 +
  {
 +
  background-color: transparent;
 +
  border: none;
 +
  border-collapse: collapse;
 +
  border-color: #aaa;
 +
  width: 100%;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Akce td,
 +
table.udrzbawikipedie td
 +
  {
 +
  padding: 1em;
 +
  vertical-align: top;
 +
  width: 50%;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Akce div.typ
 +
  {
 +
  border: 1px solid transparent;
 +
  margin-top: .5em;
 +
  }
 +
  * html #Wikipedie--Udrzba__Akce div.typ
 +
  {
 +
  border-color: #f8fcff;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Akce div.popis
 +
  {
 +
  font-size: smaller;
 +
  line-height: 1.1;
 +
  text-align: justify;
 +
  }
 +
 
 +
#Wikipedie--Udrzba__Akce div.sekce
 +
  {
 +
  font-style: italic;
 +
  }
 +
/*
 +
=== [[Hlavní strana]] ===
 +
*/
 +
body.page-Hlavní_strana div.magnify
 +
  {
 +
  display: none;
 +
  }
 +
 
 +
/* odsazování pro básně */
 +
div.poem.odsad { margin-left: 2.5em; }
 +
 
 +
  /* tučné odkazy na portály */
 +
div#portallinks a { font-weight: bold; }
 
/*
 
/*
* Infoboxes
+
=== flagicon ===
*/
+
*/
.infobox {
+
span.flagicon {  
float: right;
+
  display: inline-block;
clear: right;
+
  text-align: center;
margin-bottom: 0.5em;
+
  min-width: 24px;
margin-left: 1em;
+
  vertical-align: 5%;
padding: 0.2em;
+
border: 1px solid #AAA;
+
background: #F9F9F9;
+
color: black;
+
 
}
 
}
+
 
.infobox td,
+
.infobox th {
+
vertical-align: top;
+
}
+
+
.infobox caption {
+
margin-left: inherit;
+
font-size: larger;
+
}
+
+
.infobox.bordered {
+
border-collapse: collapse;
+
}
+
+
.infobox.bordered td,
+
.infobox.bordered th {
+
border: 1px solid #AAA;
+
}
+
+
.infobox.bordered .borderless td,
+
.infobox.bordered .borderless th {
+
border: 0;
+
}
+
+
 
/*
 
/*
* Apparently the namespaces parameter
+
== Cedule: aplikovaný styl Amboxu ==
* for inputbox forces a checkbox.
+
*/
* Let's hide it in the API sidebar
+
*/
+
.mw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],
+
#mw-inputbox-ns104 {
+
display: none;
+
}
+
 
   
 
   
/* Testing for code review */
+
div.labelced, div.labelced-pageinfo {
div.mw-wordcloud {
+
  margin: 0 10% 2em 10%;              /* Odrazeni o desetinu sirky z obou stran a mezera dole */
width: 100%;
+
  border: 1px solid #aaa;
text-align: justify;
+
  border-left: 10px solid #1e90ff;    /* Vychozi: Modra "poznamka" */
 +
  background: #fbfbfb;
 +
  width: auto;
 +
  overflow: hidden;
 
}
 
}
+
div.labelced + div.labelced {               /* Spojeni dvou navazujicich ceduli s jednoduchym rameckem */
.mw-wordcloud-size-1 {
+
  margin-top: -2em;
color: #222;
+
  border-top: none;
font-size: 2.4em;
+
 
}
 
}
.mw-wordcloud-size-2 {
+
div.labelced-pageinfo-type-notice {
color: #333;
+
  border-left: 10px solid #1e90ff;     /* Modra "poznamka" */
font-size: 2.2em;
+
 
}
 
}
.mw-wordcloud-size-3 {
+
div.labelced-pageinfo-type-speedy {
color: #444;
+
  border-left: 10px solid #b22222;     /* Cervena "urgentni" */
font-size: 2.0em;
+
  background: #fee;                   /* Ruzovy podklad */
 
}
 
}
.mw-wordcloud-size-4 {
+
div.labelced-pageinfo-type-delete {
color: #555;
+
  border-left: 10px solid #b22222;     /* Cervene "smazani" */
font-size: 1.8em;
+
 
}
 
}
.mw-wordcloud-size-5 {
+
div.labelced-pageinfo-type-content {
color: #666;
+
  border-left: 10px solid #f28500;     /* Oranzova "k obsahu" */
font-size: 1.6em;
+
 
}
 
}
.mw-wordcloud-size-6 {
+
div.labelced-pageinfo-type-maintenance {
color: #777;
+
  border-left: 10px solid #f4c430;     /* Zluty "vzhled a styl" */
font-size: 1.4em;
+
 
}
 
}
.mw-wordcloud-size-7 {
+
div.labelced-pageinfo-type-move {
color: #888;
+
  border-left: 10px solid #9932cc;     /* Fialovy "presun" */
font-size: 1.2em;
+
 
}
 
}
.mw-wordcloud-size-8 {
+
div.labelced-pageinfo-type-protection {
color: #999;
+
  border-left: 10px solid #bba;       /* Sedozlate "zabezpeceni" */
font-size: 1em;
+
 
}
 
}
.mw-wordcloud-size-9 {
+
div.labelced_message  {
color: #aaa;
+
  border: none;
font-size: 0.8em;
+
  padding: .25em 0.5em;
letter-spacing: 3px;
+
  width: auto;
 +
  text-align: left;
 
}
 
}
.mw-wordcloud-size-10,
+
div.labelced hr {                         /* Skryti horizontalni cary mezi textem a poznamkou */
.mw-wordcloud-size-0 {
+
  display: none;
color: #bbb;
+
font-size: 0.8em;
+
 
}
 
}
+
div.labelced_image {
/* @todo FIXME: document me :) */
+
  float: left;
#signuptopbox li {
+
  border: none;
float: left;
+
  padding: 2px 0;
list-style: none;
+
  text-align: center;
font-family: sans-serif;
+
  width: 48px;
 
}
 
}
#signuptopbox li {
+
div.labelced_imageright {                 /* Predpripraveno i pro umisteni obrazku vpravo; sablona zatim nepodporuje */
color: #3ca7d4;
+
  float: right;
background: #c2e1f9;
+
  border: none;
line-height: 2.8em;
+
  padding: 2px 0;
margin-right: .25em;
+
  text-align: center;
padding-right: .5em;
+
  width: 48px;
 
}
 
}
#signuptopbox li.pr-active,
+
div.labelced_message_headline {
#signuptopbox li.pr-active div {
+
  font-size: 90%;
color: #67ca36;
+
  font-weight: bold;
background: #d4f9c2;
+
  margin: 0 0 .25em 52px;
border-color: #fff #fff #fff #67ca36;
+
  padding: 0 .25em;
 +
  text-align: left;
 +
  width: auto;
 
}
 
}
#signuptopbox li div {
+
div.labelced_message_text {
width: 0;
+
  font-size: 90%;
height: 0;
+
  margin: 0 0 0 52px;
border-color: #fff #fff #fff #3CA7D4;
+
  padding: 0 .25em;
border-style: solid;
+
  text-align: left;
border-width: 1.4em .3em 1.4em 1.4em;
+
  width: auto;
float: left;
+
 
}
 
}
#signuptopbox li span.pr-number {
+
div.labelced_message_text p,
display: block;
+
div.labelced_note_text p {
width: 1.8em;
+
  margin: 0;
line-height: 1.8em;
+
background: #3ca7d4;
+
color: #c2e1f9;
+
text-align: center;
+
margin: .5em;
+
-webkit-border-radius: 50%;
+
-moz-border-radius: 50%;
+
-ms-border-radius: 50%;
+
-o-border-radius: 50%;
+
border-radius: 50%;
+
font-weight: 600;
+
float: left;
+
 
}
 
}
#signuptopbox li.pr-active span.pr-number {
+
div.labelced_message_text p + p,          /* Odsazeni odstavcu ve viceodstavcovem textu zpravy nebo poznamky */
background: #67ca36;
+
div.labelced_note_text p + p {
color: #d4f9c2;
+
  margin-top: .5em;
 
}
 
}
#signuptopbox li span {
+
div.labelced_note {
float: left;
+
  padding: .25em 0.5em;
 +
  background: #eeeeee;
 +
  width: auto;
 
}
 
}
#signuptopbox li.pr-spacer {
+
div.labelced_note_text {
padding: 0;
+
  font-size: smaller;
 +
  margin: 0 0 0 52px;
 +
  padding: 0 .25em;
 +
  text-align: left;
 
}
 
}
+
div.labelced_message_headline-noimage,
/* Breadcrumb code */
+
div.labelced_message_text-noimage,
.breadcrumb {
+
div.labelced_message_note-noimage {      /* Zruseni odsazeni zleva v pripade chybejiciho obrazku */
list-style: none;
+
  margin-left: 0;
overflow: hidden;
+
font: 14px Helvetica, Arial, sans-serif;
+
 
}
 
}
.breadcrumb li {
+
div.labelced_note div.labelced_image {       /* Skryti obrazku v poznamce */
float: left;
+
  display: none;
margin-bottom: 0;
+
 
}
 
}
.breadcrumb li a {
+
 
color: white;
+
/* Tree style lists */
text-decoration: none;
+
.treeview ul {
padding: 10px 0 10px 45px;
+
    padding: 0;
position: relative;
+
    margin: 0;
display: block;
+
float: left;
+
 
}
 
}
+
.treeview li {
.breadcrumb li a:after {
+
    padding: 0;
content: " ";
+
    margin: 0;
display: block;
+
    list-style-type: none;
width: 0;
+
    list-style-image: none;
height: 0;
+
    zoom: 1; /* BE KIND TO IE6 */;
/* Go big on the size, and let overflow hide */
+
border-top: 50px solid transparent;
+
border-bottom: 50px solid transparent;
+
position: absolute;
+
top: 50%;
+
margin-top: -50px;
+
left: 100%;
+
z-index: 2;
+
 
}
 
}
+
.treeview li li {
.breadcrumb li a:before {
+
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
content: " ";
+
    /* @noflip */
display: block;
+
    padding-left: 20px;
width: 0;
+
    text-indent: 0.3em;
height: 0;
+
border-top: 50px solid transparent;
+
border-bottom: 50px solid transparent;
+
border-left: 31px solid white;
+
position: absolute;
+
top: 50%;
+
margin-top: -50px;
+
margin-left: 1px;
+
left: 100%;
+
z-index: 1;
+
 
}
 
}
+
.treeview li li.lastline {
.breadcrumb li:first-child a {
+
    background-position: 0 -5971px
padding-left: 20px;
+
 
}
 
}
+
.treeview li.emptyline > ul {
.currentcrumb a {
+
    /* @noflip */
background: #069;
+
    margin-left: -1px;
 
}
 
}
+
.treeview li.emptyline > ul > li:first-child {
.currentcrumb a:after {
+
    background-position: 0 9px
border-left: 30px solid #069;
+
 
}
 
}
+
 
.currentcrumb a:hover,
+
/* Styl pro řádkové seznamy s oddělovačem mezi položkami.
.prevcrumb a:hover,
+
  Upozornění: formátování pomocí hlist nebude fungovat, jestliže výsledný HTML kód
.nextcrumb a:hover {
+
  nebude obsahovat zalomitelný znak mezi položkami seznamu. K tomu může dojít za
background: #002d44;
+
  těchto podmínek:
 +
  1) Seznam je vytvořen pomocí wiki syntaxe (tzn. HTML je vytvářeno pomocí
 +
  parser.php) a
 +
  2) HTMLTidy je zakázané nebo nedostupné (jako ve jmenném prostoru Speciální:)
 +
  Problém lze obejít tím že vytvořít seznam formátovaný třídou .hlist pomocí HTML
 +
  namísto wiki syntaxe. Viz také [[:en:Bugzilla:39617]].
 +
  Specifické třídy pro IE8 jsou doplněny pomocí [[MediaWiki:Common.js/IEFixes.js]].
 +
  Poslední aktualizace: 24. leden, 2013
 +
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 +
  @maintainer: [[User:Edokter]]
 +
  @revision: 3.1
 +
*/
 +
.skin-monobook .hlist dl,
 +
.skin-modern .hlist dl,
 +
.skin-vector .hlist dl {
 +
    line-height: 1.5em;
 
}
 
}
 
.currentcrumb a:hover:after,
 
.prevcrumb a:hover:after,
 
.nextcrumb a:hover:after {
 
border-left-color: #002d44 !important;
 
}
 
 
.prevcrumb a {
 
background: #396;
 
}
 
 
.prevcrumb a:after {
 
border-left: 30px solid #396;
 
}
 
 
.nextcrumb a {
 
background: #999;
 
}
 
 
.nextcrumb a:after {
 
border-left: 30px solid #999;
 
}
 
 
/* To facilitate rtl translations */
 
#bodyContent .table-RTL a {
 
background: none;
 
padding-right: 0;
 
}
 
 
#bodyContent .table-RTL ul {
 
margin-right: 10px;
 
display: table;
 
}
 
 
/* Fix annoying bug where the "date" column in the LQT sometimes
 
* is two rows because of the date being too long even through there is
 
* enough space (otherwise the browser makes it's own decision on where to cut)
 
*/
 
.lqt_toc th:nth-child(3),
 
.lqt_toc td:nth-child(3) {
 
white-space: nowrap;
 
}
 
 
.persian {
 
font-family: Tahoma;
 
}
 
 
/*
 
* Manual:Database_layout
 
*/
 
.mwmanual-dbview-box img {
 
opacity: 0.5;
 
}
 
.mwmanual-dbview-box:hover img {
 
opacity: 0.8;
 
}
 
.mwmanual-dbview-link {
 
background: rgb(198, 212, 235);
 
background: hsla(217, 48%, 85%, 0.8);
 
border: 1px solid #0645AD;
 
border-radius: 4px;
 
padding: 10px 5px;
 
text-align: center;
 
font-weight: bold;
 
}
 
.mwmanual-dbview-box:hover .mwmanual-dbview-link {
 
background: hsla(215, 46%, 95%, 0.8);
 
}
 
.mwmanual-dbview-link:hover {
 
background: hsla(215, 46%, 95%, 0.9);
 
}
 
 
/*
 
* VisualEditor documentation styles - required for displaying document diagrams
 
*/
 
.ve-doc-dm-data {
 
list-style: none;
 
cursor: default;
 
}
 
.ve-doc-dm-data li {
 
font-family: sans-serif;
 
text-align: center;
 
line-height: 2.25em;
 
display: inline-block;
 
width: 2.25em;
 
height: 2.25em;
 
border: solid 2px white;
 
}
 
.ve-doc-dm-data li.ve-doc-dm-cursor {
 
width: 0.5em;
 
}
 
.ve-doc-dm-cursor:hover {
 
border-color: #cccccc;
 
}
 
.ve-doc-dm-open,
 
.ve-doc-dm-close {
 
background-color: #50a5f4;
 
color: #7ddcfd;
 
}
 
.ve-doc-dm-open:hover,
 
.ve-doc-dm-close:hover {
 
border-color: #7ddcfd;
 
}
 
.ve-doc-dm-close {
 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC);
 
background-size: contain;
 
background-position: left top;
 
background-repeat: no-repeat;
 
}
 
.ve-doc-dm-char,
 
.ve-doc-dm-achar {
 
border-radius: 3em;
 
}
 
.ve-doc-dm-char {
 
background-color: #7bcc45;
 
color: #fff;
 
}
 
.ve-doc-dm-char:hover {
 
border-color: #b6f26c;
 
}
 
.ve-doc-dm-achar {
 
background-color: #fa952c;
 
color: #fff;
 
}
 
.ve-doc-dm-achar:hover {
 
border-color: #fed045;
 
}
 
.ve-doc-dm-element-text {
 
color: #50a5f4;
 
}
 
.ve-doc-dm-char-text {
 
color: #7bcc45;
 
}
 
.ve-doc-dm-achar-text {
 
color: #fa952c;
 
}
 
 
/* For templates in Category:VisualEditor tests templates */
 
tt.ve-typing-test {
 
color: white;
 
background-color: black;
 
padding: 0 1em 0 1em;
 
}
 
 
/* Fonts for Persian language for consistency with other Wikimedia wikis */
 
:lang(fa) {
 
  font-family: Tahoma, 'Iranian Sans', 'DejaVu Sans', sans-serif;
 
}
 
 
/**
 
* Style for horizontal lists (separator following item).
 
* @source mediawiki.org/wiki/Snippets/Horizontal_lists
 
* @revision 6 (2014-05-09)
 
* @author [[User:Edokter]]
 
*/
 
 
.hlist dl,
 
.hlist dl,
 
.hlist ol,
 
.hlist ol,
 
.hlist ul {
 
.hlist ul {
margin: 0;
+
    margin: 0;
padding: 0;
+
    padding: 0;
 
}
 
}
/* Display list items inline */
+
/* Display list items inline and make them nowrap */
 
.hlist dd,
 
.hlist dd,
 
.hlist dt,
 
.hlist dt,
 
.hlist li {
 
.hlist li {
margin: 0;
+
    margin: 0;
display: inline;
+
    display: inline;
 +
    white-space: nowrap;
 +
}
 +
/* Allow wrapping for list items (in tight spaces) */
 +
.hlist.hwrap dd,
 +
.hlist.hwrap dt,
 +
.hlist.hwrap li {
 +
    white-space: normal;
 
}
 
}
/* Display nested lists inline */
+
/* Display nested lists inline and allow them to wrap */
.hlist.inline,
+
.hlist.inline dl,
+
.hlist.inline ol,
+
.hlist.inline ul,
+
 
.hlist dl dl, .hlist dl ol, .hlist dl ul,
 
.hlist dl dl, .hlist dl ol, .hlist dl ul,
 
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
+
    display: inline;
 +
    white-space: normal;
 
}
 
}
 
/* Generate interpuncts */
 
/* Generate interpuncts */
 
.hlist dt:after {
 
.hlist dt:after {
content: ": ";
+
    content: ":";
 
}
 
}
 
.hlist dd:after,
 
.hlist dd:after,
 
.hlist li:after {
 
.hlist li:after {
content: " · ";
+
    content: " ·";
font-weight: bold;
+
    font-weight: bold;
 
}
 
}
 
.hlist dd:last-child:after,
 
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
 
.hlist dt:last-child:after,
 
.hlist li:last-child:after {
 
.hlist li:last-child:after {
content: none;
+
    content: none;
 +
}
 +
/* For IE8 */
 +
.hlist dd.hlist-last-child:after,
 +
.hlist dt.hlist-last-child:after,
 +
.hlist li.hlist-last-child:after {
 +
    content: none;
 
}
 
}
 
/* Add parentheses around nested lists */
 
/* Add parentheses around nested lists */
Řádka 1 126: Řádka 1 171:
 
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
 
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
 
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
 
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: " (";
+
    content: "(";
font-weight: normal;
+
    font-weight: normal;
 
}
 
}
 
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
 
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
 
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
 
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
 
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
 
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ") ";
+
    content: ")";
font-weight: normal;
+
    font-weight: normal;
 
}
 
}
/* Put ordinals in front of ordered list items */
+
/* For IE8 */
.hlist ol {
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
counter-reset: listitem;
+
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
 +
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
 +
    content: ")";
 +
    font-weight: normal;
 
}
 
}
.hlist ol > li {
+
/* Put numbers in front of ordered list items */
counter-increment: listitem;
+
.hlist.hnum ol {
 +
    counter-reset: list-item;
 
}
 
}
.hlist ol > li:before {
+
.hlist.hnum ol > li {
content: " " counter(listitem) " ";
+
    counter-increment: list-item;
white-space: nowrap;
+
 
}
 
}
.hlist dd ol > li:first-child:before,
+
.hlist.hnum ol > li:before {
.hlist dt ol > li:first-child:before,
+
    content: counter(list-item) " ";
.hlist li ol > li:first-child:before {
+
content: " (" counter(listitem) " ";
+
 
}
 
}
/* end hlist */
+
.hlist.hnum dd ol > li:first-child:before,
+
.hlist.hnum dt ol > li:first-child:before,
/* Banner - Wikivoyage - Used to test MediaWiki/Homepage redesign/Preview */
+
.hlist.hnum li ol > li:first-child:before {
+
    content: "(" counter(list-item) " ";
.banner-image {
+
position: relative;
+
overflow: hidden;
+
max-width: 1800px;
+
height: auto;
+
margin-bottom: .6em;
+
 
}
 
}
.banner-image img {
+
 
max-width: 100%;
+
/**
height: auto;
+
* @brief Odkazy na sesterské projekty
width: auto\9;
+
*
 +
* @author [[meta:User:Danny B.]]
 +
*/
 +
li span.sisterproject {
 +
background-color: transparent;
 +
border: none;
 +
clear: none;
 +
float: none;
 +
font-size: 100%;
 +
margin: 0;
 +
padding: 0;
 +
width: auto;
 
}
 
}
.banner-box {
+
 
position: absolute;
+
span.sisterproject span.sisterproject_image {
z-index: 2;
+
display: inline-block;
margin-top: 2.5em;
+
height: 16px;
color: white;
+
width: 16px;
min-width: 20em;
+
text-shadow: black 0.3em 0.3em 1em,black -0.1em -0.1em 1em;
+
}
+
.banner-box-wide { width: 80% }
+
.banner-box-left {
+
left: 5%;
+
text-align: left;
+
}
+
.banner-box-right {
+
right: 5%;
+
text-align: right;
+
}
+
.banner-box .name {
+
font-size: 3em;
+
white-space: nowrap;
+
line-height: 1.2em;
+
}
+
.banner-box .type {
+
font-size: 2em;
+
line-height: 1.2em;
+
}
+
+
.mf-mobile-only,
+
.lqt-talkpage-search {
+
display: none;
+
 
}
 
}
 +
 +
.sisterproject_text_target
 +
  {
 +
  font-weight: bold;
 +
  }
 +
.sisterproject-wikinews .sisterproject_text_target {
 +
font-style: italic;
 +
  }

Aktuální verze z 26. 1. 2015, 00:54

/*
'''Toto je CSS stylopis společný pro všechny vzhledy'''
 
Pokud chcete změnit pouze vzhled Monobook, editujte [[MediaWiki:Monobook.css]].
 
Veškeré změny byste měli otestovat pomocí [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fcs.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26usermedium%3Dall&usermedium=all Validátoru W3C].
 */
 /*
== Import testovacích stylů ==
[[MediaWiki:Test.css]] slouží k testování stylů před jejich konečným zakomponováním do globálních stylových předpisů.
 
@import url("/w/index.php?title=MediaWiki:Test.css&action=raw&ctype=text/css");
 
== Globální styly pro [[MediaWiki]] ==
 */
 /*
=== styl pro generovaný obsah ===
 */
 #toc
   {
   clear:left;
   }
 /*
=== zaškrtávací boxy a jejich popisky v [[Speciální:Search]] ===
v rozšířeném módu
 */
 #powersearch label
   {
   white-space: nowrap;
   }
 /*
=== přesměrování v [[Speciální:Allpages]], [[Speciální:Prefixindex]] a kategoriích ===
 */
 .allpagesredirect, .redirect-in-category
   {
   font-style: italic;
   }
 /*
=== bytecounter v [[Speciální:Recentchanges]] a [[Speciální:Watchlist]] ===
 */
 strong.mw-plusminus-neg
   {
   color: #c00;
   }
 
 span.mw-plusminus-neg
   {
   color: #900;
   }
 
 span.mw-plusminus-pos
   {
   color: #060;
   }
 
 strong.mw-plusminus-pos
   {
   color: #060;
   }
 
 span.mw-plusminus-null
   {
   color: #666;
   }
 
 /*
=== značky (RC apod.) ===
 */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
 
 /*
=== varování u editací ===
(editace staré verze, zamčené stránky...)
 */
 .editwarning
   {
   background-color: #ffc;
   border: 3px double #c00;
   margin: 0 0 1em 0;
   padding: .5em 1em;
   }
 /*
=== reference ===
 */
 .references
   {
   font-size: 90%;
   }
 
 ol.references li:target,
 sup.reference:target
   { 
   background-color: #ffc;
   }
 /*
=== bílé pozadí pod průhlednými obrázky v článcích ===
 */
div.thumb img.thumbimage {
    background-color: #fff;
}
 /*
 
== Obecné styly ==
 */
 /*
=== skrývání obsahu ===
umožňuje podmíněné skrývání textu v šablonách (toto použití je '''ZASTARALÉ''')
 */
 .hiddenStructure
   {
   display: none;
   speak: none;
   }
 /*
=== externí odkazy bez ikonky ===
 */
 .plainlinksneverexpand a
   {
   background: none !important;
   padding: 0 !important
   }
 
 .plainlinksneverexpand a.external.text:after
   {
   display: none !important;
   }
 
 .plainlinksneverexpand a.external.autonumber:after
   {
   display: none !important;
   }
 /*
=== vynucené zalomení ===
za plovoucím objektem pomocí <code><nowiki><div class="cleaner"><br /></div></nowiki></code> nebo <code><nowiki><div class="cleaner"><hr /></div></nowiki></code>
 */
 div.cleaner
   {
   clear: both;
   }
 
 div.cleaner br,
 div.cleaner hr
   {
   clear: both;
   display: none;
   }
 /*
=== náhrada za <code><nowiki><abbr></nowiki></code> a <code><nowiki><acronym></nowiki></code> ===
 */
 span.abbr,
 span.acronym
   {
   border-bottom: 1px dotted;
   cursor: help;
   }
 /*
=== nezalamování textu ===
 */
 .nowrap
   {
   white-space: pre;
   }
 /*
=== odsazení ===
 */
 .odsadit
   {
   margin-left: 2em;
   }
 /*
=== skrytí přetékajícího obsahu ===
 */
 .hiddenOverflow
   {
   overflow: hidden;
   }
 /*
=== odrážky v definicích v seznamu definic (např. v [[Portál:Aktuality|Aktuality]]) ===
 */
 .odrazenedefinice dd
   {
   display: list-item;
   list-style-type: square;
   padding: 0;
   }
 /*
=== netučné termíny v seznamu definic (např. v [[Portál:Aktuality|Aktuality]]) ===
 */
 .netucneterminy dt
   {
   font-weight: normal;
   }
 /*
=== varování ===
 */
 span.varovani,
 span.warning
   {
   background-color: #c00;
   color: #ff0;
   font-weight: bold;
   padding: 0 .5em;
   }
 /*
=== zarovnání ===
 */
 .alLeft
   {
   text-align: left;
   }
 
 .alRight
   {
   text-align: right;
   }
 
 .alJustify
   {
   text-align: justify;
   }
 
 sup, sub
   {
   line-height: 1em;
   }
 /*
== Specifické styly pro šablony ==
 */
 /*
=== infobox ===
převzato z en
 */
 .infobox
   {
   background-color: #f9f9f9;
   border: 1px solid #aaa;
   clear: right;
   float: right;
   margin-bottom: .5em;
   margin-left: 1em; 
   padding: .2em;
   }
 
 .infobox caption
   {
   margin-left: inherit;
   }
 
 .infobox tr
   {
   vertical-align: top;
   }
 
 .infobox.bordered
   {
   border-collapse: collapse;
   }
 
 .infobox.bordered td,
 .infobox.bordered th
   {
   border: 1px solid #aaa;
   }
 /*
=== navboxy ===
 */
 
 div.navbox {
   border: 1px solid transparent;
   clear: both;
   font-size: 88%;
   padding: 2px;
   text-align: center;
   margin-top: 2em;
 }
 
 div.navbox + div.navbox {
   margin-top: 0;
 }
 
div.navbox tr.navbox-padding {
   height: 2px;
 }
 
 div.navbox th.navbox-title,
 div.navbox td.navbox-abovebelow,
 div.navbox th {
   padding-left: 1em;
   padding-right: 1em;
   text-align: center;
 }
 
 div.navbox td.navbox-group {
   font-weight: bold;
   padding-left: 1em;
   padding-right: 1em;
   text-align: right;
   white-space: nowrap;
 }
 
 div.navbox table.navbox-navbox,
 div.navbox table.navbox-subgroup,
 div.navbox td.navbox-group + th.navbox-title,
 div.navbox td.navbox-list {
   width: 100%;
 }
 
 div.navbox td.navbox-list {
   padding: 0;
 }
 
 div.navbox td.navbox-group + td.navbox-list {
   border-left: 2px solid transparent;
   text-align: left;
 }
 
 div.navbox td.navbox-list div {
   padding: 0 .25em;
 }
 
 div.navbox td.navbox-group + th.navbox-title {
   border-left: 2px solid transparent;
 }
 
 div.navbox table.navbox-navbox th.navbox-title span.navbox-titletext {
   font-size: 110%;
 }
 
 div.navbox table.navbox-subgroup th.navbox-title span.navbox-titletext {
   font-size: 100%;
 }
 
 div.navbox td.navbox-imageleft {
   padding: 0 2px 0 0;
   width: 0;
 }
 
 div.navbox td.navbox-image {
   padding: 0 0 0 2px;
   width: 0;
 }
 
 div.navbox .collapseButton {
   width: 6em;
 }
 
/* barvy */
 
 div.navbox {
   border-color: #aaa;
 }
 
 div.navbox,
 div.navbox table.navbox-subgroup {
   background-color: #fdfdfd;
 }
 
 div.navbox table.navbox-navbox {
   background-color: transparent;
   color: inherit;
 }
 
 div.navbox td.navbox-group + th.navbox-title ,
 div.navbox td.navbox-group + td.navbox-list {
   border-color: #fdfdfd;
 }
 
 div.navbox th.navbox-title,
 div.navbox th {
   background-color: #e0e0e0;
 }
 
 div.navbox td.navbox-abovebelow,
 div.navbox td.navbox-group,
 div.navbox table.navbox-subgroup td.navbox-title {
   background-color: #e7e7e7;
 }
 
 div.navbox table.navbox-subgroup td.navbox-group,
 div.navbox table.navbox-subgroup td.navbox-abovebelow {
   background-color: #f0f0f0;
 }
 
 div.navbox td.navbox-even {
   background-color: #f7f7f7;
 }
 
 div.navbox td.navbox-odd {
   background-color: transparent;
 }
 
 table.navboxes {
   border: 1px solid #aaa;
   clear: both;
   font-size: 88%;
   text-align: center;
   width: 100%;
 }
 
 table.navboxes th {
   background-color: #e0e0e0;
   padding-left: 1em;
   padding-right: 1em;
 }
 
 table.navboxes .collapseButton {
   width: 6em;
 }
 
 table.navboxes div.navbox {
   font-size: 88%;
 }
 
 table.navboxes + table.navboxes,
 table.navboxes + div.navbox,
 div.navbox + table.navboxes,
 div.navbox + div.navbox {
   margin-top: -1px;
 }
 
 .collapseButton {
   float: right;
   font-weight: normal;
   text-align: right;
   width: auto;
 }
 
 /*
=== locmap ===
 */
 
.location-map img {
    display: block;
 }
 
 /*
=== dokumentace k šablonám ===
 */
 .template-documentation
   {
   background-color: #ffe;
   border: 1px solid #aaa;
   clear: both;
   margin-top: 1em;
   padding: .2em .4em;
   }
 
 /*
=== sesterské projekty ===
 .sisterproject
   {
   background-color: #f9f9f9;
   border: 1px solid #aaa;
   clear: right;
   float: right;
   font-size: smaller;
   margin: 0 0 1em 1em;
   padding: 4px;
   width: 250px;
   }
 
 .sisterproject b
   {
   font-size: small;
   }
 .sisterproject_text_target
   {
   font-weight: bold;
   }
.sisterproject-wikinews .sisterproject_text_target {
	font-style: italic;
}*/
 /*
=== odkazy na média ===
z enwiki
 */
 
/* Class for links with loudspeaker icon next to them */
 
 .audiolink a
    {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left   no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
    }
 
/* Icons for medialist templates  */
 
 div.listenlist
    {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Gnome-speakernotes.svg/30px-Gnome-speakernotes.svg.png");
    padding-left: 40px;
    }
 
 div.videolist, div.multivideolist
    {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Video-x-generic.svg/40px-Video-x-generic.svg.png");
    padding-left: 50px;
    }
 
/* Style rules for media list templates */
 
 div.medialist
    {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
    }
 
 div.medialist ul
    {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
    }
 
 div.medialist ul li
   {
    padding-bottom: 0.5em;
   }
 
 div.medialist ul li li
   {
    font-size: 91%;
    padding-bottom: 0;
    }
 
/*
 
=== různá hlášení ===
'''ZASTARALÉ'''
 */
 .messagebox
   {
   background-color: #f9f9f9;
   border: 1px solid #aaa;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
   width: 85%;
   }
 
 .messagebox.merge
   {
   background-color: #f5edf5;
   border: 1px solid #c9f;
   text-align: center;
   }
 
 .messagebox.cleanup
   {
   background-color: #eef;
   border: 1px solid #99f;
   text-align: center;
   }
 
 .messagebox.standard-talk
   {
   background-color: #f8eaba;
   border: 1px solid #cc9;
   }
 /*
=== upozornění ===
'''ZASTARALÉ'''
 */
 .Talk-Notice
   {
   background-color: #f8eaba;
   border: 1px solid #cc9;
   border-spacing: 3px;
   margin: 0 auto 3px auto;
   width: 85%;
   }
 
 .Talk-Notice td  /* Správné pozadí pro všechny prohlížeče */
   {
   background: inherit;
   }
 /*
=== SHORTTOC ===
 */
#shorttoc,
#shorttoc #toc,
div#content #shorttoc,
div#content #shorttoc #toc
   {
   width: 100%;
   }
 
#shorttoc #toc #toctitle,
#shorttoc h2,
#shorttoc ul,
#shorttoc li,
div#content #shorttoc #toc #toctitle,
div#content #shorttoc h2,
div#content #shorttoc ul,
div#content #shorttoc li
   {
   float: left;
   }
 
#shorttoc #toc span.tocnumber,
#shorttoc #toc .toctoggle,
div#content #shorttoc #toc span.tocnumber,
div#content #shorttoc #toc .toctoggle
   {
   display: none;
   }
 
#shorttoc h2,
#shorttoc ul,
div#content #shorttoc h2,
div#content #shorttoc ul
   {
   margin: 0 .5em 0 0;
   }
 
#shorttoc ul,
div#content #shorttoc ul
   {
   list-style-type: none;
   list-style-image: none;
   }
 
#shorttoc li,
div#content #shorttoc li
   {
   margin-left: .5em;
   }
 
* html #shorttoc td,
* html div#content #shorttoc td
   {
   padding: .5em 0 .5em .5em;
   }
 /*
=== šablony úvodních upozornění ===
(Název, Různé významy - sdílená část)
 */ 
 .uvodni-upozorneni
   {
   font-style: italic;
   margin: 0 0 1em 2em;
   }
 /*
=== Název ===
 */
 #Sablona__Nazev #Sablona__Nazev_Spravny-nazev
   {
   font-weight: bold;
   }
 /*
=== Odmocnina ===
 */
 span.odmocnina
   {
   text-decoration: overline;
   }
 /*
=== Klávesa ===
 */
kbd.Sablona__Klavesa
   {
   background-color: #F7F7F7;
   background-image: -webkit-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
   background-image: -moz-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
   background-image: -o-linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
   background-image: linear-gradient(rgba(255,255,255,.4),rgba(0,0,0,.1));
   border: 1px solid;
   border-color: #DDD #AAA #888 #CCC;
   border-radius: 2px;
   padding: 0 .4em;
   text-shadow: 0 1px rgba(255,255,255,.5);
   white-space: nowrap;
   }
 /*
=== IPA ===
s použitím původního stylu
 
deklaraci s inherit je třeba ponechat včetně prázdného komentáře - css hack kvůli IE6
 */
 .IPA
   {
   cursor: help;
   font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Vera Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
   font-family /**/:inherit;
   }
 
 a span.IPA
   {
   cursor: pointer;
   _cursor: hand;
   }
 /*
=== Pravidla a Pravidlo - @@@ ===
 */
 #Sablona--Pravidla
   {
   border: thin solid #aaa;
   float: right;
   font-size: smaller;
   line-height: 1.2;
   margin: 0 0 0 1em;
   padding: .2em;
   }
 
 #Sablona--Pravidla span
   {
   font-weight: bold;
   }
 
 #Sablona--Pravidla ul
   {
   display: block;
   line-height: 1.0;
   }
 
 #Sablona--Pravidla ul li
   {
   border-left-style: solid;
   border-left-width: 1em;
   display: block;
   }
 
 div.wikipravidlo
   {
   border-width: thick;
   border-style: solid;
   margin-bottom: 1em;
   padding: .5em;
   text-align: justify;
   }
 
 div.wikipravidlo-obrazek
   {
   float: left;
   margin: 0;
   }
 
 div.wikipravidlo-obsah
   {
   margin-left: 70px;
   }
 
 div.wikipravidlo-nadpis
   {
   font-size: large;
   font-weight: bold;
   }
 
 #Sablona--Pravidlo-zavazne,
 #Sablona--Pravidla__Zavazne
   {
   border-color: #9f9;
   }
 
 #Sablona--Pravidlo-doporuceni,
 #Sablona--Pravidla__Doporuceni
   {
   border-color: #cf9;
   }
 
 #Sablona--Pravidlo-hlasovani,
 #Sablona--Pravidla__Hlasovani
   {
   border-color: #ff9;
   }
 
 #Sablona--Pravidlo-navrh,
 #Sablona--Pravidla__Navrh
   {
   border-color: #fc9;
   }
 
 #Sablona--Pravidlo-neschvalene,
 #Sablona--Pravidla__Neschvalene
   {
   border-color: #f99;
   }
 
 #Sablona--Uvaha,
 #Sablona--Pravidla__Uvaha
   {
   border-color: #ccc;
   }
 /*
=== Popis souboru ===
 */
 #Sablona--Popis-souboru
   {
   width: 100%;
   }
 
 #Sablona--Popis-souboru td
   {
   vertical-align: top;
   }
 
 #Sablona--Popis-souboru th
   {
   text-align: right;
   vertical-align: top;
   white-space: nowrap;
   width: 6em;
   }
 
#shared-image-desc .cs
  {
    font-size: large;
  }
 
 /*
 
== Specifické styly pro jednotlivé stránky ==
 */
 /*
=== [[Šablona:OznámeníRC]] ===
 */
 #Sablona--OznameniRC__IRC 
   {
   font-size: 85%;
   margin-top: -3.2em;
   text-align: right;
   /* hack pro IE */
   _margin-top: -2.2em;
   position: relative;
   }
 
 #Sablona--OznameniRC
   {
   font-size: 85%;
   line-height: 1.15;
   }
 
 #Sablona--OznameniRC__Oznameni
   {
   border: 1px solid #aaa;
   border-top: none;
   margin: 0;
   padding: 0;
   }
 
 #Sablona--OznameniRC__Oznameni table
   {
   border-collapse: collapse;
   margin: .3em .5em;
   }
 
 #Sablona--OznameniRC__Oznameni table tr
   {
   vertical-align: top;
   }
 
 #Sablona--OznameniRC__Oznameni table tr th
   {
   text-align: right;
   white-space: pre;
   }
 /*
výchozí zobrazení
 */
 #Sablona--OznameniRC__Oznameni_Chybejici-clanky td div.hiddenOverflow
   {
   height: 1.15em;
   }
 
 #Sablona--OznameniRC__Oznameni_Hlasovani-o-smazani,
 #Sablona--OznameniRC__Oznameni_Reseni-konfliktu 
   { 
   display: none; 
   }
 /*
 
=== [[Special:Recentchanges]] ===
 */
 
.mw-special-Recentchanges .mw-specialpage-summary
  {
  display:none
  }
 
 /*
 
=== [[Wikipedie:Údržba]] ===
společná část pro všechny skiny
 */
 #Wikipedie--Udrzba__Obsah
   {
   margin: 0 1em 1em 1em;
   }
 
 #Wikipedie--Udrzba__Obsah #toc
   {
   font-size: smaller;
   }
 
 #Wikipedie--Udrzba__Obsah h2
   {
   display: none;
   }
 
 #Wikipedie--Udrzba__Akce,
 table.udrzbawikipedie
   {
   background-color: transparent;
   border: none;
   border-collapse: collapse;
   border-color: #aaa;
   width: 100%;
   }
 
 #Wikipedie--Udrzba__Akce td,
 table.udrzbawikipedie td
   {
   padding: 1em;
   vertical-align: top;
   width: 50%;
   }
 
 #Wikipedie--Udrzba__Akce div.typ
   {
   border: 1px solid transparent;
   margin-top: .5em;
   }
 * html #Wikipedie--Udrzba__Akce div.typ
   {
   border-color: #f8fcff;
   }
 
 #Wikipedie--Udrzba__Akce div.popis
   {
   font-size: smaller;
   line-height: 1.1;
   text-align: justify;
   }
 
 #Wikipedie--Udrzba__Akce div.sekce
   {
   font-style: italic;
   }
 /*
=== [[Hlavní strana]] ===
 */
 body.page-Hlavní_strana div.magnify
   {
   display: none;
   }
 
 /* odsazování pro básně */
 div.poem.odsad { margin-left: 2.5em; }
 
 /* tučné odkazy na portály */
 div#portallinks a { font-weight: bold; }
/*
=== flagicon ===
*/
span.flagicon { 
  display: inline-block;
  text-align: center;
  min-width: 24px;
  vertical-align: 5%;
}
 
/*
== Cedule: aplikovaný styl Amboxu ==
*/
 
div.labelced, div.labelced-pageinfo {
  margin: 0 10% 2em 10%;               /* Odrazeni o desetinu sirky z obou stran a mezera dole */
  border: 1px solid #aaa;
  border-left: 10px solid #1e90ff;     /* Vychozi: Modra "poznamka" */
  background: #fbfbfb;
  width: auto;
  overflow: hidden;
}
div.labelced + div.labelced {                /* Spojeni dvou navazujicich ceduli s jednoduchym rameckem */
  margin-top: -2em;
  border-top: none;
}
div.labelced-pageinfo-type-notice {
  border-left: 10px solid #1e90ff;     /* Modra "poznamka" */
}
div.labelced-pageinfo-type-speedy {
  border-left: 10px solid #b22222;     /* Cervena "urgentni" */
  background: #fee;                    /* Ruzovy podklad */
}
div.labelced-pageinfo-type-delete {
  border-left: 10px solid #b22222;     /* Cervene "smazani" */
}
div.labelced-pageinfo-type-content {
  border-left: 10px solid #f28500;     /* Oranzova "k obsahu" */
}
div.labelced-pageinfo-type-maintenance {
  border-left: 10px solid #f4c430;     /* Zluty "vzhled a styl" */
}
div.labelced-pageinfo-type-move {
  border-left: 10px solid #9932cc;     /* Fialovy "presun" */
}
div.labelced-pageinfo-type-protection {
  border-left: 10px solid #bba;        /* Sedozlate "zabezpeceni" */
}
div.labelced_message  {
  border: none;
  padding: .25em 0.5em;
  width: auto;
  text-align: left;
}
div.labelced hr {                         /* Skryti horizontalni cary mezi textem a poznamkou */
  display: none;
}
div.labelced_image {
  float: left;
  border: none;
  padding: 2px 0;
  text-align: center;
  width: 48px;
}
div.labelced_imageright {                 /* Predpripraveno i pro umisteni obrazku vpravo; sablona zatim nepodporuje */
  float: right;
  border: none;
  padding: 2px 0;
  text-align: center;
  width: 48px;
}
div.labelced_message_headline {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 .25em 52px;
  padding: 0 .25em;
  text-align: left;
  width: auto;
}
div.labelced_message_text {
  font-size: 90%;
  margin: 0 0 0 52px;
  padding: 0 .25em;
  text-align: left;
  width: auto;
}
div.labelced_message_text p,
div.labelced_note_text p {
  margin: 0;
}
div.labelced_message_text p + p,          /* Odsazeni odstavcu ve viceodstavcovem textu zpravy nebo poznamky */
div.labelced_note_text p + p {
  margin-top: .5em;
}
div.labelced_note {
  padding: .25em 0.5em;
  background: #eeeeee;
  width: auto;
}
div.labelced_note_text {
  font-size: smaller;
  margin: 0 0 0 52px;
  padding: 0 .25em;
  text-align: left;
}
div.labelced_message_headline-noimage,
div.labelced_message_text-noimage,
div.labelced_message_note-noimage {       /* Zruseni odsazeni zleva v pripade chybejiciho obrazku */
  margin-left: 0;
}
div.labelced_note div.labelced_image {       /* Skryti obrazku v poznamce */
  display: none;
}
 
/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    zoom: 1; /* BE KIND TO IE6 */;
}
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
 
/* Styl pro řádkové seznamy s oddělovačem mezi položkami.
   Upozornění: formátování pomocí hlist nebude fungovat, jestliže výsledný HTML kód
   nebude obsahovat zalomitelný znak mezi položkami seznamu. K tomu může dojít za
   těchto podmínek:
   1) Seznam je vytvořen pomocí wiki syntaxe (tzn. HTML je vytvářeno pomocí
   parser.php) a
   2) HTMLTidy je zakázané nebo nedostupné (jako ve jmenném prostoru Speciální:)
   Problém lze obejít tím že vytvořít seznam formátovaný třídou .hlist pomocí HTML
   namísto wiki syntaxe. Viz také [[:en:Bugzilla:39617]].
   Specifické třídy pro IE8 jsou doplněny pomocí [[MediaWiki:Common.js/IEFixes.js]].
   Poslední aktualizace: 24. leden, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: "(";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}
 
/**
 * @brief Odkazy na sesterské projekty
 * 
 * @author [[meta:User:Danny B.]]
 */
li span.sisterproject {
	background-color: transparent;
	border: none;
	clear: none;
	float: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: auto;
}
 
span.sisterproject span.sisterproject_image {
	display: inline-block;
	height: 16px;
	width: 16px;
}
 
.sisterproject_text_target
   {
   font-weight: bold;
   }
.sisterproject-wikinews .sisterproject_text_target {
	font-style: italic;
   }