MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Encyklopedia Dinozaury.com
Skocz do: nawigacja, szukaj
m
m
Linia 53: Linia 53:
 
.vatop tr, tr.vatop, .vatop td, .vatop th {
 
.vatop tr, tr.vatop, .vatop td, .vatop th {
 
vertical-align: top;
 
vertical-align: top;
 +
}
 +
 +
table.datatable {
 +
background-color: transparent;
 +
}
 +
 +
table.datatable th, table.datatable td {
 +
padding: 4px;
 +
}
 +
 +
table.datatable th {
 +
text-align: left;
 +
background-color: #999999;
 +
}
 +
 +
table.datatable tr {
 +
background-color: #cccccc;
 +
}
 +
 +
table.datatable tr:hover {
 +
background-color: #ffffcc;
 
}
 
}

Wersja z 17:13, 5 lis 2018

body {background-color: #e0d79d; }
#content {font-size: 90%; background-color: #f6f3cf;}
#firstHeading {font-family: Arial}
#content h1 {font-family: Arial}
#content h2 {font-family: Arial}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #e8dfa2;
}
table.wikitable, table.wikitable {
	background-color: #f6f3cf;
}

.vatop tr, tr.vatop, .vatop td, .vatop th {
	vertical-align: top;
}

table.datatable {
	background-color: transparent;
}
 
table.datatable th, table.datatable td {
	padding: 4px;
}
 
table.datatable th {
	text-align: left;
	background-color: #999999;
}
 
table.datatable tr {
	background-color: #cccccc;
}
 
table.datatable tr:hover {
	background-color: #ffffcc;
}

ol.references > li:target { background-color: #e8dfa2; }
sup.reference:target { background-color: #e8dfa2; }

/* Give wikitables blue headings */
.wikitable th, .wikitable td.hl3, .wikitable th.hl3 {
	background-color: #e8dfa2;
}
.wikitable td.hl1, .wikitable th.hl1 {
	background: #f6f3cf;
}
.wikitable td.hl2, .wikitable th.hl2 {
	background: #f6f3cf;
}

.vatop tr, tr.vatop, .vatop td, .vatop th {
	vertical-align: top;
}

table.datatable {
	background-color: transparent;
}
 
table.datatable th, table.datatable td {
	padding: 4px;
}
 
table.datatable th {
	text-align: left;
	background-color: #999999;
}
 
table.datatable tr {
	background-color: #cccccc;
}
 
table.datatable tr:hover {
	background-color: #ffffcc;
}