Benutzer:Alboin/common.css: Unterschied zwischen den Versionen

Aus Ardapedia
Alboin (Diskussion | Beiträge)
Alboin änderte das Inhaltsmodell der Seite Benutzer:Alboin/common.css von „CSS“ nach „Bereinigtes CSS“
Alboin (Diskussion | Beiträge)
Alboin änderte das Inhaltsmodell der Seite Benutzer:Alboin/common.css von „Bereinigtes CSS“ nach „Wikitext“
(kein Unterschied)

Version vom 6. Dezember 2025, 22:57 Uhr

  1. mw-content-container {
   background-color: #858B62;

}

body {

   background-color: #FDFBEA;

}

.mw-footer-container { color: #000000; padding-top: 0.5em; }

  1. mw-content, #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
   background-color: #FDFBEA;

}

a, .mw-footer-container a {

   color: #8E4A25;

}

.mw-footer ul, .mw-footer li {

   margin: 0;

}

a:visited, .mw-footer-container a:visited, .mw-footer-container a:hover, a:hover {

   color: #6F4630;

}

.mw-body h1.firstHeading {

   border-bottom: solid 4px #515C17;

}

.h3 {

   font-family: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif', 'Times', serif;

}

  1. mw-content-container {
   border-bottom: solid 4px #333a0f;

}

h1, h2, h3, h4, h5, h6 {

   color: #8E4A25;
   border-bottom: 1px solid #c0c0c0;

}

.color-middle, .color-left, .color-right {

   background: #333a0f;

}

.ardapedia_column, .yui-u {

   float: left;
   width: 49%;

}

.yui-g .first {

   margin-right: 2%;

}

.ardapedia_row:after, yui-g:after {

   content: "";
   display: table;
   clear: both;

}

@media screen and (max-width: 851px) {

   .ardapedia_column, .yui-u {
       float: none;
       width: 100%;
   }
   .overlay h2 {
       font-size: 20px;
       margin:5px !important;;
   }

}

@media only screen and (max-width: 600px) { .mw-infobox { min-width: 100%; } }

@media only screen and (min-width: 601px) { .mw-infobox { width: 275px; } }

.mw-search-results {

   margin: 0;
   max-width: 76em;

}

.table .mw-wikitable td, th { padding: 4px; border-collapse:collapse; empty-cells:show; margin:4px; }

.highlight { background-color: #F3FAE2; }

.mw-wikitable th:not(.table):not(.citizen-overflow) {

   background-color: #F3FAE2;

}

.mw-wikitable .mw-infobox:not(.table):not(.citizen-overflow) { border: 1px solid #8A9163; background-color: #E9F3CF; }

div.float-right, table.float-right, ul.float-right, .float-right { clear: right; float: right; margin: 1em 0 1em 1em; }

.toc, .toccolours { border: 1px solid #8A9163; background-color: #E9F3CF; padding: 5px; font-size: 95%; }