-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget.api.v1.css
More file actions
63 lines (55 loc) · 1.66 KB
/
widget.api.v1.css
File metadata and controls
63 lines (55 loc) · 1.66 KB
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
#prayer-container {
/*width: 300px;*/
text-align: center;
font-family: 'Inter',sans-serif
}
.prayer_time {
font-size: 14px;
text-transform: uppercase;
color: #fff;
line-height: 70px;
font-weight: 800;
background-color: #FF1659;
background-image: url('https://lh3.googleusercontent.com/CZkEKr6y5oGR7gYxB5B6H-uOiZtpitn0gqr00JMAlealDke6AzqUx9BX6Rp-PFEyyG4zIi_sNbeQTnNg=w155-h37');
background-position: 10px;
background-size: 70px;
background-repeat: no-repeat;
height: 65px;
border-radius: 5px 5px 0 0;
}
#prayer_city {font-weight: 400;}
#prayer-container #prayer_city {
font-size: 1.2em;
font-weight: 800;
}
#prayer-container table {
width: 100%;
border: 1px solid #EAEAEA;
border-top: none;
}
#prayer-container tbody tr:nth-child(odd) {
background-color: #f3f3f3;
}
#prayer-container tbody td {
padding: 10px 20px;
}
#prayer-container tbody td:nth-child(1) {
text-align: left;
}
#prayer-container tbody td:nth-child(2) {
text-align: right;
}
.sadev {background-color: #FF1659;height: 45px;line-height: 45px;border-radius: 0 0 5px 5px;font-size: 12px;color: #fff;}
.sadev a {font-weight: 600;text-decoration: none;color: #fff;}
.sadev a:hover {color: orange;}
#prayer_clock::after {content: 'WIB';margin-left: 3px;}
.border {border: 1px solid #EAEAEA;}
.form-control {
width: 340px;
border-top: 1px dotted #f2f2f2;
border-bottom: 1px dotted #f2f2f2;
border-right: none;
border-left: none;
}
/*#prayer_date{float:right;font-size: 12px;}
#prayer_clock {float: left;font-size: 12px;}*/