User:Iritscen/vector.css: Difference between revisions

m
wait, this *does* work? +cat test
No edit summary
m (wait, this *does* work? +cat test)
 
(19 intermediate revisions by the same user not shown)
Line 2: Line 2:
pre
pre
{
{
  overflow: auto;
  overflow: auto;
  max-height: 25em;
  max-height: 25em;
}
 
/* Make font in editor an actually-readable size */
.mw-editfont-default
{
  font-size: 13px !important;
}
}


Line 15: Line 21:
.mw-body a.external:visited {color:#36B} /* external */
.mw-body a.external:visited {color:#36B} /* external */
.mw-body a.extiw:visited {color:#36B} /* inter-wiki */
.mw-body a.extiw:visited {color:#36B} /* inter-wiki */
div#mw-panel a:visited {color:#36B} /* make visited same as base color */
div#mw-panel div.portal div.body ul li a:visited {color:#36B} /* make visited same as base color */
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
/*[[Category:Userspace]]*/
{
  content:"<onlyinclude>";
  visibility:visible;
}
 
.CategoryTreeItem:after
{
  content:"|</onlyinclude>";
  visibility:visible;
}
 
.CategoryTreeTag div
{
  display:inline;
  list-style-type:none;
  padding-right:20px;
}