MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan |
kTidak ada ringkasan suntingan |
||
| Baris 34: | Baris 34: | ||
} | } | ||
. | |||
/* | |||
https://www.yellowweb.id/blog/bootstrap-collapse-dengan-merubah-icon/ | |||
*/ | |||
.accordionwithicon .card-header::after{ | |||
content: "▼ "; | content: "▼ "; | ||
float: right; | float: right; | ||
} | } | ||
. | .accordionwithicon .card-header.collapsed::after{ | ||
content: "▲"; | content: "▲"; | ||
} | } | ||
Revisi per 23 Maret 2023 09.17
/* CSS placed here will affect users of the Tweeki skin */
/* #catlinks {display:block;} */
dl {
margin-bottom: 1rem;
}
dd {
margin-left: 1.7em;
}
#bodyContent .plainlinks a {
background: none !important;
padding: 0 !important;
}
.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 .card-header::after{
content: "▼ ";
float: right;
}
.accordionwithicon .card-header.collapsed::after{
content: "▲";
}