Difference between revisions of "MediaWiki:Common.css"
From Cassette Beasts
Line 86: | Line 86: | ||
} | } | ||
− | table. | + | table.wikitable { |
margin-bottom: 1em; | margin-bottom: 1em; | ||
} | } | ||
− | table. | + | table.wikitable .rowheada, table.wikitable .rowheadb { |
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
text-align: center; | text-align: center; | ||
+ | min-width: 150px; | ||
} | } | ||
− | table. | + | table.wikitable .rowheada { |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
Line 108: | Line 101: | ||
color: #fff; | color: #fff; | ||
} | } | ||
− | . | + | table.wikitable .rowheadb { |
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
background: #3fbb9f; | background: #3fbb9f; | ||
color: #fff; | color: #fff; | ||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | table.datatable td, table.datatable th { |
− | + | padding-left: 1em; | |
− | + | padding-right: 1em; | |
− | |||
− | |||
− | |||
− | . | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 21:36, 23 May 2022
a.external {
color: #7629db !important;
}
#footer-bottom a {
color: #d087f8 !important;
}
.mw-portlet h3 {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif !important;
font-size: 1.5em !important;
}
#mw-content-container {
background-image: url("https://www.cassettebeasts.com/wp-content/uploads/2020/05/background-number-infinity-blurred.png");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.infobox {
float: right;
margin: 0 0 1em 1em;
width: 340px;
}
.infobox-head {
background: #ab75e8;
color: #fff;
font-weight: bold;
padding: 0.5em 1em 0 1em;
}
.infobox-title {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
font-size: 1.5em;
text-align: center;
}
.infobox-subtitle {
text-align: center;
}
.infobox-image {
margin: 0;
background: #fff;
padding: 15px;
border: solid #ab75e8;
border-width: 0 10px 10px 10px;
}
.infobox-image img {
image-rendering: pixelated;
}
.infobox-data {
margin: 0;
border: solid #ab75e8;
border-width: 0 10px 10px 10px;
}
.infobox-data table {
width: 100%;
margin: 0;
}
.infobox-data table {
background: #ab75e8;
color: #fff;
margin-bottom: 0;
}
.infobox-data table tr {
padding: 0;
margin: 0;
border: 0;
}
.infobox-data table th {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
font-size: 1.25em;
width: 30%;
color: #fff;
padding-left: 1em;
padding-right: 1em;
}
.infobox-data table td {
text-align: center;
background: #fff;
color: #000;
padding-left: 1em;
padding-right: 1em;
}
table.wikitable {
margin-bottom: 1em;
}
table.wikitable .rowheada, table.wikitable .rowheadb {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
font-size: 1.25em;
text-align: center;
min-width: 150px;
}
table.wikitable .rowheada {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
font-size: 1.25em;
background: #ab75e8;
color: #fff;
}
table.wikitable .rowheadb {
font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
font-size: 1.25em;
background: #3fbb9f;
color: #fff;
}
table.datatable td, table.datatable th {
padding-left: 1em;
padding-right: 1em;
}
.species_nav {
width: 100%;
}
.species_nav td {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.species_nav td:first-child {
text-align: left;
}
.species_nav td:last-child {
text-align: right;
}