MediaWiki:Common.css: Perbedaan antara revisi

314 bita ditambahkan ,  1 tahun yang lalu
tidak ada ringkasan suntingan
(←Membuat halaman berisi '→‎Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →‎Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } →‎Avoid collision of blockquote with floating elements by swapping margin and padding: blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } →‎Consistent size for <small>, <sub> and <sup>: small { font-size: 85%; } .mw-body-content sub, .mw-body-content sup { font-size: 80%; } /* Same spacin...')
Tidak ada ringkasan suntingan
 
(21 revisi perantara oleh satu pengguna lainnya tidak ditampilkan)
Baris 73: Baris 73:
font-size: 90%;
font-size: 90%;
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}in


/* T156351: Support for Parsoid's Cite implementation */
/* T156351: Support for Parsoid's Cite implementation */
Baris 356: Baris 356:
line-height: 1.5em;
line-height: 1.5em;
width: 22em;
width: 22em;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
}


Baris 408: Baris 409:
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
    padding: 8px 0px 8px 0px;
}
}


Baris 1.154: Baris 1.156:
span.mwe-math-mathml-inline {
span.mwe-math-mathml-inline {
font-size: 118%;
font-size: 118%;
}
.ayat {
font-size: 200%;
font-weight: bold;
}
.pasal {
font-size: 200%;
font-weight: bold;
}
}


Baris 1.266: Baris 1.278:
.mw-dismissable-notice {
.mw-dismissable-notice {
   display: none !important;
   display: none !important;
}
.LinkNama a {
color: black;
}
/* Only for mobile devices */
.onlymobile {
display:none;
}
}