home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
ow32enen.exe
/
DEBUGWITHOUTLINE.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-01-13
|
620b
|
26 lines
/*
Name: Debug with outline
Version: 1.00
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;}