MediaWiki:Common.css: Różnice pomiędzy wersjami
m |
m |
||
| Linia 119: | Linia 119: | ||
.backgroundc7 { background-color: #a3a3a3; } | .backgroundc7 { background-color: #a3a3a3; } | ||
.backgroundc8 { background-color: #444455; } | .backgroundc8 { background-color: #444455; } | ||
| + | |||
| + | table.mbox { | ||
| + | margin: 4px 10%; | ||
| + | border-collapse: collapse; | ||
| + | border: 1px solid #aaa; /* Default "notice" gray */ | ||
| + | background: #f6f3cf; | ||
Wersja z 16:15, 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;
}
div.sideBox {
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
div.sideBox dl {
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
}
div.sideBox dl dt {
background: none;
margin: 0.4em 0 0 0;
}
div.sideBox dl dd {
margin: 0.1em 0 0 1.1em;
background-color: #f6f3cf;
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }
.borderc2 { border-color: #aaaaaa; border-width: thin; }
.borderc3 { border-color: #777777; border-width: thin; }
.borderc4 { border-color: #000000; border-width: thin; }
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */
/* Background colors */
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
.backgroundc2 { background-color: #f6f3cf; }
.backgroundc3 { background-color: #eeeeee; }
.backgroundc4 { background-color: #e0e0e0; }
.backgroundc5 { background-color: #d2d2d2; }
.backgroundc6 { background-color: #b7b7b7; }
.backgroundc7 { background-color: #a3a3a3; }
.backgroundc8 { background-color: #444455; }
table.mbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #aaa; /* Default "notice" gray */
background: #f6f3cf;