blob: 728fd4b8fc05bd756e9f64221829f5c437aee191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#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",terminal,"lucida console",courier,system;
opacity:0.9;
color:#333;
border:1px solid #ccddee;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
background:#f3f9ff;
}
#soundmanager-debug div {
font-size:x-small;
padding:0.2em;
margin:0px;
}
|