Jump to content

MediaWiki:Common.css: Difference between revisions

From 313FILES
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 7: Line 7:
* { font-family: "Lucida Console"; }
* { font-family: "Lucida Console"; }


a:link { color: #0000FF; } /* normal unvisited links */
a:link { color: #0000FF !important; } /* normal unvisited links */
a:link:visited { color: #0000FF; } /* visited links */
a:link:visited { color: #0000FF !important; } /* visited links */

Revision as of 22:48, 14 February 2025

/* CSS placed here will be applied to all skins */

#ca-talk { display: none !important; }	
#ca-history { display: none !important;}


* { font-family: "Lucida Console"; }

a:link { color: #0000FF !important; } /* normal unvisited links */
a:link:visited { color: #0000FF !important; } /* visited links */