No edit summary |
No edit summary |
||
| Line 98: | Line 98: | ||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | ||
border: 1px solid #DAA06D; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: rgba(233, 220, 200, 0.23); | |||
} | |||
.wikitable { | |||
background-color: none; | |||
border: 1px solid #DAA06D; | border: 1px solid #DAA06D; | ||
} | } | ||
Revision as of 03:08, 28 July 2022
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-size: 160px;
margin-top: 10px;
}
.infobox {
background-color: rgba(233, 220, 200, 0.23);
border: 1px solid #DAA06D;
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
width: 300px;
clear: both;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
}
.infobox-image {
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 100px;
}
.infobox td {
vertical-align: top;
}
.inspiration-box {
background-color: rgba(233, 220, 200, 0.23);
border: 1px solid #DAA06D;
padding: 0.5em;
display: block;
text-align: center;
margin-bottom: 1rem;
clear: both;
}
.inspiration-box table {
text-align: left;
}
.inspiration-title {
font-size: 130%;
border-bottom: 1px solid #a2a9b1;
}
.inspiration-box th {
vertical-align: top;
width: 150px;
font-weight: bold;
}
/* NEW THEME */
.vector-menu-tabs li {
background-image: linear-gradient(to top,#DAA06D 0, rgba(233, 220, 200, 0.23) 1px,#ffffff 100%);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#DAA06D 100%);
}
.mw-body {
border: 1px solid #DAA06D;
}
.toc, .catlinks, .mw-search-profile-tabs {
background-color: rgba(233, 220, 200, 0.23);
border: 1px solid #DAA06D;
}
.catlinks li {
border-left: 1px solid #DAA06D;
}
h1, h2 {
border-bottom: 1px solid #DAA06D;
}
.oo-ui-panelLayout-framed {
border: 1px solid #DAA06D;
}
hr {
background-color: #DAA06D;
}
.vector-menu-portal h3 {
background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#DAA06D 33%,#DAA06D 66%,rgba(200,204,209,0) 100%);
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border: 1px solid #DAA06D;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: rgba(233, 220, 200, 0.23);
}
.wikitable {
background-color: none;
border: 1px solid #DAA06D;
}