44c63d2357a360865351e5a183e7688eb1397737
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
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
8 html|object:not([width]), html|object[width=""],
9 html|embed:not([width]), html|embed[width=""],
10 html|applet:not([width]), html|applet[width=""] {
11   width: 240px;
12 }
13
14 html|object:not([height]), html|object[height=""],
15 html|embed:not([height]), html|embed[height=""],
16 html|applet:not([height]), html|applet[height=""] {
17   height: 200px;
18 }
19
20 html|object > *|*,
21 html|embed > *|*,
22 html|applet > *|* {
23   width: inherit;
24   height: inherit;
25 }
26
27 html|a, html|div {
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
43 vbox {
44   width: inherit;
45   height: inherit;
46   -moz-box-align: center;
47   -moz-box-pack: center;
48 }
49
50 #missingPluginPlaceholder {
51   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
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 {
65   display: block;
66   border: 0px;
67   width: 32px;
68   height: 32px;
69 }