23 lines
No EOL
425 B
CSS
Executable file
23 lines
No EOL
425 B
CSS
Executable file
#soundmanager-debug {
|
|
position:fixed;
|
|
_position:absolute; /* IE <7 */
|
|
bottom:1em;
|
|
right:1em;
|
|
width:38em;
|
|
height:30em;
|
|
overflow:auto;
|
|
padding:0px;
|
|
margin:1em;
|
|
font-family:monaco,"VT-100","lucida console",courier,system;
|
|
opacity:0.9;
|
|
color:#333;
|
|
border:1px solid #ccddee;
|
|
border-radius:3px;
|
|
background:#f3f9ff;
|
|
}
|
|
|
|
#soundmanager-debug div {
|
|
font-size:x-small;
|
|
padding:0.2em;
|
|
margin:0px;
|
|
} |