MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Label: Ongedaan maken |
|||
| Regel 4: | Regel 4: | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ | .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ | ||
.mw-body-content a:link:visited { color: #0000FF; } /* visited links */ | |||
.mw-body-content a:link:active { color: #0000FF; } /* active links */ | |||
.mw-body-content a:link:new { color: #0000FF; } /* new links */ | .mw-body-content a:link:new { color: #0000FF; } /* new links */ | ||
.mw-body-content a:extiw { color: #3366BB; } /* interwiki links */ | .mw-body-content a:extiw { color: #3366BB; } /* interwiki links */ | ||
| Regel 16: | Regel 16: | ||
.mw-body-content a:visited {color: #0000FF} | .mw-body-content a:visited {color: #0000FF} | ||
.mw-body-content a:hover {color: #0000FF} | .mw-body-content a:hover {color: #0000FF} | ||
.mw-body-content a:active {color: # | /**.mw-body-content a:active {color: #0645ad} | ||
.mw-body-content a:missing {color: #ba0000} | .mw-body-content a:missing {color: #ba0000} | ||
.mw-body-content a:missing:visited {color: #ba0000} | .mw-body-content a:missing:visited {color: #ba0000} | ||
Versie van 14 aug 2019 20:35
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/** #20190728: disable overlegpagina's
#ca-talk { display:none!important; }
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #0000FF; } /* visited links */
.mw-body-content a:link:active { color: #0000FF; } /* active links */
.mw-body-content a:link:new { color: #0000FF; } /* new links */
.mw-body-content a:extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:external { color: #0645ad; } /* external links */
.mw-body-content a:stub { color: #772233; } /* hovered links */
.mw-body-content a:missing {color: #ba0000; }
.mw-body-content a:missing:visited {color: #ba0000; }
/**.mw-body-content a:link {color: #0645ad}
.mw-body-content a:visited {color: #0000FF}
.mw-body-content a:hover {color: #0000FF}
/**.mw-body-content a:active {color: #0645ad}
.mw-body-content a:missing {color: #ba0000}
.mw-body-content a:missing:visited {color: #ba0000}