MediaWiki:VanaTime.css: Difference between revisions

From HorizonXI Wiki
No edit summary
mNo edit summary
Line 2: Line 2:


.vanatime-airship-schedule-jeuno-table {
.vanatime-airship-schedule-jeuno-table {
border: 1px solid black;
width: 576px;
width: 400px;
cellspacing: 0;
cellspacing: 0;
cellpadding: 0;
cellpadding: 5;
}
}


.vanatime-airship-schedule-jeuno-table th {
.vanatime-airship-schedule-jeuno-table th {
background-color:#afc7cf !important;
background-color: hsla(187, 79%, 65%) !important;
border: 1px solid hsla(187, 79%, 25%);
}
 
.vanatime-airship-schedule-jeuno-table-tr {
background-color: hsla(187, 79%, 90%) !important;
border: 1px solid hsla(187, 79%, 25%);
}
}

Revision as of 13:35, 12 December 2023



.vanatime-airship-schedule-jeuno-table {
	width: 576px;
	cellspacing: 0;
	cellpadding: 5;
}

.vanatime-airship-schedule-jeuno-table th {
	background-color: hsla(187, 79%, 65%) !important;
	border: 1px solid hsla(187, 79%, 25%);
}

.vanatime-airship-schedule-jeuno-table-tr {
	background-color: hsla(187, 79%, 90%) !important;
	border: 1px solid hsla(187, 79%, 25%);
}