MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan |
kTidak ada ringkasan suntingan |
||
| Baris 13: | Baris 13: | ||
.stickycontainer { | .stickycontainer { | ||
width: | width: 100%; | ||
height: 300px; | height: 300px; | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
Revisi per 29 November 2022 20.23
/* CSS placed here will affect users of the Tweeki skin */
/* #catlinks {display:block;} */
dl {
margin-bottom: 1rem;
}
.stickyheader {
position: sticky;
top: 0 ;
}
.stickycontainer {
width: 100%;
height: 300px;
overflow: auto;
}