|
|
| Zeile 1: |
Zeile 1: |
| == Übernahme von [[MediaWiki:Common.css]] aus der Entwicklungsumgebung ==
| |
|
| |
|
| Übernehme bitte das CSS aus der Entwicklungsumgebung in die Ardapedia.
| |
|
| |
| <pre>#mw-content-container {
| |
| background-color: #858B62;
| |
| }
| |
|
| |
| body {
| |
| background-color: #FDFBEA;
| |
| }
| |
|
| |
| .mw-footer-container {
| |
| color: #000000;
| |
| padding-top: 0.5em;
| |
| }
| |
|
| |
| #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;
| |
|
| |
| }
| |
|
| |
| #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;
| |
| }
| |
| }
| |
|
| |
| .mw-search-results {
| |
| margin: 0;
| |
| max-width: 76em;
| |
| }
| |
|
| |
| div.float-right, table.float-right, ul.float-right, .float-right {
| |
| clear: right;
| |
| float: right;
| |
| margin: 1em 0 1em 1em;
| |
| }
| |
|
| |
| #personal h2, #mw-site-navigation h2, #mw-related-navigation h2 {
| |
| border-bottom: none;
| |
| }
| |
|
| |
| .toc, .toccolours {
| |
| border: 1px solid #8e4924;
| |
| background-color: #f8f9fa;
| |
| padding: 5px;
| |
| font-size: 95%;
| |
| }
| |
|
| |
| #f-list {
| |
| color: #7F855D;
| |
| line-height: 1.4em;
| |
| font-size: 85%;
| |
| }
| |
|
| |
| /* Einheitliches Tabellendesign */
| |
| table.wikitable {
| |
| background-color: var(--hintergrundfarbe) !important;
| |
| border: 1px solid var(--rahmenfarbe) !important;
| |
| border-collapse: collapse;
| |
| }
| |
| .wikitable th, .wikitable td {
| |
| border: 1px solid var(--rahmenfarbe) !important;
| |
| }
| |
| .wikitable th {
| |
| background-color: var(--highlight) !important;
| |
| text-align: center;
| |
| }
| |
| .wikitable caption {
| |
| font-weight: bold;
| |
| }
| |
|
| |
| /* Ardapedia-Grün */
| |
| :root {
| |
| /* Ardapedia-Highlight */
| |
| --highlight: #F3FAE2;
| |
| /* Tabellenzellen */
| |
| --hintergrundfarbe: #E9F3CF;
| |
| /* Tabellenränder */
| |
| --rahmenfarbe: #8A9163;
| |
| }
| |
|
| |
| /* Farbdefinitionen */
| |
| .hintergrundfarbe {
| |
| background-color: var(--hintergrundfarbe);
| |
| }
| |
| .rahmenfarbe {
| |
| border: 1px solid var(--rahmenfarbe);
| |
| }
| |
| .ardapedia-highlight {
| |
| background-color: var(--highlight);
| |
| }
| |
|
| |
| /* Responsive Darstellung der Infoboxen */
| |
| @media only screen and (max-width: 600px) {
| |
| .infobox {
| |
| min-width: 100%;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (min-width: 601px) {
| |
| .infobox {
| |
| width: 275px;
| |
| }
| |
| }
| |
|
| |
| /* Box für [[MediaWiki:Sitenotice]] */
| |
| #localNotice {
| |
| background: #f8f9fa;
| |
| border: 1px solid #8e4924;
| |
| padding: 5px;
| |
| }</pre>
| |
|
| |
| --[[Benutzer:Alboin|Alboin]] ([[Benutzer Diskussion:Alboin|Diskussion]]) 23:15, 22. Jun. 2026 (CEST)
| |