MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | ||
body { | body { | ||
background-color: white; | background-color: white; | ||
| Regel 13: | Regel 14: | ||
#p-coll-print_export { display: none !important; } | #p-coll-print_export { display: none !important; } | ||
h2 { font-family: sans-serif !important; } | h2 { font-family: sans-serif !important; } | ||
/* Styles of the table on the home page */ | /* Styles of the table on the home page */ | ||
| Regel 61: | Regel 63: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* Styles of lucas steps tables */ | |||
table#luca-steps-table caption { | table#luca-steps-table caption { | ||
| Regel 84: | Regel 88: | ||
} | } | ||
table#luca-steps-table | table#luca-steps-table td:first-child { | ||
background-color: #014489; | background-color: #014489; | ||
} | } | ||