Jump to content

MediaWiki:Common.css: Difference between revisions

From 313FILES
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 6: Line 6:


* { font-family: "Lucida Console"; }
* { font-family: "Lucida Console"; }
a:link { color: #0645AD; } /* normal unvisited links */
a:link:visited { color: #0645AD; } /* visited links */
a:link:active { color: #0645AD; } /* active links */
a:link.new { color: # ad371f; } /* new links */
a:link.extiw { color: #0645AD; } /* interwiki links */
a:link.external { color: #3366BB; } /* external links */
a:link.stub { color: #772233; } /* hovered links */

Revision as of 22:45, 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"; }