Actions

Color scheme Paper.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 1: Line 1:
body {
body {
color: #1b1818;
color: #1b1818;
         background-color: #c5bca8;
         background-color: #d3cfbe;
}
}
.row.display .columns {
.row.display .columns {
border-color: #c5bca8;
border-color: #d3cfbe;
background: #d6cfbb;
background: #d6cfbb;
         color: #1b1818;
         color: #1b1818;
Line 16: Line 16:
}
}
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: #c5bca8;
border-color: #d3cfbe;
}
}


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: #c5bca8;
border-color: #d3cfbe;
background: #d6cfbb;
background: #d6cfbb;
}
}
.tabs dd > a, .tabs .tab-title > a {
.tabs dd > a, .tabs .tab-title > a {
border-color: #c5bca8;
border-color: #d3cfbe;
}
}
.tabs dd > a, .tabs .tab-title > a {
.tabs dd > a, .tabs .tab-title > a {
Line 32: Line 32:
.tabs dd.active > a, .tabs .tab-title.active > a {
.tabs dd.active > a, .tabs .tab-title.active > a {
background-color: #78705d;
background-color: #78705d;
color: #c5bca8;
color: #d3cfbe;
}
}
hr {
hr {

Revision as of 21:34, 6 September 2019

body { color: #1b1818;

       background-color: #d3cfbe;

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

       color: #1b1818;

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

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #d3cfbe; background: #d6cfbb; } .tabs dd > a, .tabs .tab-title > a { border-color: #d3cfbe; } .tabs dd > a, .tabs .tab-title > a { background-color: #d6cfbb; 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; }