-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
135 lines (109 loc) · 3.28 KB
/
style.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
/* some defaults for HTML tags */
BODY, DIV,TD,TH,TR,TABLE,FONT,INPUT,OL,LI,UL,FORM,
BLOCKQUOTE,P {
font-family: verdana, helvetica,sans-serif;
font-size: 9pt;
}
TH { color:#205018}
BODY { text-align: center; }
P { margin-top: 3px; margin-bottom: 3px; }
TD, DIV { text-align: left; }
H1 {font-size: 15pt;font-family: verdana, helvetica,sans-serif;color: maroon;}
H2 {font-size: 13pt;font-family: verdana, helvetica,sans-serif;color: navy;}
H3 {font-size: 12pt;font-family: verdana, helvetica,sans-serif;}
H4 {font-size: 11pt;font-family: verdana, helvetica,sans-serif;}
H5 {font-size: 10pt;font-family: verdana, helvetica,sans-serif;}
A { color : #486591; text-decoration: none;}
A:link { color : #486591; text-decoration: none;}
A:active { color : #d5ae83; text-decoration: none;}
A:visited { color : #305873; text-decoration: none;}
A:hover { color : #5b80b7; text-decoration: underline;}
/* Quran Text */
.AyahArabic {
font-family:"traditional arabic","Arabic Transparent","simplified arabic";
font-weight:normal;
font-size: 22pt;
direction: rtl;
unicode-bidi: normal;
color: #000000;
text-align: right;
border: none;
border-top: 1px #999999 solid;
}
.AyahArabic2 {
font-family:"traditional arabic","Arabic Transparent","simplified arabic";
font-weight:normal;
font-size: 12pt;
direction: rtl;
unicode-bidi: normal;
color: #000000;
text-align: right;
border: none;
}
.Script {
border: none;
border-bottom: 1px #999999 solid;
}
.Latin {
font-size: 9pt;
text-decoration: none;
text-align: justify;
color: green;
background-color: #eeeede
}
.Surah {
font-size: 9pt;
text-align: right;
text-decoration: none;
color: black; font-weight: bold;
}
.Teks {
font-size: 9pt;
background-color: #ffffee; text-decoration: none;
text-align: justify;
color: black;
}
.bMaroon { color: #aa0000; } /*!< bolded words/phrases */
.EvenLang {
font-family: helvetica, sans-serif; font-size: 9pt;
color: black;
}
.OddLang {
font-family: helvetica, sans-serif; font-size: 9pt;
color: green;
}
/* For the random ayah page */
.rLatin {
font-family: tahoma, helvetica, sans-serif; font-size: 9pt;
text-decoration: none;
color: green;
}
.rEvenLang {
font-family: tahoma, helvetica, sans-serif; font-size: 9pt;
text-decoration: none;
color: navy;
}
.rOddLang {
font-family: tahoma, helvetica, sans-serif; font-size: 9pt;
text-decoration: none;
color: black;
}
.Phrase {color: #aa0000;}
.CenterPanel {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 700px;
}
.qseTitle { font-size: 22pt;}
.qseMenubar { font-weight: bold; border: 1px green solid; background-color: #eeffee;}
.qseQuerybox { border: 1px #7bc283 solid; background-color: #bde6c5;}
.qseMain { border: 1px #aa0000 solid; padding: 5px; }
/* gadgets */
.navbar { }
.optionbox { border: 1px #8888ff solid; background-color: #eeeeff;}
.textbox { border: 1px #cccccc solid; background-color: #f5f5f5;}
.button { border: 1px #999999 solid; font-weight: bold;}
.main { border: 1px #AA0000 solid; padding: 5px; }
.gen { background-color:#F6F6EE }
.gan { background-color:#EEF2E6 }