1
+ /*
2
+ Adding some fonts
3
+ */
4
+ @font-face {
5
+ font-family : 'Vazir' ;
6
+ src : url ('../fonts/Vazir.woff' ) format ('woff' ),
7
+ url ('../fonts/Vazir.woff2' ) format ('woff2' );
8
+ font-weight : normal;
9
+ font-style : normal;
10
+ }
11
+ @font-face {
12
+ font-family : 'Vazir-Light' ;
13
+ src : url ('../fonts/Vazir-Light.woff' ) format ('woff' ),
14
+ url ('../fonts/Vazir-Light.woff2' ) format ('woff2' );
15
+ font-weight : lighter;
16
+ font-style : normal;
17
+ }
18
+ @font-face {
19
+ font-family : 'Vazir-Medium' ;
20
+ src : url ('../fonts/Vazir-Medium.woff' ) format ('woff' ),
21
+ url ('../fonts/Vazir-Medium.woff2' ) format ('woff2' );
22
+ font-weight : normal;
23
+ font-style : normal;
24
+ }
25
+ @font-face {
26
+ font-family : 'Vazir-Thin' ;
27
+ src : url ('../fonts/Vazir-Thin.woff' ) format ('woff' ),
28
+ url ('../fonts/Vazir-Thin.woff2' ) format ('woff2' );
29
+ font-weight : bold;
30
+ font-style : normal;
31
+ }
32
+ @font-face {
33
+ font-family : 'Vazir-Bold' ;
34
+ src : url ('../fonts/Vazir-Bold.woff' ) format ('woff' ),
35
+ url ('../fonts/Vazir-Bold.woff2' ) format ('woff2' );
36
+ font-weight : bolder;
37
+ font-style : normal;
38
+ }
39
+ @font-face {
40
+ font-family : 'Plain-Regular' ;
41
+ src : url ('../fonts/Plain-Regular.woff2' ) format ('woff2' ),
42
+ url ('../fonts/Plain-Regular.woff' ) format ('woff' );
43
+ font-weight : normal;
44
+ font-style : normal;
45
+ }
46
+
47
+ @font-face {
48
+ font-family : 'Plain-Light' ;
49
+ src : url ('../fonts/Plain-Light.woff2' ) format ('woff2' ),
50
+ url ('../fonts/Plain-Light.woff' ) format ('woff' );
51
+ font-weight : bold;
52
+ font-style : normal;
53
+ }
54
+
55
+ @font-face {
56
+ font-family : 'Plain-Bold' ;
57
+ src : url ('../fonts/Plain-Bold.woff2' ) format ('woff2' ),
58
+ url ('../fonts/Plain-Bold.woff' ) format ('woff' );
59
+ font-weight : bold;
60
+ font-style : normal;
61
+ }
62
+ body
63
+ {
64
+ background-image : url ("../images/BG1.png" );
65
+ background-color : # FFFFFF ;
66
+ color : # 000000 ;
67
+ font-family : Arial;
68
+ font-size : 13px ;
69
+ }
70
+ label
71
+ {
72
+ font-size : 16px ;
73
+ padding : 4px 4px 4px 4px ;
74
+ }
75
+ a
76
+ {
77
+ color : # 0000FF ;
78
+ text-decoration : underline;
79
+ }
80
+ a : visited
81
+ {
82
+ color : # 800080 ;
83
+ }
84
+ a : active
85
+ {
86
+ color : # FF0000 ;
87
+ }
88
+ a : hover
89
+ {
90
+ color : # 0000FF ;
91
+ text-decoration : underline;
92
+ }
93
+ input : focus , textarea : focus , select : focus
94
+ {
95
+ outline : none;
96
+ }
97
+ # Heading1 {font-family : 'Vazir-Bold' , 'sans-serif' , 'Plain-Bold' ;}
98
+ # Label1
99
+ {
100
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
101
+ font-size : 15px ;
102
+ padding : 4px 4px 4px 4px ;
103
+ }
104
+ # Editbox1
105
+ {
106
+ border : 1px solid # CCCCCC ;
107
+ border-radius : 4px ;
108
+ font-size : 13px ;
109
+ line-height : 16px ;
110
+ padding : 4px 4px 4px 4px ;
111
+ margin : 0 ;
112
+ text-align : center;
113
+ }
114
+ # Editbox1 : focus
115
+ {
116
+ border-color : # 1E90FF ;
117
+ }
118
+ # Editbox2
119
+ {
120
+ border : 1px solid # CCCCCC ;
121
+ border-radius : 4px ;
122
+ font-size : 13px ;
123
+ line-height : 16px ;
124
+ padding : 4px 4px 4px 4px ;
125
+ margin : 0 ;
126
+ text-align : center;
127
+ }
128
+ # Editbox2 : focus
129
+ {
130
+ border-color : # 66AFE9 ;
131
+ outline : 0 ;
132
+ }
133
+ # Button1
134
+ {
135
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
136
+ box-sizing : border-box;
137
+ line-height : 21px ;
138
+ border : 1px solid # FFA500 ;
139
+ border-radius : 4px ;
140
+ background-color : # FFA500 ;
141
+ color : # FFFFFF ;
142
+ font-size : 15px ;
143
+ padding : 1px 6px 1px 6px ;
144
+ text-align : center;
145
+ text-decoration : none;
146
+ }
147
+ # Button2
148
+ {
149
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
150
+ border : 1px solid # 2E6DA4 ;
151
+ border-radius : 4px ;
152
+ background-color : # 3370B7 ;
153
+ color : # FFFFFF ;
154
+ font-size : 16px ;
155
+ padding : 1px 6px 1px 6px ;
156
+ text-align : center;
157
+ }
158
+ # Button3
159
+ {
160
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
161
+ box-sizing : border-box;
162
+ line-height : 21px ;
163
+ text-decoration : none;
164
+ border : 1px solid # 32CD32 ;
165
+ border-radius : 4px ;
166
+ background-color : # 32CD32 ;
167
+ color : # FFFFFF ;
168
+ font-size : 10px ;
169
+ padding : 1px 6px 1px 6px ;
170
+ text-align : center;
171
+ }
172
+ .form111
173
+ {
174
+ position : absolute;
175
+ left : 5px ;
176
+ top : 46px ;
177
+ width : 283px ;
178
+ height : 236px ;
179
+ z-index : 7 ;
180
+ }
181
+ .boxuser
182
+ {
183
+ position : absolute;
184
+ left : 50px ;
185
+ top : 26px ;
186
+ width : 203px ;
187
+ height : 16px ;
188
+ }
189
+ .lab2
190
+ {
191
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
192
+ position : absolute;
193
+ left : 226px ;
194
+ top : 50px ;
195
+ width : 29px ;
196
+ height : 18px ;
197
+ line-height : 18px ;
198
+ z-index : 1 ;
199
+ }
200
+ .boxpass
201
+ {
202
+ position : absolute;
203
+ left : 50px ;
204
+ top : 76px ;
205
+ width : 203px ;
206
+ height : 16px ;
207
+ z-index : 2 ;
208
+ }
209
+ .lab1
210
+ {
211
+ position : absolute;
212
+ left : 191px ;
213
+ top : 0px ;
214
+ width : 64px ;
215
+ height : 18px ;
216
+ line-height : 18px ;
217
+ z-index : 3 ;
218
+ }
219
+ .sunmitbut
220
+ {
221
+ position : absolute;
222
+ left : 50px ;
223
+ top : 111px ;
224
+ width : 213px ;
225
+ height : 25px ;
226
+ z-index : 4 ;
227
+ }
228
+ .abut
229
+ {
230
+ position : absolute;
231
+ left : 120px ;
232
+ top : 190px ;
233
+ width : 143px ;
234
+ height : 25px ;
235
+ z-index : 5 ;
236
+ }
237
+ .abut2
238
+ {
239
+ position : absolute;
240
+ left : 124px ;
241
+ top : 197px ;
242
+ width : 143px ;
243
+ height : 25px ;
244
+ z-index : 8 ;
245
+ }
246
+ .labem
247
+ {
248
+ position : absolute;
249
+ left : 220px ;
250
+ top : 0px ;
251
+ width : 64px ;
252
+ height : 18px ;
253
+ line-height : 18px ;
254
+ z-index : 3 ;
255
+ }
256
+ .sunmitbutem
257
+ {
258
+ font-family : 'Vazir-Thin' , 'sans-serif' , 'Plain-Light' ;
259
+ position : absolute;
260
+ left : 50px ;
261
+ top : 60px ;
262
+ width : 213px ;
263
+ height : 25px ;
264
+ z-index : 4 ;
265
+ }
266
+ .sunmitbutsing
267
+ {
268
+ position : absolute;
269
+ left : 50px ;
270
+ top : 210px ;
271
+ width : 213px ;
272
+ height : 25px ;
273
+ z-index : 4 ;
274
+ }
275
+ .boxpass2
276
+ {
277
+ position : absolute;
278
+ left : 50px ;
279
+ top : 125px ;
280
+ width : 203px ;
281
+ height : 16px ;
282
+ z-index : 2 ;
283
+ }
284
+ .lab3
285
+ {
286
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
287
+ position : absolute;
288
+ left : 230px ;
289
+ top : 100px ;
290
+ width : 64px ;
291
+ height : 40px ;
292
+ line-height : 18px ;
293
+ z-index : 3 ;
294
+ }
295
+ .abut3
296
+ {
297
+ position : absolute;
298
+ left : 120px ;
299
+ top : 245px ;
300
+ width : 143px ;
301
+ height : 25px ;
302
+ z-index : 5 ;
303
+ }
304
+ .boxpass3
305
+ {
306
+ position : absolute;
307
+ left : 50px ;
308
+ top : 175px ;
309
+ width : 203px ;
310
+ height : 16px ;
311
+ z-index : 2 ;
312
+ }
313
+ .lab4
314
+ {
315
+ font-family : 'Vazir-Medium' , 'sans-serif' , 'Plain-Regular' ;
316
+ position : absolute;
317
+ left : 195px ;
318
+ top : 150px ;
319
+ width : 64px ;
320
+ height : 40px ;
321
+ line-height : 18px ;
322
+ z-index : 3 ;
323
+ }
0 commit comments