home *** CD-ROM | disk | FTP | other *** search
- @charset "UTF-8";
- /*
- Name: Debug with outline
- Version: 1.10
- Author: Opera Software ASA
- Description: Debug pages with outline. Replace outline with border to avoid overlapping. Note that this causes reflow.
-
- Copyright © 2003 Opera Software ASA.
- */
-
- iframe {outline: 3px solid green !important;}
- table {outline: 3px solid black !important;}
- div {outline: 2px solid red !important;}
- object {outline: 2px dashed blue !important;}
- form {outline: 2px dotted green !important;}
- td, th {outline: 1px dashed yellow !important;}
- p {outline: 2px dotted black !important;}
- span {outline: 1px dotted red !important;}
-
- /*
- iframe {border: 3px solid green !important;}
- table {border: 3px solid black !important;}
- div {border: 2px solid red !important;}
- object {border: 2px dashed blue !important;}
- form {border: 2px dotted green !important;}
- td, th {border: 1px dashed yellow !important;}
- p {border: 2px dotted black !important;}
- span {border: 1px dotted red !important;}
- */
-