MediaWiki:VanaTime.css: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Spiffly mNo edit summary |
imported>Spiffly mNo edit summary |
||
| Line 4: | Line 4: | ||
width: 576px; |
width: 576px; |
||
cellspacing: 0; |
cellspacing: 0; |
||
cellpadding: |
cellpadding: 5px; |
||
} |
} |
||
.vanatime-airship-schedule-jeuno-table th { |
.vanatime-airship-schedule-jeuno-table th { |
||
background-color: |
background-color: hsl(193, 93%, 61%) !important; |
||
border: 1px solid |
border: 1px solid hsl(193, 93%, 25%) !important; |
||
padding: 5px; |
|||
} |
|||
.vanatime-airship-schedule-jeuno-table tr { |
|||
border: 1px solid hsl(193, 93%, 25%) !important; |
|||
padding: 5px; |
|||
} |
} |
||
.vanatime-airship-schedule-jeuno-table-tr { |
.vanatime-airship-schedule-jeuno-table-tr { |
||
background-color: |
background-color: hsl(193, 93%, 90%) !important; |
||
border: 1px solid |
border: 1px solid hsl(193, 93%, 25%); |
||
padding: 5px; |
|||
} |
} |
||
Revision as of 13:44, 12 December 2023
.vanatime-airship-schedule-jeuno-table {
width: 576px;
cellspacing: 0;
cellpadding: 5px;
}
.vanatime-airship-schedule-jeuno-table th {
background-color: hsl(193, 93%, 61%) !important;
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
.vanatime-airship-schedule-jeuno-table tr {
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
.vanatime-airship-schedule-jeuno-table-tr {
background-color: hsl(193, 93%, 90%) !important;
border: 1px solid hsl(193, 93%, 25%);
padding: 5px;
}