home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / FromTheMag / Noscript / noscript-1.1.3.5-fx+mz.xpi / chrome / noscript.jar / skin / classic / noscript / about.css next >
Encoding:
Cascading Style Sheet File  |  2005-12-08  |  1.1 KB  |  78 lines

  1. #genericAbout {
  2.   padding: 0px 0px 10px 0px;
  3.   background: #FFF none; 
  4.   background-image: none;
  5. }
  6.  
  7.  
  8. #clientBox {
  9.   color: #000;
  10.   padding: 0px; margin: 0px;
  11.   max-height: 350px;
  12. }
  13.  
  14. #clientBoxInternal {
  15.   padding: 0px; margin: 10px;
  16.   background: white none;
  17. }
  18.  
  19. #headBox {
  20.   border: solid #448;
  21.   border-width: 0px 0px 1px 0px;
  22.   padding: 0px;
  23.   margin: 2px;
  24.   background-image: none;
  25. }
  26.  
  27. #extensionName {
  28.   font-size: large;
  29.   font-weight: bold;
  30.   color: #448;
  31. }
  32.  
  33. #extensionVersion {
  34.   color: #448;
  35. }
  36.  
  37. .sponsorline {
  38.   color: #444;
  39. }
  40.  
  41. #extensionDescription {
  42.   color: #444;
  43.   text-align: justify;
  44.   width: 370px;
  45. }
  46.  
  47. #extensionHomepage {
  48.   
  49. }
  50.  
  51. .link {
  52.   color: #0000FF;
  53.   text-decoration: none;
  54.   cursor: pointer;
  55.   
  56. }
  57. .link:hover {
  58.   text-decoration: underline ;
  59. }
  60.  
  61. #contributorsBox {
  62.   overflow: auto;
  63.   border: 1px solid black;
  64.   padding: 4px;
  65.   margin: 0px 6px;
  66.   height: 150px;
  67. }
  68.  
  69. .contributor {
  70.   margin: 0px;
  71.   color: #444;
  72.  
  73. #extensionCreator, #extensionContributors, #extensionSponsor {
  74.   font-weight: bold;
  75. }
  76.  
  77.