blob: d94ae280c72550687a283db0b2c160cb7bcd81d8 (
plain) (
blame)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
body {
font-family:Segoe UI;
margin:0px;
padding:0px;
}
img, a {
outline:none;
border:none;
}
#hoverarea {
position:fixed;
top:0px;
right:0px;
width:15px;
height:15px;
}
#bottomhoverarea {
position:fixed;
bottom:0px;
right:0px;
width:15px;
height:15px;
}
#starthoverarea {
position:fixed;
bottom:0px;
left:0px;
width:15px;
height:15px;
}
#charmsbar {
display:none;
background-color:#111111;
position:fixed;
padding:5% 0;
top:0px;
right:0px;
height:100%;
width: 86px;
}
#settingscharms {
padding : 40px;
display:none;
background-color:#001E4E;
position:fixed;
top:0px;
right:0px;
height:100%;
width: 345px;
}
#startbutton {
display:none;
position:fixed;
left:0px;
bottom:0px;
}
#iconnetwork {
position:absolute;
top:35px;
left:25px;
}
#iconbattery {
position:absolute;
bottom:35px;
left:32px;
}
#datetime {
display:none;
position:fixed;
left:50px;
bottom:50px;
width:490px;
height:139px;
background-color: rgba(17,17,17,1);
}
#ctime {
position:absolute;
left:70px;
bottom:19px;
font-family: Segoe UI Light;
font-size: 64pt;
color:#FFFFFF;
}
#date {
margin-top:20px;
margin-right:20px;
float:right;
font-size:24pt;
font-family: Segoe UI;
color:#FFFFFF;
}
#settingscharms {
padding : 40px;
display:none;
background-color:#001E4E;
position:fixed;
top:0px;
right:0px;
height:100%;
width: 345px;
color:#FFFFFF;
}
.closesettings {
float:right;
height:32px !important;
width:32px !important;
}
.ch1 {
font-family:Segoe UI Semilight;
font-size:28px;
margin-bottom:25px;
}
.ch2 {
font-size:11pt;
margin-bottom:25px;
}
.ch2d {
font-size:11pt;
color:#A8A8A8;
margin-bottom:25px;
}
|