-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquran-citer.css
76 lines (69 loc) · 1.22 KB
/
quran-citer.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
q.qrn::before {
content: no-close-quote;
}
.qrn {
color: green;
text-emphasis-style: dot;
font-style: italic;
font-weight: bold;
/*! display: inherit;
background-color:yellow;*/
}
.qrn a {
color: darkred;
font-style: normal;
font-weight: normal;
/*! display: inherit;
background-color:yellow;*/
}
.black_overlay {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: fixed;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 0px;
border: 2px solid green;
background-color: white;
z-index: 1002;
overflow: hidden;
}
.qframe-close-btn {
color: #FFF;
text-decoration: none;
font-size: 22px;
position: fixed;
left: 75%;
top: 22%;
font-weight: bold;
font-family: Helvetica, Arial,sans-serif;
}
@media screen and (max-width: 764px) {
.white_content {
top: 15%;
left: 1%;
width: 98%;
height: 60%;
border: 1px solid orange;
}
.qframe-close-btn {
top: 1%;
right: 5px;
left: auto;
font-size: 37px;
}
}