MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Usunięta treść Dodana treść
m kliknięty przypis jest domyślnie wyróżniany, nie ma potrzeby deklarować ponownie tutaj |
m Przywracam kolorowanie `.citation:target` – ta reguła nie jest jednak domyślnie aplikowana przez MediaWiki |
||
Linia 239: | Linia 239: | ||
table.middlealign td, table.middlealign th { |
table.middlealign td, table.middlealign th { |
||
vertical-align: middle; |
vertical-align: middle; |
||
} |
|||
/* Wyróżnienie klikniętego {{odn}} w celu ułatwienia nawigacji */ |
|||
.citation:target { |
|||
background-color: var(--background-color-progressive-subtle, #eaf3ff); |
|||
} |
} |
||
Wersja z 09:41, 1 lip 2024
/**
* Styl CSS importowany do wszystkich skórek poza mobilną. Zawiera wspólne klasy CSS.
*
* Zobacz też: [[MediaWiki:Vector-2022.css]], [[MediaWiki:Vector.css]],
* [[MediaWiki:Monobook.css]], [[MediaWiki:Timeless.css]].
* Mobilne style: [[MediaWiki:Mobile.css]]
*/
/**
* mw-collapsed table tweaks
* some tests: [[Wikipedysta:Nux/test table collapse]]
*/
th[colspan] .mw-collapsible-toggle:before {
padding-left: .2em;
}
.mw-collapsed > caption {
width: fit-content;
}
/**
a11y
*/
/* screen reader only */
.mw-parser-output .offscreen {
position:absolute;
height:1px;
width:1px;
overflow:hidden;
padding:0;
border:0;
clip:rect(1px 1px 1px 1px);
clip:rect(1px, 1px, 1px, 1px);
}
/***
* Uniwersalne style z enwiki
*/
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}
/*
* Uniwersalne style z enwiki - KONIEC
**/
/* [[Szablon:Grafika rozwinięta]] */
@supports (flex-wrap: wrap) {
.tmulti .thumbinner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: auto !important;
justify-content: center;
align-content: flex-start;
}
.tmulti-header {
flex: 0 0 100%;
}
/* hide clear */
.tmulti .thumbinner div:empty {
display: none;
}
}
/* 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 #a2a9b1;
border-left: 10px solid #36c; /* 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-color: #36c; /* Blue */
}
table.ambox-serious, table.tmbox-serious {
border-left-color: #d33; /* Red */
}
table.ambox-content, table.tmbox-content {
border-left-color: #f28500; /* Orange */
}
table.ambox-merge, table.tmbox-merge {
border-left-color: #9932cc; /* Purple */
}
/* 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;
}
/* Talk page message box template styles */
table.tmbox {
margin: 0 10%; /* Will not overlap with other elements */
border-collapse: collapse;
background-color: #f8eaba !important;
border: 1px solid #4682b4;
}
table.tmbox th.tmbox-text, table.tmbox td.tmbox-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.tmbox td.tmbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0 right */
text-align: center;
}
table.tmbox td.tmbox-imageright { /* The right image cell */
padding: 2px 4px 2px 0; /* 0 left, 4px right */
text-align: center;
}
/* poprawa podwójnego obramowania, gdy na stronie dyskusji znajduje się kilka tmboksów */
/* fixing double border when multiple tmboxes present */
table.tmbox + table.tmbox {
margin-top: 4px !important;
}
/* Footer and header message box styles */
table.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background: #f8f9fa; /* Default "system" gray */
}
table.fmbox-system {
background: #f8f9fa;
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background: #ffdbdb; /* Pink */
}
table.fmbox-editnotice {
background: transparent;
}
/* -------------------------------------------------------------------------- */
/* Prawie wszystko skopiowane do [[Szablon:Navbox/styles.css]] i tam zmieniane */
/* default skin for navigation boxes */
.navbox { /* navbox container style */
border:1px solid #a2a9b1;
margin:auto;
text-align:center;
padding:1px;
}
.navbox:not(.pionowy) {
margin-top: 1em; /* odstęp pomiędzy navboksem a tekstem */
clear:both;
}
table.navbox:not(.pionowy) {
width: 100%; /* tymczasowa kopia z templatestyles, na czas migracji */
}
.navbox.pionowy {
width: 250px; /* styl infoboksowy */
float: right;
clear: right;
margin: 0 0 0.4em 1.4em;
}
.navbox + .navbox {
border-top: 0;
margin-top: 0; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox > tbody > tr > th {
background: #ccf;
}
/* -------------------------------------------------------------------------- */
/* universalna ramka zamiast szablonu border */
#bodyContent .ramka {
display:table-cell;
border-collapse:collapse;
border:1px solid #BBB;
}
/* 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;
}
/* Wyróżnienie klikniętego {{odn}} w celu ułatwienia nawigacji */
.citation:target {
background-color: var(--background-color-progressive-subtle, #eaf3ff);
}
/* Domyślne wartości dla szablonu współrzędnych geograficznych
Dodawane przez [[Moduł:Współrzędne]].
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-visualeditor-switched,
.mw-tag-marker-visualeditor-wikitext,
.mw-tag-marker-discussiontools-reply,
.mw-tag-marker-discussiontools-newtopic,
.mw-tag-marker-discussiontools-source,
.mw-tag-marker-discussiontools-visual,
.mw-tag-marker-HHVM,
.mw-tag-marker-massmessage-delivery,
.mw-tag-marker-mobile_edit,
.mw-tag-marker-mobile_app_edit,
.mw-tag-marker-mobile_web_edit,
.mw-tag-marker-advanced_mobile_edit,
.mw-tag-marker-android_app_edit,
.mw-tag-marker-ios_app_edit,
.mw-tag-marker-gettingstarted_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;}
/* stała szerokosć kolumny */
.mw-references-columns {
column-count: auto;
column-width: 30em;
column-gap: 2em;
}
/* Pozwala na "numerowanie" uwag kolejnymi literami alfabetu; patrz [[Szablon:Uwagi]] */
.refsection-uwagi .references,
.refsection-uwaga .references {
list-style-type: lower-alpha;
}
/* <nowiki> Wsparcie dla {{Uwagi|=mini}} (uwagi do tabelek itp.) </nowiki> */
.refsection-mini .references {
list-style-type: lower-roman;
}
.refsection-mini .mw-cite-backlink {
display:none;
}
/* Miniprzypisy dla [[Szablon:Infobox uwaga]] i kolegów */
.refsection-infobox .references {
list-style-type: lower-alpha;
list-style-position: inside;
margin-left: 0;
}
/* Nie łamiemy linii w głupich miejscach */
.nowraplinks a {
white-space: nowrap;
}
/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza i etykiety pola */
.fr-comment-box, label[for="mw-fr-commentbox"] {
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)
}
* 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;
}
/* Style dla narzędzi edycyjnych pod polem edycji, patrz [[MediaWiki:Edittools]] */
#plwiki-edittools {
margin-top: 1px;
border: 1px dotted #a2a9b1;
padding: 2px;
font-size: 95%;
}
#plwiki-edittools .plwiki-edittools-section p {
margin: 0;
}
/* przypisy w navboxach */
.refsection-nav .references {
list-style-type: upper-alpha;
font-size: 95%;
}
.refsection-nav .mw-cite-backlink {
display:none;
}
.navbox .hlist .refsection-nav ol.references > li:before {
content: "[" counter(list-item, upper-latin) "] ";
}
/* wyłącz kursywę w szablonach cytowania */
cite.citation { font-style: inherit; }
/* Wsparcie dla Szablon:Cytuj */
.citation i>em { font-style: normal; }
.cite-name-before { display:none!important; }
.cite-name-after { display:inline!important;}
.cite-name-full { display:none!important; }
.cite-name-initials { display:inline!important; }
.references .cite-name-before { display:inline!important; }
.references .cite-name-after { display:none!important; }
.references .cite-name-full { display:inline!important; }
.references .cite-name-initials { display:none!important; }
.cite-at-al { display:inline!important; }
.citation.pmid .issn, .citation.doi .issn, .citation.pmc .issn, .citation.nourl .accessdate { display: none; }
/* ikonki typu dostępu w szablonach cytowania */
.citation.open-access::before,
.citation.closed-access::before,
.citation.registered-access::before,
.citation.limited-access::before {
content: "";
background-repeat: no-repeat;
background-position: left center;
padding-right: 1em;
}
.citation.open-access::before {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Open_Access_logo_green_alt2.svg/8px-Open_Access_logo_green_alt2.svg.png");
}
.citation.closed-access::before {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Closed_Access_logo_alternative.svg/8px-Closed_Access_logo_alternative.svg.png");
}
.citation.registered-access::before {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Lock-blue-alt-2.svg/8px-Lock-blue-alt-2.svg.png");
}
.citation.limited-access::before {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Lock-blue-alt-2.svg/8px-Lock-blue-alt-2.svg.png");
}
/* T156351: Support for Parsoid's Cite implementation */
span[ rel="mw:referencedBy" ] {
counter-reset: mw-ref-linkback 0;
}
span[ rel="mw:referencedBy" ] > a::before {
content: counter( mw-ref-linkback, lower-alpha );
}
.mw-ref > a[data-mw-group=infobox]::after {
content: '[' counter( mw-Ref, lower-alpha ) ']';
}
.mw-ref > a[data-mw-group=nav]::after {
content: '[' counter( mw-Ref, upper-alpha ) ']';
}
.mw-ref > a[data-mw-group=uwaga]::after {
content: '[' counter( mw-Ref, lower-alpha ) ']';
}
.mw-ref > a[data-mw-group=mini]::after {
content: '[' counter( mw-Ref, lower-roman ) ']';
}
/* Odpowiedzi na stronach FAQ i podobnych */
.faq {
padding: 0 1em 1em;
}
/* Zawartość niewyświetlana na komputerach */
.nodesktop {
display: none;
}
/* Personae na stronach pomocy i dokumentacji */
.hidefor-loggedout { display: none }
.hidefor-loggedin { display: inline }
.hidefor-autoconfirmed { display: inline }
.hidefor-editor { display: inline }
.hidefor-sysop { display: inline }
/* [[Szablon:Lang]] */
.lang-list abbr {
text-decoration: none!important;
border-bottom:0;
}
/* wyszarzanie nieprawidłowych i nieusprawiedliwionych numerów ISBN */
.isbn-incorrect, .isbn-invalid {
color: #888;
}
.isbn, .issn a {
white-space: nowrap;
}
/* wyłączanie zaznaczania tekstu, używaj rozsądnie */
.disabled-user-selection {
-webkit-user-select: none;
user-select: none;
}
/* wyrównywanie do prawej kolumn w tabelkach */
.col-1-text-align-right>tbody>tr>:nth-child(1){text-align: right;}
.col-2-text-align-right>tbody>tr>:nth-child(2){text-align: right;}
.col-3-text-align-right>tbody>tr>:nth-child(3){text-align: right;}
.col-4-text-align-right>tbody>tr>:nth-child(4){text-align: right;}
.col-5-text-align-right>tbody>tr>:nth-child(5){text-align: right;}
.col-6-text-align-right>tbody>tr>:nth-child(6){text-align: right;}
.col-7-text-align-right>tbody>tr>:nth-child(7){text-align: right;}
.col-8-text-align-right>tbody>tr>:nth-child(8){text-align: right;}
.col-9-text-align-right>tbody>tr>:nth-child(9){text-align: right;}
/* wizualny separator między sąsiednimi wywołaniami [[Szablon:Mecz piłarski]] */
.mecz-pilkarski+.mecz-pilkarski{border-top: 1px solid #F5F5F5;}
/* Ukrycie przycisków do oznaczania stron */
/* https://pl.wikipedia.org/w/index.php?oldid=58546385#Strony_testowe_dla_newbie_w_systemie_wersji_przejrzanych */
body[class*=" page-Pomoc_Krok_"] #mw-fr-reviewform,
body[class*=" page-Pomoc_Krok_"] #mw-fr-revisiontag
{ display: none; }
/* Domyślny stan problemów. Zobacz: [[MediaWiki:Gadget-sprawdz-problemy-szablony.css]] */
.problemy { display: none; }