5 <meta name=
"viewport" content=
"width=device-width, user-scalable=no">
8 document
.getElementById('debug').textContent
= msg
;
11 <link rel=
"stylesheet" href=
"plugin_placeholders.css"></link>
14 background-color: rgb(
128,
128,
128);
18 background: -webkit-linear-gradient(#d2d2d2, #a5a5a5);
22 background: -webkit-linear-gradient(#b9b9b9, #d2d2d2);
29 #outer:hover #plugin_icon {
40 <div i18n-values=
"title:name" id=
"outer" onclick=
"plugin.load()">
42 <div><img id=
"plugin_icon" src=
"plugin_blocked.png" /></div>
43 <h1 i18n-content=
"message">PLUGIN_LOAD
</h1>
46 <div id=
"close" i18n-values=
"title:hide" onclick=
"event.stopPropagation(); plugin.hide()" />
49 size
= document
.getElementById('outer');
50 style
= getComputedStyle(size
);
51 if (parseInt(style
.width
) < 32 && parseInt(style
.height
) < 32) {
52 i
= document
.getElementById('close');
53 i
.parentNode
.removeChild(i
);