home *** CD-ROM | disk | FTP | other *** search
/ Minami 80 / MINAMI80.iso / Extra / DivXInstaller.exe / $PLUGINSDIR / GoogleToolbarFirefox.msi / xpi / chrome / tb-amulet-of-protection / content / protection-overlay.css < prev    next >
Cascading Style Sheet File  |  2006-05-15  |  568b  |  28 lines

  1. #amulet-dim-area-canvas {
  2.   background-image: url("chrome://tb-amulet-of-protection/content/dim.png");
  3.   height: 0px;
  4. }
  5.  
  6. #amulet-dim-area-transp {
  7.   background-image: url("chrome://tb-amulet-of-protection/content/dim.png");
  8.   height: 0px;
  9.   left: 0px;
  10.   top: 0px;
  11.   position: fixed;
  12.   display: none;
  13. }
  14.  
  15. #amulet-pref-caption { 
  16.   background-color: #2222EE;
  17. }
  18.  
  19. #amulet-pref-caption text { 
  20.   text-align: center;
  21.   color: #FFFFFF;
  22.   font-size: 150%;
  23.   font-family: arial, helvetica, sans-serif;
  24. }
  25.  
  26. #amulet-urlbar-icon { 
  27.   padding-right: 2px;
  28. }