MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan Tag: Pengembalian manual |
kTidak ada ringkasan suntingan Tag: Dikembalikan |
||
| Baris 10: | Baris 10: | ||
margin-left: 1.7em; | margin-left: 1.7em; | ||
} | } | ||
/* | |||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { | ||
background: none !important; | background: none !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
*/ | |||
.stickyheader { | .stickyheader { | ||
position: sticky; | position: sticky; | ||
Revisi per 15 Desember 2022 19.42
/* 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;
}