-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (55 loc) · 1.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
height: 100vh;
}
.wrapper {
box-sizing: border-box;
height: 100vh;
overflow: auto;
border-radius: 1em;
background: rgba(0,0,0,.8);
border: 1px solid #333;
-webkit-app-region: drag;
}
div#wrapper-BmaS {
background-color: transparent !important;
}
span#url-BmaS {
background-color: transparent !important;
}
span#h2-BmaS {
background-color: transparent !important;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script>
setTimeout(function(){
var frame = $("#widget_iframe")[0];
var bdy = $(frame.contentDocument).find("body");
bdy.css ("background-color","transparent");
}, 3000);
</script>
</head>
<title>
</title>
<body>
<script>
var gui = require('nw.gui');
// initialize the Screen singleton
gui.Screen.Init();
// get the current window
var win = gui.Window.get();
function moveToTopRight() {
win.x = 170;
win.y = 0;
}
moveToTopRight();
win.show();
</script>
<div style="filter:alpha(opacity=50); opacity:0.5;" class="wrapper" id='wrapper-BmaS'><span id='h2-BmaS'><a id='url-BmaS' href="http://www.weatherhq.co.uk/trabzon-kasımağzı">Weather Kasimagzi</a></span><div id='load-BmaS'></div><a id='url_detail-BmaS' href="http://www.weatherhq.co.uk/trabzon-kasımağzı">Detailed forecast</a></div><script type="text/javascript" src="http://widget.weatherhq.co.uk/widgetv3/widget_request/743891?bgcolor=6699cc&border=none&days=5&key=-BmaS&lang=en&maxtemp=yes&size=x215&textcolor=ffffff&unit=C&wind=yes" charset="utf-8"></script>
</body>
</html>