MediaWiki:VanaTime.css: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Starfox9507 No edit summary |
imported>Starfox9507 No edit summary |
||
| (13 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
.vanatime- |
.vanatime-airship-schedule-jeuno-table { |
||
| ⚫ | |||
| ⚫ | |||
} |
|||
.vanatime-page-crafting-guilds-schedule-table th { |
|||
| ⚫ | |||
} |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
cellspacing: 0; |
cellspacing: 0; |
||
cellpadding: |
cellpadding: 5px; |
||
} |
} |
||
.vanatime-airship-schedule-table th { |
.vanatime-airship-schedule-jeuno-table th { |
||
background-color: |
background-color: hsl(193, 93%, 61%) !important; |
||
border: 1px solid hsl(193, 93%, 25%) !important; |
|||
padding: 5px; |
|||
} |
} |
||
.vanatime-airship-schedule- |
.vanatime-airship-schedule-jeuno-table td { |
||
border: 1px solid |
border: 1px solid hsl(193, 93%, 25%) !important; |
||
padding: 5px; |
|||
cellspacing: 0; |
|||
cellpadding: 0; |
|||
} |
} |
||
.vanatime-airship-schedule- |
.vanatime-airship-schedule-jeuno-table tr:nth-child(2n+1) td { |
||
background-color: hsl( |
background-color: hsl(193, 93%, 90%) !important; |
||
| ⚫ | |||
/*padding: 5px;*/ |
|||
} |
} |
||
/* |
|||
.vanatime-airship-schedule-sandy-table { |
|||
New Defaults |
|||
| ⚫ | |||
*/ |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
cellspacing: 0; |
cellspacing: 0; |
||
cellpadding: |
cellpadding: 5px; |
||
} |
|||
.vanatime-airship-schedule-windy-table { |
|||
| ⚫ | |||
width: 400px; |
|||
cellspacing: 0; |
|||
cellpadding: 0; |
|||
} |
} |
||
.vanatime- |
.vanatime-main-table th { |
||
| ⚫ | |||
border: 1px solid blue; |
|||
| ⚫ | |||
width: 400px; |
|||
padding: 5px; |
|||
cellpadding: 0; |
|||
} |
} |
||
.vanatime- |
.vanatime-main-table td { |
||
border: 1px solid |
border: 1px solid hsl(193, 93%, 25%) !important; |
||
padding: 5px; |
|||
cellspacing: 0; |
|||
cellpadding: 0; |
|||
} |
} |
||
.vanatime- |
.vanatime-main-table tr:nth-child(2n+1) td { |
||
background-color: hsl( |
background-color: hsl(193, 93%, 90%) !important; |
||
| ⚫ | |||
/*padding: 5px;*/ |
|||
} |
} |
||
Latest revision as of 04:03, 30 April 2024
.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 td {
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
.vanatime-airship-schedule-jeuno-table tr:nth-child(2n+1) td {
background-color: hsl(193, 93%, 90%) !important;
/*border: 1px solid hsl(193, 93%, 25%);*/
/*padding: 5px;*/
}
/*
New Defaults
*/
.vanatime-main-table {
width: 576px;
cellspacing: 0;
cellpadding: 5px;
}
.vanatime-main-table th {
background-color: hsl(193, 93%, 61%) !important;
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
.vanatime-main-table td {
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
.vanatime-main-table tr:nth-child(2n+1) td {
background-color: hsl(193, 93%, 90%) !important;
/*border: 1px solid hsl(193, 93%, 25%);*/
/*padding: 5px;*/
}