MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Michi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Michi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 24: | Zeile 24: | ||
background: lightyellow; | background: lightyellow; | ||
background-color: lightyellow; | background-color: lightyellow; | ||
border: 1px | border: 1px hidden #aaaaaa; | ||
padding: 1em; | padding: 1em; | ||
line-height: 1.1em; | line-height: 1.1em; |
Version vom 18. Januar 2009, 13:50 Uhr
/* CSS placed here will be applied to all skins */
/* replace the book in the background with something else */
/* stop background image from scrolling with content area */
body {
background: gold;
background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
color: #FF0000;
}
h2 {
margin-top: 0.5em;
}
p {
text-align: justify;
}
/* changes the background of pre areas */
pre {
background: lightyellow;
background-color: lightyellow;
border: 1px hidden #aaaaaa;
padding: 1em;
line-height: 1.1em;
}
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
vertical-align: top;
}
table.wikitable th {
background: #f2f2f2;
text-align: left;
}
table.wikitable caption {
margin-left: inherit;
margin-right: inherit;
}
/* Links vom Inhaltsverzeichnis 10 Pixel Abstand */
#toc, .toc, .mw-warning {
margin-left: 10px;
}
/* Ü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;
}