update LCARStrek changes for toolkit winstripe changes between 2008-09-21 and 2008...
[themes.git] / LCARStrek / mozapps / plugins / missingPlugin.css
CommitLineData
e10e7add
RK
1/*
2 * This file's style only applies to broken objects, not the rest
3 * of the page.
4 */
5
6@namespace html url(http://www.w3.org/1999/xhtml);
7
8html|object:not([width]), html|object[width=""],
9html|embed:not([width]), html|embed[width=""],
10html|applet:not([width]), html|applet[width=""] {
11 width: 240px;
12}
13
14html|object:not([height]), html|object[height=""],
15html|embed:not([height]), html|embed[height=""],
16html|applet:not([height]), html|applet[height=""] {
17 height: 200px;
18}
19
20html|object > *|*,
21html|embed > *|*,
22html|applet > *|* {
23 width: inherit;
24 height: inherit;
25}
26
cfae8c74 27html|a, html|div {
e10e7add
RK
28 display: inline-block;
29 /* overflow:hidden makes baseline vertical-alignment act like plugins */
30 overflow: hidden;
31 vertical-align: inherit;
32 border: 1px outset;
33 padding: 5px;
34 font-size: 12px;
35 font-family: sans-serif;
36 background: #000000;
37 -moz-user-select: none;
38 text-decoration: none;
39 color: #FFCF00;
40}
41
cfae8c74
RK
42vbox {
43 width: inherit;
44 height: inherit;
45 -moz-box-align: center;
46 -moz-box-pack: center;
47}
48
e10e7add
RK
49#missingPluginPlaceholder {
50 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
cfae8c74
RK
51}
52
53#disabledPluginPlaceholder {
54 list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
55}
56
57#blockedPluginPlaceholder {
58 list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
59}
60
61#missingPluginPlaceholder,
62#disabledPluginPlaceholder,
63#blockedPluginPlaceholder {
e10e7add
RK
64 display: block;
65 border: 0px;
66 width: 32px;
67 height: 32px;
68}