home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / browser.jar / content / browser / pageBlocking / pageBlocking.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-29  |  1.1 KB  |  77 lines

  1. body {
  2.     background-color: white;
  3. }
  4. body, td {
  5.     font-family: Arial, sans-serif;
  6.     font-size: 10pt;
  7. }
  8.  
  9. #maintable {
  10.     width: 100%;
  11. }
  12. .sidepadding {
  13.     width: 50%;
  14. }
  15.  
  16. #blackborder {
  17.     width: 706px;
  18.     background: black;
  19.     -moz-border-radius-topleft: 8px;
  20.     -moz-border-radius-topright: 8px;
  21.     padding-top: 5px;
  22. }
  23. #whitearea {
  24.     width: 696px;
  25.     background: white;
  26.     -moz-border-radius-topleft: 5px;
  27.     -moz-border-radius-topright: 5px;
  28.     margin: 0px 5px;
  29. }
  30.  
  31. #shield {
  32.     margin: 15px 5px;
  33. }
  34. #content {
  35.     width: 542px;
  36. }
  37.  
  38. h1 {
  39.     font-size: 12pt;
  40.     font-weight: bold;
  41.     padding: 5px;
  42. }
  43. .warning {
  44.     color: red;
  45. }
  46.  
  47. .greybox {
  48.     width: 542px;
  49.     background: #e6ebee;
  50.     -moz-border-radius: 8px;
  51.     padding: 10px 0px;
  52. }
  53. .greybox p {
  54.     margin: 15px 10px;
  55. }
  56. .url {
  57.     color: #009900;
  58. }
  59. .providers {
  60.     font-weight: bold;
  61. }
  62.  
  63. #footer {
  64.     width: 706px;
  65.     height: 75px;
  66.     background: url("chrome://browser/content/pageBlocking/rnd_bttm.gif");
  67. }
  68. #buttons {
  69.     margin-top: 34px;
  70.     margin-left: 473px;
  71. }
  72. #buttons img:hover {
  73.     cursor: pointer;
  74. }
  75. #continueBtn {
  76.     margin-left: 2px;
  77. }