-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
184 lines (159 loc) · 2.78 KB
/
styles.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
#text {
font-size: 48px;
display: inline;
font-family: "KFGQPC Uthmanic Script HAFS";
}
.token {
border: 1px solid red;
padding: 10px;
cursor: pointer;
}
.token_active {
background-color: yellow;
}
#silence {
font-size: 24px;
display: none;
background-color: red;
color: white;
}
#report {
font-size: 32px;
}
.alert {
font-size: 32px;
display: none;
color: white;
border-radius: 5px;
border: 1px solid black;
}
#success {
background-color: green;
}
#error {
background-color: red;
}
#warning {
background-color: yellow;
color: black;
}
.alert-details {
}
#glyph_text h3 {
font-size: 18px
}
#glyph_text td, #glyph_text span {
font-size: 28px
}
#glyph_text td, #glyph_text span {
border: 1px solid;
padding: 0 10px 0 10px;
}
#glyph_text div {
width: 100%;
word-wrap: break-word;
}
#color_chooser {
position: fixed;
top: 5px;
left: 5px;
border: 1px;
width: 324px;
height: 50px;
}
#alerts {
position: fixed;
top: 5px;
right: 0;
border: 0;
width: 100%;
height: 50px;
background-color: red;
text-align: center;
font-size: 30px;
padding-top: 15px;
color: white;
display: none;
}
#download_highlights {
position: fixed;
top: 70px;
left: 5px;
width: 200px;
height: 50px;
font-size: 15px;
cursor: pointer;
}
#undo_highlights {
position: fixed;
top: 70px;
left: 225px;
width: 100px;
height: 50px;
font-size: 15px;
cursor: pointer;
}
#color_chooser span {
width: 50px;
height: 50px;
margin: 0;
display: inline-block;
opacity: 0.8;
cursor: pointer;
border: 2px solid white;
}
#color_chooser span:hover, .color_sel {
border: 2px solid black !important;
opacity: 1 !important;
}
.color_chooser_c0 {
background-color: #FF0000;
}
.color_chooser_c1 {
background-color: #00FF00;
}
.color_chooser_c2 {
background-color: #0000FF;
}
.color_chooser_c3 {
background-color: #FFFF00;
}
.color_chooser_c4 {
background-color: #00FFFF;
}
.color_chooser_c5 {
background-color: #FF00FF;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
#page_title {
margin-top: 150px;
}
.page_pointer {
cursor: pointer;
color: blue;
text-decoration: underline;
}
#hadeeth_table td {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#hadeeth_details .sanad {
color: blue;
}
#hadeeth_details .matn {
color: green;
}
#hadeeth_details .matn #audio_url {
color: black;
font-size: smaller;
}