sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
... / ...
CommitLineData
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
27html|a {
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#missingPluginPlaceholder {
44 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
45 display: block;
46 border: 0px;
47 width: 32px;
48 height: 32px;
49}