update LCARStrek changes for toolkit winstripe changes between 2008-09-21 and 2008...
[themes.git] / LCARStrek / 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   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
42 vbox {
43   width: inherit;
44   height: inherit;
45   -moz-box-align: center;
46   -moz-box-pack: center;
47 }
48
49 #missingPluginPlaceholder {
50   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
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 {
64   display: block;
65   border: 0px;
66   width: 32px;
67   height: 32px;
68 }