Anonymous
×
Create a new article
Write your page title here:
We currently have 687 articles on RLSH Wiki. Type your article name above or create one of the articles listed here!



    MediaWiki:Pivot.css: Difference between revisions

    No edit summary
    No edit summary
     
    Line 7: Line 7:
    ul.side-nav label {
    ul.side-nav label {
         background: #7f8a9c;
         background: #7f8a9c;
         color: #ddd;
         color: #fff;
         padding: .25em .5em;
         padding: .25em .5em;
    }
    }

    Latest revision as of 05:41, 7 May 2018

    /* Custom colors - top bar*/
    .tab-bar {
        background: #262c36;
    }
    
    /* style the labels */
    ul.side-nav label {
        background: #7f8a9c;
        color: #fff;
        padding: .25em .5em;
    }
    
    /* sidebar background color */
    body {
        background-color: #7f8a9c;
    }
    
    /*Links in Sidebar*/
    .side-nav li a:not(.button) {
        padding: 0 0 0 .5em;
        color: #0f2242;
    }
    
    /* controls the main body area styling */
    p-cactions {
        padding-top: 1.5em;
        padding-bottom: .5em;
        background-color: #cbced0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }