MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SPD Geschichtswerkstatt
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 84: Zeile 84:
     background-image: none!important;
     background-image: none!important;
}
}
/* 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;
}
#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, h3, h4, h5, h6 {
    font-family: 'thesanslp7_bold', Arial, sans-serif!important;
}
#toc, .toc, .mw-warning {
    float: left;
    margin-right: 30px;
}
h3 {
    font-size: 110%!important;
}
.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;
}
/* fix result page */
.mw-search-results.mw-search-results, .mw-search-results.mw-search-results { float:none;}

Version vom 1. Oktober 2018, 11:46 Uhr

div#footer {
margin-top: 0;
padding: 0.75em;
direction: ltr;
color: #ffffff;
background: #E3000F;
border-bottom: 15px solid #980065;
}
body {
  background: #333333;
}
a {
    color:  #4099ff !important;
}
#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;
}
.infobox, .infobox a.external {
    background: #4099ff;
    color:#fff!important;
    padding: 0 0 3px 0;
}

.infobox .data td {
    padding: 0 0 0 3px;
}
#orgInfo {
    float:right;
    margin-left:10px
    width: 250px
}
#toc {
    background: #ededed;
}
#toc ul, .toc ul {
    margin: 0;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    padding: 0px !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;
}


/* 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;
}

#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, h3, h4, h5, h6 {
    font-family: 'thesanslp7_bold', Arial, sans-serif!important;
}
#toc, .toc, .mw-warning {
    float: left;
    margin-right: 30px;
}
h3 {
    font-size: 110%!important;
}
.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;
}
/* fix result page */
.mw-search-results.mw-search-results, .mw-search-results.mw-search-results { float:none;}