MediaWiki:VanaTime.css: Difference between revisions

From HorizonXI Wiki
No edit summary
No edit summary
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:




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


.vanatime-page-crafting-guilds-schedule-table th {
.vanatime-airship-schedule-jeuno-table th {
  background-color: rgb(228, 240, 245);
background-color: hsl(193, 93%, 61%) !important;
border: 1px solid hsl(193, 93%, 25%) !important;
padding: 5px;
}
}


.vanatime-airship-schedule-table {
.vanatime-airship-schedule-jeuno-table td {
border: 1px solid black;
border: 1px solid hsl(193, 93%, 25%) !important;
width: 400px;
padding: 5px;
cellspacing: 0;
cellpadding: 0;
}
}


.vanatime-airship-schedule-table th {
.vanatime-airship-schedule-jeuno-table tr:nth-child(2n+1) td {
background-color:#afc7cf !important;
background-color: hsl(193, 93%, 90%) !important;
/*border: 1px solid hsl(193, 93%, 25%);*/
/*padding: 5px;*/
}
}


.vanatime-airship-schedule-bastok-table {
/*     
border: 1px solid blue;
New Defaults
width: 400px;
*/
.vanatime-main-table {
width: 576px;
cellspacing: 0;
cellspacing: 0;
cellpadding: 0;
cellpadding: 5px;
}


.vanatime-airship-schedule-bastok-table th {
background-color: hsl(235, 90%, 95%) !important;
}
}


.vanatime-airship-schedule-sandy-table {
.vanatime-main-table th {
border: 1px solid blue;
background-color: hsl(193, 93%, 61%) !important;
width: 400px;
border: 1px solid hsl(193, 93%, 25%) !important;
cellspacing: 0;
padding: 5px;
cellpadding: 0;
}
}


.vanatime-airship-schedule-windy-table {
.vanatime-main-table td {
border: 1px solid blue;
border: 1px solid hsl(193, 93%, 25%) !important;
width: 400px;
padding: 5px;
cellspacing: 0;
cellpadding: 0;
}
}


.vanatime-airship-schedule-kazham-table {
.vanatime-main-table tr:nth-child(2n+1) td {
border: 1px solid blue;
background-color: hsl(193, 93%, 90%) !important;
width: 400px;
/*border: 1px solid hsl(193, 93%, 25%);*/
cellspacing: 0;
/*padding: 5px;*/
cellpadding: 0;
}
 
.vanatime-page-ferry-schedule-table {
width: 400px;
cellspacing: 0;
cellpadding: 0;
font-size: 12px;
}
}

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;*/
}