KKeine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
KKeine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:


.mw-body h2, .mw-body h3, .mw-body h4 {
.mw-body h2, .mw-body h3, .mw-body h4 {
  padding-top:1em;
  padding-top:1em !important;
}
}



Version vom 29. Oktober 2023, 05:50 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url( 'https://fonts.googleapis.com/css?family=Metamorphous|Metamorphous ');
/* Changes the default font used for MediaWiki headings */
#content h1, 
#content h2 {
  font-family: "Metamorphous";
}

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */

.mw-body h2, .mw-body h3, .mw-body h4 {
 padding-top:1em !important;
}

.mw-body {
    margin-top: -1px;
    border: 0px solid #a7d7f9;
    border-right-width: 1px;
    border-right-width: 0;
    background: #d4bf98;
}

.header-container.header-chrome {
    background: #1e2329;
}

.branding-box > a > span {
    display: none;
}

.branding-box > a {
    background-image: url(https://wiki.ottonien.com/images/d/d3/Ottonien_new_536x436.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 70px;
}

.minerva-user-notifications > a {
    line-height: normal !important;
    color: #202122 !important;
}

.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.mw-editsection > a {
    line-height: normal !important;
    color: #d4bf98 !important;
}

.mw-ui-icon-flush-right {
    font-size: small;
}

.page-actions-menu {
    border-top: 1px solid #44332e;
    border-bottom: 1px solid #44332e;
}

.toggle-list__list {
    color: #44332e !important;
    background: #b8a681 !important;
}

.minerva-footer {
    border-top: solid 2px #37404b;
    overflow: auto;
    padding-bottom: 6px;
    background: #1e2329  !important;
    color: #bbbbbb  !important;
}
footer > .post-content > h2:first-child, .mw-footer > .post-content > h2:first-child {
    color: #bbbbbb  !important;
    border-bottom: solid 0px #37404b;
}

footer > .post-content .hlist, .mw-footer > .post-content .hlist, footer > .post-content .license, .mw-footer > .post-content .license {
    color: #bbbbbb  !important;
}

.last-modified-bar {
    background-color: transparent;
    border-bottom: solid 2px #37404b;
}

.header .branding-box h1 span, .header .branding-box a span {
    line-height: 1;
    font-size: inherit;
    color: #bbbbbb  !important;
}

.vector-menu-tabs .new{
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs{
    background: #d5c096 !important;
    border: 0px;
}

.vector-menu-tabs .collapsible {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs li {
    background: #c3b18d;
    border: 0px;
}

.vector-menu-tabs .selected {
    background: #d5c096;
    border: 0px;
}

#content {
    color: #44332e !important;
}

#firstHeading{
	color: #44332e;
}

#secondHeading{
	color: #44332e;
}

#thirdHeading{
	color: #44332e;
}

.catlinks {
    border: 0px solid #a2a9b1;
    background-color: #b7a683;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

.infotable {
    border: 2px solid #ae9f82;
    background-color: #d4bf98;
}

.wikitable {
    border-top: 1px solid #ae9f82;
    border-bottom: 1px solid #ae9f82;
    border-left: 0px solid #ae9f82 !important;
    border-right: 0px solid #ae9f82 !important;
    background-color: #d4bf98;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
    border-top: 1px solid #ae9f82;
    border-bottom: 1px solid #ae9f82;
    border-left: 0px solid #ae9f82 !important;
    border-right: 0px solid #ae9f82 !important;
    padding: 0.2em 1.0em;
}

.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #c2b191;
    text-align: center;
}

div#mw-panel div.portal div.body ul li a {
    color: #0645AD;
}

#mw-panel .portal a, #mw-panel .portal a:visited {
    color: #decba5!important;
}

.vector-menu-portal h3 {
    color: #c5b28c!important;
    background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#c5b28c 33%,#c5b28c 66%,rgba(200,204,209,0) 100%);

}

.toc, .toccolours {
    border: 0px solid #81675f;
    background-color: #c2b18f;
    padding: 5px;
    font-size: 95%;
}

h1, h2, h3 {
    margin-bottom: 0.6em;
    color: #44332e !important;
}

.content .mw-parser-output > h2, .content .section-heading {
    border-bottom: none !important;
}

code {
    background: #c2b18f;
    border: 1px solid #b0a184
}

a:link {
    color: #646d79;
}

a:visited {
    color: #4d545e;
}

a:hover {
    color: #788391;
}

a:active {
    color: #788391;
}

.new a {
    color: #b14153;
}

.vector-menu-tabs li a {
    color: #788391;
}

.vector-menu-tabs .new a {
    color: #b14153;
}

.article-table.mw-collapsible.mw-made-collapsible.th {
    color: blue
    border: 1px solid #ae9f82;
    background-color: #d4bf98;
}

.wikitable.sidetable {
    border: 2px solid #ae9f82 !important;
    background-color: #c2b18f;
    float: right !important;
}

.wikitable.fulltable {
    border: 2px solid #ae9f82 !important;
    background-color: #c2b18f;
}

blockquote {
    border-left: 4px solid #81675f !important;
    padding: 8px 32px;
    margin-left: 0px;
    margin-right: 60%;
    background: #b7a685 !important;
}

.hlist-separated li::after {
    color: #646d79 !important;
}

.footer-content > h2::before {
    content: '© 2021 ';
}

.talk {
    background-image: url(https://wiki.ottonien.com/images/a/a8/Button_26x78.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

.sortable {
    width: 100% !important;
}

@media screen and (max-width: 600px) {
  .wikitable {
    display: flex;  
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
  }

  .wikitable > tbody > tr > td {
    white-space: nowrap;
  }
}

q {
  font-style: italic;
}

blockquote {
  margin-right: 0px;
}

/* CSS placed here will be applied to all skins */

/* 031 Start of wiki specific CSS (general customization options) */

/* Hiding the main page's title (using an image instead) */
body.page-Crusader_Kings_III_Wiki h1.firstHeading { display:none; }

.effect-yellow { color: #FFA500; }
.effect-background-yellow { background: #E9E9E9; padding: 0px 2px; border-radius: 2px; }

/* Infobox colors */
.eu4box {
	border: 0px solid #480601;
	background: #none;
}
.eu4box .heading {
	background: #480601;
}

.mainbox-inline {
	border: 0px solid #B37570;
	background: none !important; /*remove later*/
    list-style-type: none !important;
    margin-left: 5px;
    margin-right: 5px;
}
.mainbox-inline .heading {
	background: #A8615C;
}

#mw-mf-page-left {
  background: #baa786 !important;
}

#mw-mf-page-left ul li a {
  color: #4a4f52;
  background: #af9b78;
}

#mw-mf-page-left ul.hlist li a {
  color: #4a4f52;
}

h1, h2, h3, h4, h5, h6 {
  display: block !important;
}

/* background images */
.gridBG {
	background: #85221b url(/images/d/dc/MainBG.jpg) repeat left center;
}
.gridBG2 {
	background: #85221b url(/images/0/07/MainBG2.png) repeat left center;
}

/* 032 End of wiki specific CSS (general customization options) */