EarlyBlue 2.0a1 -> 2.0a2 work, mozapps part
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
CommitLineData
49037d9b
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
56029caf
RK
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
49037d9b
RK
20html|object > *|*,
21html|embed > *|*,
22html|applet > *|* {
23 width: inherit;
24 height: inherit;
25}
26
3bcb0be1 27html|a, html|div {
49037d9b
RK
28 text-align: -moz-center;
29 display: inline-block;
30 /* overflow:hidden makes baseline vertical-alignment act like plugins */
31 overflow: hidden;
32 vertical-align: inherit;
33 border: 1px outset;
34 padding: 5px;
35 font-size: 12px;
36 font-family: sans-serif;
37 background: #FFFFFF;
38 -moz-user-select: none;
39 text-decoration: none;
40 color: #000000;
41}
42
3bcb0be1
RK
43vbox {
44 width: inherit;
45 height: inherit;
46 -moz-box-align: center;
47 -moz-box-pack: center;
48}
49
49037d9b 50#missingPluginPlaceholder {
ecb2fda9 51 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
3bcb0be1
RK
52}
53
54#disabledPluginPlaceholder {
55 list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
56}
57
58#blockedPluginPlaceholder {
59 list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
60}
61
62#missingPluginPlaceholder,
63#disabledPluginPlaceholder,
64#blockedPluginPlaceholder {
49037d9b
RK
65 display: block;
66 border: 0px;
67 width: 32px;
68 height: 32px;
69}