home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / komunikace / opera / ow32enen754j.exe / DEBUGWITHOUTLINE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-25  |  991 b   |  30 lines

  1. @charset "UTF-8";
  2. /*
  3. Name: Debug with outline
  4. Version: 1.10
  5. Author: Opera Software ASA
  6. Description: Debug pages with outline. Replace outline with border to avoid overlapping. Note that this causes reflow.
  7.  
  8. Copyright ┬⌐ 2003 Opera Software ASA.
  9. */
  10.  
  11. iframe {outline: 3px solid green !important;}
  12. table {outline: 3px solid black !important;}
  13. div {outline: 2px solid red !important;}
  14. object {outline: 2px  dashed blue !important;}
  15. form {outline: 2px dotted green !important;}
  16. td, th {outline: 1px dashed yellow !important;}
  17. p {outline: 2px dotted black !important;}
  18. span {outline: 1px dotted red !important;}
  19.  
  20. /*
  21. iframe {border: 3px solid green !important;}
  22. table {border: 3px solid black !important;}
  23. div {border: 2px solid red !important;}
  24. object {border: 2px  dashed blue !important;}
  25. form {border: 2px dotted green !important;}
  26. td, th {border: 1px dashed yellow !important;}
  27. p {border: 2px dotted black !important;}
  28. span {border: 1px dotted red !important;}
  29. */
  30.