home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Apps / OperawithJava / ow32enen700b1j.exe / DEBUGWITHOUTLINE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-01  |  585 b   |  24 lines

  1. /*
  2. Name: Debug with outline
  3. Version: 0.93 beta
  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.  
  8. iframe {outline: 3px solid green !important;}
  9.  
  10. table {outline: 3px solid black !important;}
  11.  
  12. div {outline: 2px solid red !important;}
  13.  
  14. object {outline: 2px  dashed blue !important;}
  15.  
  16. form {outline: 2px dotted green !important;}
  17.  
  18. td, th {outline: 1px dashed yellow !important;}
  19.  
  20. p {outline: 2px dotted black !important;}
  21.  
  22. span {outline: 1px dotted red !important;}
  23.  
  24.