/* Reset italic styling set by user agent */
/* CSS yang berada di sini akan diterapkan untuk semua kulit
cite,
__TOC__
dfn {
== Dasar ==
font-style: inherit;
*/
}
/* Straight quote marks for <q> */
/* Don't display some stuff on the main page */
q {
.page-Halaman_Utama #deleteconfirm,
quotes: '"' '"' "'" "'";
.page-Halaman_Utama #t-cite,
.page-Halaman_Utama #footer-info-lastmod,
.action-view.page-Halaman_Utama #siteSub,
.action-view.page-Halaman_Utama #contentSub,
.action-view.page-Halaman_Utama h1.firstHeading {
display: none !important;
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
.page-Halaman_Utama #mp-topbanner {
blockquote {
margin-top: 0 !important;
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
/* Consistent size for <small>, <sub> and <sup> */
/* [[MediaWiki:Sitenotice]] */
small {
#siteNotice {
font-size: 85%;
margin-top:5px;
padding-left: 4px;
font-style: italic;
text-align: center;
}
/* Redirects on [[Special:Allpages]] */
.allpagesredirect {
font-style: italic;
}
/* Image background for thumbnails, originally: #ccc */
div.thumb div a img {
background-color:#ffffff;
}
/* All tables: transparent, originally: white */
table { background: transparent; }
/* Pie chart test: Transparent borders */
.transborder {
border: solid transparent;
}
* html .transborder { /* IE6 */
.mw-body-content sub,
border: solid #000001;
.mw-body-content sup {
filter: chroma(color=#000001);
font-size: 80%;
}
/* Same spacing for indented and unindented paragraphs on talk pages */
/* User notification. You've got mail! */
.ns-talk .mw-body-content dd {
.usermessage {
margin-top: 0.4em;
text-decoration: blink;
margin-bottom: 0.4em;
}
/* Table of contents: redefine for printing */
.toccolours {
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
font-size: 95%;
}
/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
/* @embed */
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
/* Main page fixes */
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
#interwiki-completelist {
is used (notably Template:PDFlink). This works in IE, unlike the above. */
font-weight: bold;
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
/* @embed */
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
/* Beri warna untuk jumlah bita pada [[Istimewa:Perubahanterbaru]] */
.mw-plusminus-neg { color:#FF2050; }
.mw-plusminus-pos { color:#00B000; }
/* Ganti standar bullet list */
ul {
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png")
}
/* Reduce page jumps by hiding collapsed/dismissed content */
/**
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
display: none;
}
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
== Media layar ==
.mw-rcfilters-enabled .mw-specialpage-summary {
margin-top: 1em;
CSS untuk media layar */
}
@media screen {
#catlinks {
-moz-border-radius: 5px !important;
border-radius: 5px !important;
border: 1px solid #aaa !important;
background: #f9f9f9 !important;
padding: 2px 10px;
}
}
/* Hide charinsert base for those not using the gadget */
/**
#editpage-specialchars {
== Tabel ==
display: none;
}
CSS untuk tabel-tabel */
/* Highlight linked elements (such as clicked references) in blue */
table.wikitable,
body.action-info .mw-body-content :target,
table.prettytable {
.citation:target {
margin: 1em 1em 1em 0;
background-color: rgba(0, 127, 255, 0.133);
background: #f9f9f9;
}
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
table#mw-prefixindex-list-table td {
list-style-image: url("https://upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
margin: 0.3em 0 0 1.6em;
margin-bottom: 0.1em;
display: list-item;
}
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
/* Normal font styling for table row headers with scope="row" tag */
.citation {
.wikitable.plainrowheaders th[scope=row] {
word-wrap: break-word;
font-weight: normal;
/* @noflip */
text-align: left;
}
/* Make the list of references smaller
/* Lists in data cells are always left-aligned */
* Keep in sync with Template:Refbegin/styles.css
.wikitable td ul,
* And Template:Reflist/styles.css
.wikitable td ol,
*/
.wikitable td dl {
ol.references {
/* @noflip */
font-size: 90%;
text-align: left;
margin-bottom: 0.5em;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
/* T156351: Support for Parsoid's Cite implementation */
/* Digunakan oleh Templat:Tabel */
span[rel="mw:referencedBy"] {
div.kolom-2 div.column {
counter-reset: mw-ref-linkback 0;
float: left;
}
width: 50%;
span[rel="mw:referencedBy"] > a::before {
min-width: 300px;
font-weight: bold;
}
font-style: italic;
div.kolom-3 div.column {
content: counter( mw-ref-linkback, lower-alpha );
float: left;
}
width: 33.3%;
span[rel="mw:referencedBy"]::before {
min-width: 200px;
content: "^ ";
}
}
div.kolom-4 div.column {
a[rel="mw:referencedBy"]::before {
float: left;
widthfont-weight: 25%bold;
min-widthcontent: 150px"^";
}
.mw-ref > a[data-mw-group=upper-alpha]::after {
div.kolom-5 div.column {
content: '[' counter( mw-Ref, upper-alpha ) ']';
float: left;
}
width: 20%;
.mw-ref > a[data-mw-group=upper-roman]::after {
min-width: 120px;
content: '[' counter( mw-Ref, upper-roman ) ']';
}
}
.mw-ref > a[data-mw-group=lower-roman]::after {
/* tabelcantik */
content: '[' counter( mw-Ref, lower-roman ) ']';
table.tabelcantik {
}
margin: 1em 1em 1em 0;
.mw-ref > a[data-mw-group=lower-alpha]::after {
background: #f9f9f9;
content: '[' counter( mw-Ref, lower-alpha ) ']';
border: 1px #aaaaaa solid;
}
border-collapse: collapse;
.mw-ref > a[data-mw-group=decimal]::after {
}
content: '[' counter( mw-Ref, decimal ) ']';
table.tabelcantik th, table.tabelcantik td {
}
border: 1px #aaaaaa solid;
.mw-ref > a[data-mw-group=lower-greek]::after {
padding: 0.2em;
content: '[' counter( mw-Ref, lower-greek ) ']';
}
}
table.tabelcantik th {
background: #e8e8e8;
text-align: center;
}
table.tabelcantik caption {
margin-left: inherit;
margin-right: inherit;
}
tbody tr.even td {
background: #eee;
}
tbody tr.odd td {
background: #f9f9f9;
}
/* tabelcantikcyan */
table.tabelcantikcyan {
margin: 1em 1em 1em 0;
background: LightCyan;
border: 1px Turquoise solid;
border-collapse: collapse;
}
table.tabelcantikcyan th, table.tabelcantikcyan td {
border: 1px Turquoise solid;
padding: 0.2em;
}
table.tabelcantikcyan th {
background: #e8e8e8;
text-align: center;
}
table.tabelcantikcyan caption {
margin-left: inherit;
margin-right: inherit;
}
tbody tr.evencyan td {
background: PaleTurquoise
}
tbody tr.oddcyan td {
background: LightCyan
}
/* tabelcantikmerah */
table.tabelcantikmerah {
margin: 1em 1em 1em 0;
background: Seashell;
border: 1px LightSalmon;
border-collapse: collapse;
}
table.tabelcantikmerah th, table.tabelcantikmerah td {
border: 1px LightSalmon solid;
padding: 0.2em;
}
table.tabelcantikmerah th {
background: #e8e8e8;
text-align: center;
}
table.tabelcantikmerah caption {
margin-left: inherit;
margin-right: inherit;
}
tbody tr.evenmerah td {
background: MistyRose
}
tbody tr.oddmerah td {
background: Seashell
}
/**
== Kotak navigasi ==
*/
/* Style for horizontal lists (separator following item).
Note: hlist formatting will break if the resulting HTML lacks a breakable character
between list items. This happens when the following conditions are true:
1) The list is made using wiki markup (where HTML is built by parser.php)
2) HTMLTidy is disabled or unavailable (such as on Special: pages)
In such cases, building lists with .hlist using HTML instead of wiki markup
will work around this problem. See also [[Bugzilla:39617]].
IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
Last updated: January 24, 2013
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 8 (2016-05-21)
@maintainer: [[User:Edokter]]
@author [[User:Edokter]]
@revision: 3.1
*/
.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 */
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0; /* don't trust the note that says margin doesn't work with inline
margin: 0;
* removing margin: 0 makes dds have margins again */
display: inline;
display: inline;
white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
/* Display nested lists inline */
.hlist.hwrap dd,
.hlist.hwrap dtinline,
.hlist.hwrapinline li {dl,
.hlist.inline ol,
white-space: normal;
.hlist.inline ul,
.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;
}
/* Display nested lists inline and allow them to wrap */
/* Hide empty list items */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist olmw-empty-li ul,{
display: none;
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
/**
* Note hlist style usage differs in Minerva and is defined in core as well!
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.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 dtdd dd:last-child:after, .hlist dtdd dt:last-child:after, .hlist dtdd li:last-child:after,
.hlist lidt dd:last-child:after, .hlist lidt dt:last-child:after, .hlist lidt li:last-child:after {,
.hlist li dd:last-child:after,
content: ")";
.hlist li dt:last-child:after,
font-weight: normal;
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
/* For IE8 */
/* Put ordinals in front of ordered list items */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist ol {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
counter-reset: listitem;
.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 > li {
counter-resetincrement: list-itemlistitem;
}
.hlist.hnum ol > li {
.hlist ol > li:before {
counter-increment: list-item;
content: " " counter(listitem) "\a0";
}
.hlist.hnum ol > li:before {
.hlist dd ol > li:first-child:before,
content: counter(list-item) " ";
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
.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) " ";
}
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}
/* Default style for navigation boxes */
.navbox { /* Navbox container style */
box-sizing: border: 1px solid #aaa-box;
border: 1px solid #a2a9b1;
width: 100%;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.8em5em;
border-color: #fdfdfd; /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #ccccff; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff; /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background-color: transparent; /* Odd row striping */
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
ul + table.navbox {
.mw-parser-output .mw-collapsible-toggle {
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* Default styling for Navbar template */
/* @noflip */
.navbar {
float: left;
display: inline;
/* @noflip */
font-size: 88%;
text-align: left;
font-weight: normal;
}
.navbar ul {
/* Infobox template style */
display: inline;
.infobox {
white-space: nowrap;
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
.navbar li {
/* not strictly certain these styles are necessary
word-spacing: -0.125em;
* just replicating the module faithfully
*/
.infobox-subbox {
padding: 0;
border: none;
margin: -3px;
width: auto;
min-width: 100%;
font-size: 100%;
clear: none;
float: none;
background-color: transparent;
}
.navbar.mini li span {
.infobox-header,
font-variant: small-caps;
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
vertical-align: top;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {-label,
.infobox-data,
font-size: 100%;
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
}
.navbox .mw-collapsible-toggle {
width: 6em;
}
/**
== Messagebox dan infobox ==
*/
/* Berbagai ''style'' "messagebox" */
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
}
.messagebox.merge {
border: 1px solid #cf9fff;
background-color: #f5edf5;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
/* remove .infobox when th, td above are removed */
/* Infobox template style */
.infobox {.infobox-above,
.infobox .infobox-title,
border: 1px solid #aaa;
/* Remove element declaration when both a) infobox3cols is migrated and
background-color: #f9f9f9;
* b) when every .infobox thing is using the standard module/templates */
color: black;
.infobox caption {
margin: 0.5em 0 0.5em 1em;
font-size: 125%;
padding: 0.2em;
font-weight: bold;
/* @noflip */
text-align: center;
float: right;
/* @noflip */
clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
.infobox-title,
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
font-size: 125%;
font-weight: bold;
}
.infobox td,
/* remove .infobox when th, td above are removed {*/
.infobox .infobox-header,
vertical-align: top;
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
/* remove .infobox when th, td above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
.infobox.bordered {
border-collapse: collapse;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaa2a9b1;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaaa2a9b1;
/* @noflip */
border-right: 1px solid #aaa;
border-right: 1px solid #a2a9b1;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
/* @noflip */
border-right: 1px solid #aaa;
border-right: 1px solid #a2a9b1;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
border-collapse: collapse;
/* @noflip */
line-height: 1.2em;
text-align: left;
font-size: 90%;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography td,
.infobox.geography th {
border-top: 1px solid #aaaa2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #aaaa2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #aaaa2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* Normal font styling for wikitable row headers with scope="row" tag */
/* Standard Navigationsleisten, aka box hiding thingy
.wikitable.plainrowheaders th[scope=row] {
from .de. Documentation at [[Wikipedia:NavFrame]]. */
font-weight: normal;
div.NavFrame {
/* @noflip */
margin: 0;
text-align: left;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
/* Lists in wikitable data cells are always left-aligned */
border-top-style: none;
.wikitable td ul,
border-top-style: hidden;
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
div.NavPic {
/* ...unless they also use the hlist class */
background-color: #fff;
.toc.hlist ul,
margin: 0;
#toc.hlist ul,
padding: 2px;
.wikitable.hlist td ul,
/* @noflip */
.wikitable.hlist td ol,
float: left;
.wikitable.hlist td dl {
text-align: inherit;
}
div.NavFrame div.NavHead {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
height: 1.6em;
table.mw-hiero-table td {
font-weight: bold;
vertical-align: middle;
background-color: #ccf;
position: relative;
}
div.NavFrame p,
/* Change the external link icon to an Adobe icon for all PDF files */
div.NavFrame div.NavContent,
.mw-parser-output a[href$=".pdf"].external,
div.NavFrame div.NavContent p {
.mw-parser-output a[href*=".pdf?"].external,
font-size: 100%;
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
div.NavEnd {
/* Messagebox templates */
margin: 0;
.mw-parser-output .messagebox {
padding: 0;
border: 1px solid #a2a9b1;
line-height: 1px;
background-color: #f8f9fa;
clear: both;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
a.NavToggle {
.messagebox.merge {
position: absolute;
border: 1px solid #c0b8cc;
top: 0;
background-color: #f0e5ff;
/* @noflip */
text-align: center;
right: 3px;
font-weight: normal;
font-size: 90%;
}
.messagebox.cleanup {
/* Hatnotes and disambiguation notices */
border: 1px solid #9f9fff;
.hatnote {
background-color: #efefff;
font-style: italic;
text-align: center;
}
.hatnote i {
.messagebox.standard-talk {
font-style: normal;
border: 1px solid #c0c090;
background-color: #f8eaba;
margin: 4px auto;
}
div.hatnote {
/* For old WikiProject banners inside banner shells. */
/* @noflip */
.mbox-inside .standard-talk {
padding-left: 1.6em;
border: 1px solid #c0c090;
margin-bottom: 0.5em;
background-color: #f8eaba;
width: 100%;
margin: 2px 0;
padding: 2px;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
/**
== CommonTicker ==
CSS untuk CommonTickers */
.messagebox.small {
/* CommonsTicker styles */
width: 238px;
.tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; }
font-size: 85%;
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; }
/* @noflip */
.tickerDiffLink { } /* diff links in ticker */
float: right;
.tickerMiscLink { } /* misc links in ticker */
clear: both;
.tickerUsage { font-size:80%; } /* ticker usage list */
/* @noflip */
.tickerAction_deleted:before { content:" HAPUS "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
margin: 0 0 1em 1em;
.tickerAction_deletedRev:before { content:" HAPUSREV "; color: #FFC0CB; font-family:monospace; font-weight:bold; font-size:100%; }
line-height: 1.25em;
.tickerAction_replaced:before { content:" GANTI "; color: #FF00FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" GANTI+ "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedTag:before { content:" +TAG "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedTag:before { content:" -TAG "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before { content:" +TAG "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before { content:" -TAG "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerEntry_deleted { } /* entry for image deletion */
.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 */
/*.tickerAction_deleted { background:#FAA; } /* action marker for image deletion */
/*.tickerAction_replaced { background:#FED; } /* action marker for image replacement */
/*.tickerAction_deletedRev { background:#FDD; } /* action marker for revision deletion */
/*.tickerAction_replacedOwn { background:#FFF4EE; } /* 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) */
.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 */
/**
== Referensi ==
*/
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
}
div.refbegin-100 {
font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
background-color: #DEF;
}
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
font-weight: normal;
font-style: normal;
}
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
display: none;
}
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}
/* Default styling for titles of works, styling for the title of an article
within a periodical, or a contribution within a compilation. */
cite,
.citation cite.article,
.citation cite.contribution {
font-style: inherit;
}
/* Styling for the title of any work within a citation,
or specifically the title of a periodical. */
.citation cite,
.citation cite.periodical {
font-style: italic;
}
/* For linked citation numbers and document IDs, where
the number need not be shown on a screen or a handheld,
but should be included in the printed version */
@media screen, handheld {
.citation *.printonly {
display: none;
}
}
.messagebox.small-talk {
/**
width: 238px;
font-size: 85%;
== Lain-lain ==
/* @noflip */
float: right;
CSS untuk berbagai jenis style */
clear: both;
/* @noflip */
#p-cactions #ca-edittop a {
margin: 0 0 1em 1em;
padding-left: .4em;
line-height: 1.25em;
padding-right: .4em;
background-color: #f8eaba;
}
/** [[Template:Coor title dm]] **/
#coordinates {
position:absolute;
z-index:1;
border:none;
background:none;
right:30px;
top:5.2em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
/* [[Template:Disambig]] */
#disambigbox {
clear: both;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: transparent;
}
/* [[Template:Reflist]] */
.references-small { font-size: 90% !important;}
/* [[Template:Spoiler]] */
#spoiler {
border-top: 2px solid #ddd;
border-bottom:2px solid #ddd;
}
/* [[Wikipedia:Artikel bagus]], for positioning icons at top-right */
div.topicon {
position:absolute;
z-index:100;
top:10px;
display: block !important;
}
/** [[Wikipedia:Kotak pengguna]] **/
.userboxdark a,
.userboxdark a:visited,
.userboxdark a:active {
color: #ccc;
}
/*
== Daftar isi ==
''Style'' untuk variasi daftar isi:
* '''horizontal''': daftar isi horizontal. Contoh penggunaan: <code><nowiki><div class="horizontal">__TOC__</div></nowiki></code>.
* '''nonumtoc''': tanpa nomor. Contoh penggunaan: <code><nowiki><div class="notocnum">__TOC__</div></nowiki></code>.
* '''toclimit-x''': membatasi tampilan hanya sampai level ke-x. Contoh penggunaan: <code><nowiki><div class="toclimit-3">__TOC__</div></nowiki></code>, judul subbagian tingkat 1 (tag h2), tingkat 2 (tag h3) tidak ditampilkan.
*/
.horizontal ul {
padding: 0;
margin: 0;
}
.horizontal li {
padding: 0 0.6em 0 0.4em;
display: inline;
border-right: 1px solid;
}
.horizontal li:last-child {
border-right: none;
}
.noautonum .tocnumber { display: none; }
.nonumtoc .tocnumber { display:none; }
.nonumtoc #toc ul, .nonumtoc .toc ul {
line-height: 1.5em;
list-style: none;
margin: .3em 0 0;
padding: 0;
}
.nonumtoc #toc ul ul, .nonumtoc .toc ul ul {
margin: 0 0 0 2em;
}
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
/**
== Belum diketahui ==
CSS yang belum diketahui kegunaannya */
/* Choose whether to have AD/BC dates or CE/BCE dates*/
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }
/* If you want to display AD and BC add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/
/*If you want to display CE and BCE add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
/* If you don't want to see special characters list at all,
put the following line in your User:You/monobook.css file
(and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
/* Standard talk template style */
.Talk-Notice {
border: 1px solid #C0C090;
background-color: #F8EABA;
margin-bottom: 3px;
width: 80%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
.Talk-Notice:after {
content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
/* Style for "notices" */
.notice {
text-align: justify;
margin: 1em 0.5em;
padding: 0.5em;
}
/**
* Unused or redundant default classes or ids
*/
/* Not used anymore, use #userlogin2 instead */
form#userlogin {
float: left;
padding: 1em 1em .7em 1em;
background-color: #ffffe6;
border: 2px solid #fc6;
color: #000;
margin-right: 2em;
}
form#userlogin table {
float: left;
background-color: #ffffe6;
color: #000;
}
/* Defined as ''larger'' on common.css and main.css */
p.error {
font-weight: bold;
}
/* Geographical coordinates defaults.
See [[Template:Coord/link]] for how these are used.
The classes "geo", "longitude", and "latitude" are used by
the [[Geo microformat]], so the names should not be changed. */
.geo-default, .geo-dms, .geo-dec { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }
/* Tautan lebih lanjut dan catatan disambiguasi */
.rellink,
.dablink {
font-style: italic;
padding-left: 2em;
margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
font-style: normal;
}
/* 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;
/* @noflip */ 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 */
td.mbox-image { /* The left image cell */
border: none;
border: none;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
/* @noflip */
text-align: center;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
td.mbox-imageright { /* The right image cell */
td.mbox-imageright { /* The right image cell */
border: none;
border: none;
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
/* @noflip */
text-align: center;
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
}
td.mbox-empty-cell { /* An empty narrow cell */
td.mbox-empty-cell { /* An empty narrow cell */
border: none;
border: none;
padding: 0px;
padding: 0;
width: 1px;
width: 1px;
}
/* Article message box styles */
table.ambox {
margin: 0px0 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaaa2a9b1;
/* @noflip */
border-left: 10px solid #1e90ff; /* Default "notice" blue */
border-left: 10px solid #36c; /* Default "notice" blue */
background: #fbfbfb;
background-color: #fbfbfb;
box-sizing: border-box;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
/* @noflip */ border-left: 10px solid #1e90ff36c; /* Blue */
}
table.ambox-speedy {
/* @noflip */ border-left: 10px solid #b22222b32424; /* Red */
background-color: #feefee7e6; /* Pink */
}
table.ambox-delete {
/* @noflip */ border-left: 10px solid #b22222b32424; /* Red */
}
table.ambox-content {
/* @noflip */ border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
/* @noflip */ border-left: 10px solid #f4c430fc3; /* Yellow */
}
table.ambox-move {
/* @noflip */ border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
/* @noflip */ border-left: 10px solid #bbaa2a9b1; /* Gray-gold */
}
/* Image message box styles */
table.imbox {
margin: 4px 10%;
border-collapse: collapse;
border: 3px solid #1e90ff36c; /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
display: block; /* Fix for webkit to force 100% width. */
}
.mbox-inside .imbox { /* For imboxes inside other templates. */
.mbox-inside .imbox { /* For imboxes inside other templates. */
margin: 4px;
margin: 4px;
}
table.imbox-notice {
border: 3px solid #1e90ff36c; /* Blue */
}
table.imbox-speedy {
border: 3px solid #b22222b32424; /* Red */
background-color: #feefee7e6; /* Pink */
}
table.imbox-delete {
border: 3px solid #b22222b32424; /* Red */
}
table.imbox-content {
border: 3px solid #f28500; /* Orange */
}
table.imbox-style {
border: 3px solid #f4c430fc3; /* Yellow */
}
table.imbox-move {
border: 3px solid #9932cc; /* Purple */
}
table.imbox-protection {
border: 3px solid #bbaa2a9b1; /* Gray-gold */
}
table.imbox-license {
border: 3px solid #88a; /* Dark gray */
background-color: #f7f8ff; /* Light gray */
}
table.imbox-featured {
border: 3px solid #cba135; /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #aaaa2a9b1;
background-color: #DFE8FFdfe8ff; /* Default "notice" blue */
box-sizing: border-box;
}
table.cmbox-notice {
background-color: #D8E8FFd8e8ff; /* Blue */
}
table.cmbox-speedy {
margin-top: 4px;
margin-bottom: 4px;
border: 4px solid #b22222b32424; /* Red */
background-color: #FFDBDBffdbdb; /* Pink */
}
table.cmbox-delete {
background-color: #FFDBDBffdbdb; /* RedPink */
}
table.cmbox-content {
background-color: #FFE7CEffe7ce; /* Orange */
}
table.cmbox-style {
background-color: #FFF9DBfff9db; /* Yellow */
}
table.cmbox-move {
background-color: #E4D8FFe4d8ff; /* Purple */
}
table.cmbox-protection {
background-color: #EFEFE1efefe1; /* Gray-gold */
}
/* Other pages message box styles */
table.ombox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #aaaa2a9b1; /* Default "notice" gray */
background-color: #f9f9f9f8f9fa;
box-sizing: border-box;
}
table.ombox-notice {
border: 1px solid #aaaa2a9b1; /* Gray */
}
table.ombox-speedy {
border: 2px solid #b22222b32424; /* Red */
background-color: #feefee7e6; /* Pink */
}
table.ombox-delete {
border: 2px solid #b22222b32424; /* Red */
}
table.ombox-content {
border: 1px solid #f28500; /* Orange */
}
table.ombox-style {
border: 1px solid #f4c430fc3; /* Yellow */
}
table.ombox-move {
border: 1px solid #9932cc; /* Purple */
}
table.ombox-protection {
border: 2px solid #bbaa2a9b1; /* Gray-gold */
}
/* Talk page message box styles */
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background-color: #f8eaba;
min-width: 80%;
box-sizing: border-box;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
.tmbox.mbox-small {
margin: 2px 0; /* class ensures that this declaration overrides other */
min-width: 0; width: 100%; /* For Safari and Opera */ /* stylesreset (includingthe mboxmin-smallwidth of tmbox above) */
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
width: 100%; /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */
font-size: 100%; /* set in "mbox-small" above. */
}
table.tmbox-speedy {
border: 2px solid #b22222b32424; /* Red */
background-color: #feefee7e6; /* Pink */
}
table.tmbox-delete {
border: 2px solid #b22222b32424; /* Red */
}
table.tmbox-content {
border: 2px solid #f28500; /* Orange */
}
table.tmbox-style {
border: 2px solid #f4c430fc3; /* Yellow */
}
table.tmbox-move {
border: 2px solid #9932cc; /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
}
/* Disambig and set index box styles */
table.dmbox {
clear: both;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: transparent;
}
/* Footer and header message box styles */
table.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #aaaa2a9b1;
background-color: #f9f9f9f8f9fa; /* Default "system" gray */
box-sizing: border-box;
}
table.fmbox-system {
background-color: #f9f9f9f8f9fa;
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background-color: #ffdbdb; /* Pink */
}
table.fmbox-editnotice {
background-color: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {,
div.titleblacklist-warning,
clear: both;
div.locked-warning {
margin: 0.2em 0;
clear: both;
border: 1px solid #bb7070;
margin: 0.2em 0;
background: #ffdbdb;
border: 1px solid #bb7070;
padding: 0.25em 0.9em;
background-color: #ffdbdb;
}
padding: 0.25em 0.9em;
/* Div based "system" style fmbox messages. Used in
box-sizing: border-box;
[[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
/*div.noarticletext,*/
div.fmbox-system {
clear: both;
margin: 0.2em 0;
border: 1px solid #aaa;
background: #f9f9f9;
padding: 0.25em 0.9em;
}
/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */
/* These mbox-small classes must be placed after all other
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {border-color:#fc3;background-color:#fef6e7;}
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
html body.mediawiki table.mbox-small { /* For the "small=yes" option. */
/* @noflip */
clear: right;
float clear: right;
/* @noflip */
margin: 4px 0 4px 1em;
float: right;
width: 238px;
/* @noflip */
font-size: 88%;
margin: 4px 0 4px 1em;
line-height: 1.25em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
html body.mediawiki .mbox-small-left { /* For the "small=left" option. */
margin: 4px 1em 4px 0;
/* @noflip */
width: 238px;
margin: 4px 1em 4px 0;
border-collapse: collapse;
box-sizing: border-box;
font-size: 88%;
overflow: hidden;
line-height: 1.25em;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
/* StylingStyle for citationscompact ambox */
/* Hide the images */
span.citation, cite {
.compact-ambox table .mbox-image,
font-style: normal;
.compact-ambox table .mbox-imageright,
word-wrap: break-word;
.compact-ambox table .mbox-empty-cell {
display: none;
}
/* Remove borders, backgrounds, padding, etc. */
/* For linked citation numbers and document IDs, where
.compact-ambox table.ambox {
the number need not be shown on a screen or a handheld,
border: none;
but should be included in the printed version
border-collapse: collapse;
*/
background-color: transparent;
@media screen, handheld {
margin: 0 0 0 1.6em !important;
span.citation *.printonly {
padding: 0 !important;
display: none;
width: auto;
}
display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
/* Avoid header sublines running into floating objects. Also fixes WP:BUNCH. bugzilla:26449 */
font-size: 100%;
h1, h2, h3, h4, h5, h6 {
width: auto;
overflow:hidden
margin: 0;
}
/* Style the text cell as a list item and remove its padding */
sub, sup {
.compact-ambox table .mbox-text {
line-height: 1em;
padding: 0 !important;
margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
/* efn and Notelist */
display: list-item;
div.references-small ol.references {
line-height: 1.5em;
font-size: 100%; /* Reset font-size when nested in div.references-small */
list-style-type: inheritsquare; /* Enable custom list style types */
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
/* Allow for hiding text in compact form */
[[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
.compact-ambox .hide-when-compact {
div.mw-geshi div,
display: none;
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
font-family: monospace, Courier !important;
}
/* Remove underlines from certain links */
/* Styling the parameter fields in [[Template:Information]] and related templates
.nounderlines a,
also here (besides on [[MediaWiki:Filepage.css]]) to ensure proper preview
.IPA a:link,
on other pages than those in the file namespace */
.IPA a:visited {
td.fileinfo-paramfield {
text-decoration: none !important;
background: #ccf;
text-align: right;
padding-right: 0.4em;
width: 15%;
font-weight: bold;
}
/* [[Wikipedia:NavFrame]].
/* Styling for Template:Quote */
Entirely deprecated. Slated for removal.
blockquote.templatequote {
Use mw-collapsible. */
margin-top: 0;
div.NavFrame {
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
font-size: 95%;
}
blockquote.templatequote div.templatequotecite {
div.NavFrame + div.NavFrame {
line-height: 1em;
border-top-style: none;
/* @noflip */
border-top-style: hidden;
text-align: left;
/* @noflip */
padding-left: 2em;
margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
div.NavFrame div.NavHead {
font-size: 85%;
line-height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
font-size: 100%;
}
a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
/* Prevent line breaks in silly places where desired (nowrap)
and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}
/* Increase the height of the image upload box */
#wpUploadDescription {
height: 13em;
}
/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
min-width: 100px;
}
.thumbborder {
border: 1px solid lightgrey;
}
/* Prevent floating boxes from overlapping any category listings,
file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
/* Selectively hide headers in WikiProject banners */
/* TemplateStyles */
.wpb .wpb-header {
display: none;
}
.wpbs-inner .wpb .wpb-header {
display: table-row;
}
.wpbs-inner .wpb-outside {
display: none; /* hide things that should only display outside shells */
}
/* Styling for Abuse Filter tags */
.mw-tag-markers {
font-style: italic;
font-size: 90%;
}
/* Hide stuff meant for accounts with special permissions. Made visible again in
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-reviewer.css]], [[MediaWiki:Group-editor.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.reviewer-show,
.editor-show,
.autoconfirmed-show,
.user-show {
display: none;
}
/* Hide the redlink generated by {{Editnotice}},
this overrides the ".sysop-show { display: none; }" above that applies
to the same link as well. See [[phab:T45013]]
Hide the images in editnotices to keep them readable in VE view.
Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
list-style: none none;
}
ul.permissions-errors {
margin: 0;
}
/* texhtml class for inline math (based on generic times-serif class) */
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
white-space: nowrap;
/* Force tabular and lining display for texhtml */
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
font-feature-settings: "lnum", "tnum", "kern" 0;
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
span.texhtml span.texhtml {
font-size: 100%;
}
span.mwe-math-mathml-inline {
font-size: 118%;
}
/* Make <math display="block"> be left aligned with one space indent for
* compatibility with style conventions
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
display: inline;
}
@media screen {
/* Gallery styles background changes are restricted to screen view.
In printing we should avoid applying backgrounds. */
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
'.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background-image: none;
}
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
do not apply to print mode */
#siteSub {
display: block;
}
}
/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload {
display: none;
}
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
}
/* The following code is maintained by local administrator */
a.mw-echo-alert { text-transform:none; }
/* Kode untuk modifikasi logo
}
/* Hide "edit description" button in [[Wikipedia:Warung Kopi (Bantuan)]]*/
.page-Wikipedia_Warung_Kopi_Bantuan .flow-ui-boardDescriptionWidget-editButton {
/* Hide charinsert base for those not using the gadget - 20151104 benny */
visibility: hidden;
#editpage-specialchars {
display: none;
}
/* ASN COVID-19 */
/* Untuk [[Templat:Banner]], digunakan sebagai pemanis [[WP:ASN]]. Dari Wikipedia bahasa Yunani */
#advancedSiteNotices .covid-asn-container {
.noticebanner {margin: -8px 0 0 0;}
border: 1px solid #36c;
/*=========== Button stolen from wikimedia ===========*/
display: flex;
.nt-button-2011-start {
border-radius: 2px;
background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
background-position: 100% 100%;
float: right;
height: 30px;
width: 4px;
}
#advancedSiteNotices .covid-asn-image {
.nt-button-2011-end {
width: 88px;
background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
flex: 0 1 88px;
background-position: 0% 0%;
floatdisplay: rightflex;
align-items: center;
height: 30px;
justify-content: center;
width: 4px;
}
#advancedSiteNotices .covid-asn-image > a {
.nt-button-2011-label {
display: flex;
background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
align-items: center;
background-position: 50% 50%;
justify-content: center;
background-repeat: repeat-x;
}
color: rgb(0, 0, 0);
#advancedSiteNotices .covid-asn-main {
cursor: pointer;
floatflex: right1 1 auto;
margin-left: 4px;
font-family: sans-serif;
}
font-size: 1em;
#advancedSiteNotices .covid-asn-main__head {
font-weight: 700;
heightfont-size: 30px1.2rem;
linefont-heightweight: 30pxbold;
background-color: #36c;
padding-bottom: 0px;
color: white;
padding-left: 4px;
padding-right: 4px5px;
paddingborder-topradius: 0px2px;
}
text-decoration: none;
#advancedSiteNotices .covid-asn-main__content {
white-space: nowrap;
padding: 5px;
}
/* MediaWiki:Gadget-AdvancedSiteNotices.js */
.mw-dismissable-notice {
display: none !important;
}
.gradientg6{ background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
background-repeat:repeat-x; background-position: bottom;}
/*=========== END ===========*/
|