MediaWiki:Common.css

Z encyklopediafantastyki.pl
(Różnice między wersjami)
Skocz do: nawigacji, wyszukiwania
 
(Nie pokazano 4 wersji utworzonych przez jednego użytkownika)
Linia 1: Linia 1:
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
+
/* Style dla infoboksów */
/* CSS placed here will be applied to all skins */
+
/* <source lang="css"> */
+
 
   
 
   
/* Main page fixes */
 
#interwiki-completelist {
 
    font-weight: bold;
 
}
 
body.page-Main_Page #ca-delete {
 
    display: none !important;
 
}
 
 
body.page-Main_Page #mp-topbanner {
 
  clear: both;
 
}
 
 
/* Edit window toolbar */
 
#toolbar {
 
    height: 22px;
 
    margin-bottom: 6px;
 
}
 
 
/* Margins for <ol> and <ul> */
 
#content ol, #content ul,
 
#mw_content ol, #mw_content ul {
 
  margin-bottom: 0.5em;
 
}
 
 
/* Make the list of references smaller */
 
ol.references {
 
    font-size: 100%;
 
}
 
.references-small {
 
    font-size: 90%;
 
}
 
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
 
/* Please ignore any validator errors caused by these two lines */
 
.references-2column {
 
    font-size: 90%;
 
    -moz-column-count: 2;
 
    -webkit-column-count: 2;
 
    column-count: 2;
 
}
 
 
/* Highlight clicked reference in blue to help navigation */
 
ol.references > li:target,
 
sup.reference:target,
 
cite:target {
 
    background-color: #DEF;
 
}
 
 
/* Ensure refs in table headers and the like aren't bold or italic */
 
sup.reference {
 
    font-weight: normal;
 
    font-style: normal;
 
}
 
 
 
/* Styling for citations */
 
cite {
 
    font-style: normal;
 
    word-wrap: break-word;
 
}
 
 
/* For linked citation numbers and document IDs, where
 
  the number need not be shown on a screen or a handheld,
 
  but should be included in the printed version
 
*/
 
@media screen, handheld, projection {
 
    cite *.printonly {
 
        display: none;
 
    }
 
}
 
 
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
 
table.prettytable {
 
    margin: 1em 1em 1em 0;
 
    background: #f9f9f9;
 
    border: 1px #aaa solid;
 
    border-collapse: collapse;
 
}
 
.wikitable th, .wikitable td,
 
.prettytable th, .prettytable td {
 
    border: 1px #aaa solid;
 
    padding: 0.2em;
 
}
 
.wikitable th,
 
.prettytable th {
 
    background: #f2f2f2;
 
    text-align: center;
 
}
 
.wikitable caption,
 
.prettytable caption {
 
    font-weight: bold;
 
}
 
 
/* Default skin for navigation boxes */
 
table.navbox {            /* Navbox container style */
 
  border: 1px solid #aaa;
 
  width: 100%;
 
  margin: auto;
 
  clear: both;
 
  font-size: 88%;
 
  text-align: center;
 
  padding: 1px;
 
}
 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
 
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)      */
 
}
 
.navbox-title,
 
.navbox-abovebelow,
 
table.navbox th {
 
  text-align: center;      /* Title and above/below styles */
 
  padding-left: 1em;
 
  padding-right: 1em;
 
}
 
.navbox-group {            /* Group style */
 
  white-space: nowrap;
 
  text-align: right;
 
  font-weight: bold;
 
  padding-left: 1em;
 
  padding-right: 1em;
 
}
 
.navbox, .navbox-subgroup {
 
  background: #fdfdfd;    /* Background color */
 
}
 
.navbox-list {
 
  border-color: #fdfdfd;  /* Must match background color */
 
}
 
.navbox-title,
 
table.navbox th {
 
  background: #ccccff;    /* Level 1 color */
 
}
 
.navbox-abovebelow,
 
.navbox-group,
 
.navbox-subgroup .navbox-title {
 
  background: #ddddff;    /* Level 2 color */
 
}
 
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 
  background: #e6e6ff;    /* Level 3 color */
 
}
 
.navbox-even {
 
  background: #f7f7f7;    /* Even row striping */
 
}
 
.navbox-odd {
 
  background: transparent; /* Odd row striping */
 
}
 
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
 
    float: right;          /* by the CollapsibleTables javascript in    */
 
    font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here    */
 
    text-align: right;    /* so they can be customised.                */
 
    width: auto;
 
}
 
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
 
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
 
}                          /* so they need to be the same width.        */
 
 
 
/* Style dla infoboksów */
 
 
 
.infobox {
 
.infobox {
 
border: 1px solid #aaa;
 
border: 1px solid #aaa;
Linia 170: Linia 6:
 
border-collapse: collapse;
 
border-collapse: collapse;
 
color: black;
 
color: black;
font-size: 90%;
+
font-size: 80%;
 
text-align:left;
 
text-align:left;
 
margin-bottom: 0.5em;
 
margin-bottom: 0.5em;
Linia 198: Linia 34:
 
border: 0;
 
border: 0;
 
}
 
}
 
+
 
.infobox.sisterproject {
 
.infobox.sisterproject {
 
width: 20em;
 
width: 20em;
 
font-size: 90%;
 
font-size: 90%;
 
}
 
}
 
 
   
 
   
 
/* styles for bordered infobox with merged rows */
 
/* styles for bordered infobox with merged rows */
 
.infobox.bordered .mergedtoprow td,
 
.infobox.bordered .mergedtoprow td,
 
.infobox.bordered .mergedtoprow th {
 
.infobox.bordered .mergedtoprow th {
    border: 0;
+
border: 0;
    border-top: 1px solid #aaa;
+
border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
+
border-right: 1px solid #aaa;
 
}
 
}
 
   
 
   
 
.infobox.bordered .mergedrow td,
 
.infobox.bordered .mergedrow td,
 
.infobox.bordered .mergedrow th {
 
.infobox.bordered .mergedrow th {
    border: 0;
+
border: 0;
    border-right: 1px solid #aaa;
+
border-right: 1px solid #aaa;
 
}
 
}
 +
.infobox ul,ol { margin-top: 0px; }
 
   
 
   
/* Styles for geography infoboxes, eg countries,
+
/* Style boksów z Merge i Split */
  country subdivisions, cities, etc.            */
+
.infobox.geography {
+
    text-align: left;
+
    border-collapse: collapse;
+
    line-height: 1.2em;
+
    font-size: 90%;
+
}
+
 
   
 
   
.infobox.geography  td,
+
.messagebox {
.infobox.geography  th {
+
border: 1px solid #aaa;
    border-top: solid 1px #aaa;
+
background-color: #f9f9f9;
    padding: 0.4em 0.6em 0.4em 0.6em;
+
margin: 0 auto 1em auto;
 +
padding: .2em;
 +
text-align: justify;
 
}
 
}
.infobox.geography .mergedtoprow td,
+
.messagebox.merge {
.infobox.geography .mergedtoprow th {
+
border: 1px solid #cf9fff;
    border-top: solid 1px #aaa;
+
background-color: #f5edf5;
    padding: 0.4em 0.6em 0.2em 0.6em;
+
text-align: center;
 
}
 
}
 
   
 
   
.infobox.geography .mergedrow td,
+
.messagebox.talk {
.infobox.geography .mergedrow th {
+
border: 1px solid #c0c090;
    border: 0;
+
background-color: #f8eaba;
    padding: 0 0.6em 0.2em 0.6em;
+
 
}
 
}
 
   
 
   
.infobox.geography .mergedbottomrow td,
+
.messagebox.nested-talk {
.infobox.geography .mergedbottomrow th {
+
border: 1px solid #c0c090;
    border-top: 0;
+
background-color: #f8eaba;
    border-bottom: solid 1px #aaa;
+
width: 100%;
    padding: 0 0.6em 0.4em 0.6em;
+
margin: 2px 4px 2px 4px;
 
}
 
}
 
   
 
   
.infobox.geography .maptable td,
+
.messagebox.small, .messagebox.small-talk {
.infobox.geography .maptable th {
+
width: 238px;
    border: 0;
+
font-size: 85%;
    padding: 0;
+
float: right;
 +
clear: both;
 +
margin: 0 0 1em 1em;
 +
line-height: 1.25em;
 
}
 
}
 
   
 
   
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
.messagebox.small-talk {
.redirect-in-category, .allpagesredirect {
+
background: #F8EABA;
    font-style: italic;
+
 
}
 
}
 
   
 
   
/* Icons for medialist templates [[Template:Listen]],
+
/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
  [[Template:Multi-listen_start]], [[Template:Video]],
+
div.Boxmerge,
  [[Template:Multi-video_start]]
+
div.NavFrame {
*/
+
margin: 0;
div.listenlist {
+
padding: 4px;
    background:
+
border: 1px solid #aaa;
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
+
text-align: center;
    padding-left: 40px;
+
border-collapse: collapse;
 +
font-size: 95%;
 
}
 
}
+
div.NavFrame,
/* Style rules for media list templates */
+
div.Boxmerge div.NavFrame {
div.medialist {
+
border-style: none;
    min-height: 50px;
+
border-style: hidden;
    margin: 1em;
+
    background-position: top left;
+
    background-repeat: no-repeat;
+
 
}
 
}
div.medialist ul {
+
div.NavFrame + div.NavFrame {
    list-style-type: none;  
+
border-top-style: none;
    list-style-image: none;
+
border-top-style: hidden;
    margin: 0;
+
 
}
 
}
div.medialist ul li {
+
div.NavPic {
    padding-bottom: 0.5em;
+
background-color: #fff;
 +
margin: 0;
 +
padding: 2px;
 +
float: left;
 
}
 
}
div.medialist ul li li {
+
div.NavFrame div.NavHead {
    font-size: 91%;
+
height: 1.6em;
    padding-bottom: 0;
+
font-weight: bold;
 +
background-color: #ccf;
 +
position:relative;
 
}
 
}
+
div.NavFrame p {
/* Change the external link icon to an Adobe icon for all PDF files
+
font-size: 100%;
  in browsers that support these CSS selectors, like Mozilla and Opera */
+
#bodyContent a[href$=".pdf"].external,
+
#bodyContent a[href*=".pdf?"].external,
+
#bodyContent a[href*=".pdf#"].external,
+
#bodyContent a[href$=".PDF"].external,
+
#bodyContent a[href*=".PDF?"].external,
+
#bodyContent a[href*=".PDF#"].external,
+
#mw_content  a[href$=".pdf"].external,
+
#mw_content  a[href*=".pdf?"].external,
+
#mw_content  a[href*=".pdf#"].external,
+
#mw_content  a[href$=".PDF"].external,
+
#mw_content  a[href*=".PDF?"].external,
+
#mw_content  a[href*=".PDF#"].external {
+
    background:
+
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
+
        center right no-repeat;
+
    padding-right: 16px;
+
 
}
 
}
+
div.NavFrame div.NavContent {
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
+
font-size: 100%;
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
#bodyContent span.PDFlink a,
+
#mw_content span.PDFlink a {
+
    background:
+
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
+
        center right no-repeat;
+
    padding-right: 17px;
+
 
}
 
}
+
div.NavFrame div.NavContent p {
/* Remove link styling. Already defined in monobook
+
font-size: 100%;
  and modern, but not defined in the other skins. Bug 18708 */
+
#bodyContent .plainlinks a {
+
    background: none !important;
+
    padding: 0 !important;
+
 
}
 
}
+
div.NavEnd {
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
margin: 0;
div.columns-2 div.column {
+
padding: 0;
    float: left;
+
line-height: 1px;
    width: 50%;
+
clear: both;
    min-width: 300px;
+
 
}
 
}
div.columns-3 div.column {
+
a.NavToggle {
    float: left;
+
position: absolute;
    width: 33.3%;
+
top: 0;
    min-width: 200px;
+
right: 3px;
 +
font-weight: normal;
 +
font-size: 90%;
 +
color:inherit;
 
}
 
}
div.columns-4 div.column {
 
    float: left;
 
    width: 25%;
 
    min-width: 150px;
 
}
 
div.columns-5 div.column {
 
    float: left;
 
    width: 20%;
 
    min-width: 120px;
 
}
 
 
/* Make sure that "external references" from templates like [[Template:Ref]]
 
  do not get URL expansion, not even when printed. The anchor itself has
 
  class "external autonumber" and the url expansion is inserted when printing
 
  (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
 
  ":after" pseudo-element.
 
*/
 
.nourlexpansion a.external.text:after,
 
.nourlexpansion a.external.autonumber:after {
 
    display: none !important;
 
}
 
 
/* The legacy implementation of this was with "plainlinksneverexpand", which
 
  also simulated "plainlinks".  "plainlinksneverexpand" is deprecated and
 
  should be replaced with "plainlinks nourlexpansion".  When this has been
 
  done, the rules below can be removed.
 
*/
 
.plainlinksneverexpand a {
 
    background: none !important;
 
    padding: 0 !important;
 
}
 
.plainlinksneverexpand a.external.text:after,
 
.plainlinksneverexpand a.external.autonumber:after {
 
    display: none !important;
 
}
 
 
/* Messagebox templates */
 
.messagebox {
 
    border: 1px solid #aaa;
 
    background-color: #f9f9f9;
 
    width: 80%;
 
    margin: 0 auto 1em auto;
 
    padding: .2em;
 
}
 
.messagebox.merge {
 
    border: 1px solid #c0b8cc;
 
    background-color: #f0e5ff;
 
    text-align: center;
 
}
 
.messagebox.cleanup {
 
    border: 1px solid #9f9fff;
 
    background-color: #efefff;
 
    text-align: center;
 
}
 
.messagebox.standard-talk {
 
    border: 1px solid #c0c090;
 
    background-color: #f8eaba;
 
    margin: 4px auto;
 
}
 
/* For old WikiProject banners inside banner shells. */
 
.mbox-inside .standard-talk,
 
.messagebox.nested-talk {
 
    border: 1px solid #c0c090;
 
    background-color: #f8eaba;
 
    width: 100%;
 
    margin: 2px 0;
 
    padding: 2px;
 
}
 
.messagebox.small {
 
    width: 238px;
 
    font-size: 85%;
 
    float: right;
 
    clear: both;
 
    margin: 0 0 1em 1em;
 
    line-height: 1.25em;
 
}
 
.messagebox.small-talk {
 
    width: 238px;
 
    font-size: 85%;
 
    float: right;
 
    clear: both;
 
    margin: 0 0 1em 1em;
 
    line-height: 1.25em;
 
    background: #F8EABA;
 
}
 
 
 
   
 
   
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
 
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
 
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
    border: none;  
+
border: none;
    padding: 0.25em 0.9em;      /* 0.9em left/right */
+
padding: 0.25em 0.9em;      /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
+
width: 100%;    /* Make all mboxes the same width regardless of text length */
 
}
 
}
 +
 
td.mbox-image {                  /* The left image cell */
 
td.mbox-image {                  /* The left image cell */
    border: none;  
+
border: none;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
+
padding: 2px 0 2px 0.9em;    /* 0.9em left, 0 right */
    text-align: center;  
+
text-align: center;
 
}
 
}
 +
 
td.mbox-imageright {            /* The right image cell */
 
td.mbox-imageright {            /* The right image cell */
    border: none;
+
border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
+
padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
    text-align: center;  
+
text-align: center;
 
}
 
}
 +
 
td.mbox-empty-cell {        /* An empty narrow cell */
 
td.mbox-empty-cell {        /* An empty narrow cell */
    border: none;
+
border: none;
    padding: 0px;
+
padding: 0;
    width: 1px;
+
width: 1px;
 
}
 
}
 
   
 
   
/* Article message box styles */
+
/* Article message box template styles */
 
table.ambox {
 
table.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
+
margin: 0 10%;                         /* Will not overlap with other elements */
    border: 1px solid #aaa;  
+
border-collapse: collapse;
    border-left: 10px solid #1e90ff;   /* Default "notice" blue */
+
background-color: #fbfbfb !important;
    background: #fbfbfb;
+
border: 1px solid #aaa;
 +
border-left: 10px solid #1e90ff;       /* Default "notice" blue */
 
}
 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
+
    margin-top: -1px;
+
table.ambox th.ambox-text, table.ambox td.ambox-text {     /* The message body cell(s) */
 +
padding: 0.25em 0.5em;              /* 0.5em left/right */
 +
width: 100%;                       /* Make all templates the same width regardless of text size */
 
}
 
}
.ambox th.mbox-text,
+
.ambox td.mbox-text {           /* The message body cell(s) */
+
table.ambox td.ambox-image {         /* The left image cell */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
+
padding: 2px 0 2px 0.5em;         /* 0.5em left, 0 right */
 +
text-align: center;
 
}
 
}
.ambox td.mbox-image {           /* The left image cell */
+
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
+
table.ambox td.ambox-imageright {     /* The right image cell */
}
+
padding: 2px 4px 2px 0;           /* 0 left, 4px right */
.ambox td.mbox-imageright {      /* The right image cell */
+
text-align: center;
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
 
}
 
}
 
   
 
   
 
table.ambox-notice {
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;   /* Blue */
+
border-left: 10px solid #1e90ff;       /* Blue */
 
}
 
}
table.ambox-speedy {
+
    border-left: 10px solid #b22222;    /* Red */
+
table.ambox-delete,
    background: #fee;                  /* Pink */
+
table.ambox-serious {
}
+
border-left: 10px solid #b22222;       /* Red */
table.ambox-delete {
+
    border-left: 10px solid #b22222;   /* Red */
+
 
}
 
}
 +
 
table.ambox-content {
 
table.ambox-content {
    border-left: 10px solid #f28500;   /* Orange */
+
border-left: 10px solid #f28500;       /* Orange */
 
}
 
}
 +
 
table.ambox-style {
 
table.ambox-style {
    border-left: 10px solid #f4c430;   /* Yellow */
+
border-left: 10px solid #f4c430;       /* Yellow */
 
}
 
}
table.ambox-move {
+
    border-left: 10px solid #9932cc;   /* Purple */
+
table.ambox-merge {
 +
border-left: 10px solid #9932cc;       /* Purple */
 
}
 
}
 +
 
table.ambox-protection {
 
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
+
border-left: 10px solid #bba;         /* Gray */
 
}
 
}
 
   
 
   
/* Image message box styles */
+
table.ambox.ambox-mini {                /* small floating box variant */
table.imbox {
+
float: right;
    margin: 4px 10%;  
+
clear: right;
    border-collapse: collapse;  
+
margin: 0 0 0 1em;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
+
width: 25%;
    background: #fbfbfb;
+
 
}
 
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
+
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
+
/* poprawa podwójnego obramowania, gdy w artykule znajduje się kilka amboksów */
}
+
/* fixing double border when multiple amboxes present */
.mbox-inside .imbox {   /* For imboxes inside other templates. */
+
table.ambox + table.ambox {
    margin: 4px;
+
border-top: 0 !important;
 
}
 
}
 
   
 
   
table.imbox-notice {
+
/* Footer and header message box styles */
    border: 3px solid #1e90ff;   /* Blue */
+
table.fmbox {
 +
clear: both;
 +
margin: 0.2em 0;
 +
width: 100%;
 +
border: 1px solid #aaa;
 +
background: #f9f9f9;    /* Default "system" gray */
 
}
 
}
table.imbox-speedy {
+
table.fmbox-system {
    border: 3px solid #b22222;    /* Red */
+
background: #f9f9f9;
    background: #fee;             /* Pink */
+
 
}
 
}
table.imbox-delete {
+
table.fmbox-warning {
    border: 3px solid #b22222;   /* Red */
+
border: 1px solid #bb7070; /* Dark pink */
 +
background: #ffdbdb;        /* Pink */
 
}
 
}
table.imbox-content {
+
table.fmbox-editnotice {
    border: 3px solid #f28500;    /* Orange */
+
background: transparent;
}
+
table.imbox-style {
+
    border: 3px solid #f4c430;    /* Yellow */
+
}
+
table.imbox-move {
+
    border: 3px solid #9932cc;    /* Purple */
+
}
+
table.imbox-protection {
+
    border: 3px solid #bba;      /* Gray-gold */
+
}
+
table.imbox-license {
+
    border: 3px solid #88a;      /* Dark gray */
+
    background: #f7f8ff;         /* Light gray */
+
}
+
table.imbox-featured {
+
    border: 3px solid #cba135;    /* Brown-gold */
+
 
}
 
}
 
   
 
   
/* Category message box styles */
+
/* Klasa dokumentacji */
table.cmbox {
+
.template-documentation {
    margin: 3px 10%;
+
background-color:#ECFCF4;
    border-collapse: collapse;
+
border:1px solid #AAAAAA;
    border: 1px solid #aaa;  
+
clear:both;
    background: #DFE8FF;   /* Default "notice" blue */
+
margin:1em 0pt 0pt;
 +
padding:5px;
 
}
 
}
 
   
 
   
table.cmbox-notice {
+
/* default skin for navigation boxes */
    background: #D8E8FF;    /* Blue */
+
table.navbox {           /* navbox container style */
 +
border:1px solid #aaa;
 +
width:100%;
 +
margin:auto;
 +
clear:both;
 +
font-size:88%;
 +
text-align:center;
 +
padding:1px;
 
}
 
}
table.cmbox-speedy {
+
table.navbox + table.navbox {
    margin-top: 4px;
+
margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
    margin-bottom: 4px;
+
    border: 4px solid #b22222;   /* Red */
+
    background: #FFDBDB;          /* Pink */
+
 
}
 
}
table.cmbox-delete {
+
.navbox-title, .navbox-abovebelow, table.navbox th {
    background: #FFDBDB;   /* Red */
+
text-align:center;     /* title and above/below styles */
 +
padding-left:1em;
 +
padding-right:1em;
 
}
 
}
table.cmbox-content {
+
.navbox-group {           /* group style */
    background: #FFE7CE;    /* Orange */
+
white-space:nowrap;
 +
text-align:right;
 +
font-weight:bold;
 +
padding-left:1em;
 +
padding-right:1em;
 
}
 
}
table.cmbox-style {
+
.navbox, .navbox-subgroup {
    background: #FFF9DB;   /* Yellow */
+
background:#fdfdfd;     /* Background color */
 
}
 
}
table.cmbox-move {
+
.navbox-list {
    background: #E4D8FF;   /* Purple */
+
border-color:#fdfdfd;   /* Must match background color */
}
+
table.cmbox-protection {
+
    background: #EFEFE1;    /* Gray-gold */
+
 
}
 
}
 
   
 
   
/* Other pages message box styles */
+
a.navbox-title {
table.ombox {
+
color:inherit; /* kolor linków w nagłówku */
    margin: 4px 10%;  
+
    border-collapse: collapse;
+
    border: 1px solid #aaa;      /* Default "notice" gray */
+
    background: #f9f9f9;
+
 
}
 
}
 
   
 
   
table.ombox-notice {
+
.navbox-title, table.navbox th {
    border: 1px solid #aaa;       /* Gray */
+
background:#ccccff;     /* Level 1 color */
 
}
 
}
table.ombox-speedy {
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
    border: 2px solid #b22222;   /* Red */
+
background:#ddddff;    /* Level 2 color */
     background: #fee;            /* Pink */
+
 
}
 
}
table.ombox-delete {
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    border: 2px solid #b22222;   /* Red */
+
background:#e6e6ff;     /* Level 3 color */
 
}
 
}
table.ombox-content {
+
.navbox-even {
    border: 1px solid #f28500;   /* Orange */
+
background:#f7f7f7;     /* Even row striping */
 
}
 
}
table.ombox-style {
+
.navbox-odd {
    border: 1px solid #f4c430;   /* Yellow */
+
background:transparent; /* Odd row striping */
 
}
 
}
table.ombox-move {
+
    border: 1px solid #9932cc;   /* Purple */
+
/* odstęp pomiędzy pierwszym navboksem a tekstem  */
 +
table.firstNavbox {
 +
margin-top:1em;
 
}
 
}
table.ombox-protection {
+
    border: 2px solid #bba;       /* Gray-gold */
+
/* przyciski dodawania opisów */
 +
.userSummaryButtons a, #userSummaryButtons a {
 +
background: #cfc;
 +
border: 1px dotted #090;
 +
padding: 0 2px;
 +
margin: 2px;
 +
cursor: pointer;
 +
font-size: 80%;
 +
line-height: 17px;
 +
color: black;
 +
white-space: nowrap;
 
}
 
}
 
   
 
   
/* Talk page message box styles */
+
.userSummaryButtons a:hover, #userSummaryButtons a:hover {
table.tmbox {
+
background: #bfb;
    margin: 4px 10%;
+
border: 1px solid #9c9;
    border-collapse: collapse;
+
text-decoration:none;
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
+
    background: #f8eaba;
+
 
}
 
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
+
    margin: 2px 0;              /* class ensures that this declaration overrides other */
+
/* wikitable adjustments */
    width: 100%; /* For Safari and Opera */    /* styles (including mbox-small above) */
+
 +
table.wikitable tbody {
 +
background: #fff;
 
}
 
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
    line-height: 1.5em;         /* also "nested", so reset styles that are  */  
+
/* -------------------------------------------------------------------------- */
    font-size: 100%;             /* set in "mbox-small" above.                */
+
 +
@media print {
 +
/* Nie drukuj linków do edycji, komunikatów (ek, stub), szablonów nawigacyjnych */
 +
.editlink, .noprint, .metadata, .dablink, .navbox, .NavFrame { display: none }
 +
#content { background: #FFF; } /* białe tło na wydruku */
 +
/* Pokaż na wydruku przy szablonie {{Cytuj stronę}} adres URL zgodnie z normą cytowania */
 +
.cytuj_strone_url{visibility: visible;}
 +
/* tak jak jest na ekranie */
 +
#footer li {display: inline;}
 
}
 
}
 
   
 
   
table.tmbox-speedy {
+
/* bug w nowym edittoolbarze */
    border: 2px solid #b22222;    /* Red */
+
div#edittoolbar {clear:both}
    background: #fee;             /* Pink */
+
 +
/* Nie dawać większego ze względu na IE! */
 +
#searchGoButton { padding:0 4px !important; }
 +
 +
/* Poprawka umieszczenia obrazków pod sobą dla skórek innych niż Monobook.css */
 +
div.tright {
 +
clear: right;
 
}
 
}
table.tmbox-delete {
+
div.tleft {
    border: 2px solid #b22222;   /* Red */
+
clear: left;
 
}
 
}
table.tmbox-content {
+
    border: 2px solid #f28500;   /* Orange */
+
/* search keyboard settings */
 +
.search_keyboard a {
 +
padding: 0 3px;
 +
border: 1px outset #ddd;
 
}
 
}
table.tmbox-style {
+
.search_keyboard a:hover {
    border: 2px solid #f4c430;   /* Yellow */
+
border: 1px inset #ddd;
 
}
 
}
table.tmbox-move {
+
    border: 2px solid #9932cc;    /* Purple */
+
/* universalna ramka zamiast szablonu border */
}
+
#bodyContent .ramka {
table.tmbox-protection,
+
display:table-cell;
table.tmbox-notice {
+
border-collapse:collapse;
    border: 1px solid #c0c090;   /* Gray-brown */
+
border:1px solid #BBB;
 
}
 
}
 
   
 
   
/* Disambig and set index box styles */
+
/* zapobieganie rozjeżdżaniu stron */
table.dmbox {
+
#bodyContent pre {
    clear: both;
+
        overflow-x: auto;
    margin: 0.9em 1em;
+
        overflow-y: hidden;
    border-top: 1px solid #ccc;  
+
    border-bottom: 1px solid #ccc;
+
    background: transparent;
+
 
}
 
}
 
   
 
   
/* Footer and header message box styles */
+
/* ----
table.fmbox {
+
  Klasy do spisu treści pomocy i ew. pokrewnych.
    clear: both;
+
---- */
    margin: 0.2em 0;
+
    width: 100%;
+
/* powrót do spisu treści itp. */
    border: 1px solid #aaa;
+
#bodyContent .helplink_back a {
    background: #f9f9f9;    /* Default "system" gray */
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Torchlight_back.png/15px-Torchlight_back.png") center left no-repeat;
 +
padding-left: 19px;
 +
padding-right: 0;
 
}
 
}
table.fmbox-system {
+
/* przejście do następnej strony pomocy itp. */
    background: #f9f9f9;
+
#bodyContent .helplink_forward a {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/46/Torchlight_forward.png/15px-Torchlight_forward.png") center right no-repeat;
 +
padding-right: 19px;
 +
padding-left: 0;
 
}
 
}
table.fmbox-warning {
+
/* podstrona tematyczna */
    border: 1px solid #bb7070;  /* Dark pink */
+
#bodyContent .helplink_subpage a, #bodyContent .legenda .helplink_subpage {
    background: #ffdbdb;        /* Pink */
+
background: url("//upload.wikimedia.org/wikipedia/commons/d/d7/A_help_folder.gif") center left no-repeat;
 +
padding-left: 14px;
 +
padding-right: 0;
 
}
 
}
table.fmbox-editnotice {
+
/* strona pomocy */
    background: transparent;
+
#bodyContent .helplink_helppage a, #bodyContent .legenda .helplink_helppage {
 +
background: url("//upload.wikimedia.org/wikipedia/commons/3/3c/A_help_text.gif") center left no-repeat;
 +
padding-left: 14px;
 +
padding-right: 0;
 
}
 
}
/* Div based "warning" style fmbox messages. */
+
/* kategoria */
div.mw-warning-with-logexcerpt,
+
#bodyContent .helplink_catpage a, #bodyContent .legenda .helplink_catpage {
div.mw-lag-warn-high,
+
background: url("//upload.wikimedia.org/wikipedia/commons/4/40/A_help_category.gif") center left no-repeat;
div.mw-cascadeprotectedwarning {
+
padding-left: 14px;
    clear: both;
+
padding-right: 0;
    margin: 0.2em 0;
+
    border: 1px solid #bb7070;
+
    background: #ffdbdb;
+
    padding: 0.25em 0.9em;
+
 
}
 
}
/* Div based "system" style fmbox messages. Used in
+
/* strona specjalna */
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
+
#bodyContent .helplink_specpage a, #bodyContent .legenda .helplink_specpage {
div.mw-lag-warn-normal,
+
background: url("//upload.wikimedia.org/wikipedia/commons/b/b6/A_help_special.gif") center left no-repeat;
div.noarticletext,
+
padding-left: 14px;
div.fmbox-system {
+
padding-right: 0;
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;
+
    padding: 0.25em 0.9em;
+
 
}
 
}
+
/* strona portalu */
/* These mbox-small classes must be placed after all other
+
#bodyContent .helplink_orgpage a, #bodyContent .legenda .helplink_orgpage {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
background: url("//upload.wikimedia.org/wikipedia/commons/8/88/A_help_portal.gif") center left no-repeat;
  they override "table.ambox + table.ambox" above. */
+
padding-left: 14px;
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
+
padding-right: 0;
    clear: right;
+
    float: right;
+
    margin: 4px 0 4px 1em;
+
    width: 238px;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
}
+
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
+
    margin: 4px 1em 4px 0;
+
    width: 238px;
+
    border-collapse: collapse;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
 
}
 
}
 
   
 
   
 
   
 
   
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
+
/* klasa audiolink dla szablonu Audio */
  The second declarations reset the styles for all browsers except
+
#bodyContent .audiolink a {
  IE6, which chokes on the empty comment tags. Please copy any changes
+
background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat;
  to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
+
padding-left: 15px;
*/
+
.IPA {
+
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
+
                "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
+
                "Arial Unicode MS", "Lucida Sans Unicode",
+
                "Chrysanthi Unicode";
+
    font-family /**/: inherit;
+
 
}
 
}
.Unicode {
+
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
+
/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
                "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
+
table.topalign td, table.topalign th {
                "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
+
vertical-align: top;
                "Lucida Grande", "Free Sans", "Arial Unicode MS",
+
                "Microsoft Sans Serif", "Lucida Sans Unicode";
+
    font-family /**/: inherit;
+
 
}
 
}
.latinx {
+
/* analogicznie bottomalign i centeralign */
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
+
table.bottomalign td, table.bottomalign th {
    font-family /**/: inherit;
+
vertical-align: bottom;
 
}
 
}
.polytonic {
+
/* analogicznie bottomalign i middlealign */
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
+
table.middlealign td, table.middlealign th {
                "Arial Unicode MS", "Lucida Sans Unicode",
+
vertical-align: middle;
                "Lucida Grande", Code2000;
+
    font-family /**/: inherit;
+
 
}
 
}
 
   
 
   
#wpSave {
+
.nounderlines a {text-decoration: none}
    font-weight: bold;
+
 +
.CollapseButton {
 +
font-size: x-small;
 +
float: right;
 +
font-weight: normal;
 +
text-align: right;
 +
width: 36px;
 
}
 
}
 
   
 
   
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
.hiddenStructure {
+
ol.references li:target,
    display: inline ! important;
+
sup.reference:target,
    color: #f00;
+
span.citation:target {
     background-color: #0f0;
+
     background-color: #DEF;
 
}
 
}
 
   
 
   
/* suppress missing interwiki image links where #ifexist cannot
+
/* Klasa dla szablonu {{Main}} */
  be used due to high number of requests see .hidden-redlink on
+
.detail, .details {
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
+
margin: 0 0 0.7em 2em;
*/
+
border: 1px solid #e7e7e7;
.check-icon a.new {
+
border-width: 1px 0;
    display: none;  
+
text-align:left;
    speak: none;
+
font-size:95%;
 +
background: #fdfdfd;
 +
padding:1px 4px;
 +
display: table;
 +
}
 +
.detail > span {
 +
display: table-row;
 +
}
 +
.detail > span > span {
 +
display: table-cell;
 +
padding-left: 4px;
 +
width:100%;
 
}
 
}
 
   
 
   
/* Removes underlines from links */
+
/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.nounderlines a {  
+
.firstHeading {
    text-decoration: none;
+
line-height: 1.2em
 
}
 
}
 
   
 
   
/* Remove underline from IPA links */
+
.IPA a:link, .IPA a:visited {
+
/* Ukrycie głównego nagłówka na górze strony */
    text-decoration: none;
+
.page-Strona_główna_Nowa h1,
 +
.page-Strona_główna_Nowa #catlinks,
 +
.page-Strona_główna.action-view h1,
 +
.page-Strona_główna.action-view #catlinks
 +
{
 +
display:none
 +
}
 +
/* poprawka formatowania nagłówków boksów */
 +
.page-Strona_główna_Nowa #content h2,
 +
.page-Strona_główna #content h2,
 +
.page-Strona_główna_Nowa #mw_content h2,
 +
.page-Strona_główna #mw_content h2
 +
{
 +
margin:0;
 
}
 
}
 
   
 
   
/* Standard Navigationsleisten, aka box hiding thingy
+
/* Style z przeznaczeniem dla strony głównej */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
#mp_head {
div.NavFrame {
+
position:relative;
    margin: 0;
+
vertical-align:top;
    padding: 4px;
+
border:1px solid #a7d7f9;
    border: 1px solid #aaa;
+
overflow: hidden;
    text-align: center;
+
-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    border-collapse: collapse;
+
margin:2px;
    font-size: 95%;
+
font-size:14px;
 
}
 
}
div.NavFrame + div.NavFrame {
+
#mp_head table {
    border-top-style: none;
+
width:100%; margin-bottom:1px; vertical-align:top; font-size:105%; background:transparent;
    border-top-style: hidden;
+
position:relative;
 +
z-index:2;
 
}
 
}
div.NavPic {
+
#mp_head_back {
    background-color: #fff;
+
display:block;
    margin: 0;
+
position:absolute;
    padding: 2px;
+
left:0px;
    float: left;
+
top:0px;
 +
height:500px;
 +
width:300px;
 +
background:url(//upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png);
 +
opacity: 0.5;
 +
background-repeat:no-repeat;
 +
background-position:-20px -15px;
 +
z-index: 1;
 
}
 
}
div.NavFrame div.NavHead {
+
#mp_searchbox_container {
    height: 1.6em;
+
display:none;
    font-weight: bold;
+
    background-color: #ccf;
+
    position: relative;
+
 
}
 
}
div.NavFrame p {
+
.wyszarz {
    font-size: 100%;
+
color:#666;
 
}
 
}
div.NavFrame div.NavContent {
+
#mp_search {
    font-size: 100%;
+
margin:.75em 0 .4em;
 +
position:relative;
 
}
 
}
div.NavFrame div.NavContent p {
+
#mp_search input {
    font-size: 100%;
+
font-size:20px;
 
}
 
}
div.NavEnd {
+
#mp_search .search_area a img {
    margin: 0;
+
height:25px;
    padding: 0;
+
    line-height: 1px;
+
    clear: both;
+
 
}
 
}
a.NavToggle {
+
#mp_search .search_area div {
    position: absolute;
+
position:relative;
    top: 0;
+
margin-right:130px;
    right: 3px;
+
top:1px;
    font-weight: normal;
+
}
    font-size: 90%;
+
#mp_search .search_area a {
 +
display:block;
 +
position:absolute;
 +
right:0px;
 +
top:2px;
 +
}
 +
#mp_search .button_area {
 +
position:absolute;
 +
right:0px;
 +
top:0px;
 +
width: 120px;
 +
}
 +
#mp_search .search_area #mp_sz_inp {
 +
height: 30px;
 +
padding: 0;
 +
text-indent: 0.3em;
 +
width: 100%;
 +
}
 +
#mp_search .button_area #mp_sz_btn {
 +
height: 30px;
 +
width: 120px;
 
}
 
}
 
   
 
   
/* Coloured watchlist numbers */
+
/* wąskie okno */
.mw-plusminus-pos { color: #006400; } /* dark green */
+
@media screen and (max-width: 500px) {
.mw-plusminus-neg { color: #8B0000; } /* dark red */
+
body #mp_search .search_area div {
 +
margin-right:0;
 +
}
 +
body #mp_search .search_area a,
 +
body #mp_search .button_area {
 +
position:relative;
 +
float:left;
 +
margin:5px;
 +
}
 +
body #mp_search .last_area {
 +
clear:both;
 +
}
 +
}
 
   
 
   
.rellink,
+
/* Wspólne style dla nagłówków na SG */
.dablink {
+
.page-Strona_główna h2 {
    font-style: italic;
+
font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
    padding-left: 2em;
+
padding: 5px 5px 5px 1em; margin: 0;  /* margines przy nagłówkach na stronie głównej */
 +
border-bottom:1px solid #AAAAAA;
 +
}
 +
 +
/* Szablon:Władca */
 +
table.wladca-box + table.navbox {
 +
margin-top: 0;
 +
}
 +
table.wladca-box {
 +
width: 100%;
 +
clear: both;
 +
vertical-align: top;
 +
text-align: center;
 +
font-size: 95%;
 +
}
 +
table.wladca-box + table.wladca-box {
 +
border-top: 0 !important;
 
}
 
}
.rellink i,
+
table.wladca-box td {
.dablink i {
+
padding: 2px;
    font-style: normal;
+
 
}
 
}
 
   
 
   
/* Style for horizontal UL lists */
+
/* Domyślne wartości dla szablonu współrzędnych geograficznych
.horizontal ul {
+
  Więcej informacji w szablonie [[Szablon:Koordynaty/Linkuj]].
    padding: 0;
+
  Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
    margin: 0;
+
  geograficznym i nie powinny być zmieniane. */
 +
.geo-default, .geo-dms, .geo-dec {
 +
display: inline;
 
}
 
}
.horizontal li {  
+
.geo-nondefault, .geo-multi-punct {
    padding: 0 0.6em 0 0.4em;
+
display: none;
    display: inline;
+
    border-right: 1px solid;
+
 
}
 
}
.horizontal li:last-child {
+
.longitude, .latitude {
    border-right: none;
+
white-space: nowrap;
    padding-right: 0;
+
 
}
 
}
 
   
 
   
/* Allow transcluded pages to display in lists rather than a table.
+
/* kosmetyka tagów filtru nadużyć - widoczne na OZ  */
  Compatible in Firefox; incompatible in IE6. */
+
.mw-tag-markers {
.listify td    { display: list-item; }
+
font-weight: bold;
.listify tr    { display: block; }
+
background-color: #f0fff0;
.listify table { display: block; }
+
}
 
   
 
   
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
  for how these are used. The classes "geo", "longitude", and
+
.linksInherit a {
  "latitude" are used by the [[Geo microformat]].
+
color: inherit;
*/
+
.geo-default, .geo-dms, .geo-dec  { display: inline; }
+
.geo-nondefault, .geo-multi-punct { display: none; }
+
.longitude, .latitude            { white-space: nowrap; }
+
+
/* When <div class="nonumtoc"> is used on the table of contents,
+
  the ToC will display without numbers */
+
.nonumtoc .tocnumber { display: none; }
+
.nonumtoc #toc ul,
+
.nonumtoc .toc ul {
+
    line-height: 1.5em;
+
    list-style: none;
+
    margin: .3em 0 0;
+
    padding: 0;
+
 
}
 
}
.nonumtoc #toc ul ul,
+
.nonumtoc .toc ul ul {  
+
/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
    margin: 0 0 0 2em;  
+
table.fb-tab  {
 +
text-align: center;
 
}
 
}
 
   
 
   
/* Allow limiting of which header levels are shown in a TOC;
+
/* [[:Kategoria:Szablony_Fb]] */
  <div class="toclimit-3">, for instance, will limit to
+
table.fb-tab0 { font-size: 100%;   }
   showing ==headings== and ===headings=== but no further
+
table.fb-tab1 { font-size:  90%;   }
   (as long as there are no =headings= on the page, which
+
table.fb-tab2 { font-size: 85%;    }
  there shouldn't be according to the MoS).
+
table.fb-tab3 { font-size:  80%;    }
  */
+
tr.fb-row0 { color: black; background-color: #EEE;  }
.toclimit-2 .toclevel-2,
+
tr.fb-row1 { color: black; background-color: white; }
.toclimit-3 .toclevel-3,
+
td.fb-result-none { background-color: #CCC; width: 30px; }
.toclimit-4 .toclevel-4,
+
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
.toclimit-5 .toclevel-5,
+
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
.toclimit-6 .toclevel-6,
+
td.fb-result-draw { background-color: #FFF; width: 30px;}
.toclimit-7 .toclevel-7 { display: none; }
+
 
   
 
   
/* Styling for Template:Quote */
+
/* Poniższy kawałek może się nie walidować walidatorem W3C */
blockquote.templatequote {  
+
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
    margin-top: 0;  
+
/* column-count pochodzi z modułu "CSS Multi-column Layout" w CSS3 */
 +
/* Zignoruj błędy walidatora spowodowane poniższymi definicjami */
 +
/* Używana też: .references-1column */
 +
.references-2column {
 +
-moz-column-count: 2;
 +
-webkit-column-count: 2;
 +
column-count: 2;
 
}
 
}
blockquote.templatequote div.templatequotecite {  
+
.references-3column {
    line-height: 1em;
+
-moz-column-count: 3;
    text-align: left;
+
-webkit-column-count: 3;
    padding-left: 2em;
+
column-count: 3;
    margin-top: 0;
+
 
}
 
}
blockquote.templatequote div.templatequotecite cite {
+
    font-size: 85%;
+
/* Zapobiega zwiększaniu się wysokości linii z indeksami górnymi i dolnymi */
 +
#bodyContent sup, #bodyContent sub {
 +
line-height: 1em;
 
}
 
}
 
   
 
   
div.user-block {
+
/* Nie łamiemy linii w głupich miejscach */
    padding: 5px;
+
.nowraplinks a, span.texhtml, sup.reference a {
    border: 1px solid #A9A9A9;
+
white-space: nowrap;
    background-color: #FFEFD5;
+
 
}
 
}
 
   
 
   
/* Prevent line breaks in silly places:
+
/* usunięcie strzałek przy plainlinkach */
  1) links when we don't want them to
+
.plainlinksneverexpand a {
  2) HTML formulae
+
background: none !important;
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
+
padding: 0 !important;
*/
+
}
.nowraplinks a,
+
span.texhtml,
+
sup.reference a { white-space: nowrap; }
+
 
   
 
   
/* For template documentation */
+
/* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */
.template-documentation {
+
.poczekalnia {
    clear: both;
+
display:none;
    margin: 1em 0 0 0;
+
    border: 1px solid #aaa;
+
    background-color: #ecfcf4;
+
    padding: 5px;
+
 
}
 
}
 
   
 
   
.thumbinner {
+
/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
    min-width: 100px;
+
#mw-fr-commentbox {
 +
display: none;
 
}
 
}
 
   
 
   
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
+
/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
.imagemap-inline div {
+
.mw-fr-reviewlink {
    display: inline;
+
font-weight: normal;
 
}
 
}
 
   
 
   
/* Increase the height of the image upload box */
+
/* dla tych bez JS */
#wpUploadDescription {
+
.put-in-header {
    height: 13em;
+
position:absolute;
 +
right:0;
 +
top:-30px;
 
}
 
}
 
   
 
   
/* Reduce line-height for <sup> and <sub> */
+
/* logowanie */
sup, sub {
+
div#userloginForm, div#userlogin {
    line-height: 1em;
+
float:left;
 +
padding:1em 1em .7em 1em;
 +
border:2px solid #A3B1BF;
 +
        background-color:#fffffc;
 +
margin-right:2em;
 
}
 
}
 
   
 
   
 +
#mw-centralauth-login { display: none !important; }
 
   
 
   
/* The backgrounds for galleries. */
+
/* Wikiglob */
#content .gallerybox div.thumb {
+
.wikiglob {
    background-color: #F9F9F9;  /* Light gray padding */
+
background:url(images/my/esf2.jpg)
 
}
 
}
/* Put a chequered background behind images, only visible if they have transparency */
+
.gallerybox .thumb img,
+
.coordinates.put-in-header {
#file img {
+
        font-size: small;
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
+
 
}
 
}
/* But no chequered background on articles, user pages or portals. */
+
iframe#openstreetmap {
.ns-0 .gallerybox .thumb img,
+
        height: 350px;
.ns-2 .gallerybox .thumb img,
+
        width: 100%;
.ns-100 .gallerybox .thumb img {
+
        clear: both;
    background: white;
+
 
}
 
}
 
   
 
   
/* Prevent floating boxes from overlapping any category listings,
+
* html .IPA {
  file histories, edit previews, and edit [Show changes] views */
+
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
#mw-subcategories, #mw-pages, #mw-category-media,  
+
}
#filehistory, #wikiPreview, #wikiDiff {
+
:first-child ~ html .IPA {
    clear: both;
+
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
 
}
 
}
 
   
 
   
/* Selectively hide headers in WikiProject banners */
+
/* Do wersji oprogramowania */
.wpb .wpb-header            { display: none; }
+
td.wersja  { white-space: nowrap; background-color: white; color: black; }
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
+
td.wersja .poprzednia    { background-color: white; }
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
+
td.wersja .biezaca      { background-color: lime; }
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
+
td.wersja .testowa      { background-color: palegreen; }
 +
td.wersja .zapowiedziana { background-color: lightyellow; }
 
   
 
   
/* </source> */
+
#localNotice {
 +
display: none;
 +
}

Aktualna wersja na dzień 12:09, 19 sie 2012

/* Style dla infoboksów */
 
.infobox {
	border: 1px solid #aaa;
	background-color: #f8f8f8;
	border-collapse: collapse;
	color: black;
	font-size: 80%;
	text-align:left;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border-spacing: 0;
	float: right;
	clear: right;
	width: 250px;
}
.infobox td,
.infobox th {
	vertical-align: top;
}
.infobox caption {
	font-size: larger;
	margin-left: inherit;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}
 
.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	border-right: 1px solid #aaa;
}
.infobox ul,ol { margin-top: 0px; }
 
/* Style boksów z Merge i Split */
 
.messagebox {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	margin: 0 auto 1em auto;
	padding: .2em;
	text-align: justify;
}
.messagebox.merge {
	border: 1px solid #cf9fff;
	background-color: #f5edf5;
	text-align: center;
}
 
.messagebox.talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
 
.messagebox.nested-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	width: 100%;
	margin: 2px 4px 2px 4px;
}
 
.messagebox.small, .messagebox.small-talk {
	width: 238px;
	font-size: 85%;
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
	line-height: 1.25em;
}
 
.messagebox.small-talk {
	background: #F8EABA;
}
 
/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavFrame,
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: #fff;
	margin: 0;
	padding: 2px;
	float: left;
}
div.NavFrame div.NavHead {
	height: 1.6em;
	font-weight: bold;
	background-color: #ccf;
	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: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0;
	right: 3px;
	font-weight: normal;
	font-size: 90%;
	color:inherit;
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
 
td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0 right */
	text-align: center;
}
 
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
	text-align: center;
}
 
td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0;
	width: 1px;
}
 
/* Article message box template styles */
table.ambox {
	margin: 0 10%;                         /* Will not overlap with other elements */
	border-collapse: collapse;
	background-color: #fbfbfb !important;
	border: 1px solid #aaa;
	border-left: 10px solid #1e90ff;       /* Default "notice" blue */
}
 
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
	padding: 0.25em 0.5em;              /* 0.5em left/right */
	width: 100%;                        /* Make all templates the same width regardless of text size */
}
 
table.ambox td.ambox-image {          /* The left image cell */
	padding: 2px 0 2px 0.5em;         /* 0.5em left, 0 right */
	text-align: center;
}
 
table.ambox td.ambox-imageright {     /* The right image cell */
	padding: 2px 4px 2px 0;           /* 0 left, 4px right */
	text-align: center;
}
 
table.ambox-notice {
	border-left: 10px solid #1e90ff;       /* Blue */
}
 
table.ambox-delete,
table.ambox-serious {
	border-left: 10px solid #b22222;       /* Red */
}
 
table.ambox-content {
	border-left: 10px solid #f28500;       /* Orange */
}
 
table.ambox-style {
	border-left: 10px solid #f4c430;       /* Yellow */
}
 
table.ambox-merge {
	border-left: 10px solid #9932cc;       /* Purple */
}
 
table.ambox-protection {
	border-left: 10px solid #bba;          /* Gray */
}
 
table.ambox.ambox-mini {                 /* small floating box variant */
	float: right;
	clear: right;
	margin: 0 0 0 1em;
	width: 25%;
}
 
/* poprawa podwójnego obramowania, gdy w artykule znajduje się kilka amboksów */
/* fixing double border when multiple amboxes present */
table.ambox + table.ambox {
	border-top: 0 !important;
}
 
/* Footer and header message box styles */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #aaa;
	background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
	background: #f9f9f9;
}
table.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
	background: transparent;
}
 
/* Klasa dokumentacji */
.template-documentation {
	background-color:#ECFCF4;
	border:1px solid #AAAAAA;
	clear:both;
	margin:1em 0pt 0pt;
	padding:5px;
}
 
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
	border:1px solid #aaa;
	width:100%;
	margin:auto;
	clear:both;
	font-size:88%;
	text-align:center;
	padding:1px;
}
table.navbox + table.navbox {
	margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
	text-align:center;      /* title and above/below styles */
	padding-left:1em;
	padding-right:1em;
}
.navbox-group {           /* group style */
	white-space:nowrap;
	text-align:right;
	font-weight:bold;
	padding-left:1em;
	padding-right:1em;
}
.navbox, .navbox-subgroup {
	background:#fdfdfd;     /* Background color */
}
.navbox-list {
	border-color:#fdfdfd;   /* Must match background color */
}
 
a.navbox-title {
	color:inherit; /* kolor linków w nagłówku */
}
 
.navbox-title, table.navbox th {
	background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
	background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
	background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
	background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
	background:transparent; /* Odd row striping */
}
 
/* odstęp pomiędzy pierwszym navboksem a tekstem  */
table.firstNavbox {
	margin-top:1em;
}
 
/* przyciski dodawania opisów */
.userSummaryButtons a, #userSummaryButtons a {
	background: #cfc;
	border: 1px dotted #090;
	padding: 0 2px;
	margin: 2px;
	cursor: pointer;
	font-size: 80%;
	line-height: 17px;
	color: black;
	white-space: nowrap;
}
 
.userSummaryButtons a:hover, #userSummaryButtons a:hover {
	background: #bfb;
	border: 1px solid #9c9;
	text-decoration:none;
}
 
/* wikitable adjustments */
 
table.wikitable tbody {
	background: #fff;
}
 
/* -------------------------------------------------------------------------- */
 
@media print {
	/* Nie drukuj linków do edycji, komunikatów (ek, stub), szablonów nawigacyjnych */
	.editlink, .noprint, .metadata, .dablink, .navbox, .NavFrame { display: none }
	#content { background: #FFF; } /* białe tło na wydruku */
	/* Pokaż na wydruku przy szablonie {{Cytuj stronę}} adres URL zgodnie z normą cytowania */
	.cytuj_strone_url{visibility: visible;}
	/* tak jak jest na ekranie */
	#footer li {display: inline;}
}
 
/* bug w nowym edittoolbarze */
div#edittoolbar {clear:both}
 
/* Nie dawać większego ze względu na IE! */
#searchGoButton { padding:0 4px !important; }
 
/* Poprawka umieszczenia obrazków pod sobą dla skórek innych niż Monobook.css */
div.tright {
	clear: right;
}
div.tleft {
	clear: left;
}
 
/* search keyboard settings */
.search_keyboard a {
	padding: 0 3px;
	border: 1px outset #ddd;
}
.search_keyboard a:hover {
	border: 1px inset #ddd;
}
 
/* universalna ramka zamiast szablonu border */
#bodyContent .ramka {
	display:table-cell;
	border-collapse:collapse;
	border:1px solid #BBB;
}
 
/* zapobieganie rozjeżdżaniu stron */
#bodyContent pre {
        overflow-x: auto;
        overflow-y: hidden;
}
 
/* ----
   Klasy do spisu treści pomocy i ew. pokrewnych.
---- */
 
/* powrót do spisu treści itp. */
#bodyContent .helplink_back a {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Torchlight_back.png/15px-Torchlight_back.png") center left no-repeat;
	padding-left: 19px;
	padding-right: 0;
}
/* przejście do następnej strony pomocy itp. */
#bodyContent .helplink_forward a {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/46/Torchlight_forward.png/15px-Torchlight_forward.png") center right no-repeat;
	padding-right: 19px;
	padding-left: 0;
}
/* podstrona tematyczna */
#bodyContent .helplink_subpage a, #bodyContent .legenda .helplink_subpage {
	background: url("//upload.wikimedia.org/wikipedia/commons/d/d7/A_help_folder.gif") center left no-repeat;
	padding-left: 14px;
	padding-right: 0;
}
/* strona pomocy */
#bodyContent .helplink_helppage a, #bodyContent .legenda .helplink_helppage {
	background: url("//upload.wikimedia.org/wikipedia/commons/3/3c/A_help_text.gif") center left no-repeat;
	padding-left: 14px;
	padding-right: 0;
}
/* kategoria */
#bodyContent .helplink_catpage a, #bodyContent .legenda .helplink_catpage {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/40/A_help_category.gif") center left no-repeat;
	padding-left: 14px;
	padding-right: 0;
}
/* strona specjalna */
#bodyContent .helplink_specpage a, #bodyContent .legenda .helplink_specpage {
	background: url("//upload.wikimedia.org/wikipedia/commons/b/b6/A_help_special.gif") center left no-repeat;
	padding-left: 14px;
	padding-right: 0;
}
/* strona portalu */
#bodyContent .helplink_orgpage a, #bodyContent .legenda .helplink_orgpage {
	background: url("//upload.wikimedia.org/wikipedia/commons/8/88/A_help_portal.gif") center left no-repeat;
	padding-left: 14px;
	padding-right: 0;
}
 
 
/* klasa audiolink dla szablonu Audio */
#bodyContent .audiolink a {
	background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat;
	padding-left: 15px;
}
 
/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
table.topalign td, table.topalign th {
	vertical-align: top;
}
/* analogicznie bottomalign i centeralign */
table.bottomalign td, table.bottomalign th {
	vertical-align: bottom;
}
/* analogicznie bottomalign i middlealign */
table.middlealign td, table.middlealign th {
	vertical-align: middle;
}
 
.nounderlines a {text-decoration: none}
 
.CollapseButton {
	font-size: x-small;
	float: right;
	font-weight: normal;
	text-align: right;
	width: 36px;
}
 
/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
ol.references li:target,
sup.reference:target,
span.citation:target { 
    background-color: #DEF;
}
 
/* Klasa dla szablonu {{Main}} */
.detail, .details {
	margin: 0 0 0.7em 2em;
	border: 1px solid #e7e7e7;
	border-width: 1px 0;
	text-align:left;
	font-size:95%;
	background: #fdfdfd;
	padding:1px 4px;
	display: table;
}
.detail > span {
	display: table-row;
}
.detail > span > span {
	display: table-cell;
	padding-left: 4px;
	width:100%;
}
 
/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.firstHeading {
	line-height: 1.2em
}
 
 
/* Ukrycie głównego nagłówka na górze strony */
.page-Strona_główna_Nowa h1,
.page-Strona_główna_Nowa #catlinks,
.page-Strona_główna.action-view h1,
.page-Strona_główna.action-view #catlinks
{
	display:none
}
/* poprawka formatowania nagłówków boksów */
.page-Strona_główna_Nowa #content h2,
.page-Strona_główna #content h2,
.page-Strona_główna_Nowa #mw_content h2,
.page-Strona_główna #mw_content h2
{
	margin:0;
}
 
/* Style z przeznaczeniem dla strony głównej */
#mp_head {
	position:relative;
	vertical-align:top;
	border:1px solid #a7d7f9;
	overflow: hidden;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	margin:2px;
	font-size:14px;
}
#mp_head table {
	width:100%; margin-bottom:1px; vertical-align:top; font-size:105%; background:transparent;
	position:relative;
	z-index:2;
}
#mp_head_back {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:500px;
	width:300px;
	background:url(//upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png);
	opacity: 0.5;
	background-repeat:no-repeat;
	background-position:-20px -15px;
	z-index: 1;
}
#mp_searchbox_container {
	display:none;
}
.wyszarz {
	color:#666;
}
#mp_search {
	margin:.75em 0 .4em;
	position:relative;
}
#mp_search input {
	font-size:20px;
}
#mp_search .search_area a img {
	height:25px;
}
#mp_search .search_area div {
	position:relative;
	margin-right:130px;
	top:1px;
}
#mp_search .search_area a {
	display:block;
	position:absolute;
	right:0px;
	top:2px;
}
#mp_search .button_area {
	position:absolute;
	right:0px;
	top:0px;
	width: 120px;
}
#mp_search .search_area #mp_sz_inp {
	height: 30px;
	padding: 0;
	text-indent: 0.3em;
	width: 100%;
}
#mp_search .button_area #mp_sz_btn {
	height: 30px;
	width: 120px;
}
 
/* wąskie okno */
@media screen and (max-width: 500px) {
	body #mp_search .search_area div {
		margin-right:0;
	}
	body #mp_search .search_area a,
	body #mp_search .button_area {
		position:relative;
		float:left;
		margin:5px;
	}
	body #mp_search .last_area {
		clear:both;
	}
}
 
/* Wspólne style dla nagłówków na SG */
.page-Strona_główna h2 {
	font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
	padding: 5px 5px 5px 1em; margin: 0;   /* margines przy nagłówkach na stronie głównej */
	border-bottom:1px solid #AAAAAA;
}
 
/* Szablon:Władca */
table.wladca-box + table.navbox {
	margin-top: 0;
}
table.wladca-box {
	width: 100%;
	clear: both;
	vertical-align: top;
	text-align: center;
	font-size: 95%;
}
table.wladca-box + table.wladca-box {
	border-top: 0 !important;
}
table.wladca-box td {
	padding: 2px;
}
 
/* Domyślne wartości dla szablonu współrzędnych geograficznych
   Więcej informacji w szablonie [[Szablon:Koordynaty/Linkuj]].
   Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
   geograficznym i nie powinny być zmieniane. */
.geo-default, .geo-dms, .geo-dec {
	display: inline;
}
.geo-nondefault, .geo-multi-punct {
	display: none;
}
.longitude, .latitude {
	white-space: nowrap;
}
 
/* kosmetyka tagów filtru nadużyć - widoczne na OZ  */
.mw-tag-markers {
	font-weight: bold;
	background-color: #f0fff0;
}
 
/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
.linksInherit a {
	color: inherit;
}
 
/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
table.fb-tab  {
	text-align: center;
}
 
/* [[:Kategoria:Szablony_Fb]] */
table.fb-tab0 { font-size: 100%;    }
table.fb-tab1 { font-size:  90%;    }
table.fb-tab2 { font-size:  85%;    }
table.fb-tab3 { font-size:  80%;    }
tr.fb-row0 { color: black; background-color: #EEE;  }
tr.fb-row1 { color: black; background-color: white; }
td.fb-result-none { background-color: #CCC; width: 30px; }
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
td.fb-result-draw { background-color: #FFF; width: 30px;}
 
/* Poniższy kawałek może się nie walidować walidatorem W3C */
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
/* column-count pochodzi z modułu "CSS Multi-column Layout" w CSS3 */
/* Zignoruj błędy walidatora spowodowane poniższymi definicjami */
/* Używana też: .references-1column */
.references-2column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.references-3column {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
 
/* Zapobiega zwiększaniu się wysokości linii z indeksami górnymi i dolnymi */
#bodyContent sup, #bodyContent sub {
	line-height: 1em;
}
 
/* Nie łamiemy linii w głupich miejscach */
.nowraplinks a, span.texhtml, sup.reference a {
	white-space: nowrap;
}
 
/* usunięcie strzałek przy plainlinkach */
.plainlinksneverexpand a {
	background: none !important;
	padding: 0 !important;
}
 
/* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */
.poczekalnia {
	display:none;
}
 
/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
#mw-fr-commentbox {
	display: none;
}
 
/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
.mw-fr-reviewlink {
	font-weight: normal;
}
 
/* dla tych bez JS */
.put-in-header {
	position:absolute;
	right:0;
	top:-30px;
}
 
/* logowanie */
div#userloginForm, div#userlogin {
	float:left;
	padding:1em 1em .7em 1em;
	border:2px solid #A3B1BF;
        background-color:#fffffc;
	margin-right:2em;
}
 
#mw-centralauth-login { display: none !important; }
 
/* Wikiglob */
.wikiglob {
	background:url(images/my/esf2.jpg)
}
 
.coordinates.put-in-header {
        font-size: small;
}
iframe#openstreetmap {
        height: 350px;
        width: 100%;
        clear: both;
}
 
* html .IPA {
	font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
:first-child ~ html .IPA {
	font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
 
/* Do wersji oprogramowania */
td.wersja  { white-space: nowrap; background-color: white; color: black; }
td.wersja .poprzednia     { background-color: white; }
td.wersja .biezaca       { background-color: lime; }
td.wersja .testowa       { background-color: palegreen; }
td.wersja .zapowiedziana { background-color: lightyellow; }
 
#localNotice {
display: none;
}
Osobiste
Przestrzenie nazw
Warianty
Działania
Nawigacja
Narzędzia
Pomoc
Szablony