-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMMM-MyPrayerTimes.css
124 lines (96 loc) · 2.18 KB
/
MMM-MyPrayerTimes.css
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
124
/*
//-------------------------------------------
MMM-MyPrayerTimes - CSS
Copyright (C) 2019 - H. Tilburgs
MIT License
//-------------------------------------------
Copy and paste any or all of these css entries into your custom.css file inside your
css folder. The functions are annotated to make things as easy as possible for you.
Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-MyPrayerTimes .header{
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}
.MMM-MyPrayerTimes .imsak-text {
text-align: left;
}
.MMM-MyPrayerTimes .imsak-time {
text-align: center;
}
.MMM-MyPrayerTimes .imsak-arab {
text-align: right;
}
.MMM-MyPrayerTimes .fajr-text {
text-align: left;
}
.MMM-MyPrayerTimes .fajr-time {
text-align: center;
}
.MMM-MyPrayerTimes .fajr-arab {
text-align: right;
}
.MMM-MyPrayerTimes .sunrise-text {
text-align: left;
}
.MMM-MyPrayerTimes .sunrise-time {
text-align: center;
}
.MMM-MyPrayerTimes .sunrise-arab {
text-align: right;
}
.MMM-MyPrayerTimes .dhuhr-text {
text-align: left;
}
.MMM-MyPrayerTimes .dhuhr-time {
text-align: center;
}
.MMM-MyPrayerTimes .dhuhr-arab {
text-align: right;
}
.MMM-MyPrayerTimes .asr-text {
text-align: left;
}
.MMM-MyPrayerTimes .asr-time {
text-align: center;
}
.MMM-MyPrayerTimes .asr-arab {
text-align: right;
}
.MMM-MyPrayerTimes .sunset-text {
text-align: left;
}
.MMM-MyPrayerTimes .sunset-time {
text-align: center;
}
.MMM-MyPrayerTimes .sunset-arab {
text-align: right;
}
.MMM-MyPrayerTimes .maghrib-text {
text-align: left;
}
.MMM-MyPrayerTimes .maghrib-time {
text-align: center;
}
.MMM-MyPrayerTimes .maghrib-arab {
text-align: right;
}
.MMM-MyPrayerTimes .isha-text {
text-align: left;
}
.MMM-MyPrayerTimes .isha-time {
text-align: center;
}
.MMM-MyPrayerTimes .isha-arab {
text-align: right;
}
.MMM-MyPrayerTimes .midnight-text {
text-align: left;
}
.MMM-MyPrayerTimes .midnight-time {
text-align: center;
}
.MMM-MyPrayerTimes .midnight-arab {
text-align: right;
}