Module:roa-verb/style.css
Appearance
/* This supplies CSS specs, especially palettized colors (i.e. supporting both light and dark mode) for several
Romance-language verb tables. Be careful when changing this as it will affect several languages at once.
*/
.roa-footnote-section {
/* The footnote section when attached to a larger table. */
background: var(--wikt-palette-lightblue, #d9ebff);
}
.roa-footnote-outer-div {
/* The footnote outer div when separate and left-aligned. */
text-align: left;
background: var(--wikt-palette-lightblue, #d9ebff);
}
.roa-footnote-inner-div {
display: inline-block;
text-align: left;
padding-left: 1em;
padding-right: 1em;
}
.roa-red-superscript {
color: var(--wikt-palette-red, red);
}
.roa-inflection-table {
background: var(--wikt-palette-grey-1, #f0f0f0);
text-align: center;
width: 100%;
border-collapse: collapse;
}
.roa-inflection-table th, .roa-inflection-table td {
margin: 0;
border: 2px solid var(--wikt-palette-white, #ffffff);
}
.roa-nonfinite-header {
background: var(--wikt-palette-yellow, #e2e4c0);
}
.roa-person-number-header {
background: var(--wikt-palette-grey-4, #cfcfcf);
}
.roa-native-person-number-header {
background: var(--wikt-palette-grey-2, #ececec);
width: 12.5%;
}
.roa-finite-header {
background:var(--wikt-palette-grey-2, #ececec);
height: 3em;
}
.roa-compound-row {
/* A row replacing one set of tense/aspect/mood combination, specifying to use an auxiliary + past participle */
background: var(--wikt-palette-grey-3, #dedede);
}
.roa-indicative-left-rail {
background:var(--wikt-palette-blue-4, #c0cfe4);
}
.roa-subjunctive-left-rail {
background:var(--wikt-palette-green-4, #c0e4c0);
}
.roa-imperative-left-rail {
background:var(--wikt-palette-peach, #e4d4c0);
}
/* Currently used only for Occitan to indicate a semi-obsolete form. */
.roa-second-conditional-left-rail {
background:var(--wikt-palette-red-5, #f4c2c2);
}
.roa-combined-with-infinitive {
background:var(--wikt-palette-blue-4, #c0cfe4);
}
.roa-combined-with-gerund {
background:var(--wikt-palette-yellow-4, #d0cfa4);
}
.roa-combined-with-imperative {
background:var(--wikt-palette-orange, #f2caa4);
}