.cookie-ID_113 { display:none; }
/* (farbliche Hervorhebungen nur sinnvoll bei Monitordarstellung) */
@media screen, projection, tv {
/* auffälligere Markierung für stub-Anchors (also Artikel kürzer als xxx Bytes) */
a.stub {
color: #772233; /* so vordefiniert in main.css */
background: #00bfff; /* deep sky blue */
}
/* auffälligere Markierung für Artikel-Redirects */
a.mw-redirect {
color: #006400; /* dark green */
background: #ffd39b; /* burlywood1 */
}
/* auffälligere Markierung für automatische Markierungen */
.mw-tag-markers {
color: #dd0000;
}
/* auffälligere Markierung für inline-interwikis */
#bodyContent a.extiw,
#bodyContent a.extiw:active,
#bodyContent a.extiw:visited {
color: #00CD00;
}
}