“MediaWiki:Vector.css”的版本间的差异
来自Whiteverse Library
跳到导航跳到搜索 (清空页面) |
|||
第1行: | 第1行: | ||
.mw-body-content a:link { color: #0B0080; } /* normal unvisited links */ | |||
.mw-body-content a:link:visited { color: #0B0080; } /* visited links */ | |||
.mw-body-content a:link:active { color: #FF0000; } /* active links */ | |||
.mw-body-content a:link.new { color: #FF0000; } /* new links */ | |||
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */ | |||
.mw-body-content a:link.external { color: #3366BB; } /* external links */ | |||
.mw-body-content a:link.stub { color: #772233; } /* hovered links */ | |||
span.blackbackground | |||
{background-color:#000000; | |||
} | |||
span.blackbackground:hover | |||
{background-color:#ffffff; | |||
} | |||
span.completeblackbackground | |||
{background-color:#000000; } |
2021年6月18日 (五) 17:58的版本
.mw-body-content a:link { color: #0B0080; } /* normal unvisited links */ .mw-body-content a:link:visited { color: #0B0080; } /* visited links */ .mw-body-content a:link:active { color: #FF0000; } /* active links */ .mw-body-content a:link.new { color: #FF0000; } /* new links */ .mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */ .mw-body-content a:link.external { color: #3366BB; } /* external links */ .mw-body-content a:link.stub { color: #772233; } /* hovered links */ span.blackbackground {background-color:#000000; } span.blackbackground:hover {background-color:#ffffff; } span.completeblackbackground {background-color:#000000; }