Wikipedia vlswiki https://vls.wikipedia.org/wiki/Voorblad MediaWiki 1.46.0-wmf.26 first-letter Media Specioal Discuusje Gebruker Discuusje gebruker Wikipedia Discuusje Wikipedia Ofbeeldienge Discuusje ofbeeldienge MediaWiki Discuusje MediaWiki Patrôon Discuusje patrôon Ulpe Discuusje ulpe Categorie Discuusje categorie TimedText TimedText talk Module Overleg module Event Event talk MediaWiki:Common.css 8 1534 326828 326767 2026-05-03T07:37:14Z ItsNyoty 28289 326828 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; } bk7vnd0rgxk1b1pg7qa4bnmtwrd5d4s 326829 326828 2026-05-03T07:39:03Z ItsNyoty 28289 326829 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; background-repeat: no-repeat; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; background-repeat: no-repeat; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; background-repeat: no-repeat; } 8od4r27i9k4h10socrg4xfiunyj7n1t 326830 326829 2026-05-03T07:40:47Z ItsNyoty 28289 326830 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Apply to all wb-otherproject items */ [class^="wb-otherproject-"] a { padding-left: 22px; /* space for icon */ background-position: left center; background-repeat: no-repeat; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; background-repeat: no-repeat; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; background-repeat: no-repeat; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; background-repeat: no-repeat; } e2awfj9c2qex9tzhazpkvofx6bh7bdn 326831 326830 2026-05-03T07:45:12Z ItsNyoty 28289 326831 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ /* Voeg padding toe zodanig dat de logo's niet op de tekst staan*/ [class^="wb-otherproject-"] a { background-repeat: no-repeat; background-position: 6px center; padding-left: 28px; } .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; background-repeat: no-repeat; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; background-repeat: no-repeat; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; background-repeat: no-repeat; } 8l86cja5hh405286sfr00r5qalal7jl 326832 326831 2026-05-03T07:46:20Z ItsNyoty 28289 326832 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ /* Voeg padding toe zodanig dat de logo's niet op de tekst staan*/ [class^="wb-otherproject-"] a { display: inline-block; padding-left: 28px; background-repeat: no-repeat; background-position: 6px center; } .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; background-repeat: no-repeat; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; background-repeat: no-repeat; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; background-repeat: no-repeat; } 4zf8vbvw0pavjgu3umlkadn8xmlko5x 326833 326832 2026-05-03T07:47:11Z ItsNyoty 28289 326833 css text/css /* == Plainlinksneverexpand == Onderstaande is uit [[:en:MediaWiki:Common.css]] gekopieëerd. Dit wordt o.a. gebruikt in [[Sjabloon:ref]]. ''Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown.'' <pre><nowiki>*/ /* Voeg padding toe zodanig dat de logo's niet op de tekst staan*/ [class^="wb-otherproject-"] a { display: flex; align-items: center; gap: 8px; } [class^="wb-otherproject-"] a::before { content: ""; width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; } .plainlinksneverexpand { background: none ! important; padding: 0 !important; } .fundraiser-box {display:none;} .fundraiser-quote-box {display:none;} .fundraiser-blog {display:none;} .siteNoticeSmall {display:none;} .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! */ .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; } /*</pre> == Tabelfuncties == === Prettytable === Maakt een tabel met grijze achtergrond en lijnen. Voor los gebruik en in [[Sjabloon:Prettytable]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre>*/ .prettytable, .prettytable table { border: 1px solid #aaa; border-collapse: collapse; font-size: 95%; margin: 1em 0; background: #f9f9f9; } .prettytable table { margin: 0; } .prettytable td, table.prettytable th { border: 1px solid #aaa; padding: 4px; } .prettytable th { background-color: #ddd; } /*</pre> === Overige functies === Kopcellen links uitlijnen. <pre>*/ .thleft th, th.thleft { text-align: left; } /*</pre> Ter vervanging van <code>valign=top</code>. (gebruik <code><nowiki>{| class="vatop"</nowiki></code>) <pre>*/ .vatop tr, tr.vatop { vertical-align: top; } /*</pre> == In- en uitklapfunctie == Wordt o.a. gebruikt in [[Sjabloon:Toggletext]] en [[Sjabloon:Navigatiezonder2]]. <pre>*/ div.UitklapFrame { clear: both; margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrameNoClear { margin: 0; padding: 0; border: 1px solid #aaa; border-collapse: collapse; background-color:#f9f9f9; font-size: 95%; } div.UitklapFrame div.UitklapHead { padding: 0 .5em; text-align: center; font-weight: bold; background-color: #ddd; } div.UitklapFrame div.UitklapContent { padding: 5px; } div.UitklapEind { clear: both; } div.UitklapEindNoClear { } a.UitklapToggle { font-size: x-small; float:right; padding: 0 .5em; } /* </pre> == Kleine aanpassingen == Redirects cursief en groen in [[Special:Allpages]] en [[Special:Prefixindex]]. Eventueel overschrijven in bijvoorbeeld [[MediaWiki:Monobook.css|Monobook.css]], [[MediaWiki:Cologneblue.css|Cologneblue.css]]. <pre> */ .allpagesredirect a { font-style: italic; color: green; } .allpagesredirect a:visited { color: #008000; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* hiddenstructure wordt gebruikt in o.a. Sjabloon:Infobox_luchthaven maar werd alleen maar in de monobook skin gedefinieerd. Gekopieerd uit http://nl.wikipedia.org/w/skins/MonoBook/main.css */ .hiddenStructure { display: none; speak: none; } /* box op je volglijst met links naar andere volglijsten standaard niet afbebeeld */ /* om het te tonen verander je het in "display:block" in je eigen css */ #volglijstkader { display: none; } /*</pre> Optie "Markeer je eigen bewerkingen als gecontroleerd" verbergen: <pre> */ input#autopatrol { display: none; } /* </pre> ==CommonsTicker== <pre> */ /************************/ /* CommonsTicker styles */ /************************/ /* Link */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ .tickerUsage { font-size:80%; } /* ticker usage list */ /* per-type styles */ .tickerEntry_deleted { } /* entry for image deletion */ .tickerEntry_restored { } /* entry for restored image */ .tickerEntry_replaced { } /* entry for image replacement */ .tickerEntry_tagged { } /* entry for adding/removing problem tags */ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */ .tickerEntry_notify { } /* entry for global notifications */ .tickerEntry_changed { } /* entry for generic change */ /* per-status styles */ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */ /* per-action styles */ .tickerAction_deleted { background:#F88; } /* action marker for image deletion */ .tickerAction_restored { background:#8F8; } /* action marker for restored image */ .tickerAction_replaced { background:#FED; } /* action marker for image replacement */ .tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */ .tickerAction_replacedOwn { background:none; } /* action marker for image replacement by uploader */ .tickerAction_addedBad { background:#FDD; } /* action marker for adding problem markers */ .tickerAction_removedBad { background:#DFD; } /* action marker for removing problem markers */ .tickerAction_addedGood { background:#DFD; } /* action marker for adding license markgers (for tag categories) */ .tickerAction_removedGood { background:#FDD; } /* action marker for removing license markers (for tag categories) */ /* minor entry styles */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ .tickerSubEntry { } /* sub-entry for multi-image entry */ /*</nowiki></pre>*/ /* == Status Bevestigde Gebrukers == */ /* Standaard weergave (niet-bevestigd) */ .vls-autoconfirmed { display: none !important; } .vls-unconfirmed { display: inline !important; } /* Verberg het standaard grijze Vector 2022-icoontje voor deze specifieke links */ .wb-otherproject-commons .vector-icon, .wb-otherproject-foundation .vector-icon, .wb-otherproject-mediawiki .vector-icon, .wb-otherproject-meta .vector-icon, .wb-otherproject-outreach .vector-icon, .wb-otherproject-sources .vector-icon, .wb-otherproject-species .vector-icon, .wb-otherproject-wikidata .vector-icon, .wb-otherproject-wikifunctions .vector-icon, .wb-otherproject-wikimania .vector-icon, #t-wikibase .vector-icon { display: none !important; } /* Commons */ .wb-otherproject-commons { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Commons-logo.svg"); background-size: 16px 22px; background-repeat: no-repeat; } /* Foundation */ .wb-otherproject-foundation { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8b/Wikimedia-logo_black.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* MediaWiki */ .wb-otherproject-mediawiki { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c6/MediaWiki-2020-small-icon.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Meta */ .wb-otherproject-meta { background-image: url("//upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_Community_Logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Outreach */ .wb-otherproject-outreach { background-image: url("//upload.wikimedia.org/wikipedia/commons/8/81/Wikimedia-logo.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikisource */ .wb-otherproject-sources { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikispecies */ .wb-otherproject-species { background-image: url("//upload.wikimedia.org/wikipedia/commons/d/df/Wikispecies-logo.svg"); background-size: 16px 19px; background-repeat: no-repeat; } /* Wikidata */ .wb-otherproject-wikidata, .wb-otherproject-wikibase-dataitem, #t-wikibase { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Wikidata_Favicon_color.svg"); background-size: 16px 16px; background-repeat: no-repeat; } /* Wikifunctions */ .wb-otherproject-wikifunctions { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/0c/Wikifunctions-logo.svg"); background-size: 16px 17px; background-repeat: no-repeat; } /* Wikimania */ .wb-otherproject-wikimania { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/Wikimania.svg"); background-size: 16px 17px; background-repeat: no-repeat; } 0x24s598bkbbcjxe02vxqcm93m1e5x2 Achel (trappist) 0 14962 326827 312049 2026-05-02T12:20:42Z GeertivpBot 25514 #pwb Copy label [[c:Category:Achel beer|Commonscat Achel beer]] 326827 wikitext text/x-wiki [[Ofbeeldienge:Achel.2.beers.JPG|thumb|right|Den blound'n en den bruun'n Achel van 8 groad'n]] '''Achel''' es e [[bier]] die gebrouwn wierd in de Sint-Benedictusabdye (ôok wel ''De Achelse Kluis'' enoemd) in [[Hamont-Achel]] in de [[Belgisch Limburg|provinsje Limburg]]. 't Wos e [[trappist]]nbier toet an de verkoop van d' abdye in januoari 2023. ==Sôortn== * '''Achel 5 Blound''', die ollêne te krygn es van 't vat in de brouwerye zelve * '''Achel 5 Bruun''', es ôok ollêne te krygn van 't vat in de brouwerye * '''Achel 8 Blound''', te krygn in de wienkel in e [[flassche]] van 33 cl of 75 cl * '''Achel 8 Bruun''', te krygn in de wienkel in e flassche van 33 cl of 75 cl * '''Achel Extra Blound''' van 9,5 groad'n alcool es ollene te krygn in flasschn van 75 cl * '''Achel Extra Bruun''' ôok 9,5 groad'n en ollene te krygn in flasschn van 75 cl ==Externe koppelienge== * [https://web.archive.org/web/20160610111459/http://www.achelsekluis.org/pageNL/frame.html?loc=http%3A%2F%2Fwww.achelsekluis.org%2FpageNL%2Fbrouwerij.html&gr=3 Site van de brouwerye] {{trappistenbier}} {{Commonscat|Achel beer}} [[Categorie:Bier]] [[Categorie:Brouwer]] gauof4mifs5w67l8htqxv3h1h5rb2i4 Ourthe 0 27419 326834 320186 2026-05-03T08:23:17Z JackyM59 30366 326834 wikitext text/x-wiki [[Ofbeeldienge:Durbuy - L'Ourthe et le château.jpg|thumb|Brugge over de Ourthe in Durbuy]] [[Ofbeeldienge:KaartOurthe.jpg|thumb|Koarte van de Ourthe]] De '''Ourthe''' ([[Woals]]: ''Aiwe d' Oûte'', [[Duuts]]: ''Urt'') is 'n 165 kilometer lange riviere in de [[Woaln]]. 't Is e zyriviere van de [[Moas]]. De Ourthe oentspringt ip twêe plekkn in 't zuudôostelyk dêel van de [[België|Belgische]] [[Ardenn]]. De westelykn tak is de 53 km lange Ourthe Occidentale met de bronne by 't dorp Libramont. Den ôostelykn tak is de 46 km lange Ourthe Orientale met de bronne in Ourthe, e gehucht dichte by de [[Luxemburg (land)|Luxemburgsche]] grenze. De twêe bronriviern vloein t'hope in Nisramont. Vanof da punt toet [[La Roche-en-Ardenne]] wordt de riviere Boovn-Ourthe (Haute-Ourthe) genoemd. 't Overige traject toet de uutmoendinge in de Moas in [[Luuk (stad)|Luuk]] noemt Beneedn-Ourthe (Basse-Ourthe). <gallery widths="175" heights="125"> Confluence of the two ourthes.JPG|<center>Soamnvloeiinge van Ourthe Occidentale (West) en Ourthe Orientale (Ôost) Ourthe333.JPG|<center>De Ourthe by [[Rendeux]] 20110829 durbuy06.jpg|<center>De Ourthe in [[Durbuy]] </gallery> {{Commonscat|Ourthe}} [[Categorie:Riviere in Wallonië]] [[Categorie:Geografie van Belgisch Luxemburg]] [[Categorie:Geografie van Luuk (provinsje)]] [[Categorie:Geografie van Noamn (provinsje)]] 1p5qg3d52lc9ncy2riqoa0r11efdm4j 326835 326834 2026-05-03T08:24:16Z JackyM59 30366 Photograph updated 326835 wikitext text/x-wiki [[Ofbeeldienge:Durbuy - L'Ourthe et le château.jpg|thumb|Brugge over de Ourthe in Durbuy]] [[Ofbeeldienge:KaartOurthe.jpg|thumb|Koarte van de Ourthe]] De '''Ourthe''' ([[Woals]]: ''Aiwe d' Oûte'', [[Duuts]]: ''Urt'') is 'n 165 kilometer lange riviere in de [[Woaln]]. 't Is e zyriviere van de [[Moas]]. De Ourthe oentspringt ip twêe plekkn in 't zuudôostelyk dêel van de [[België|Belgische]] [[Ardenn]]. De westelykn tak is de 53 km lange Ourthe Occidentale met de bronne by 't dorp Libramont. Den ôostelykn tak is de 46 km lange Ourthe Orientale met de bronne in Ourthe, e gehucht dichte by de [[Luxemburg (land)|Luxemburgsche]] grenze. De twêe bronriviern vloein t'hope in Nisramont. Vanof da punt toet [[La Roche-en-Ardenne]] wordt de riviere Boovn-Ourthe (Haute-Ourthe) genoemd. 't Overige traject toet de uutmoendinge in de Moas in [[Luuk (stad)|Luuk]] noemt Beneedn-Ourthe (Basse-Ourthe). <gallery widths="175" heights="125"> Ofbeeldienge:Confluence of the two ourthes.JPG|<center>Soamnvloeiinge van Ourthe Occidentale (West) en Ourthe Orientale (Ôost) Ofbeeldienge:Ourthe333.JPG|<center>De Ourthe by [[Rendeux]] Ofbeeldienge:Arboretum Robert Lenoir - L'Ourthe au sud du parc 01.jpg|Arboretum Robert Lenoir Ofbeeldienge:Château de Logne - L'Ourthe.jpg|Château de Logne </gallery> {{Commonscat|Ourthe}} [[Categorie:Riviere in Wallonië]] [[Categorie:Geografie van Belgisch Luxemburg]] [[Categorie:Geografie van Luuk (provinsje)]] [[Categorie:Geografie van Noamn (provinsje)]] rugxsxvvpah5kl62zdct2wh5rfltdub