Jump to content

User:KevinAndrewLipscomb/vector.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.
@-moz-document url-prefix(imap:)
   {
   * {
     color: black !important;
     background: none !important;
     background-color: white !important;
     font-family: Tahoma !important;
     font-stretch: normal !important;
     font-size: medium !important;
     font-size-adjust: none !important
     }
   a:link { text-decoration: none !important}
   a:link { color: blue !important }
   a:visited { text-decoration: none !important } 
   a:visited { color: purple !important } 
   a:visited:hover { text-decoration: none !important } 
   a:visited:hover { color: red !important } 
   a:hover { text-decoration: none !important }
   a:hover { color: red !important }
   a:active { text-decoration: none !important }
   a:active { color: red !important }
   input[type=button], input[type=submit], input[type=reset]
      {
      background-color: ButtonFace !important; 
      color: ButtonText !important; 
      border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight !important 
      }
   input[type=text], input[type=password], input[type=file] { background-color: Window !important; color: WindowText !important }
   font
      {
      font-size: inherit !important;
      }
   }