User:Iritscen/vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
div#mw-head a:visited {color:#36B} /* make visited same as base color */ | div#mw-head a:visited {color:#36B} /* make visited same as base color */ | ||
div#footer a:visited {color:#36B} /* make visited same as base color */ | div#footer a:visited {color:#36B} /* make visited same as base color */ | ||
.CategoryTreeItem:before | |||
{ | |||
content:"<onlyinclude>"; | |||
visibility:visible; | |||
} | |||
.CategoryTreeItem:after | .CategoryTreeItem:after | ||
{ | { | ||
content:"|"; | content:"|</onlyinclude>"; | ||
visibility:visible; | visibility:visible; | ||
} | } | ||
Revision as of 00:19, 28 November 2015
/* Prevent sidewards scrolling in pre elements */
pre
{
overflow: auto;
max-height: 25em;
}
/* Make visited links same color as unvisited (standard Wikipedia color is #0645AD) */
.mw-body a {color:#36B} /* base link color */
.mw-body a:visited {color:#36B} /* make visited same as base color */
.mw-body a.new {color:#FF0000} /* preserve color of red links */
.mw-body a.new:visited {color:#FF0000} /* preserve color of red links */
.mw-body a.external {color:#36B} /* external */
.mw-body a.extiw {color:#36B} /* inter-wiki */
.mw-body a.external:visited {color:#36B} /* external */
.mw-body a.extiw:visited {color:#36B} /* inter-wiki */
div#mw-panel a:visited {color:#36B} /* make visited same as base color */
div#mw-head a:visited {color:#36B} /* make visited same as base color */
div#footer a:visited {color:#36B} /* make visited same as base color */
.CategoryTreeItem:before
{
content:"<onlyinclude>";
visibility:visible;
}
.CategoryTreeItem:after
{
content:"|</onlyinclude>";
visibility:visible;
}
.CategoryTreeTag div
{
display:inline;
list-style-type:none;
padding-right:20px;
}