Gebruiker:S.Perquin/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(En werkt dit?) |
(Nog een test) |
||
Regel 2: | Regel 2: | ||
.mw-disambig { background-color:#AFEEEE; } | .mw-disambig { background-color:#AFEEEE; } | ||
− | a[title="Gebruiker:Groempdebeer"] { | + | a[title="Gebruiker:Groempdebeer"], |
− | background-color: # | + | a[title="Gebruiker:Mike1023"] { |
− | + | background-color: #f0f0f0; /* Lichtgrijze achtergrond */ | |
− | display: inline-block; | + | font-style: italic; /* Cursieve tekst */ |
+ | padding: 2px 4px; /* Extra ruimte rondom de tekst */ | ||
+ | border-radius: 4px; /* Ronde hoeken */ | ||
+ | display: inline-block; /* Zorg dat de achtergrond zichtbaar is */ | ||
} | } |
Versie van 4 jan 2025 01:02
/* Zorgt ervoor dat links naar doorverwijspagina's een lichtblauwe achtergrond krijgen */
.mw-disambig { background-color:#AFEEEE; }
a[title="Gebruiker:Groempdebeer"],
a[title="Gebruiker:Mike1023"] {
background-color: #f0f0f0; /* Lichtgrijze achtergrond */
font-style: italic; /* Cursieve tekst */
padding: 2px 4px; /* Extra ruimte rondom de tekst */
border-radius: 4px; /* Ronde hoeken */
display: inline-block; /* Zorg dat de achtergrond zichtbaar is */
}