User:QuickWhitt7/cologneblue.css

From 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.
/* Fonts */
p{font-family:"Arial", sans-serif;}

/* Pre and Code */
code{font-family:"Courier New", monospaced; background-color:#A5A5A5;}
pre{font-family:"Courier New", monospaced; background-color:#FAEBD7;}

/* Links */
a:link {color:#4169E1;}      /* unvisited link */
a:visited {color:#FF0000;}  /* visited link */
a:hover {color:#4169E1;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */