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

Přejít na: navigace, hledání
d (rv)
(Převzato z cs.wiki)
Řádka 1: Řádka 1:
/* Notice to Administrators!  Any changes to Monobook.css or Common.css should be first
+
/*
proposed to [[Wikipedia:Village Pump]].  Furthermore, changes should be made in
+
'''Toto je CSS stylopis společný pro všechny vzhledy'''
[[MediaWiki:Common.css]] rather than this page, unless there is no effect in
 
[[MediaWiki:Common.css]].  Thank you. */
 
  
/*<pre><nowiki>*/
+
Pokud chcete změnit pouze vzhled monobook, editujte [[MediaWiki:Monobook.css]].
  
@import "/iuridictum/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=2678400";
+
Veškeré změny byste měli otestovat pomocí [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fcs.wikipedia.org%2Fwiki%2FMediaWiki%3ACommon.css%3Faction%3Draw%26ctype%3Dtext%2Fcss%26usermedium%3Dall&usermedium=all Validátoru W3C].
 +
*/
 +
/*
 +
== Globální styly pro [[MediaWiki]] ==
 +
*/
 +
/*
 +
=== styl pro generovaný obsah ===
 +
*/
 +
#toc
 +
  {
 +
  clear:left;
 +
  }
 +
/*
 +
=== přesměrování v [[Speciální:Allpages]] a [[Speciální:Prefixindex]] ===
 +
*/
 +
.allpagesredirect
 +
  {
 +
  font-style: italic;
 +
  }
 +
/*
 +
=== závažná varování u editací ===
 +
(editace staré verze, zamčené stránky...)
 +
*/
 +
.editwarning
 +
  {
 +
  background-color: #ffbdbd;
 +
  border: 1px solid #bb7979;
 +
  clear: both;
 +
  color: #000;
 +
  font-weight: bold;
 +
  margin: 2em 0 1em 0;
 +
  padding: .5em 1em;
 +
  vertical-align: middle;
 +
  }
 +
/*
 +
=== reference ===
 +
*/
 +
sup.reference
 +
  {
 +
  vertical-align: top;
 +
  }
  
/* Donations link to be uncommented during fundraising drives */
+
.references
#siteNotice {
+
  {
    margin-top:5px;
+
  font-size: 90%;
    padding-left: 4px;
+
  }
    font-style: italic;
+
/*
    text-align: center;
+
== 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;
 +
  }
 +
/*
 +
=== pěkná tabulka ===
 +
*/
 +
table.wikitable,
 +
table.prettytable
 +
  {
 +
  background-color: #f9f9f9;
 +
  border: 1px solid #aaa;
 +
  border-collapse: collapse;
 +
  margin-top: 1em;
 +
  }
 +
 
 +
table.wikitable th, table.wikitable td,
 +
table.prettytable th, table.prettytable td
 +
  {
 +
  border: 1px solid #aaa;
 +
  padding: .2em;
 +
  }
 +
 
 +
table.wikitable th,
 +
table.prettytable th
 +
  {
 +
  background-color: #f2f2f2;
 +
  text-align: center;
 +
  }
 +
 
 +
table.wikitable caption,
 +
table.prettytable caption
 +
  {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
  }
 +
/*
 +
=== 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 [[Aktuality]]) ===
 +
*/
 +
.odrazenedefinice dd
 +
  {
 +
  display: list-item;
 +
  list-style-type: square;
 +
  padding: 0;
 +
  }
 +
/*
 +
=== netučné termíny v seznamu definic (např. v [[Aktuality]]) ===
 +
*/
 +
.netucneterminy dt
 +
  {
 +
  font-weight: normal;
 +
  }
 +
/*
 +
== 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
/* BEGIN LIGHT BLUE SECTION */
+
   {
/****************************/
+
   margin-left: inherit;
/* Make all non-namespace pages have a light blue content area. This is done by
+
   }
   setting the background color for all #content areas to light blue and then
 
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 
   do the same for the "tab" background colors. --Lupo */
 
  
#content {
+
.infobox tr
    background: #F8FCFF; /* a light blue */
+
  {
}
+
  vertical-align: top;
 +
  }
  
#content div.thumb {
+
.infobox.bordered
    border-color: #F8FCFF;
+
  {
}
+
  border-collapse: collapse;
 +
  }
  
.ns-0 * #content {
+
.infobox.bordered td,
    background: white;
+
.infobox.bordered th
}
+
  {
 +
  border: 1px solid #aaa;
 +
  }
 +
/*
 +
=== 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;
 +
  }
  
#mytabs li {
+
.sisterproject b
    background: #F8FCFF;
+
  {
}
+
  font-size: small;
 +
  }
 +
/*
 +
=== licence ===
 +
*/
 +
.licensebox
 +
  {
 +
  clear: both;
 +
  font-size: 85%;
 +
  margin: .5em auto;
 +
  min-height: 64px;
 +
  padding: 4px;
 +
  vertical-align: middle;
 +
  width: 80%;
 +
  }
  
.ns-0 * #mytabs li {
+
.licensebox-icon /* ikonka */
    background: white;
+
  {
}
+
  float: left;
 +
  }
  
#mytabs li a {
+
.licensebox-text /* text licence */
    background-color: #F8FCFF;
+
  {
}
+
  margin-left: 68px;
 +
  text-align: left;
 +
  }
  
.ns-0 * #mytabs li a {
+
.licensebox-interwiki /* odkazy na další projekty (Commons, en:) */
    background-color: white;
+
  {
}
+
  font-size: x-small;
 +
  text-align: right;
 +
  }
  
#p-cactions li a {
+
.licensebox-free /* Svobodné licence (PD, GFDL, …) */
    background-color: #F8FCFF;
+
  {
}
+
  background-color: #f1f1de;
 +
  border: 1px solid #cc9;
 +
  }
  
.ns-0 * #p-cactions li a {
+
.licensebox-fairuse /* Fair use */
    background-color: white;
+
  {
}
+
  background-color: #ffd;
 +
  border: 1px solid #cc9;
 +
  }
  
.ns-0 * #content div.thumb {
+
.licensebox-problem /* Šablony indikující problém (nolicence, nosource) */
    border-color: white;
+
  {
}
+
  background-color: #fff;
 +
  border: 8px solid red;
 +
  padding: 10px;
 +
  }
 +
/*
 +
=== 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
/* END LIGHT BLUE SECTION */
+
  {
/**************************/
+
  background-color: #f5edf5;
 +
  border: 1px solid #c9f;
 +
  text-align: center;
 +
  }
  
/* Display "From Wikipedia, the free encyclopedia" */
+
.messagebox.cleanup
#siteSub {
+
  {
    display: inline;
+
  background-color: #eef;
    font-size: smaller;
+
  border: 1px solid #99f;
    font-weight: normal;
+
  text-align: center;
}
+
  }
  
#bodyContent #siteSub a {
+
.messagebox.standard-talk
    color: #000;
+
  {
    text-decoration: none;
+
  background-color: #f8eaba;
    background-color: transparent;
+
  border: 1px solid #cc9;
    background-image: none;
+
  }
    padding-right: 0;
+
/*
}
+
=== upozornění ===
 +
'''ZASTARALÉ'''
 +
*/
 +
.Talk-Notice
 +
  {
 +
  background-color: #f8eaba;
 +
  border: 1px solid #cc9;
 +
  border-spacing: 3px;
 +
  margin: 0 auto 3px auto;
 +
  width: 85%;
 +
  }
  
/* Bold 'edit this page' link to encourage newcomers */
+
.Talk-Notice td  /* Správné pozadí pro všechny prohlížeče */
#ca-edit a { font-weight: bold !important; }
+
  {
 +
  background: inherit;
 +
  }
 +
/*
 +
=== SHORTTOC ===
 +
*/
 +
#shorttoc,
 +
#shorttoc #toc
 +
  {
 +
  width: 100%;
 +
  }
  
/* Display "User $1, you are already logged in!"
+
#shorttoc #toc #toctitle,
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
+
#shorttoc h2,
div.alreadyloggedin { color: red; font-weight: bold; }
+
#shorttoc ul,
 +
#shorttoc li
 +
   {
 +
  float: left;
 +
  }
  
@media print {
+
#shorttoc #toc span.tocnumber,
    /* Do not print edit link in templates using Template:Ed
+
#shorttoc #toc .toctoggle
      Do not print certain classes that shouldn't appear on paper */
+
  {
    .editlink, .noprint, .metadata, .dablink { display: none }
+
  display: none;
}
+
  }
  
 +
#shorttoc h2,
 +
#shorttoc ul
 +
  {
 +
  margin: 0 .5em 0 0;
 +
  }
  
/* Accessibility experiment: make diff changes not just colour-based */
+
#shorttoc li
 +
  {
 +
  margin-left: .5em;
 +
  }
  
.diffchange {
+
* html #shorttoc td
    font-weight: bold;
+
  {
    background-color: inherit;
+
  padding: .5em 0 .5em .5em;
}
+
  }
 +
/*
 +
=== Cizojazyčně ===
 +
*/
 +
span.cizojazycne
 +
  {
 +
  border-bottom: 1px dotted;
 +
  cursor: help;
 +
  }
 +
/*
 +
=== š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 ===
 +
*/
 +
span.Sablona__Klavesa
 +
  {
 +
  background-color: #ddd;
 +
  border: medium outset #ddd;
 +
  font-family: monospace;
 +
  font-weight: bold;
 +
  padding: 0 .2em;
 +
  }
 +
/*
 +
=== IPA ===
 +
s použitím původního stylu
  
td.diff-addedline, td.diff-deletedline, td.diff-context {
+
deklaraci s inherit je třeba ponechat včetně prázdného komentáře - css hack kvůli IE6
    font-size: 85%;
+
*/
    color: inherit;
+
.IPA
}
+
  {
 +
  border-bottom: 1px dotted;
 +
  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;
 +
  }
  
#pt-login {
+
a span.IPA
  font-weight: bold;
+
  {
  font-size: 110%;
+
  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;
 +
  }
  
form#userlogin {
+
#Sablona--Pravidla span
  float: left;
+
  {
  padding: 1em 1em .7em 1em;
+
  font-weight: bold;
  background-color: #ffffe6;
+
  }
  border: 2px solid #fc6;
 
  color: #000;
 
  margin-right: 2em;
 
}
 
  
form#userlogin table {
+
#Sablona--Pravidla ul
  float: left;
+
  {
  background-color: #ffffe6;
+
  display: block;
  color: #000;
+
  line-height: 1.0;
}
+
  }
  
p.error {
+
#Sablona--Pravidla ul li
  font-weight: bold;
+
  {
}
+
  border-left-style: solid;
 +
  border-left-width: 1em;
 +
  display: block;
 +
  }
  
/* Class styles */
+
div.wikipravidlo
 +
  {
 +
  border-width: thick;
 +
  border-style: solid;
 +
  margin-bottom: 1em;
 +
  padding: .5em;
 +
  text-align: justify;
 +
  }
  
/* .toccolours added here because version in
+
div.wikipravidlo-obrazek
   monobook/main.css wasn't being used by the print style */
+
   {
.toccolours {  
+
   float: left;
   border:1px solid #aaaaaa;
+
   margin: 0;
   background-color:#f9f9f9;
+
   }
   padding:5px;
 
  font-size: 95%;
 
}
 
  
/* Remove padding from external links displayed without icon */
+
div.wikipravidlo-obsah
#bodyContent .plainlinks a {padding: 0 !important}
+
  {
 +
  margin-left: 70px;
 +
  }
  
 +
div.wikipravidlo-nadpis
 +
  {
 +
  font-size: large;
 +
  font-weight: bold;
 +
  }
  
#p-nav h5 {
+
#Sablona--Pravidlo-zavazne,
   display: none;
+
#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;
 +
  }
 +
/*
 +
== Specifické styly pro jednotlivé stránky ==
 +
*/
 +
/*
 +
=== [[Šablona:OznámeníRC]] ===
 +
*/
 +
#Sablona--OznameniRC__IRC
 +
  {
 +
  font-size: 85%;
 +
  margin-top: -3.2em;
 +
  text-align: right;
 +
  }
 +
 
 +
#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: 1em;
 +
  }
 +
 
 +
#Sablona--OznameniRC__Oznameni_Hlasovani-o-smazani,
 +
#Sablona--OznameniRC__Oznameni_Reseni-konfliktu
 +
  {  
 +
   display: none;  
 +
  }
 +
/*
  
.portlet a {
+
=== [[Wikipedie:Údržba]] ===
   text-decoration: none;
+
společná část pro všechny skiny
}
+
*/
 +
#Wikipedie--Udrzba__Obsah
 +
  {
 +
   margin: 0 1em 1em 1em;
 +
  }
  
.portlet a:hover {
+
#Wikipedie--Udrzba__Obsah #toc
   text-decoration: underline;
+
  {
}
+
   font-size: smaller;
 +
  }
  
#p-nav .pBody {
+
#Wikipedie--Udrzba__Obsah h2
   padding-right: 0;
+
  {
}
+
   display: none;
 +
  }
  
#p-nav a {
+
#Wikipedie--Udrzba__Akce
   display: block;
+
  {
 +
   background-color: transparent;
 +
  border: none;
 +
  border-collapse: collapse;
 +
  border-color: #aaa;
 
   width: 100%;
 
   width: 100%;
}
+
  }
 +
 
 +
#Wikipedie--Udrzba__Akce 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;
 +
  }
  
/* Special characters list below edit window works better without underlining */
+
#Wikipedie--Udrzba__Akce div.popis
#editpage-specialchars a { text-decoration: none; }
+
  {
#editpage-specialchars a:hover { text-decoration: underline; }
+
  font-size: smaller;
 +
  line-height: 1.1;
 +
  text-align: justify;
 +
  }
  
/* If you don't want to see special characters list at all,
+
#Wikipedie--Udrzba__Akce div.sekce
   put the following line in your User:You/monobook.css file
+
  {
  (and remove the slash-asterisk comments) */
+
   font-style: italic;
/* #editpage-specialchars { display: none; } */
+
  }
 +
/*
 +
=== [[Wikipedie:Změny na Commons]] ===
 +
originální verze, bude přizpůsobeno
 +
*/
  
/* Makes the background of a framed image white instead of gray. */
+
/* links */
/* Only visible with transparent images. */
+
.tickerDiffLink { } /* diff links in ticker */
/* See #Framed_image_background_color */
+
.tickerMiscLink { } /* misc links in ticker */
div.thumb div a img {
 
    background-color:#ffffff;
 
}
 
  
/* To position the spoken article link at the top of page
+
/* remove list bullets */
Commented out while sitenotice present */
+
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
 +
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
  
#spoken {
+
/* per-type styles */
  position: absolute;
+
.tickerEntry_deleted    { }  /* entry for image deletion */
  float: right;
+
.tickerEntry_restored    { }  /* entry for restored image */
  text-align: right;
+
.tickerEntry_replaced    { }  /* entry for image replacement */
  font-size: 90%;
+
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
  right: 0;
+
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
  z-index: 1;
+
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
  background: none;
+
.tickerEntry_notify      { }  /* entry for global notifications */
  border-bottom-style: none;
+
.tickerEntry_changed    { } /* entry for generic change */
  top: -2.2em;
 
  display: block !important;
 
}
 
  
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
+
  /* per-status styles */
.plainlinksneverexpand a.external.text:after {
+
  .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handled */
display: none !important
 
}
 
  
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
+
/* per-action styles */
 +
.tickerAction_deleted:before    { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
 +
.tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
 +
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
  
div.Boxmerge,
+
/* ticker usage list */
div.NavFrame {
+
.tickerUsage  { font-size:80%; }
        margin: 0px;
+
        padding: 2px;
+
/* entry applies to a template used by multiple images */
        border: 1px solid #aaaaaa;
+
.tickerTemplateEntry    { font-weight: bold; }  
        text-align: center;
+
        border-collapse: collapse;
+
/* entry applies to sub-entries, i.e. images that use a specific template */
        font-size: 95%;
+
.tickerSubEntry         { }                      
}
 
div.Boxmerge div.NavFrame {
 
        border-style: none;
 
        border-style: hidden;
 
}
 
div.NavFrame + div.NavFrame {
 
        border-top-style: none;
 
        border-top-style: hidden;
 
}
 
div.NavPic {
 
        background-color: #ffffff;
 
        margin: 0px;
 
        padding: 2px;
 
        float: left;
 
}
 
div.NavFrame div.NavHead {
 
        height: 1.6em;
 
        font-weight: bold;
 
        font-size: 100%;
 
        background-color: #efefef;
 
        position:relative;
 
}
 
div.NavFrame p {
 
        font-size: 100%;
 
}
 
div.NavFrame div.NavContent {
 
        font-size: 100%;
 
}
 
div.NavFrame div.NavContent p {
 
         font-size: 100%;
 
}
 
div.NavEnd {
 
        margin: 0px;
 
        padding: 0px;
 
        line-height: 1px;
 
        clear: both;
 
}
 
a.NavToggle {
 
        position:absolute;
 
        top:0px;
 
        right:3px;
 
        font-weight:normal;
 
        font-size:smaller;
 
}
 
  
/*</nowiki></pre>*/
+
/* minor entry styles */  
 +
.tickerMinorEntry  { color:#666; }    /* minor entry */
 +
.tickerMinorEntry a,
 +
.tickerMinorEntry a:link,
 +
.tickerMinorEntry a:visited { color:#669; }
 +
#bodyContent .tickerMinorEntry a.extiw,
 +
#bodyContent .tickerMinorEntry a.extiw:link,
 +
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }

Verse z 28. 9. 2006, 07:25

/*
'''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%2Fwiki%2FMediaWiki%3ACommon.css%3Faction%3Draw%26ctype%3Dtext%2Fcss%26usermedium%3Dall&usermedium=all Validátoru W3C].
 */
 /*
== Globální styly pro [[MediaWiki]] ==
 */
 /*
=== styl pro generovaný obsah ===
 */
 #toc
   {
   clear:left;
   }
 /*
=== přesměrování v [[Speciální:Allpages]] a [[Speciální:Prefixindex]] ===
 */
 .allpagesredirect
   {
   font-style: italic;
   }
 /*
=== závažná varování u editací ===
(editace staré verze, zamčené stránky...)
 */
 .editwarning
   {
   background-color: #ffbdbd;
   border: 1px solid #bb7979;
   clear: both;
   color: #000;
   font-weight: bold;
   margin: 2em 0 1em 0;
   padding: .5em 1em;
   vertical-align: middle;
   }
 /*
=== reference ===
 */
 sup.reference
   {
   vertical-align: top;
   }

 .references
   {
   font-size: 90%;
   }
 /*
== 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;
   }
 /*
=== pěkná tabulka ===
 */
 table.wikitable,
 table.prettytable
   {
   background-color: #f9f9f9;
   border: 1px solid #aaa;
   border-collapse: collapse;
   margin-top: 1em;
   }

 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td
   {
   border: 1px solid #aaa;
   padding: .2em;
   }

 table.wikitable th,
 table.prettytable th
   {
   background-color: #f2f2f2;
   text-align: center;
   }

 table.wikitable caption,
 table.prettytable caption
   {
   margin-left: inherit;
   margin-right: inherit;
   }
 /*
=== 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 [[Aktuality]]) ===
 */
 .odrazenedefinice dd
   {
   display: list-item;
   list-style-type: square;
   padding: 0;
   }
 /*
=== netučné termíny v seznamu definic (např. v [[Aktuality]]) ===
 */
 .netucneterminy dt
   {
   font-weight: normal;
   }
 /*
== 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;
   }
 /*
=== 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;
   }
 /*
=== licence ===
 */
 .licensebox
   {
   clear: both;
   font-size: 85%;
   margin: .5em auto;
   min-height: 64px;
   padding: 4px;
   vertical-align: middle;
   width: 80%;
   }

 .licensebox-icon /* ikonka */
   {
   float: left;
   }

 .licensebox-text /* text licence */
   {
   margin-left: 68px;
   text-align: left;
   }

 .licensebox-interwiki /* odkazy na další projekty (Commons, en:) */
   {
   font-size: x-small;
   text-align: right;
   }

 .licensebox-free /* Svobodné licence (PD, GFDL, …) */
   {
   background-color: #f1f1de;
   border: 1px solid #cc9;
   }

 .licensebox-fairuse /* Fair use */
   {
   background-color: #ffd;
   border: 1px solid #cc9;
   }

 .licensebox-problem /* Šablony indikující problém (nolicence, nosource) */
   {
   background-color: #fff;
   border: 8px solid red;
   padding: 10px;
   }
 /*
=== 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
   {
   width: 100%;
   }

 #shorttoc #toc #toctitle,
 #shorttoc h2,
 #shorttoc ul,
 #shorttoc li
   {
   float: left;
   }

 #shorttoc #toc span.tocnumber,
 #shorttoc #toc .toctoggle
   {
   display: none;
   }

 #shorttoc h2,
 #shorttoc ul
   {
   margin: 0 .5em 0 0;
   }

 #shorttoc li
   {
   margin-left: .5em;
   }

 * html #shorttoc td
   {
   padding: .5em 0 .5em .5em;
   }
 /*
=== Cizojazyčně ===
 */
 span.cizojazycne
   {
   border-bottom: 1px dotted;
   cursor: help;
   }
 /*
=== š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 ===
 */
 span.Sablona__Klavesa
   {
   background-color: #ddd;
   border: medium outset #ddd;
   font-family: monospace;
   font-weight: bold;
   padding: 0 .2em;
   }
 /*
=== 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
   {
   border-bottom: 1px dotted;
   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;
   }
 /*
== Specifické styly pro jednotlivé stránky ==
 */
 /*
=== [[Šablona:OznámeníRC]] ===
 */
 #Sablona--OznameniRC__IRC 
   {
   font-size: 85%;
   margin-top: -3.2em;
   text-align: right;
   }

 #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: 1em;
   }

 #Sablona--OznameniRC__Oznameni_Hlasovani-o-smazani,
 #Sablona--OznameniRC__Oznameni_Reseni-konfliktu 
   { 
   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
   {
   background-color: transparent;
   border: none;
   border-collapse: collapse;
   border-color: #aaa;
   width: 100%;
   }

 #Wikipedie--Udrzba__Akce 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;
   }
 /*
=== [[Wikipedie:Změny na Commons]] ===
originální verze, bude přizpůsobeno
 */

 /* links */
 .tickerDiffLink { } /* diff links in ticker */
 .tickerMiscLink { } /* misc links in ticker */

 /* remove list bullets */
 .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;   text-align:left; }
 .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }

 /* per-type styles */
 .tickerEntry_deleted     { }  /* entry for image deletion */
 .tickerEntry_restored    { }  /* entry for restored image */
 .tickerEntry_replaced    { }  /* entry for image replacement */
 .tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
 .tickerEntry_redir       { }  /* entry for critical redirection (fot tag redirects) */
 .tickerEntry_recat       { }  /* entry for critical re-categorization (for tag categories) */
 .tickerEntry_notify      { }  /* entry for global notifications */
 .tickerEntry_changed     { }  /* entry for generic change */

  /* per-status styles */
  .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handled */

 /* per-action styles */
 .tickerAction_deleted:before     { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
 .tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedGood:before   { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }

 /* ticker usage list */
 .tickerUsage  { font-size:80%; }  
 
 /* entry applies to a template used by multiple images */
 .tickerTemplateEntry    { font-weight: bold; } 
 
 /* entry applies to sub-entries, i.e. images that use a specific template */
 .tickerSubEntry         { }                       

 /* minor entry styles */ 
 .tickerMinorEntry  { color:#666; }     /* minor entry */
 .tickerMinorEntry a,
 .tickerMinorEntry a:link,
 .tickerMinorEntry a:visited { color:#669; }
 #bodyContent .tickerMinorEntry a.extiw,
 #bodyContent .tickerMinorEntry a.extiw:link,
 #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }