Color scheme Paper.css: Difference between revisions
From MM6 Wiki
No edit summary |
No edit summary |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body { | body { | ||
color: # | color: #000; | ||
background-color: # | background-color: #d3cfbe; | ||
} | } | ||
.row.display .columns { | .row.display .columns { | ||
border-color: # | border-color: #d3cfbe; | ||
background: # | background: #c8c0ad; | ||
color: #000; | |||
} | } | ||
.row.display { | .row.display { | ||
background: # | background: #c8c0ad; | ||
} | |||
.wikitable { | |||
color: #000; | |||
background: #c8c0ad; | |||
} | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | |||
border-color: #c8c0ad; | |||
} | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | |||
border-color: #d3cfbe; | |||
background: #c8c0ad; | |||
} | |||
.tabs dd > a, .tabs .tab-title > a { | |||
border-color: #d3cfbe; | |||
} | |||
.tabs dd > a, .tabs .tab-title > a { | |||
background-color: #c8c0ad; | |||
color: #000; | |||
} | |||
.tabs dd.active > a, .tabs .tab-title.active > a { | |||
background-color: #78705d; | |||
color: #d3cfbe; | |||
} | |||
hr { | |||
border-color: #78705D; | |||
} | |||
#toc, .toc { | |||
border-color: #78705d; | |||
} | |||
a { | |||
color: #0e678e; | |||
} | } |
Latest revision as of 21:39, 6 September 2019
body { color: #000;
background-color: #d3cfbe;
} .row.display .columns { border-color: #d3cfbe; background: #c8c0ad;
color: #000;
} .row.display { background: #c8c0ad; } .wikitable { color: #000; background: #c8c0ad; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #c8c0ad; }
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #d3cfbe; background: #c8c0ad; } .tabs dd > a, .tabs .tab-title > a { border-color: #d3cfbe; } .tabs dd > a, .tabs .tab-title > a { background-color: #c8c0ad; color: #000; } .tabs dd.active > a, .tabs .tab-title.active > a { background-color: #78705d; color: #d3cfbe; } hr { border-color: #78705D; }
- toc, .toc {
border-color: #78705d; } a { color: #0e678e; }