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