home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Netcraft / netcrafttoolbar.xpi / chrome / netcrafttoolbar.jar / content / phishtank.css < prev    next >
Cascading Style Sheet File  |  2005-08-04  |  2KB  |  75 lines

  1. /*
  2.  * phishtank.css - Cascading Style Sheet for NetcraftToolbar
  3.  * Copyright (C) 2005 Netcraft Ltd
  4.  * http://toolbar.netcraft.com/ 
  5.  * 
  6.  * $Id: chrome:content:phishtank.css,v 1.8 2005/05/06 09:24:35 jez Exp $
  7.  */
  8.  
  9. #netcrafttoolbar-description {
  10.     height: 30px;
  11.     min-width: 600px;
  12.     width: 100%;
  13.     overflow: hidden;
  14.     -moz-user-focus: normal;
  15. }
  16.  
  17. a, a:link {
  18.     color: -moz-hyperlinktext ! important;
  19.     text-decoration: underline -moz-anchor-decoration ! important;
  20. }
  21. a:visited { 
  22.     color: -moz-hyperlinktext ! important;
  23.     text-decoration: underline -moz-anchor-decoration ! important;
  24. }
  25.  
  26. /*
  27. A, A:link { color: #00C ! important; text-decoration: none ! important; } 
  28. A:active, A:visited { color: purple ! important; text-decoration: none ! important; } 
  29. A:hover { color: #B30F41 ! important; text-decoration: underline ! important; }
  30. */
  31.  
  32. .textlabel {
  33.     display: table-cell;
  34.     text-align: right;
  35.     vertical-align: middle;
  36. }
  37.  
  38. .separator {
  39.     margin-left: 6px;
  40.     margin-right: 4px;
  41.     width: 2px;
  42.     height: 22px;
  43.     border-left: 1px solid #999999;
  44.     border-right: 1px solid #ccccff;
  45. }
  46.  
  47. /* Dialog HTML styles */
  48.  
  49. .bodytext {
  50.     font-family: Trebuchet MS,Verdana,Arial,sans-serif;
  51.     font-size: 9pt;
  52. }
  53.  
  54. h1 {
  55.     font-size: 12pt;
  56.     font-weight: bold;
  57.     text-decoration: underline;
  58. }
  59.  
  60. h2 {
  61.     font-size: 10pt;
  62.     text-decoration: underline;
  63. }
  64.  
  65. pre {
  66.     font-size: 7pt;
  67.     left-margin: 3em;
  68. }
  69.  
  70. iframe { background-color: transparent ! important; }
  71. :-moz-page, :-moz-page-sequence {
  72.     display: block;
  73.     background: transparent;
  74. }
  75.