No edit summary Tag: Reverted |
(Undo revision 24834 by DirectorNook8 (talk)) Tag: Undo |
||
| Line 71: | Line 71: | ||
@media screen and (max-width: 1120px) { | @media screen and (max-width: 1120px) { | ||
.citizen-body-container{ | .citizen-body-container { | ||
grid-template-columns: 1fr !important; /* Change to a single column layout on smaller screens */ | grid-template-columns: 1fr !important; /* Change to a single column layout on smaller screens */ | ||
margin-left: var(--header-size) !important; | margin-left: var(--header-size) !important; | ||
} | } | ||
} | } | ||
| Line 108: | Line 101: | ||
.citizen-page-container { | .citizen-page-container { | ||
/* min-height: 100vh; Remove this line */ | |||
min-height: stretch !important; /* Remove or clarify this line if necessary */ | min-height: stretch !important; /* Remove or clarify this line if necessary */ | ||
} | } | ||
@font-face { | @font-face { | ||
Revision as of 21:57, 20 June 2024
#siteSub {
display: none !important;
}
.citizen-body .image:hover > img {
transform: scale(1) !important;
}
.mw-wiki-title{
font-family: "ct_font_swung_note";
}
#footer-desc{
font-family: "ct_font_starbright";
}
.mw-header{
font-family: "ct_font_starbright";
}
.mw-logo-wordmark {
font-family: "ct_font_swung_note";
}
.oo-ui-popupWidget-popup{
font-family: "ct_font_starbright";
}
.oo-ui-inputWidget-input {
font-family: "ct_font_starbright";
}
.page-actions{
font-family: "ct_font_starbright";
}
.citizen-section-heading{
font-family: "ct_font_starbright";
}
.citizen-search__form{
font-family: 'Roboto';
font-size: var(--font-size-large) !important;
}
.citizen-typeahead__text{
font-size: var(--font-size-large) !important;
}
.mw-editsection-visualeditor{
display:none !important;
}
:root {
--width-layout: 1080px; /* Set main content width */
--width-toc: 240px; /* Set TOC width */
}
.citizen-body-container {
display: grid;
grid-template-areas:
'header header'
'sidebar content'
'footer footer' !important;
grid-template-columns: var(--width-toc) var(--width-layout) !important;
gap: var(--space-md) var(--space-xl);
padding: 0 var(--padding-page);
margin: var(--space-xl) auto;
justify-content: start;
}
@media screen and (max-width: 1120px) {
.citizen-body-container {
grid-template-columns: 1fr !important; /* Change to a single column layout on smaller screens */
margin-left: var(--header-size) !important;
}
}
:root {
--background-image-url: url('https://epitheterasedwiki.com/CITY%20ZOOM%20BG.jpg');
--light-background-image-url: url('https://epitheterasedwiki.com/BG_Beach.png');
--background-gradient-light: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
--background-gradient-dark: linear-gradient(rgba(44, 9, 64, 0.92), rgba(44, 9, 64, 0.92));
--color-primary__h: 249 !important;
--color-primary__s: 76% !important;
--color-primary__l: 64% !important;
--max-width-layout: 1080px !important;
}
body {
background-image: var(--background-gradient-light), var(--light-background-image-url);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
/* Dark theme */
:root.skin-theme-clientpref-night body {
background-image: var(--background-gradient-dark), var(--background-image-url);
}
.citizen-page-container {
/* min-height: 100vh; Remove this line */
min-height: stretch !important; /* Remove or clarify this line if necessary */
}
@font-face {
font-family: ct_font_swung_note;
font-style: normal;
font-weight: 400;
src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}
@font-face{
font-family: ct_font_starbright;
font-style: normal;
font-weight: normal;
src: url(https://epitheterasedwiki.com/StarBrightMoonLight-Regular.ttf) format("truetype");
}