×
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

    User:NotAracham/cosmos.css: Difference between revisions

    Content added Content deleted
    (Testing header color controls)
    (fixing header colors)
    Line 15: Line 15:
    /* header text elements */
    /* header text elements */
    .cosmos-header__sitename a:any-link {
    .cosmos-header__sitename a:any-link {
    color: #dfdbc3;
    color: #222222;
    /* filter: drop-shadow(0px 0px 4px #00000090); */
    }
    }


    .cosmos-header .cosmos-header__counter {
    .cosmos-header .cosmos-header__counter {
    color: #dfdbc3;
    color: #222222;
    /* filter: drop-shadow(0px 0px 4px #00000090); */
    }
    }


    .cosmos-header .wds-button.wds-is-secondary {
    .cosmos-header .wds-button.wds-is-secondary {
    border-color: #dfdbc3;
    border-color: #222222;
    color: #dfdbc3;
    color: #222222;
    /* filter: drop-shadow(0px 0px 10px #00000090); */
    }
    }


    .cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    .cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-left-color: #dfdbc3;
    border-left-color: #222222;
    }
    }


    .cosmos-header .wds-tabs .wds-tabs__tab-label a {
    .cosmos-header .wds-tabs .wds-tabs__tab-label a {
    color: #dfdbc3;
    color: #222222;
    }
    }


    .cosmos-header .wds-tabs .wds-tabs__tab-label {
    .cosmos-header .wds-tabs .wds-tabs__tab-label {
    color: #dfdbc3;
    color: #222222;
    }
    }



    Revision as of 06:27, 8 November 2022

    /* 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;
    }
    
    
    /* Main content box */
    #mw-content {
    border-radius: 5px;
    min-height: 420px;
    box-shadow: 0px 0px 6px #00000090;
    padding-bottom: 30px;
    }
    
    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.