home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / mozapps / plugins / missingPlugin.css next >
Cascading Style Sheet File  |  2012-05-25  |  1KB  |  50 lines

  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 {
  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: white;
  38.   -moz-user-select: none;
  39.   text-decoration: none;
  40.   color: black;
  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. }
  50.