MediaWiki:Common.css: Difference between revisions
Appearance
Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: table.testtabelle { font-family: Arial, sans-serif; font-size: 9pt; } table.testtabelle tr:nth-child(2) td:nth-child(3) { background-color: #a0f0a0; }“ |
No edit summary |
||
| Line 8: | Line 8: | ||
table.testtabelle tr:nth-child(2) td:nth-child(3) { | table.testtabelle tr:nth-child(2) td:nth-child(3) { | ||
background-color: #a0f0a0; | background-color: #a0f0a0; | ||
} | |||
.fotorama { | |||
margin: 20px auto; | |||
max-width: 800px; | |||
} | } | ||
Revision as of 22:25, 17 June 2025
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.testtabelle {
font-family: Arial, sans-serif;
font-size: 9pt;
}
table.testtabelle tr:nth-child(2) td:nth-child(3) {
background-color: #a0f0a0;
}
.fotorama {
margin: 20px auto;
max-width: 800px;
}