inflection_table.css 1.25 KB
.inflection-table-container {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
}

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

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

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

table.scheme0 td {
    background-color: #ebf3ff;
}
table.scheme0 td.header-c, table.scheme0 td.header {
    background-color: #bfdbff;
}

table.scheme1 td {
    background-color: #e2ffde;
}
table.scheme1 td.header-c, table.scheme1 td.header {
    background-color: #b7ffae;
}

table.scheme2 td {
    background-color: #ffebde;
}
table.scheme2 td.header-c, table.scheme2 td.header {
    background-color: #ffdec7;
}

table.scheme3 td {
    background-color: #f4deff;
}
table.scheme3 td.header-c, table.scheme3 td.header {
    background-color: #e8beff;
}

table.scheme4 td {
    background-color: #eeeeee;
}
table.scheme4 td.header-c, table.scheme4 td.header {
    background-color: #aaaaaa;
}

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

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

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