MediaWiki:Common.css: Różnice pomiędzy wersjami
Z XI-Zjazd
(kor.) |
(kor.) |
||
Linia 752: | Linia 752: | ||
} | } | ||
table.autonumber > thead > tr::before { | table.autonumber > thead > tr::before { | ||
− | content: " | + | content: "Lp."; |
} | } | ||
table.autonumber > thead > tr::before, table.autonumber > tbody > tr::before { | table.autonumber > thead > tr::before, table.autonumber > tbody > tr::before { |
Wersja z 18:09, 3 lut 2015
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ /* Pobrany z wiki PTI WSTOIn 2014-01-26, a tam był pobrany z plwiki */ /** * Styl CSS importowany do wszystkich skórek. Zawiera wspólne klasy CSS. * * Zobacz też: [[MediaWiki:Monobook.css]], [[MediaWiki:Modern.css]], * [[MediaWiki:Cologneblue.css]], [[MediaWiki:Vector.css]]. */ /* Style dla infoboksów */ .infobox { border: 1px solid #aaa; background-color: #f8f8f8; border-collapse: collapse; color: black; font-size: 90%; 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; } /* -------------------------------------------------------------------------- */ /* 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; } .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 } /* 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-marker { font-weight: bold; background-color: #f0fff0; } .mw-tag-marker-visualeditor, .mw-tag-marker-mobile_edit { font-weight: normal; background-color: transparent; } /* 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; } /* Pozwala na "numerowanie" uwag kolejnymi literami alfabetu; patrz [[Szablon:Uwagi]] */ .refsection-uwagi .references, .refsection-uwaga .references { list-style-type: lower-alpha; } /* Miniprzypisy dla [[Szablon:Infobox uwaga]] i kolegów */ .refsection-infobox .references { list-style-type: lower-alpha; list-style-position: inside; margin-left: 0; } /* Miniprzypisy w [[Szablon:Piłkarz infobox]] */ /* Do usunięcia po zakończeniu konwersji na powyższe (nie wcześniej niż 12 lutego 2013) */ .refsection-pilkarzinfobox .references { list-style-type: lower-alpha; list-style-position: inside; margin-left: 0; } /* 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; } /* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */ .poczekalnia { display:none; } /* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */ .fr-comment-box { display: none; } /* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ */ .mw-fr-reviewlink { font-weight: normal; } /* Wikiglob */ .wikiglob { background:url(//upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png) } .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; } /* Nie podkreślamy linków z szablonu {{IPA}} */ .IPA a { text-decoration: none; } /* 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; } /* Koperta na pasku "Masz nowe wiadomości" */ .usermessage { background: #FFCE7B url(//upload.wikimedia.org/wikipedia/commons/thumb/3/36/Nuvola_apps_email.png/25px-Nuvola_apps_email.png) no-repeat 0.5em center; padding-left: 37px; /* 0.5em + 25px + 0.5em */ } /* Style dla narzędzi edycyjnych pod polem edycji, patrz [[MediaWiki:Edittools]] */ #plwiki-edittools { margin-top: 1px; border: 1px dotted #aaaaaa; padding: 2px; font-size: 95%; } #plwiki-edittools .plwiki-edittools-section p { margin: 0; } /* Wyświetlanie strony [[Specjalna:Zaloguj]] dla logowania i rejestracji */ /* Nie zawijaj tekstu w opisach pól formularza */ .mw-special-Userlogin form .mw-label { white-space:pre; } /* Ukryj puste miejsce pozostałe po zbalnkowaniu [[MediaWiki:Prefs-help-email-others]] */ .mw-special-Userlogin .prefsectiontip p:last-child { display:none; } /* Ukryj listę języków */ .mw-special-Userlogin #languagelinks { display:none; } } /** * Style for horizontal lists (separator following item). * @source mediawiki.org/wiki/Snippets/Horizontal_lists * @revision 3.1 (2013-01-16) * @author [[User:Edokter]] */ .skin-monobook .hlist dl, .skin-modern .hlist dl, .skin-vector .hlist dl { line-height: 1.5em; } .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline and make them nowrap */ .hlist dd, .hlist dt, .hlist li { margin: 0; display: inline; white-space: nowrap; } /* Allow wrapping for list items (in tight spaces) */ .hlist.hwrap dd, .hlist.hwrap dt, .hlist.hwrap li { white-space: normal; } /* Display nested lists inline and allow them to wrap */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; white-space: normal; } /* Generate interpuncts */ .hlist dt:after { content: ":"; } .hlist dd:after, .hlist li:after { content: " ·"; font-weight: bold; } .hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after { content: none; } /* For IE8 */ .hlist dd.hlist-last-child:after, .hlist dt.hlist-last-child:after, .hlist li.hlist-last-child:after { content: none; } /* Add parentheses around nested lists */ .hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, .hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, .hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { content: "("; font-weight: normal; } .hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, .hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, .hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { content: ")"; font-weight: normal; } /* For IE8 */ .hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after, .hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after, .hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after { content: ")"; font-weight: normal; } /* Put numbers in front of ordered list items */ .hlist.hnum ol { counter-reset: list-item; } .hlist.hnum ol > li { counter-increment: list-item; } .hlist.hnum ol > li:before { content: counter(list-item) " "; } .hlist.hnum dd ol > li:first-child:before, .hlist.hnum dt ol > li:first-child:before, .hlist.hnum li ol > li:first-child:before { content: "(" counter(list-item) " "; } /* Mniejsze linki do edycji sekcji */ /* Domyślny to 'small', 'x-small' używany na pl.wikipedii od 2007: */ /* https://pl.wikipedia.org/w/index.php?title=MediaWiki:Common.js&diff=prev&oldid=6328525 */ .mw-editsection { font-size: x-small; } /* Dodane 2015-02-02 ze strony http://cannabis.shoutwiki.com/wiki/MediaWiki:Common.css */ /* === Easy method of auto numbering of table rows === */ /* Just add class="sortable autonumber" to top line of table wikitext */ /* See https://bugzilla.wikimedia.org/show_bug.cgi?id=40618#c17 - now in Phabricator */ /* https://phabricator.wikimedia.org/T42618 */ table.autonumber > tbody { counter-reset: autonumbering; } table.autonumber > tbody > tr::before { counter-increment: autonumbering; content: counter(autonumbering); } table.autonumber > thead > tr::before { content: "Lp."; } table.autonumber > thead > tr::before, table.autonumber > tbody > tr::before { display: table-cell; padding: 0.2em; border: 1px solid #AAA; vertical-align: middle; text-align: center; }