home *** CD-ROM | disk | FTP | other *** search
/ Minami 80 / MINAMI80.iso / Extra / DivXInstaller.exe / $PLUGINSDIR / GoogleToolbarFirefox.msi / xpi / chrome / tb-amulet-of-protection / content / phishing-afterload-warning-message.css < prev    next >
Cascading Style Sheet File  |  2006-05-15  |  2KB  |  112 lines

  1. #amulet-palm-message { 
  2.   display: none; 
  3.   position: fixed; 
  4.   top: 0px; 
  5.   left: 0px;
  6.   z-index: 2;
  7. }
  8.  
  9. .amulet-palm-message-bubble { 
  10.   background-color: white;
  11.   -moz-box-sizing: border-box;
  12.   -moz-border-radius: 10px;
  13.   margin-top: -5px;
  14.   padding: 10px;
  15.   border-top: 1px solid;
  16.   border-left: 1px solid;
  17.   border-right: 2px solid;
  18.   border-bottom: 2px solid;
  19.   z-index: 1;
  20. }
  21.  
  22. .amulet-palm-fixed-width { 
  23.   width: 400px; 
  24.   max-width: 400px;
  25. }
  26.  
  27. .amulet-palm-title { 
  28.   font-size: 20px; 
  29.   font-weight: bold;
  30. }
  31.  
  32. #amulet-palm-title-icon { 
  33.   height: 24px;
  34.   width: 24px;
  35.   max-height: 24px;
  36. }
  37.  
  38. .amulet-palm-link { 
  39.   color: blue; 
  40.   cursor: pointer; 
  41.   text-decoration: underline 
  42. }
  43.  
  44. .amulet-palm-paragraph {
  45.   padding-bottom: 2em;
  46. }
  47.  
  48. textbutton { 
  49.   -moz-binding: url("chrome://tb-amulet-of-protection/content/textbutton.xml#amulet-text-button"); 
  50. }
  51.  
  52. #amulet-palm-close { 
  53.   cursor: pointer;
  54.   max-width: 16px !important; 
  55.   height: 16px; 
  56.   width: 16px; 
  57. }
  58.  
  59. #amulet-palm-message-tail-container { 
  60.   display: none;
  61.   position: fixed;
  62.   top: 0px;
  63.   left: 0px;
  64.   border-right: 2px solid;
  65.   z-index: 3;
  66.   height: 67px;
  67.   margin: 0;
  68.   padding: 0;
  69. }
  70.  
  71. #amulet-palm-message-tail { 
  72.   height: 67px;
  73.   width: 24px;
  74.   max-width: 24px;
  75.   z-index: 3;
  76. }
  77.  
  78. #amulet-palm-message-titlebox { 
  79.   padding-bottom: 5px;
  80.   padding-left: 10px;
  81. }
  82.  
  83. #amulet-palm-message-title { 
  84.   padding-left: 5px;
  85. }
  86.  
  87. #amulet-palm-message-actionbox { 
  88.   padding-top: 10px;
  89.   padding-bottom: 15px;
  90.   text-align: center;
  91. }
  92.  
  93. .amulet-palm-bigtext { 
  94.   font-size: 14px;
  95.   font-weight: bold;
  96. }
  97.  
  98. .amulet-palm-smalltext { 
  99.   font-size: 10px;
  100. }
  101.  
  102. textbutton.amulet-padded { 
  103.   padding-left: 10px; 
  104.   padding-right: 10px;
  105. }
  106.  
  107. #amulet-palm-google-logo { 
  108.   height: 32px;
  109.   max-height: 32px;
  110.   width: 78px;
  111. }
  112.