MediaWiki: Tweeki.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Leo (bicara | kontrib)
kTidak ada ringkasan suntingan
Leo (bicara | kontrib)
kTidak ada ringkasan suntingan
Baris 13: Baris 13:


.stickycontainer {
.stickycontainer {
             width: 100%;
             width: auto;
             height: 300px;
             height: auto;
             overflow: auto;
             overflow: auto;
         }
         }

Revisi per 29 November 2022 20.24

/* CSS placed here will affect users of the Tweeki skin */

/* #catlinks {display:block;} */

dl {
margin-bottom: 1rem;
}

.stickyheader {
	  position: sticky;
        top: 0 ;
    }

.stickycontainer {
            width: auto;
            height: auto;
            overflow: auto;
        }