MediaWiki: Tweeki.css: Difference between revisions
From Ensiklopedia
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 26: | Line 26: | ||
.page-Main_Page .carousel-item { | .page-Main_Page .carousel-item { | ||
height: | height: 300px; | ||
} | } | ||
Line 33: | Line 33: | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
min-height: | min-height: 300px; | ||
} | } |
Revision as of 16:15, 11 May 2023
/* CSS placed here will affect users of the Tweeki skin */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"); .page-Main_Page #contentwrapper { padding-top: 70px; } .page-Main_Page a { color:#383838; } body { font-family: 'Poppins', sans-serif; } #toc { background-color:white; } .page-Main_Page #content a .external{ background-image: none !important; } .page-Main_Page .mw-parser-output .external { background-image: none !important; } .page-Main_Page .carousel-item { height: 300px; } .page-Main_Page .carousel-item img { position: absolute; top: 0; left: 0; min-height: 300px; }