User:Iritscen/vector.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(checking style info when this doesn't load)
(all right, forget it)
Line 5: Line 5:
   max-height: 25em;
   max-height: 25em;
}
}
/* Make visited links same color as unvisited (#0645AD is the Wikipedia standard link color)
.mw-body, #p-navigation a:link {color:#0645AD} /* normal unvisited links
.mw-body, #p-navigation a:link:visited {color:#0645AD} /* visited links
.mw-body, #p-navigation a:link:active {color:#0645AD} /* active links
.mw-body, #p-navigation a:link.new {color:#FF0000} /* preserve color of red links
.mw-body, #p-navigation a:link.interwiki {color:#0645AD} /* interwiki links
.mw-body, #p-navigation a:link.external {color:#0645AD} /* external links
.mw-body, #p-navigation a:link.stub {color:#0645AD} /* hovered links
.mw-body, #p-navigation a:link {color:#0645AD}
.mw-body, #p-navigation a:visited {color:#0645AD}
.mw-body, #p-navigation a:hover {color:#0645AD}
.mw-body, #p-navigation a:active {color:#0645AD}*/

Revision as of 03:34, 13 November 2015

/* Prevent sidewards scrolling in pre elements */
pre
{
  overflow: auto;
  max-height: 25em;
}