User:Lwarrenwiki/vector.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
table.persondata {display:table !important;}

/* Turn redirects green so that you can see them */
.mw-redirect { color: #006633; }
.mw-redirect:visited { color: #009900; }
.mw-redirect:hover { color: #990000; }
.mw-redirect:active { color: #990000; }

/* example for forcing my own signature to be highlighted in reverse when I view it */
/* highlight your own signature and links */
/* #bodyContent
	:link[title*="Lwarrenwiki"], :link[title*="Lwarrenwiki"] span, :link[title*="Lwarrenwiki"] i, :link[title*="Lwarrenwiki"] b, 
			a[title*="Lwarrenwiki"], a[title*="Lwarrenwiki"] span, a[title*="Lwarrenwiki"] i, a[title*="Lwarrenwiki"] b
	{ 
		background-color: #FA5 !important;  // was #F70 
		color: #FFF !important;
		font-weight: normal !important; 
		padding: 0 1px 0 1px !important; 
		border-width: 0;
		border-style: solid;
		border-color: #000;
	}
*/