MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SPD Geschichtswerkstatt
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (70 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
#mw-footer-container { | |||
border:0; | |||
} | |||
div#footer { | div#footer { | ||
margin-top: 0; | margin-top: 0; | ||
| Zeile 4: | Zeile 8: | ||
direction: ltr; | direction: ltr; | ||
color: #ffffff; | color: #ffffff; | ||
background: # | background: #E3000F; | ||
border-bottom: 15px solid #980065; | border-bottom: 15px solid #980065; | ||
} | } | ||
body { | |||
background: #e3000f; | |||
} | |||
a { | |||
color: #4099ff !important; | |||
} | |||
p { | |||
hyphens: auto; | |||
} | |||
#p-banner, #mw-header-hack { | #p-banner, #mw-header-hack { | ||
display:none!important; | display:none!important; | ||
| Zeile 16: | Zeile 28: | ||
h1.firstHeading { | h1.firstHeading { | ||
color:#e2001a; | color:#e2001a; | ||
border-bottom: solid 4px # | border-bottom: solid 4px #E3000F; | ||
} | |||
#mw-content-container { | |||
border-bottom: solid 4px #E3000F; | |||
} | |||
.mw-body .mw-parser-output h1::after, .mw-body .mw-parser-output h2::after { | |||
border:0; | |||
} | |||
.mw-body h2 { | |||
text-align: left!important; | |||
} | |||
.client-js #ca-edit a { | |||
background-image:url(/skins/Timeless/resources/images/brackets-grey.png); | |||
} | |||
.infobox, .infobox a { | |||
background: #4099ff; | |||
color:#fff!important; | |||
padding: 0 0 3px 0; | |||
} | } | ||
.infobox .data td { | |||
padding: 0 0 0 3px; | |||
} | |||
. | .infobox { | ||
margin: 0 0 0 1em!important; | |||
} | |||
#orgInfo { | |||
float:right; | |||
margin-left:10px | |||
width: 250px | |||
} | |||
#toc { | |||
background: #ededed; | |||
} | |||
#toc ul, .toc ul { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.mw-content-ltr ul { | |||
list-style-type: square; | |||
margin: 0.3em 0px 0px 0em!important; | |||
} | |||
.thumbinner { | |||
background: #ededed; | |||
} | |||
.thumbcaption { | |||
padding:0; | |||
font-weight:bold; | |||
font-size: 70%; | |||
} | |||
.tleft { | |||
margin: 0 1em 0.4em 0; | |||
padding: 0; | |||
} | |||
.tright { | |||
margin: 0 0 0.4em 1em; | |||
padding: 0; | |||
} | |||
table.wikitable { | |||
border: 0; | |||
background: #ededed; | |||
} | |||
table.wikitable > * > tr > th { | |||
background-color: #00B4CC; | |||
text-align: center; | |||
color: white; | |||
} | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | |||
border: 1px solid #00B4CC; | |||
} | |||
.mw-wiki-logo { | |||
width: 12em; | |||
height: 12em; | |||
} | |||
#mw-content-container { | |||
background-image: none!important; | |||
} | } | ||
| Zeile 45: | Zeile 122: | ||
margin-top: 0; | margin-top: 0; | ||
padding-left: 1em; | padding-left: 1em; | ||
} | |||
blockquote { | |||
border-left: 5px lightgray solid; | |||
padding-left: 10px; | |||
margin-left: 0; | |||
margin-right: 0; | |||
} | } | ||
| Zeile 361: | Zeile 445: | ||
} | } | ||
div#mw-subcategories,div#mw-pages,div#mw-category-media { | div#mw-subcategories,div#mw-pages,div#mw-category-media { | ||
| Zeile 516: | Zeile 594: | ||
#hauptseite h2 { | #hauptseite h2 { | ||
background: #d8e8ff; | background: #d8e8ff; | ||
border: | border-bottom: solid 2px #0088dd!important; | ||
font-size: 1em; | font-size: 1em; | ||
font-weight: bold; | font-weight: bold; | ||
| Zeile 629: | Zeile 707: | ||
}; | }; | ||
} | } | ||
#footer a { | |||
/* make the list of references look smaller and highlight clicked reference in blue */ | |||
ol.references { font-size: 80%; } | |||
.references-small { font-size: 70%;} | |||
ol.references > li:target { background-color: #ddeeff; } | |||
sup.reference:target { background-color: #ddeeff; } | |||
pre.lua.source-lua { | |||
font-family: monospace,Courier; | |||
} | |||
#mw-footer a { | |||
color:white!important; | color:white!important; | ||
font-weight:bold; | font-weight:bold; | ||
| Zeile 645: | Zeile 733: | ||
color: #e2001a!important; | color: #e2001a!important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2 { | ||
font-weight:bold; | |||
font-family: 'thesanslp7_bold', Arial, sans-serif!important; | |||
border-bottom: 2px solid #0088dd!important; | |||
} | |||
h3, h4, h5, h6 { | |||
font-weight:bold; | |||
font-family: 'thesanslp7_bold', Arial, sans-serif!important; | font-family: 'thesanslp7_bold', Arial, sans-serif!important; | ||
} | } | ||
| Zeile 653: | Zeile 747: | ||
} | } | ||
h3 { | h3 { | ||
font-size: 130%!important; | |||
border-bottom: 1px solid #8898bf; | |||
} | |||
h4 { | |||
font-size: 110%!important; | font-size: 110%!important; | ||
border-bottom: 1px solid #8898bf; | |||
} | |||
h5 { | |||
font-size: 100%!important; | |||
font-weight:light;!important; | |||
border-bottom: 1px solid #8898bf; | |||
} | } | ||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | ||
| Zeile 670: | Zeile 774: | ||
.gm-style img { | .gm-style img { | ||
max-width: none; | max-width: none; | ||
} | |||
.hidden { | |||
display:none; | |||
} | } | ||
/* fix result page */ | /* fix result page */ | ||
.mw-search-results.mw-search-results, .mw-search-results.mw-search-results { float:none;} | .mw-search-results.mw-search-results, .mw-search-results.mw-search-results { float:none;} | ||
Aktuelle Version vom 22. Februar 2026, 13:14 Uhr
#mw-footer-container {
border:0;
}
div#footer {
margin-top: 0;
padding: 0.75em;
direction: ltr;
color: #ffffff;
background: #E3000F;
border-bottom: 15px solid #980065;
}
body {
background: #e3000f;
}
a {
color: #4099ff !important;
}
p {
hyphens: auto;
}
#p-banner, #mw-header-hack {
display:none!important;
}
.color-middle, .color-right, .color-left {
background: #b61c3e;
}
h1.firstHeading {
color:#e2001a;
border-bottom: solid 4px #E3000F;
}
#mw-content-container {
border-bottom: solid 4px #E3000F;
}
.mw-body .mw-parser-output h1::after, .mw-body .mw-parser-output h2::after {
border:0;
}
.mw-body h2 {
text-align: left!important;
}
.client-js #ca-edit a {
background-image:url(/skins/Timeless/resources/images/brackets-grey.png);
}
.infobox, .infobox a {
background: #4099ff;
color:#fff!important;
padding: 0 0 3px 0;
}
.infobox .data td {
padding: 0 0 0 3px;
}
.infobox {
margin: 0 0 0 1em!important;
}
#orgInfo {
float:right;
margin-left:10px
width: 250px
}
#toc {
background: #ededed;
}
#toc ul, .toc ul {
margin: 0;
padding: 0;
}
.mw-content-ltr ul {
list-style-type: square;
margin: 0.3em 0px 0px 0em!important;
}
.thumbinner {
background: #ededed;
}
.thumbcaption {
padding:0;
font-weight:bold;
font-size: 70%;
}
.tleft {
margin: 0 1em 0.4em 0;
padding: 0;
}
.tright {
margin: 0 0 0.4em 1em;
padding: 0;
}
table.wikitable {
border: 0;
background: #ededed;
}
table.wikitable > * > tr > th {
background-color: #00B4CC;
text-align: center;
color: white;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 1px solid #00B4CC;
}
.mw-wiki-logo {
width: 12em;
height: 12em;
}
#mw-content-container {
background-image: none!important;
}
.ui-helper-clearfix:before,.ui-helper-clearfix:after {
border-collapse: collapse;
}
.Person {
font-style: normal;
font-variant: small-caps;
}
p.Zitat {
margin-bottom: 0;
}
p.cite {
margin-top: 0;
padding-left: 1em;
}
blockquote {
border-left: 5px lightgray solid;
padding-left: 10px;
margin-left: 0;
margin-right: 0;
}
div.NavFrame {
display: inline-block;
}
div.NavFrame {
border: 1px solid #aaa;
clear: both;
display: block;
font-size: 95%;
margin-top: 1.5em;
padding: 2px;
text-align: center;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
background: #efefef;
font-weight: bold;
}
div.NavFrame:after {
clear: both;
content: "";
display: block;
}
.NavToggle {
float: right;
font-size: x-small;
}
div.NavFrame + div.NavFrame {
margin-top: -1px;
}
div.BoxenVerschmelzen {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
border: none;
font-size: 100%;
margin: 0;
padding-top: 0;
}
div.sideBox {
background: white;
border: 1px solid gray;
clear: right;
float: right;
margin-left: 1em;
overflow: hidden;
padding: .3em;
position: relative;
width: 200px;
}
div.sideBox dl {
font-size: 96%;
margin: 0 0 .3em;
}
div.sideBox dl dt {
background: none;
margin: .4em 0 0;
}
div.sideBox dl dd {
background: #f3f3f3;
margin: .1em 0 0 1.1em;
}
table.taxobox {
background: white;
border: 1px solid gray;
border-collapse: collapse;
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
table.taxobox th {
background: #9bcd9b;
border: 1px solid gray;
font-weight: bold;
text-align: center;
}
table.palaeobox th {
background: #e7dcc3;
}
table.taxobox div.thumb,table.taxobox div.thumb * {
background: #f9f9f9;
border: none;
float: none;
margin: 0 auto;
padding: 0;
}
table.taxobox div.magnify {
display: none;
}
table.taxobox tr td div.thumb div div.thumbcaption,table.taxobox td.Person,table.taxobox td.taxo-name,table.taxobox td.taxo-bild,table.taxobox td.taxo-zeit {
text-align: center;
}
table.taxobox td.taxo-ort {
text-align: left;
}
.prettytable {
background-color: #f9f9f9;
border: 1px solid #aaa;
border-collapse: collapse;
color: black;
margin: 1em 0;
}
table.prettytable > * > tr > th,table.prettytable > * > tr > td {
border: 1px solid #aaa;
padding: .2em;
}
table.prettytable > * > tr > th {
text-align: center;
}
table.prettytable > caption {
font-weight: bold;
}
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
div.float-left,table.float-left,ul.float-left,.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
div.float-right,table.float-right,ul.float-right,.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
div.centered,table.centered,ul.centered,.centered {
margin-left: auto;
margin-right: auto;
}
.toptextcells > * > * > td {
vertical-align: top;
}
table ul,table p {
margin-top: .3em;
}
.metadata {
display: none;
}
.metadata-label {
color: #aaa;
}
.mw-templatedata-doc-wrap {
border: 2px solid #b3b7ff;
margin: 1em 0;
padding: .5em 1em 0;
}
.rahmenfarbe1 {
border: 1px #aaa;
}
.rahmenfarbe2 {
border: 1px #e9e9e9;
}
.rahmenfarbe3 {
border: 1px #c00000;
}
.rahmenfarbe4 {
border: 1px #88a;
}
.rahmenfarbe5 {
border: 1px #000;
}
table > * > tr.hintergrundfarbe1 > th,table > * > tr > th.hintergrundfarbe1,table.hintergrundfarbe1,.hintergrundfarbe1 {
background-color: #f9f9f9;
}
table > * > tr.hintergrundfarbe2 > th,table > * > tr > th.hintergrundfarbe2,table.hintergrundfarbe2,.hintergrundfarbe2 {
background-color: #fff;
}
table > * > tr.hintergrundfarbe3 > th,table > * > tr > th.hintergrundfarbe3,table.hintergrundfarbe3,.hintergrundfarbe3 {
background-color: #ffff40;
}
table > * > tr.hintergrundfarbe4 > th,table > * > tr > th.hintergrundfarbe4,table.hintergrundfarbe4,.hintergrundfarbe4 {
background-color: #fa0;
}
table > * > tr.hintergrundfarbe5 > th,table > * > tr > th.hintergrundfarbe5,table.hintergrundfarbe5,.hintergrundfarbe5 {
background-color: #e0e0e0;
}
table > * > tr.hintergrundfarbe6 > th,table > * > tr > th.hintergrundfarbe6,table.hintergrundfarbe6,.hintergrundfarbe6 {
background-color: #b3b7ff;
}
table > * > tr.hintergrundfarbe7 > th,table > * > tr > th.hintergrundfarbe7,table.hintergrundfarbe7,.hintergrundfarbe7 {
background-color: #ffcbcb;
}
table > * > tr.hintergrundfarbe8 > th,table > * > tr > th.hintergrundfarbe8,table.hintergrundfarbe8,.hintergrundfarbe8 {
background-color: #ffebad;
}
table > * > tr.hintergrundfarbe9 > th,table > * > tr > th.hintergrundfarbe9,table.hintergrundfarbe9,.hintergrundfarbe9 {
background-color: #b9ffc5;
}
sup.reference {
font-style: normal;
font-weight: 400;
}
sup,sub {
line-height: 1em;
}
ol.references > li:target,sup.reference:target {
background: #def;
}
ol.references li a[href|="#cite_ref"] {
font-style: italic;
}
ol.references li div.sisterproject {
display: inline;
}
div#mw-missingcommentheader b {
color: #900;
}
div#mw-anon-edit-warning,div#mw-anon-preview-warning,div#mw-missingsummary {
background: #d3e1f2;
border: 1px solid #1a47ff;
margin: 1em auto;
padding: 1em;
width: 80%;
}
div#mw-content-text a.external[href^="//de.wikipedia.org"],div#mw-content-text a.external[href^="http://de.wikipedia.org"],div#mw-content-text a.external[href^="https://de.wikipedia.org"],div#mw-content-text a.external[href^="//toolserver.org"],div#mw-content-text a.external[href^="http://toolserver.org"],div#mw-content-text a.external[href^="https://toolserver.org"],div#mw-content-text a.external[href^="//tools.wmflabs.org"],div#mw-content-text a.external[href^="http://tools.wmflabs.org"],div#mw-content-text a.external[href^="https://tools.wmflabs.org"] {
background: none;
padding-right: 0;
}
.mw-summarymissed {
border: 5px solid red;
padding: 2px;
}
div#editpage-copywarn {
background: #fff;
border: 1px solid #c00000;
margin: 1em 0;
}
.toclimit-2 .toclevel-1 ul,.toclimit-3 .toclevel-2 ul,.toclimit-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul {
display: none;
}
.tocnonum .tocnumber {
display: none;
}
span.tocnumber {
margin-right: .3em;
}
ul + .toc,ol + .toc {
margin-top: .5em;
}
#commons-icon,#coordinates,#editcount,#issnlink,#shortcut,#spoken-icon,.topicon {
display: none;
}
.geo {
display: none;
}
div#mw-subcategories,div#mw-pages,div#mw-category-media {
clear: both;
}
td#wpDestFile-warning ul {
border: 1px solid red;
padding: 1.5em;
}
textarea#wpUploadDescription {
height: 20em;
}
.mw-titleprotectedwarning {
background: #eee;
border: 2px solid red;
padding: 1em;
}
.mw-editinginterface {
background: #f9f9f9;
border: 1px solid #c00000;
padding: 2px;
}
div#specialchars {
background: white;
border: 1px solid #aaa;
margin-top: 3px;
padding: 1px;
text-align: left;
}
.mw-history-legend {
background: #f9f9f9;
border: 1px solid #e9e9e9;
clear: both;
font-size: 90%;
margin: 2px 0;
padding: 0 5px 5px;
}
abbr[title],.explain[title] {
border-bottom-color: #ccc;
}
abbr[title],.explain[title] {
border-bottom-color: rgba(75%,75%,75%,.5);
}
abbr[title]:hover,.explain[title]:hover {
border-bottom: 1px dotted;
}
.sp-cached {
background: #ffffe0 url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg.png) no-repeat 5px 3px;
border: 1px solid #eeee80;
color: #606000;
font-style: italic;
margin: .3em 0;
padding: 4px 0 4px 30px;
}
.IPA a {
text-decoration: none;
}
* html .polytonic {
font-family: "Arial Unicode MS","Palatino Linotype",Code2000,"New Athena Unicode","Gentium Plus",Gentium,"Athena Unicode";
}
* html .IAST {
font-family: Code2000,SunExtA,"Arial Unicode MS",sans-serif;
}
.Unicode {
font-family: Code2000,Sun-ExtA,"Arial Unicode MS",NSimSun,sans-serif;
}
.Unicode1 {
font-family: Code2001,Quivira,"MPH 2B Damase",sans-serif;
}
.Unicode2 {
font-family: Sun-ExtB,Code2002,sans-serif;
}
.IPA {
font-family: Quivira,Code2000,Sun-ExtA,"DejaVu Sans","Gentium Plus",Gentium,"Doulos SIL",Helvetica,"Arial Unicode MS","Lucida Sans Unicode",sans-serif;
}
.hebrew {
font-family: Quivira,Sun-ExtA,"Arial Unicode MS","SBL Hebrew",Code2000,"MPH 2B Damase",sans-serif;
}
.spanAr {
font-family: "Arial Unicode MS",Scheherazade,Code2000,"DejaVu Sans",sans-serif;
}
.music-symbol {
font-family: "Musical Symbols",Euterpe,Code2001,sans-serif;
}
.Unicode,.Unicode1,.Unicode2,.IPA,.hebrew,.spanAr,.music-symbol {
font-family: inherit;
}
.fr-watchlist-pending-notice {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
.fr-comment-box {
display: none;
}
.mw-fr-reviewlink {
background: transparent;
}
#mw-fr-revisiondetails-wrapper {
z-index: 1;
}
.patrollink {
display: none;
}
.mw-special-Watchlist .mw-rollback-link {
display: none;
}
.limitreport {
display: none;
}
.client-js .noscript {
display: none;
}
.action-view.page-Wikipedia_Hauptseite h1.firstHeading,.action-view.page-Wikipedia_Hauptseite #contentSub,.page-Wikipedia_Hauptseite #catlinks {
display: none;
}
#hauptseite h2 {
background: #d8e8ff;
border-bottom: solid 2px #0088dd!important;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: .1em 0;
}
#hauptseite .inhalt {
background: #fff;
border: 1px solid #8898bf;
border-top: 0;
min-height: 0;
padding: .3em .8em .4em;
}
#hauptseite .inhalt hr {
background: #8898bf;
color: #8898bf;
height: 1px;
margin: .5em 0;
}
#hauptseite .inhalt .mehr {
clear: both;
font-size: 95%;
margin-top: .8em;
text-align: right;
}
.hauptseite-oben,.hauptseite-links,.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: .5em;
}
.hauptseite-rechts {
margin-left: .5em;
}
.hauptseite-oben h2,.hauptseite-unten h2 {
text-align: center;
}
.hauptseite-oben .inhalt .portale {
font-weight: bold;
margin: .2em 0;
}
.hauptseite-oben .inhalt .intern {
font-size: 90%;
text-align: center;
}
.hauptseite-links h2,.hauptseite-rechts h2 {
text-indent: .8em;
}
#hauptseite-schwesterprojekte .inhalt a {
font-weight: bold;
}
#content {
position: relative;
}
#bodyContent {
position: static;
}
#coordinates,#editcount,#issnlink,#shortcut {
display: block;
font-size: x-small;
line-height: 1.5;
position: absolute;
right: 2.4em;
text-align: right;
text-indent: 0;
top: .2em;
white-space: nowrap;
}
div.topicon {
float: right;
font-size: .8em;
line-height: 1;
margin-left: 3px;
}
#firstHeading {
overflow: visible;
}
html {
font-size: 100%;
font-family: 'thesanslp5_plain', Arial, sans-serif!important;
}
@media print {
div.NavFrame,div.BoxenVerschmelzen {
display: none;
}
span.mw-cite-backlink {
display: none;
}
#content .plainlinks-print a.external.text:after,#content .plainlinks-print a.external.autonumber:after {
content: "";
};
}
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 80%; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
pre.lua.source-lua {
font-family: monospace,Courier;
}
#mw-footer a {
color:white!important;
font-weight:bold;
}
#footer * {
color:white!important;
}
a {
color: rgb(0, 93, 180)!important;
}
a.new {
color: #e2001a!important;
}
h1 {
color: #e2001a!important;
}
h1, h2 {
font-weight:bold;
font-family: 'thesanslp7_bold', Arial, sans-serif!important;
border-bottom: 2px solid #0088dd!important;
}
h3, h4, h5, h6 {
font-weight:bold;
font-family: 'thesanslp7_bold', Arial, sans-serif!important;
}
#toc, .toc, .mw-warning {
float: left;
margin-right: 30px;
}
h3 {
font-size: 130%!important;
border-bottom: 1px solid #8898bf;
}
h4 {
font-size: 110%!important;
border-bottom: 1px solid #8898bf;
}
h5 {
font-size: 100%!important;
font-weight:light;!important;
border-bottom: 1px solid #8898bf;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
margin: 0.3em 0px 0px 1.6em;
padding: 0px;
overflow: auto;
padding-left: 25px;
}
div.embedvideo.ev_left {
margin:5px 10px 0 0;
}
div.embedvideo.ev_right {
margin:5px 0 0 10px;
}
/* fix google maps little man in responsive skin */
.gm-style img {
max-width: none;
}
.hidden {
display:none;
}
/* fix result page */
.mw-search-results.mw-search-results, .mw-search-results.mw-search-results { float:none;}
