Spaces:
No application file
No application file
Update HTML Files/simpleh.css
Browse files- HTML Files/simpleh.css +72 -76
HTML Files/simpleh.css
CHANGED
@@ -1,77 +1,73 @@
|
|
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 |
-
font-family: 'ShreeExH';
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
margin-
|
55 |
-
|
56 |
-
}
|
57 |
-
|
58 |
-
.
|
59 |
-
font-family: 'ShreeExH';
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
margin-top:10px;
|
75 |
-
background-color: #dbdbdb;
|
76 |
-
text-align:center;
|
77 |
}
|
|
|
1 |
+
@font-face {
|
2 |
+
font-family: 'ShreeExH';
|
3 |
+
src: url('S0728810.TTF');
|
4 |
+
src: url('S0728810.otf');
|
5 |
+
}
|
6 |
+
|
7 |
+
body {
|
8 |
+
|
9 |
+
padding-top: 10px;
|
10 |
+
|
11 |
+
padding-bottom: 10px;
|
12 |
+
|
13 |
+
line-height: 1.5;
|
14 |
+
|
15 |
+
background-color: #f5f5f5;
|
16 |
+
|
17 |
+
font-family: 'ShreeExH';
|
18 |
+
font-size: 20px;
|
19 |
+
|
20 |
+
}
|
21 |
+
|
22 |
+
|
23 |
+
.content1 {
|
24 |
+
background-color: #F96;
|
25 |
+
margin-bottom: 10px;
|
26 |
+
margin-left: 20px;
|
27 |
+
|
28 |
+
height: 50px;
|
29 |
+
|
30 |
+
}
|
31 |
+
|
32 |
+
.content2 {
|
33 |
+
margin-top: 20px;
|
34 |
+
}
|
35 |
+
|
36 |
+
|
37 |
+
.gparabhajan3 {
|
38 |
+
font-family: 'ShreeExH';
|
39 |
+
margin-top: 10px;
|
40 |
+
|
41 |
+
}
|
42 |
+
|
43 |
+
.gtitlev3 {
|
44 |
+
font-family: 'ShreeExH';
|
45 |
+
text-align: center;
|
46 |
+
font-size: 24px;
|
47 |
+
margin-bottom: 10px;
|
48 |
+
background-color: #dbdbdb;
|
49 |
+
}
|
50 |
+
|
51 |
+
.gparamid3 {
|
52 |
+
font-family: 'ShreeExH';
|
53 |
+
text-align: justify;
|
54 |
+
margin-left: 25px;
|
55 |
+
|
56 |
+
}
|
57 |
+
|
58 |
+
.gparalast3 {
|
59 |
+
font-family: 'ShreeExH';
|
60 |
+
text-align: justify;
|
61 |
+
margin-left: 75px;
|
62 |
+
margin-bottom: 10px;
|
63 |
+
|
64 |
+
}
|
65 |
+
|
66 |
+
.chend {
|
67 |
+
|
68 |
+
line-height: 30px;
|
69 |
+
|
70 |
+
margin-top: 10px;
|
71 |
+
background-color: #dbdbdb;
|
72 |
+
text-align: center;
|
|
|
|
|
|
|
|
|
73 |
}
|