Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
 
(78 revisi perantara oleh 3 pengguna tidak ditampilkan)
Baris 1: Baris 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-history {
 
    display: none;
}
#n-recentchanges { display: none; }
#n-recentchanges { display: none; }
#t-info { display: none; }
#t-info { display: none; }
#t-specialpages { display: none; }
#t-permalink { display: none; }
#feedlinks { display: none; }
#t-recentchangeslinked { display: none; }
#t-log { display: none; }
#p-tb-label { display: none; }
#t-print { display: none;}
#t-whatlinkshere { display: none;}
#contentSub { display: none;}
#content p { font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#mw-panel {
    font-size: 16px;
    font-weight: 500;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'Open Sans', sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
  font-family: Martel;
  font-weight: 400;
}


/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */
Baris 26: Baris 58:
/* Consistent size for <small>, <sub> and <sup> */
/* Consistent size for <small>, <sub> and <sup> */
small {
small {
font-size: 85%;
font-size: 95%;
}
}


Baris 32: Baris 64:
.mw-body-content sup,
.mw-body-content sup,
span.reference /* for Parsoid */ {
span.reference /* for Parsoid */ {
font-size: 80%;
font-size: 90%;
}
}


Baris 1.013: Baris 1.045:
font-weight: normal;
font-weight: normal;
font-size: 90%;
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.070: Baris 1.121:


/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-reviewer.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,
.checkuser-show,
.sysop-show,
.sysop-show,
.patroller-show,
.reviewer-show,
.templateeditor-show,
.editor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.autoconfirmed-show,
.user-show {
.user-show {
Baris 1.184: Baris 1.231:
  do not apply to print mode */
  do not apply to print mode */
#siteSub {
#siteSub {
display: block;
display: none;
}
}
}
}
Baris 1.192: Baris 1.239:
.flaggedrevs_stable_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
#t-upload {
display: none;
}
 
/* Hide broken download box on Special:Book pending T285400 */
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
.mw-special-Book #coll-downloadbox {
display: none;
    display: none;
}
 
/* The following code is maintained by local administrator */
 
/* Kode untuk modifikasi logo
#p-logo a {
background: url(//upload.wikimedia.org/wikipedia/id/f/f3/Wikipedia-logo-v2-id.png) 35% 50% no-repeat !important;
}
*/
 
/* Untuk halaman utama versi Mei 2015 https://id.wikipedia.org/w/index.php?title=Halaman_Utama&diff=9362874&oldid=9342682. Dari Wikipedia bahasa Portugis */
.logoWikipedia {
background: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}
 
/* Hide "edit description" button in [[Wikipedia:Warung Kopi (Bantuan)]]*/
.page-Wikipedia_Warung_Kopi_Bantuan .flow-ui-boardDescriptionWidget-editButton {
visibility: hidden;
}
 
/* ASN COVID-19 */
#advancedSiteNotices .covid-asn-container {
border: 1px solid #36c;
display: flex;
border-radius: 2px;
}
#advancedSiteNotices .covid-asn-image {
width: 88px;
flex: 0 1 88px;
display: flex;
align-items: center;
justify-content: center;
}
#advancedSiteNotices .covid-asn-image > a {
display: flex;
align-items: center;
justify-content: center;
}
#advancedSiteNotices .covid-asn-main {
flex: 1 1 auto;
margin-left: 4px;
}
#advancedSiteNotices .covid-asn-main__head {
font-size: 1.2rem;
font-weight: bold;
background-color: #36c;
color: white;
padding: 5px;
border-radius: 2px;
}
#advancedSiteNotices .covid-asn-main__content {
padding: 5px;
}
.wikitable th,
.wikitable td {
    vertical-align: top;
}
}