MediaWiki:VanaTime.css: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Starfox9507 No edit summary |
imported>Starfox9507 No edit summary |
||
| Line 14: | Line 14: | ||
cellpadding: 0; |
cellpadding: 0; |
||
} |
} |
||
.vanatime-airship-schedule-table th { |
|||
background-color:#afc7cf !important; |
|||
} |
|||
.vanatime-airship-schedule-bastok-table { |
.vanatime-airship-schedule-bastok-table { |
||
border: 1px solid blue; |
border: 1px solid blue; |
||
| Line 19: | Line 24: | ||
cellspacing: 0; |
cellspacing: 0; |
||
cellpadding: 0; |
cellpadding: 0; |
||
} |
|||
.vanatime-airship-schedule-bastok-table th { |
|||
background-color: hsl(235, 90%, 95%) !important; |
|||
} |
} |
||
Revision as of 17:00, 22 November 2023
.vanatime-page-crafting-guilds-schedule-table {
border: 5px solid black;
}
.vanatime-page-crafting-guilds-schedule-table th {
background-color: rgb(228, 240, 245);
}
.vanatime-airship-schedule-table {
border: 1px solid black;
width: 400px;
cellspacing: 0;
cellpadding: 0;
}
.vanatime-airship-schedule-table th {
background-color:#afc7cf !important;
}
.vanatime-airship-schedule-bastok-table {
border: 1px solid blue;
width: 400px;
cellspacing: 0;
cellpadding: 0;
}
.vanatime-airship-schedule-bastok-table th {
background-color: hsl(235, 90%, 95%) !important;
}
.vanatime-page-ferry-schedule-table {
}