MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan |
kTidak ada ringkasan suntingan |
||
| (19 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
/* .page-Main_Page#content {padding-top: 0;} */ | |||
.page-Main_Page.mw-body {padding-top: 0;} | |||
.page-Utama.mw-body {padding-top: 0;} | |||
#catlinks {display:none;} | #catlinks {display:none;} | ||
#mw-normal-catlinks { margin-top: 2em; font-size: small; padding: 1em; | #mw-normal-catlinks { display:none; margin-top: 2em; font-size: small; padding: 1em; | ||
border: 1px #ccc solid; border-radius: 0.25em; } | border: 1px #ccc solid; border-radius: 0.25em; } | ||
| Baris 13: | Baris 18: | ||
margin-left: 1.7em; | margin-left: 1.7em; | ||
} | } | ||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { | ||
background: none | background: none; | ||
padding: 0 | padding: 0; | ||
} | } | ||
| Baris 55: | Baris 59: | ||
.fancybox-title-float-wrap .child { visibility: hidden; } | .fancybox-title-float-wrap .child { visibility: hidden; } | ||
a { text-decoration: none; } | |||
a: hover { text-decoration: underline; } | |||
Revisi terkini sejak 11 Oktober 2024 13.03
/* CSS placed here will affect users of the Tweeki skin */
/* .page-Main_Page#content {padding-top: 0;} */
.page-Main_Page.mw-body {padding-top: 0;}
.page-Utama.mw-body {padding-top: 0;}
#catlinks {display:none;}
#mw-normal-catlinks { display:none; margin-top: 2em; font-size: small; padding: 1em;
border: 1px #ccc solid; border-radius: 0.25em; }
dl {
margin-bottom: 1rem;
}
dd {
margin-left: 1.7em;
}
#bodyContent .plainlinks a {
background: none;
padding: 0;
}
.stickyheader {
position: sticky;
top: 0 ;
}
.stickycontainer {
width: auto;
height: auto;
overflow: auto;
}
#header-fixed {
position: fixed;
top: 0px;
display: none;
background-color: white;
}
/*
https://www.yellowweb.id/blog/bootstrap-collapse-dengan-merubah-icon/
*/
.accordionwithicon .accordionwithicon-header::after{
content: "▼ ";
float: right;
}
.accordionwithicon .accordionwithicon-header.collapsed::after{
content: "▲";
}
.fancybox-title-float-wrap .child { visibility: hidden; }
a { text-decoration: none; }
a: hover { text-decoration: underline; }