MediaWiki:Pivot.css: Difference between revisions

From Indian River Lagoon Project
Created page with "Custom colors - top bar: .tab-bar { background: #3e8f24; color: #FAF0E6; } style the labels: ul.side-nav label { background: #3e8f24; color: #FAF..."
 
mNo edit summary
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #3e8f24;
     background: #17b595;
     color: #FAF0E6;  
     color: #e7e7cb;
}
 
/* Nav Headers */
.tab-bar .title {
    color: #e7e7cb;
    /*line-height: 2.9125rem;*/
}
 
/* Header Title Link Text */
section.middle.tab-bar-section a {
    color: #e7e7cb;
    font-weight: 500;
    font-size: 1.3em;
}
}


/* style the labels */
/* style the labels */
ul.side-nav label {
ul.side-nav label {
     background: #3e8f24;
     background: #159e82;
     color: #FAF0E6;
     color: #d7d7a8;
     padding: .25em .5em;
     padding: .3em .5em;
}
}


/* sidebar background color */
/* sidebar background color */
body {
body {
     background-color: #f7ebcd;
     background-color: #f3e5be;
}
}


/* controls the main body area styling */
/* controls the main body area styling */
#p-cactions {
#p-cactions {
     padding-top: 1.5em;
     padding-top: 1em;
     padding-bottom: .5em;
     padding-bottom: .5em;
     background-color: #fff;
     background-color: #FFF;
     border-left: 1px solid #333;
     border-left: 1px solid #333;
     border-right: 1px solid #333;
     border-right: 1px solid #333;
}
}

Latest revision as of 14:00, December 12, 2020

/* Custom colors - top bar*/
.tab-bar {
    background: #17b595;
    color:  #e7e7cb;
}

/* Nav Headers */
.tab-bar .title {
    color: #e7e7cb;
    /*line-height: 2.9125rem;*/
}

/* Header Title Link Text */
section.middle.tab-bar-section a {
    color: #e7e7cb;
    font-weight: 500;
    font-size: 1.3em;
}

/* style the labels */
ul.side-nav label {
    background: #159e82;
    color:  #d7d7a8;
    padding: .3em .5em;
}

/* sidebar background color */
body {
    background-color: #f3e5be;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1em;
    padding-bottom: .5em;
    background-color: #FFF;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}