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 3: Line 3:
         background: #262c36;
         background: #262c36;
    }
    }
    /* style the labels */
    /* style the labels */
    ul.side-nav label {
    ul.side-nav label {
    Line 9: Line 10:
         padding: .25em .5em;
         padding: .25em .5em;
    }
    }
    /* sidebar background color */
    /* sidebar background color */
    body {
    body {
         background-color: #7f8a9c;
         background-color: #7f8a9c;
    {
    {
    a:not(.button) {
    /*Links in Sidebar*/
    sidebar ul a {
        font-size: 14px;
    }
    .side-nav li a:not(.button) {
         padding: 0 0 0 .5em;
         padding: 0 0 0 .5em;
         color: #0b244e;
         color: #0f2242;
    }
    }
    /* controls the main body area styling */
    /* controls the main body area styling */
    p-cactions {
    p-cactions {

    Revision as of 05:35, 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;
    {
    /*Links in Sidebar*/
    sidebar ul a {
        font-size: 14px;
    }
    .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;
    }