MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(20 intermediate revisions by the same user not shown)
Line 8: Line 8:
}
}


/* General Overrides for Dark Theme */
/* Make drawer always visible > 1300px */
html, body {
@media screen and ( min-width: 1300px ) {
     font-size: 100%;
     :root {
     height: 100%;
        --fixed-menu-width: 240px;
     margin: 0;
     }
     padding: 0;
      
    font-family: sans-serif;
     .citizen-page-container {
     background-color: #2a2a2a;
        /* Reserve space for drawer on both sides */
}
        margin-left: calc( var(--header-size) + var(--fixed-menu-width) );
 
        margin-right: var(--fixed-menu-width); /* New right margin */
/* Header settings */
    }
h1, h2, h3, h4, h5, h6 {
   
    color: #c1c1c1;
     .citizen-drawer__button {
}
        /* Hide drawer button */
 
        display: none;
/* Hyperlink settings */
    }
a, .mw-body a.external, .mw-body a.extiw {
   
    color: #e69710;
    .citizen-drawer__card {
}
        bottom: 0;
 
        /* Put drawer behind other header cards */
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited {
        z-index: -1;
    color: #e69710;
        margin: 0;
}
        /* Compensate header border */
 
        margin-left: 1px;
a.new, #p-personal a.new {
        padding: 0;
    color: #d44;
        min-width: auto;
}
        width: var(--fixed-menu-width);
        max-height: none;
        border-right: 1px solid var(--border-color-base);
        border-radius: 0;
        background-color: var(--color-surface-0);
        box-shadow: none;
        /* Force drawer to show */
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        visibility: visible !important;
        left: 56px;
    }
   
    .citizen-drawer__card > * {
        /* Force drawer content to show */
        opacity: 1 !important;
    }


/* Navigation bar customization */
    .citizen-drawer__header {
#left-navigation div.vectorTabs, #right-navigation div.vectorTabs {
        padding-left: var(--space-xl);
    background-image: inherit;
        padding-right: var(--space-xl);
    background-color: #250b2d;
    }
}


#left-navigation div.vectorTabs ul, #right-navigation div.vectorTabs ul {
    .citizen-drawer__logo {
    background-color: #250b2d;
        /* Hide drawer header logo */
}
        display: none;
    }


/* List style and divisions */
    .citizen-drawer__siteinfo .mw-logo-wordmark {
ul {
        font-size: 1.25rem;
    list-style-image: none;
    }
}


div.thumbinner, .catlinks {
    .citizen-siteStats {
    background-color: #4c4c4c;
        font-size: 0.8125rem;
     border-color: #666;
     }
}


/* Table of contents */
    #citizen-siteStats__item--images,
#toc, div.toc, ul#filetoc, li.gallerybox div.thumb {
    #citizen-siteStats__item--users {
    background-color: #4c4c4c;
        /* Hide image and user stats to make space */
    border-color: #666;
        display: none;
    }
   
    .citizen-drawer__menu {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
        grid-template-columns: 1fr;
    }
}
}


/* Code blocks */
/* Custom button color adjustments */
code {
body .mw-ui-button, body .mw-ui-button.mw-ui-progressive:not(:disabled) {
     border: none;
     background-color: #4A90E2 !important; /* New button background color */
     background-color: inherit;
     color: #FFFFFF !important; /* New button text color */
     color: inherit;
     border-color: #357ABD !important; /* Optional: change border color to match */
}
}


/* Metadata and diff view tables */
body .mw-ui-button:hover, .mw-ui-button.mw-ui-progressive:not(:disabled):hover {
table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>tr>th, table.wikitable>*>tr>td, pre {
     background-color: #357ABD !important; /* Darker shade on hover */
    color: #c1c1c1;
     color: #FFFFFF !important; /* Maintaining text color on hover */
     background-color: #4c4c4c;
     border-color: #666;
}
}


/* Highlight navigation tab on selection */
body .mw-ui-button:active, .mw-ui-button.mw-ui-progressive:not(:disabled):active {
#left-navigation div.vectorTabs li.selected, #right-navigation div.vectorTabs li.selected {
     background-color: #285C8E !important; /* Even darker on active/click */
     background-color: #333;
     color: #FFFFFF !important; /* Text color on active */
     background-image: linear-gradient(#e69710 0, #333 10%);
}
}


/* Miscellaneous adjustments for improved dark mode compatibility */
/* Regular state of the input fields */
.mw-body {
.mw-ui-input {
     margin-left: 10em;
     color: #4A77E2 !important; /* Changes text color while typing to blue */
    padding: 1em;
    border: 1px solid #250b2d;
    border-right-width: 0;
    margin-top: -1px;
    background-color: #333;
    color: #c1c1c1;
}
}


/* Enhancements for vector tabs */
/* Focus state to enhance visibility when the input field is active */
div#mw-head #right-navigation div.vectorMenu h3 {
.mw-ui-input:focus {
     background: inherit;
    color: #285C8E !important; /* Changes text color to a darker shade of blue when focused */
     background-color: #E0EFFF !important; /* Optional: changes background to a lighter blue for focus */
}
}


div.vectorMenu h3 a {
/* Hover state for better user interaction feedback */
     background: inherit;
.mw-ui-input:hover {
     color: #357ABD !important; /* Slightly darker text color on hover */
}
}


/* Specific overrides for search box and portal */
/* Adjust placeholder text color for better visibility */
#p-search {
.mw-ui-input::placeholder {
    float: left;
     color: #2D5DA1 !important; /* Darker shade of blue for placeholder text */
    margin-right: .5em;
     margin-left: .5em;
}
}


div#simpleSearch {
/* Change the color of horizontal lines under <h2> headings */
     display: block;
h2 {
    width: 12.6em;
     border-bottom: 2px solid #333333; /* Dark grey line */
    padding-right: 1.4em;
     padding-bottom: 4px; /* Space between the text and the line */
    height: 1.4em;
    margin-top: .65em;
    position: relative;
    min-height: 1px;
    border: solid 1px #aaa;
    color: black;
    background-color: white;
    background-image: url('skins/Vector/images/search-fade.png');
    background-position: top left;
    background-repeat: repeat-x;
}
 
/* Footer adjustments for consistent styling */
div#footer {
     margin-left: 10em;
    margin-top: 0;
    padding: .75em;
    direction: ltr;
}
 
/* Helper class for external images */
.swaoa-external-image-holder img {
    width: 100%;
    height: auto;
}

Latest revision as of 01:08, 26 June 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

.sci-fi-font {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
}

/* Make drawer always visible > 1300px */
@media screen and ( min-width: 1300px ) {
    :root {
        --fixed-menu-width: 240px;
    }
    
    .citizen-page-container {
        /* Reserve space for drawer on both sides */
        margin-left: calc( var(--header-size) + var(--fixed-menu-width) );
        margin-right: var(--fixed-menu-width); /* New right margin */
    }
    
    .citizen-drawer__button {
        /* Hide drawer button */
        display: none;
    }
    
    .citizen-drawer__card {
        bottom: 0;
        /* Put drawer behind other header cards */
        z-index: -1;
        margin: 0;
        /* Compensate header border */
        margin-left: 1px;
        padding: 0;
        min-width: auto;
        width: var(--fixed-menu-width);
        max-height: none;
        border-right: 1px solid var(--border-color-base);
        border-radius: 0;
        background-color: var(--color-surface-0);
        box-shadow: none;
        /* Force drawer to show */
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        visibility: visible !important;
        left: 56px;
    }
    
    .citizen-drawer__card > * {
        /* Force drawer content to show */
        opacity: 1 !important;
    }

    .citizen-drawer__header {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }

    .citizen-drawer__logo {
        /* Hide drawer header logo */
        display: none;
    }

    .citizen-drawer__siteinfo .mw-logo-wordmark {
        font-size: 1.25rem;
    }

    .citizen-siteStats {
        font-size: 0.8125rem;
    }

    #citizen-siteStats__item--images,
    #citizen-siteStats__item--users {
        /* Hide image and user stats to make space */
        display: none;
    }
    
    .citizen-drawer__menu {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
        grid-template-columns: 1fr;
    }
}

/* Custom button color adjustments */
body .mw-ui-button, body .mw-ui-button.mw-ui-progressive:not(:disabled) {
    background-color: #4A90E2 !important; /* New button background color */
    color: #FFFFFF !important; /* New button text color */
    border-color: #357ABD !important; /* Optional: change border color to match */
}

body .mw-ui-button:hover, .mw-ui-button.mw-ui-progressive:not(:disabled):hover {
    background-color: #357ABD !important; /* Darker shade on hover */
    color: #FFFFFF !important; /* Maintaining text color on hover */
}

body .mw-ui-button:active, .mw-ui-button.mw-ui-progressive:not(:disabled):active {
    background-color: #285C8E !important; /* Even darker on active/click */
    color: #FFFFFF !important; /* Text color on active */
}

/* Regular state of the input fields */
.mw-ui-input {
    color: #4A77E2 !important; /* Changes text color while typing to blue */
}

/* Focus state to enhance visibility when the input field is active */
.mw-ui-input:focus {
    color: #285C8E !important; /* Changes text color to a darker shade of blue when focused */
    background-color: #E0EFFF !important; /* Optional: changes background to a lighter blue for focus */
}

/* Hover state for better user interaction feedback */
.mw-ui-input:hover {
    color: #357ABD !important; /* Slightly darker text color on hover */
}

/* Adjust placeholder text color for better visibility */
.mw-ui-input::placeholder {
    color: #2D5DA1 !important; /* Darker shade of blue for placeholder text */
}

/* Change the color of horizontal lines under <h2> headings */
h2 {
    border-bottom: 2px solid #333333; /* Dark grey line */
    padding-bottom: 4px; /* Space between the text and the line */