inflection_table.css 3.65 KB
.entry-article {
    white-space: normal;
}

.entry-article h1 {
    padding: 5px;
    font-size: large;
}

span.pronunciation {
    font-weight: normal;
    font-size: small;
}

span.gloss {
    font-weight: normal;
    font-size: small;
    font-style: italic;
}

span.qualifiers {
    font-style: italic;
}

span.sjpdor {
    font-size: x-small;
}

.entry-article caption {
    padding: 3px;
    text-align: left;
}

.entry-article .separator {
    height: 5px;
}

.inflection-tables {
    letter-spacing: 20px;
    text-align: center;
    margin-top: 20px;
}

.inflection-table-container {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

table.inflection-table {
    border-spacing: 5px;
}

table.inflection-table td {
    padding: 5px;
    text-align: left;
    background-color: #eeeeee;
}

table.inflection-table td span.qualifiers {
    color: darkgray;
    font-style: italic;
}

.scheme0 .separator,
.scheme0 table.cross-references tr th,
.scheme0 table.inflection-table td {
    background-color: #ebf3ff;
}

.scheme0 h1,
.scheme0 caption,
.scheme0 table.cross-references tr th.head,
.scheme0 table.inflection-table td.header-c,
.scheme0 table.inflection-table td.header {
    background-color: #bfdbff;
}

.scheme0 .extended-note {
    border-color: #bfdbff;
}

.scheme1 .separator,
.scheme1 table.cross-references tr th,
.scheme1 table.inflection-table td {
    background-color: #e2ffde;
}

.scheme1 h1,
.scheme1 caption,
.scheme1 table.cross-references tr th.head,
.scheme1 table.inflection-table td.header-c,
.scheme1 table.inflection-table td.header {
    background-color: #b7ffae;
}

.scheme1 .extended-note {
    border-color: #b7ffae;
}

.scheme2 .separator,
.scheme2 table.cross-references tr th,
.scheme2 table.inflection-table td {
    background-color: #ffebde;
}

.scheme2 h1,
.scheme2 caption,
.scheme2 table.cross-references tr th.head,
.scheme2 table.inflection-table td.header-c,
.scheme2 table.inflection-table td.header {
    background-color: #ffdec7;
}

.scheme2 .extended-note {
    border-color: #ffdec7;
}

.scheme3 .separator,
.scheme3 table.cross-references tr th,
.scheme3 table.inflection-table td {
    background-color: #f4deff;
}

.scheme3 h1,
.scheme3 caption,
.scheme3 table.cross-references tr th.head,
.scheme3 table.inflection-table td.header-c,
.scheme3 table.inflection-table td.header {
    background-color: #e8beff;
}

.scheme3 .extended-note {
    border-color: #e8beff;
}

.scheme4 .separator,
.scheme4 table.cross-references tr th,
.scheme4 table.inflection-table td {
    background-color: #eeeeee;
}

.scheme4 h1,
.scheme4 caption,
.scheme4 table.cross-references tr th.head,
.scheme4 table.inflection-table td.header-c,
.scheme4 table.inflection-table td.header {
    background-color: #aaaaaa;
}

.scheme4 .extended-note {
    border-color: #aaaaaa;
}

table.inflection-table td.header-c,
table.inflection-table td.data-c,
table.inflection-table td.blank {
    text-align: center;
}

table.inflection-table td.blank {
    background-color: transparent;
}

ul.form-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

table.cross-references {
    width: 100%;
    font-size: small;
    margin-top: 20px;
    border-spacing: 2px;
}

table.cross-references th {
    text-align: left;
    padding: 5px;
}

table.cross-references td {
    width: 50%;
    padding: 5px;
}

table.cross-references tr th {
    font-weight: normal;
}

table.cross-references tr th.head {
    font-weight: bold;
}

.cr-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

span.ending {
    color: red;
}

span.suffix {
    color: purple;
}

.extended-note {
    margin-top: 2em;
    border: 5px solid pink;
    padding: 1.5em;
}