Actions

Color scheme Paper.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 5: Line 5:
.row.display .columns {
.row.display .columns {
border-color: #d3cfbe;
border-color: #d3cfbe;
background: #9e967d;
background: #b4b09c;
         color: #1b1818;
         color: #1b1818;
}
}
.row.display {
.row.display {
background: #9e967d;
background: #b4b09c;
}
}
.wikitable {
.wikitable {
color: #1b1818;
color: #1b1818;
background: #9e967d;
background: #b4b09c;
}
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border-color: #9e967d;
border-color: #b4b09c;
}
}


table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border-color: #d3cfbe;
border-color: #d3cfbe;
background: #9e967d;
background: #b4b09c;
}
}
.tabs dd > a, .tabs .tab-title > a {
.tabs dd > a, .tabs .tab-title > a {
Line 27: Line 27:
}
}
.tabs dd > a, .tabs .tab-title > a {
.tabs dd > a, .tabs .tab-title > a {
background-color: #9e967d;
background-color: #b4b09c;
color: #1b1818;
color: #1b1818;
}
}

Revision as of 21:36, 6 September 2019

body { color: #1b1818;

       background-color: #d3cfbe;

} .row.display .columns { border-color: #d3cfbe; background: #b4b09c;

       color: #1b1818;

} .row.display { background: #b4b09c; } .wikitable { color: #1b1818; background: #b4b09c; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #b4b09c; }

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #d3cfbe; background: #b4b09c; } .tabs dd > a, .tabs .tab-title > a { border-color: #d3cfbe; } .tabs dd > a, .tabs .tab-title > a { background-color: #b4b09c; color: #1b1818; } .tabs dd.active > a, .tabs .tab-title.active > a { background-color: #78705d; color: #d3cfbe; } hr { border-color: #78705D; }

  1. toc, .toc {

border-color: #78705d; } a { color: #0e678e; }