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 11: Line 11:
    /* sidebar background color */
    /* sidebar background color */
    body {
    body {
         background-color: #cbced0;
         background-color: #7f8a9c;
    }
    }
    /* controls the main body area styling */
    /* controls the main body area styling */

    Revision as of 05:19, 7 May 2018

    /* Custom colors - top bar*/
    .tab-bar {
        background: #262c36;
    }
    /* style the labels */
    ul.side-nav label {
        background: #7f8a9c;
        color: #ddd;
        padding: .25em .5em;
    }
    /* sidebar background color */
    body {
        background-color: #7f8a9c;
    }
    /* 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;
    }