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

    (Trying to edit the theme)
     
    No edit summary
    Line 17: Line 17:
         padding-top: 1.5em;
         padding-top: 1.5em;
         padding-bottom: .5em;
         padding-bottom: .5em;
         background-color: #7c8892;
         background-color: #ddd;
         border-left: 1px solid #ccc;
         border-left: 1px solid #ccc;
         border-right: 1px solid #ccc;
         border-right: 1px solid #ccc;
    }
    }

    Revision as of 05:13, 7 May 2018

    /* Custom colors - top bar*/
    .tab-bar {
        background: #262c36;
    }
    /* style the labels */
    ul.side-nav label {
        background: #7c8892;
        color: #ddd;
        padding: .25em .5em;
    }
    /* sidebar background color */
    body {
        background-color: #7c8892;
    }
    /* controls the main body area styling */
    #p-cactions {
        padding-top: 1.5em;
        padding-bottom: .5em;
        background-color: #ddd;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }