MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(51 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
/* stop background image from scrolling with content area */ | /* stop background image from scrolling with content area */ | ||
/* | |||
Mit folgender Zeile erscheint fetter Text innerhalb von "pre"-Tags in NICHT-proportionaler Schrift! Das ist NICHT erwünscht! | |||
* { | * { | ||
font-family: sans-serif,Verdana,Helvetica,Arial,serif; | font-family: sans-serif,Verdana,Helvetica,Arial,serif; | ||
} | } | ||
*/ | |||
body { | body { | ||
Zeile 14: | Zeile 16: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | } | ||
.mw-body { | |||
margin-left: 11em; | |||
} | |||
/* Folgendes scheint unnötig, 2020.08.14 */ | |||
/* | |||
#mw-panel { | |||
width: 11em; | |||
} | |||
*/ | |||
div.floatleft { | div.floatleft { | ||
Zeile 58: | Zeile 71: | ||
pre { | pre { | ||
background: #e6e6e6; | /* background: #e6e6e6; */ | ||
background-color: #e6e6e6; | /* background-color: #e6e6e6; */ | ||
background: lightyellow; | |||
background-color: lightyellow; | |||
border: 1px solid #bdbdbd; | border: 1px solid #bdbdbd; | ||
/* font-family: Courier,monospace; */ | |||
font-family: monospace; | font-family: monospace; | ||
font-size: 1em; | font-size: 1em; | ||
margin-left: 1em; | margin-left: 1em; | ||
margin-right: 1em; | margin-right: 1em; | ||
Zeile 183: | Zeile 198: | ||
list-style-type: disc; | list-style-type: disc; | ||
} | } | ||
/* Entfernung der Fusszeile mit Änderungszeit, Datenschutz, Über Admin Kuhn GmbH, Impressum */ | |||
/* siehe auch https://stackoverflow.com/questions/37081536/how-do-i-remove-the-footer-in-mediawiki */ | |||
/* #footer { display: none; } */ |
Aktuelle Version vom 10. September 2020, 13:29 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Grundeinstellungen in der Datei "skins/monobook/main.css" */
/* Hintergrund weiss */
/* stop background image from scrolling with content area */
/*
Mit folgender Zeile erscheint fetter Text innerhalb von "pre"-Tags in NICHT-proportionaler Schrift! Das ist NICHT erwünscht!
* {
font-family: sans-serif,Verdana,Helvetica,Arial,serif;
}
*/
body {
background: #FFFFFF;
background-attachment: fixed;
}
.mw-body {
margin-left: 11em;
}
/* Folgendes scheint unnötig, 2020.08.14 */
/*
#mw-panel {
width: 11em;
}
*/
div.floatleft {
margin: 1 0 0 0;
}
div.floatright {
margin: 0 0 0 0;
}
div.gallerytext {
font-size: 85%;
}
h1 {
color: #C22E2E;
font-weight: bold;
}
h2 {
color: #C22E2E;
font-weight: bold;
margin-top: 0.5em;
}
h3 {
color: #C22E2E;
font-weight: normal;
margin-top: 0.5em;
}
h4, h5, h6 {
color: #000000;
font-weight: normal;
}
img {
border: 1em;
}
p {
text-align: justify;
}
pre {
/* background: #e6e6e6; */
/* background-color: #e6e6e6; */
background: lightyellow;
background-color: lightyellow;
border: 1px solid #bdbdbd;
/* font-family: Courier,monospace; */
font-family: monospace;
font-size: 1em;
margin-left: 1em;
margin-right: 1em;
padding: 0.5em;
width: 49em;
}
pre.wiki {
background: white;
background-color: white;
border: 0px solid #000000;
width: 95%;
}
table th, table td {
vertical-align: top;
}
table th.middle, table td.middle {
vertical-align: middle;
}
table.lang {
margin: 1em 1em 1em 0;
margin-left: 17px;
margin-right: auto;
margin-top: 0;
background: #f9f9f9;
border: 1px solid #aaaaaa;
border-collapse: collapse;
width: 300px;
}
table.lang th, table.lang td {
border: 1px solid #aaaaaa;
padding: 0.2em;
vertical-align: top;
}
table.lang th {
background: #f2f2f2;
text-align: left;
}
table.list {
margin: 0 0 0 0;
background: #f9f9f9;
border: 1px solid #aaaaaa;
border-collapse: collapse;
width: 100%;
}
table.list th, table.list td {
border: 1px solid #aaaaaa;
padding: 0.2em;
vertical-align: top;
}
table.list th {
background: #f2f2f2;
text-align: left;
}
table.wiki {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
table.wiki th, table.wiki td {
border: 1px solid #aaaaaa;
padding: 2px;
vertical-align: top;
}
table.wiki th {
background: #f2f2f2;
text-align: left;
}
table.wikismall {
background: #FFFFFF;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
table.wikismall th, table.wikismall td {
border: 1px solid #aaaaaa;
line-height: 100%;
padding: 0.2em;
vertical-align: top;
}
/* Links vom Inhaltsverzeichnis 17 Pixel Abstand */
#toc, .toc, .mw-warning {
background-color: #f2f2f2;
border: 1px solid #aaaaaa;
margin-left: 17px;
padding: 5px;
font-size: 95%;
width: 310px;
}
/* Überschrift "Inhaltsverzeichnis" ist linksbündig */
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
text-align: left;
}
/* Keine automatische Nummerierung der Inhaltsverzeichniseinträge */
#toc .tocnumber {
display: none;
}
/* Unnummerierte Listen mit schwarzem Punkt */
ul {
color: #000000;
list-style-image: none;
list-style-type: disc;
}
/* Entfernung der Fusszeile mit Änderungszeit, Datenschutz, Über Admin Kuhn GmbH, Impressum */
/* siehe auch https://stackoverflow.com/questions/37081536/how-do-i-remove-the-footer-in-mediawiki */
/* #footer { display: none; } */