No edit summary |
No edit summary |
||
| Line 54: | Line 54: | ||
#citizen-page-sidebar { | #citizen-page-sidebar { | ||
order: -1 !important; | order: -1 !important; | ||
width: 20% !important; | |||
} | |||
.parent-container { | |||
display: flex !important; | |||
flex-direction: row !important;/* Arrange children in a row horizontally */ | |||
width: 100% !important; | |||
} | |||
#bodyContent { | |||
width: 80% !important; /* Adjust the width as needed */ | |||
background: #fff !important; | |||
overflow: hidden !important; | |||
padding: 0 1em !important; | |||
position: relative !important; | |||
} | } | ||
Revision as of 11:59, 19 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;
}
#citizen-page-sidebar {
order: -1 !important;
width: 20% !important;
}
.parent-container {
display: flex !important;
flex-direction: row !important;/* Arrange children in a row horizontally */
width: 100% !important;
}
#bodyContent {
width: 80% !important; /* Adjust the width as needed */
background: #fff !important;
overflow: hidden !important;
padding: 0 1em !important;
position: relative !important;
}
@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");
}