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 solid #ffd700; | ||
margin-left: 1em; | margin-left: 1em; | ||
margin-right: 1em; | margin-right: 1em; | ||
Zeile 33: | Zeile 33: | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
border: 1px #aaaaaa | border: 1px solid #aaaaaa; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
table.wikitable th, table.wikitable td { | table.wikitable th, table.wikitable td { | ||
border: 1px #aaaaaa | border: 1px solid #aaaaaa; | ||
padding: 0.2em; | padding: 0.2em; | ||
vertical-align: top; | vertical-align: top; | ||
Zeile 56: | Zeile 56: | ||
#toc, .toc, .mw-warning { | #toc, .toc, .mw-warning { | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
border: 1px | border: 1px solid #aaaaaa; | ||
margin-left: 10px; | margin-left: 10px; | ||
padding: 5px; | padding: 5px; |
Version vom 18. Januar 2009, 18:11 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 solid #ffd700;
margin-left: 1em;
margin-right: 1em;
padding: 0.5em;
}
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
border: 1px solid #aaaaaa;
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 {
background-color: #f2f2f2;
border: 1px solid #aaaaaa;
margin-left: 10px;
padding: 5px;
font-size: 95%;
}
/* Ü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;
}