×
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 Transparent header, rounded content box)
     
    (Testing header color controls)
    Line 11: Line 11:
    #cosmos-header-articleHeader {
    #cosmos-header-articleHeader {
    margin-bottom: 20px;
    margin-bottom: 20px;
    }

    /* header text elements */
    .cosmos-header__sitename a:any-link {
    color: #dfdbc3;
    /* filter: drop-shadow(0px 0px 4px #00000090); */
    }

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

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

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

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

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



    Revision as of 06:21, 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: #dfdbc3;
    /* filter: drop-shadow(0px 0px 4px #00000090); */
    }
    
    .cosmos-header .cosmos-header__counter {
    color: #dfdbc3;
    /* filter: drop-shadow(0px 0px 4px #00000090); */
    }
    
    .cosmos-header .wds-button.wds-is-secondary {
    border-color: #dfdbc3;
    color: #dfdbc3;
    /* filter: drop-shadow(0px 0px 10px #00000090); */
    }
    
    .cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-left-color: #dfdbc3;
    }
    
    .cosmos-header .wds-tabs .wds-tabs__tab-label a {
    color: #dfdbc3;
    }
    
    .cosmos-header .wds-tabs .wds-tabs__tab-label {
    color: #dfdbc3;
    }
    
    
    /* 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.