home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wweb / Web Developer.xpi / chrome / webdeveloper.jar / content / webdeveloper / about / about.css next >
Encoding:
Cascading Style Sheet File  |  2004-11-21  |  562 b   |  41 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #webdeveloper-about-details
  4. {
  5.     background-color: #ffffff;
  6.     color: #000000;
  7. }
  8.  
  9. #webdeveloper-about-dialog
  10. {
  11.     padding: 0;
  12. }
  13.  
  14. #webdeveloper-about-separator
  15. {
  16.     margin-top: 0;
  17. }
  18.  
  19. .name
  20. {
  21.     font-weight: bold;
  22.     font-size: x-large;
  23. }
  24.  
  25. .title
  26. {
  27.     font-weight: bold;
  28.     margin-bottom: 0;
  29.     padding-bottom: 0;
  30. }
  31.  
  32. .url
  33. {
  34.     color: #0000ff;
  35.     cursor: pointer;
  36.     text-decoration: underline;
  37. }
  38. .url:hover
  39. {
  40.     color: #ff0000;
  41. }