MediaWiki:Monobook.css
Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol ⇧ Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).
/** '''Stylesheets for monobook skin only''' **/
/* '''Imports'''
*
* [[MediaWiki:StyleBackground.css|StyleBackground.css]]: background color
*/
@import "/w/index.php?title=MediaWiki:StyleBackground.css&action=raw&ctype=text/css";
/**
* '''Override default styles'''
*/
/* [[MediaWiki:tagline]], display text below main article header */
#siteSub {
display: inline;
font-size: 90%;
font-weight: normal;
font-style: italic;
}
#bodyContent #siteSub a {
color: #000;
text-decoration: none;
background-color: transparent;
background-image: none;
padding-right: 0;
}
/* Round borders for left portlets and body content **/
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}
#content {
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
}
div.pBody {
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-left: 0px solid white;
}
/* Emphasize edit and login link */
#ca-edit a,
#pt-login,
#pt-anonlogin {
font-weight: bold !important;
}
/* hiddenStructure, force for printing */
.hiddenStructure {
display: none;
}
/* untuk LinkFA */
li.FA {
list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}