MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| Baris 64: | Baris 64: | ||
a: hover { text-decoration: underline; } | a: hover { text-decoration: underline; } | ||
/* | |||
Source - https://stackoverflow.com/a/79331363 | |||
Posted by MoBadraan, modified by community. See post 'Timeline' for change history | |||
Retrieved 2026-07-18, License - CC BY-SA 4.0 | |||
*/ | |||
@media print { | |||
body { | |||
visibility: hidden; | |||
display: contents; | |||
} | |||
#navbar, | |||
footer { | |||
display: none; | |||
} | |||
#content { | |||
margin: 0; | |||
padding: 0; | |||
width: 100%; | |||
} | |||
} | |||
Revisi per 18 Juli 2026 10.51
/* CSS placed here will affect users of the Tweeki skin */
@import url('https://cdn.jsdelivr.net/npm/bootswatch@5.3.3/dist/flatly/bootstrap.min.css');
/* .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; }
/*
Source - https://stackoverflow.com/a/79331363
Posted by MoBadraan, modified by community. See post 'Timeline' for change history
Retrieved 2026-07-18, License - CC BY-SA 4.0
*/
@media print {
body {
visibility: hidden;
display: contents;
}
#navbar,
footer {
display: none;
}
#content {
margin: 0;
padding: 0;
width: 100%;
}
}