X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FmissingPlugin.css;fp=LCARStrek%2Fmozapps%2Fplugins%2FmissingPlugin.css;h=0000000000000000000000000000000000000000;hp=1db7f5f107780cecee7c07146785496676abcfe6;hb=a064a54072180bda29a2d7b0ce33cd1e57612218;hpb=3b1530c2325c37e07e8f75e72bf2d157ed606175 diff --git a/LCARStrek/mozapps/plugins/missingPlugin.css b/LCARStrek/mozapps/plugins/missingPlugin.css deleted file mode 100644 index 1db7f5f1..00000000 --- a/LCARStrek/mozapps/plugins/missingPlugin.css +++ /dev/null @@ -1,68 +0,0 @@ -/* - * This file's style only applies to broken objects, not the rest - * of the page. - */ - -@namespace html url(http://www.w3.org/1999/xhtml); - -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; -} - -html|object > *|*, -html|embed > *|*, -html|applet > *|* { - width: inherit; - height: inherit; -} - -html|a, html|div { - 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: #000000; - -moz-user-select: none; - text-decoration: none; - color: #FFCF00; -} - -vbox { - width: inherit; - height: inherit; - -moz-box-align: center; - -moz-box-pack: center; -} - -#missingPluginPlaceholder { - list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); -} - -#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 { - display: block; - border: 0px; - width: 32px; - height: 32px; -}