Gebruiker:Rots61/common.css: verschil tussen versies

Uit Wikikids
Naar navigatie springen Naar zoeken springen
 
(43 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 
/* Redirects in afwijkende kleur */
 
/* Redirects in afwijkende kleur */
.mw-redirect { color:blue; }
+
.mw-redirect { background-color:#F5DEB3; }
.mw-redirect:visited { color:red; }
+
.mw-disambig { background-color:#AFEEEE; }
  +
.mw-redirect.mw-disambig {
  +
background: repeating-linear-gradient(135deg, #F5DEB3, #F5DEB3 .4em, #AFEEEE .4em, #AFEEEE .8em);
  +
}
  +
  +
.grijs {
  +
filter: grayscale(100%);
  +
}
  +
.mobiel100pc50 {
  +
width: 50%;
  +
}
  +
@media only screen
  +
and (min-device-width : 320px)
  +
and (max-device-width : 480px) {
  +
  +
.mobiel100pc50 {
  +
width: 100%;
  +
}
  +
}

Huidige versie van 18 jun 2024 om 18:27

/* Redirects in afwijkende kleur */
.mw-redirect { background-color:#F5DEB3; }
.mw-disambig { background-color:#AFEEEE; }
.mw-redirect.mw-disambig {
    background: repeating-linear-gradient(135deg, #F5DEB3, #F5DEB3 .4em, #AFEEEE .4em, #AFEEEE .8em);
}

.grijs {
	filter: grayscale(100%);
}
.mobiel100pc50 {
	width: 50%;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
    .mobiel100pc50 {
    	width: 100%;
    }
}
Afkomstig van Wikikids , de interactieve Nederlandstalige Internet-encyclopedie voor en door kinderen. "https://wikikids.nl/index.php?title=Gebruiker:Rots61/common.css&oldid=869702"