MediaWiki:Tweeki.css
From Ensiklopedia
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: 62px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.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-inner{
border-radius:0.5rem ;
width:100%;
height:75%;
}
.hero {
background-image:linear-gradient(to bottom,#071c2e,#0e365a);
border-radius:0.5rem ;
}
.hero a{
color:white;
}
.navbar {
background-color:#071c2e;
}
.navbar-light .navbar-nav .nav-link{
color:white;
}
#footer {
background-color:#0e365a;
}