2007-03-22 10:30:00 -07:00
|
|
|
/*
|
|
|
|
* This file's style only applies to broken objects, not the rest
|
|
|
|
* of the page.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@namespace html url(http://www.w3.org/1999/xhtml);
|
|
|
|
|
2007-08-02 13:52:55 -07:00
|
|
|
html|object:not([width]), html|object[width=""],
|
|
|
|
html|embed:not([width]), html|embed[width=""],
|
|
|
|
html|applet:not([width]), html|applet[width=""] {
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html|object:not([height]), html|object[height=""],
|
|
|
|
html|embed:not([height]), html|embed[height=""],
|
|
|
|
html|applet:not([height]), html|applet[height=""] {
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
html|object > *|*,
|
|
|
|
html|embed > *|*,
|
|
|
|
html|applet > *|* {
|
|
|
|
width: inherit;
|
|
|
|
height: inherit;
|
|
|
|
}
|
|
|
|
|
2008-09-29 23:31:19 -07:00
|
|
|
html|a, html|div {
|
2007-03-22 10:30:00 -07:00
|
|
|
display: inline-block;
|
|
|
|
/* overflow:hidden makes baseline vertical-alignment act like plugins */
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: inherit;
|
|
|
|
border: 1px outset;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
background: white;
|
|
|
|
-moz-user-select: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2008-09-29 23:31:19 -07:00
|
|
|
vbox {
|
|
|
|
width: inherit;
|
|
|
|
height: inherit;
|
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-box-pack: center;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#missingPluginPlaceholder {
|
2007-10-02 15:39:07 -07:00
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png);
|
2008-09-29 23:31:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#disabledPluginPlaceholder {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginDisabled.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#blockedPluginPlaceholder {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginBlocked.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#missingPluginPlaceholder,
|
|
|
|
#disabledPluginPlaceholder,
|
|
|
|
#blockedPluginPlaceholder {
|
2007-03-22 10:30:00 -07:00
|
|
|
display: block;
|
|
|
|
border: 0px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|