MediaWiki: Tweeki.css: Difference between revisions
From Ensiklopedia
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); | @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"); | @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"); | ||
body { | body { | ||
font-family: 'Poppins', sans-serif; | font-family: 'Poppins', sans-serif; | ||
Line 17: | Line 8: | ||
#toc { | #toc { | ||
background-color:white; | background-color:white; | ||
} | } | ||
Line 50: | Line 22: | ||
} | } | ||
. | .hero { | ||
background-image:linear-gradient(to bottom,#071c2e,#0e365a); | |||
} | |||
.hero a{ | |||
color:white; | |||
} | } | ||
Line 63: | Line 37: | ||
} | } | ||
/*style Main_Page*/ | |||
.page-Main_Page #contentwrapper { | |||
padding-top: 57px; | |||
width: 100%; | |||
} | |||
.page-Main_Page a { | |||
color:#383838; | |||
} | |||
.page-Main_Page #content a .external{ | |||
background-image: none !important; | |||
} | |||
.page-Main_Page .mw-parser-output .external { | |||
background-image: none !important; | |||
} | |||
.page-Main_Page #maincontentwrapper { | |||
padding-left:0; | |||
padding-right:0; | |||
} | |||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
.page-Main_Page #content { | .page-Main_Page #content { | ||
Line 72: | Line 64: | ||
display:none; | display:none; | ||
} | } | ||
/*Style Category_Tokoh*/ | |||
.page-Category_Tokoh #contentwrapper { | |||
padding-top: 57px; | |||
width: 100%; | |||
} | |||
.page-Category_Tokoh #contentwrapper { | |||
padding-top: 57px; | |||
width: 100%; | |||
} | |||
.page-Category_Tokoh a { | |||
color:#383838; | |||
} | |||
.page-Category_Tokoh #content a .external{ | |||
background-image: none !important; | |||
} | |||
.page-Category_Tokoh .mw-parser-output .external { | |||
background-image: none !important; | |||
} | |||
.page-Category_Tokoh #maincontentwrapper { | |||
padding-left:0; | |||
padding-right:0; | |||
} | |||
@media (min-width: 768px) { | |||
.page-Category_Tokoh #content { | |||
padding-left:0; | |||
padding-right:0; | |||
} | |||
} | |||
/*.page-Category_Tokoh #contentSub {*/ | |||
/* display:none;*/ | |||
/*}*/ | |||
/*Style Category_Peristiwa*/ | |||
/*Style Category_Organisasi*/ | |||
/*Style Category_Istilah*/ | |||
/*Style Category_Tempat*/ |
Revision as of 11:12, 26 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"); body { font-family: 'Poppins', sans-serif; } #toc { background-color:white; } .navbar { background-color:#071c2e; } .navbar-light .navbar-nav .nav-link{ color:white; } #footer { background-color:#0e365a; } .hero { background-image:linear-gradient(to bottom,#071c2e,#0e365a); } .hero a{ color:white; } p { text-align:justify; } .mw-content-ltr .thumbcaption { text-align:center; } /*style Main_Page*/ .page-Main_Page #contentwrapper { padding-top: 57px; width: 100%; } .page-Main_Page a { color:#383838; } .page-Main_Page #content a .external{ background-image: none !important; } .page-Main_Page .mw-parser-output .external { background-image: none !important; } .page-Main_Page #maincontentwrapper { padding-left:0; padding-right:0; } @media (min-width: 768px) { .page-Main_Page #content { padding-left:0; padding-right:0; } } .page-Main_Page #contentSub { display:none; } /*Style Category_Tokoh*/ .page-Category_Tokoh #contentwrapper { padding-top: 57px; width: 100%; } .page-Category_Tokoh #contentwrapper { padding-top: 57px; width: 100%; } .page-Category_Tokoh a { color:#383838; } .page-Category_Tokoh #content a .external{ background-image: none !important; } .page-Category_Tokoh .mw-parser-output .external { background-image: none !important; } .page-Category_Tokoh #maincontentwrapper { padding-left:0; padding-right:0; } @media (min-width: 768px) { .page-Category_Tokoh #content { padding-left:0; padding-right:0; } } /*.page-Category_Tokoh #contentSub {*/ /* display:none;*/ /*}*/ /*Style Category_Peristiwa*/ /*Style Category_Organisasi*/ /*Style Category_Istilah*/ /*Style Category_Tempat*/