home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / DEBUGWITHOUTLINE.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-13  |  620b  |  26 lines

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