Jump to content

User:Entropy1963/vector-2022.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Entropy1963 (talk | contribs) at 02:52, 25 April 2023 (Created page with 'body {font-family: Calibri; font-size:110%} a:link {color: #CC6633;} a:visited {color: #f508cb;} a:hover {color: white; background-color:#0e98c9;} a:active {color: #0e98c9; background-color:white;} a:link.new { color: #FF0000; } →‎new links: a:link.new visited { color: #FF0000; } →‎new links: a:link.interwiki { color: navy; } →‎interwiki links: a:link.external { color: gray; } →‎external links: a:link.stub { color: green; } →‎hovered links: ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
body {font-family: Calibri; font-size:110%}
a:link {color: #CC6633;}
a:visited {color: #f508cb;}
a:hover {color: white; background-color:#0e98c9;}
a:active {color: #0e98c9; background-color:white;}

a:link.new { color: #FF0000; } /* new links */
a:link.new visited { color: #FF0000; } /* new links */
a:link.interwiki { color: navy; } /* interwiki links */
a:link.external { color: gray; } /* external links */
a:link.stub { color: green; } /* hovered links */

#content a.external {color: navy;}
div#mw-panel div.portal div.body ul li a:link {color:#c6250b;}
div#mw-panel div.portal div.body ul li a:visited {color:#666600;}
div#mw-panel div.portal div.body ul li a:hover {color: white; background-color:#0e98c9;}
div#mw-panel div.portal div.body ul li a:active {color: #0e98c9; background-color:white;}
#content a.extiw, #content a.extiw:link {color: #CC6633;}
#content a.extiw, #content a.extiw:visited {color: #f508cb;}
#content a.extiw, #content a.extiw:hover {color: white; background-color:#0e98c9;}
#content a.extiw, #content a.extiw:active {color: #0e98c9; background-color:white;