×
Create a new article
Write your page title here:
We currently have 152 articles on Grow Song of The Evertree Wiki. Type your article name above or create one of the articles listed here!



    Grow Song of The Evertree Wiki

    MediaWiki:Common.css: Difference between revisions

    Content added Content deleted
    (Created page with "#cosmos-banner{ background-image:linear-gradient(#00000090, #00000030, transparent); } →‎transparent header: .cosmos-header{ background: none !important; background-color: transparent !important; background-image: none !important; } .cosmos-header:before { background: none; } #cosmos-header-articleHeader { margin-bottom: 20px; } →‎header text elements: .cosmos-header__sitename a:any-link { color: #222222; } .cosmos-header .cosmos-header__counter { color: #22222...")
     
    (minor CSS commenting update)
     
    Line 1: Line 1:
    /* translucent search bar*/
    #cosmos-banner{
    #cosmos-banner{
    background-image:linear-gradient(#00000090, #00000030, transparent);
    background-image:linear-gradient(#00000090, #00000030, transparent);
    Line 44: Line 45:




    /* Main content box */
    /* Rounding Main content box + Shadow*/
    #mw-content {
    #mw-content {
    border-radius: 5px;
    border-radius: 5px;

    Latest revision as of 01:02, 9 March 2023

    /* translucent search bar*/
    #cosmos-banner{
    background-image:linear-gradient(#00000090, #00000030, transparent);
    }
    
    /* transparent header */
    .cosmos-header{
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    }
    .cosmos-header:before {
    background: none;
    }
    
    #cosmos-header-articleHeader {
    margin-bottom: 20px;
    }
    
    /* header text elements */
    .cosmos-header__sitename a:any-link {
    color: #222222;
    }
    
    .cosmos-header .cosmos-header__counter {
    color: #222222;
    }
    
    .cosmos-header .wds-button.wds-is-secondary {
    border-color: #222222;
    color: #222222;
    }
    
    .cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-left-color: #222222;
    }
    
    .cosmos-header .wds-tabs .wds-tabs__tab-label a {
    color: #222222;
    }
    
    .cosmos-header .wds-tabs .wds-tabs__tab-label {
    color: #222222;
    }
    
    
    /* Rounding Main content box + Shadow*/
    #mw-content {
    border-radius: 5px;
    min-height: 420px;
    box-shadow: 0px 0px 6px #00000090;
    padding-bottom: 30px;
    }
    
    
    /* Base CSS classes for demo. If you wish to use Mbox on your wiki, only copy the below. */
    
    .mbox {
        --type-important: rgba(200, 0, 0, 0.8);
        --type-moderate: rgba(233, 124, 47, 0.8);
        --type-minor: rgba(241, 197, 37, 0.8);
        display: flex;
        position: relative;
        background-color: rgba(255, 255, 255, 0.7);
        border: 1px solid #d6d6d6;
        border-left-width: 8px;
        border-left-color: #d6d6d6;
        border-radius: 3px;
        margin-bottom: 5px;
        min-height: 32px;
    }
    
    /* Ensure text is readable in the FandomDesktop dark theme. */
    .theme-fandomdesktop-dark .mbox {
        background-color: var(--theme-page-background-color--secondary);
        border-color: var(--theme-border-color);
    }
    
    .mbox.mbox-type-important {
        border-left-color: var(--type-important);
    }
    
    .mbox.mbox-type-moderate {
        border-left-color: var(--type-moderate);
    }
    
    .mbox.mbox-type-minor {
        border-left-color: var(--type-minor);
    }
    
    .mbox__content {
        display: table;
        box-sizing: border-box;
        width: 100%;
        padding: 8px 15px;
    }
    
    .mbox__content__image {
        display: table-cell;
        width: 40px;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        padding-right: 15px;
    }
    
    .mbox__content__wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    
    .mbox__content__header {
        display: block;
        font-weight: bold;
    }
    
    .mbox__content__text {
        display: block;
    }
    
    .mbox__content__text__comment {
        font-size: small;
    }
    
    .mbox__content__aside {
        display: table-cell;
        width: 100px;
        vertical-align: middle;
        text-align: center;
        padding: 0 15px;
        border-left: 1px solid #d6d6d6;
    }
    
    .mbox__close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 2px 7px;
        font-weight: bold;
        font-size: 16px;
        color: #bbb;
        cursor: pointer;
        transition: all .15s ease-in;
    }
    
    .mbox__close:hover {
        color: #777;
    }
    
    .mbox__close:after {
        content: '×';
    }
    
    .mw-collapsed + .mbox__close {
        transform: rotate(45deg);
        padding: 4px 7px 5px 2px;
    }
    
    /* Wookieepedia-style Mbox demo. */
    .mbox--wook {
        background-color: #7bb0d8;
        border: none;
        border-radius: 10px;
    }
    
    .mbox--wook .mbox__close {
        color: #0c8787;
        font-weight: normal;
        font-size: 13px;
    }
    
    .mbox--wook .mbox__close:after {
        content: '[hide]';
    }
    
    .mbox--wook .mw-collapsed + .mbox__close {
        transform: none;
        padding: 2px 7px;
    }
    
    .mbox--wook .mw-collapsed + .mbox__close:after {
        content: '[show]';
    }
    
    /* Final Fantasy-style Mbox demo. */
    .theme-fandomdesktop-light .mbox--ff {
        border-top: 1px solid #afaa84;
        border-radius: 10px;
        background: linear-gradient(180deg,rgba(255,255,246,1) 0,rgba(247,219,185,1) 40px);
    }
    
    .theme-fandomdesktop-dark .mbox--ff {
        border-top: 3px solid #1e9de3 !important;
        border: 0;
        background: linear-gradient(180deg,rgba(5,37,78,.5) 0,rgba(5,37,78,.5) 75%,rgba(5,37,78,0));
    }
    
    .fandom-table {
        display: table;
        text-indent: initial;
        background: none;
        border: 1px solid #c4cace;
        border-collapse: collapse;
        border-radius: 3px;
        border-spacing: 0;
        color: #3a3a3a;
    }
    
    .fandom-table>caption {
        border: solid #c4cace;
        border-width: 1px 1px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.75;
        padding: 8px 12px;
        text-align: left;
    }
    
    thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    
    .fandom-table tr td, .fandom-table tr th {
        border: 1px solid var(--theme-border-color);
        padding: 12px;
        vertical-align: middle;
    }
    
    .fandom-table tr th {
        background-color: var(--theme-page-background-color--secondary);
    }
    
    :root {
        --theme-body-dynamic-color-1: #fff;
        --theme-body-dynamic-color-1--rgb: 255,255,255;
        --theme-body-dynamic-color-2: #e6e6e6;
        --theme-body-dynamic-color-2--rgb: 230,230,230;
        --theme-page-dynamic-color-1: #000;
        --theme-page-dynamic-color-1--rgb: 0,0,0;
        --theme-page-dynamic-color-1--inverted: #fff;
        --theme-page-dynamic-color-1--inverted--rgb: 255,255,255;
        --theme-page-dynamic-color-2: #3a3a3a;
        --theme-page-dynamic-color-2--rgb: 58,58,58;
        --theme-sticky-nav-dynamic-color-1: #000;
        --theme-sticky-nav-dynamic-color-1--rgb: 0,0,0;
        --theme-sticky-nav-dynamic-color-2: #3a3a3a;
        --theme-sticky-nav-dynamic-color-2--rgb: 58,58,58;
        --theme-link-dynamic-color-1: #000;
        --theme-link-dynamic-color-1--rgb: 0,0,0;
        --theme-link-dynamic-color-2: #e6e6e6;
        --theme-link-dynamic-color-2--rgb: 230,230,230;
        --theme-accent-dynamic-color-1: #000;
        --theme-accent-dynamic-color-1--rgb: 0,0,0;
        --theme-accent-dynamic-color-2: #3a3a3a;
        --theme-accent-dynamic-color-2--rgb: 58,58,58;
        --theme-body-background-color: #7263bd;
        --theme-body-background-color--rgb: 114,99,189;
        --theme-body-text-color: #fff;
        --theme-body-text-color--rgb: 255,255,255;
        --theme-body-text-color--hover: #cccccc;
        --theme-sticky-nav-background-color: #5dace1;
        --theme-sticky-nav-background-color--rgb: 93,172,225;
        --theme-sticky-nav-text-color: #000;
        --theme-sticky-nav-text-color--hover: #333333;
        --theme-page-background-color: #f2faff;
        --theme-page-background-color--rgb: 242,250,255;
        --theme-page-background-color--secondary: #e6eef2;
        --theme-page-background-color--secondary--rgb: 230,238,242;
        --theme-page-text-color: #3a3a3a;
        --theme-page-text-color--rgb: 58,58,58;
        --theme-page-text-color--hover: #6d6d6d;
        --theme-page-text-mix-color: #969a9d;
        --theme-page-text-mix-color-95: #e9f0f5;
        --theme-page-accent-mix-color: #a8d3f0;
        --theme-page-headings-font: 'Rubik';
        --theme-link-color: #8772c8;
        --theme-link-color--rgb: 135,114,200;
        --theme-link-color--hover: #523b98;
        --theme-link-label-color: #000;
        --theme-accent-color: #5dace1;
        --theme-accent-color--rgb: 93,172,225;
        --theme-accent-color--hover: #217ab6;
        --theme-accent-label-color: #000;
        --theme-border-color: #c4cace;
        --theme-border-color--rgb: 196,202,206;
        --theme-alert-color: #bf0017;
        --theme-alert-color--rgb: 191,0,23;
        --theme-alert-color--hover: #59000a;
        --theme-alert-color--secondary: #bf0017;
        --theme-alert-label: #fff;
        --theme-warning-color: #cf721c;
        --theme-warning-color--rgb: 207,114,28;
        --theme-warning-color--secondary: #c66d1a;
        --theme-warning-label: #000;
        --theme-success-color: #0c742f;
        --theme-success-color--rgb: 12,116,47;
        --theme-success-color--secondary: #0c742f;
        --theme-success-label: #fff;
        --theme-message-color: #753369;
        --theme-message-label: #fff;
        --theme-community-header-color: #222222;
        --theme-community-header-color--hover: #555555;
        --theme-background-image-opacity: 100%;
        --theme-page-text-opacity-factor: 0.85;
        --theme-body-text-opacity-factor: 0.7;
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.