MediaWiki:Common.css: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
fix phab:T43869, blockquote, dll.; coba perbarui beberapa kode css, diimpor dari enwiki
SSastry (WMF) (bicara | kontrib)
Tag: menambahkan teks berbahasa Inggris
 
(10 revisi perantara oleh 5 pengguna tidak ditampilkan)
Baris 23:
 
.mw-body-content sub,
.mw-body-content sup, {
span.reference /* for Parsoid */ {
font-size: 80%;
}
Baris 74 ⟶ 73:
font-size: 90%;
margin-bottom: 0.5em;
 
/* T156351: Support for Parsoid's Cite implementation */
span[rel="mw:referencedBy"] {
counter-reset: mw-ref-linkback 0;
span[rel="mw:referencedBy"] > a::before {
font-weight: bold;
font-style: italic;
content: counter( mw-ref-linkback, lower-alpha );
span[rel="mw:referencedBy"]::before {
content: "^ ";
a[rel="mw:referencedBy"]::before {
font-weight: bold;
content: "^";
.mw-ref > a[data-mw-group=upper-alpha]::after {
content: '[' counter( mw-Ref, upper-alpha ) ']';
.mw-ref > a[data-mw-group=upper-roman]::after {
content: '[' counter( mw-Ref, upper-roman ) ']';
.mw-ref > a[data-mw-group=lower-roman]::after {
content: '[' counter( mw-Ref, lower-roman ) ']';
}
.mw-ref > a[data-mw-group=lower-alpha]::after {
content: '[' counter( mw-Ref, lower-alpha ) ']';
}
.mw-ref > a[data-mw-group=decimal]::after {
content: '[' counter( mw-Ref, decimal ) ']';
}
.mw-ref > a[data-mw-group=lower-greek]::after {
content: '[' counter( mw-Ref, lower-greek ) ']';
}
 
Baris 518 ⟶ 552:
 
/* Messagebox templates */
.mw-parser-output .messagebox {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
Baris 1.006 ⟶ 1.040:
font-weight: normal;
font-size: 90%;
 
/* Hatnotes and disambiguation notices */
.hatnote {
font-style: italic;
 
.hatnote i {
font-style: normal;
 
div.hatnote {
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
 
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
 
Baris 1.046 ⟶ 1.061:
 
/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
min-width: 100px;
}
 
.thumbborder {
border: 1px solid #ddd 1pxlightgrey;
}
 
Baris 1.082 ⟶ 1.103:
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patrollerreviewer.css]], [[MediaWiki:Group-editor.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
[[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
[[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.reviewer-show,
.editor-show,
.autoconfirmed-show,
.user-show {
Baris 1.147 ⟶ 1.168:
.mwe-math-mathml-display math {
display: inline;
 
/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
.k-player .k-attribution {
visibility: hidden;
 
/* Move 'play' button of video player to bottom left corner */
.PopUpMediaTransform a .play-btn-large {
margin: 0;
top: auto;
right: auto;
bottom: 0;
left: 0;
 
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
.bordered-images img {
border: solid #ddd 1px;
}
 
Baris 1.208 ⟶ 1.210:
display: none;
}
 
/* The following code is maintained by local administrator */
 
/* Kode untuk modifikasi logo
Baris 1.257 ⟶ 1.261:
#advancedSiteNotices .covid-asn-main__content {
padding: 5px;
}
 
/* MediaWiki:Gadget-AdvancedSiteNotices.js */
.mw-dismissable-notice {
display: none !important;
}