blob: 8814437afa73a0be04e768861e750bf2a23f086e [file] [log] [blame]
Rushabh Mehtaa9209432012-05-07 18:00:57 +05301#body_div {
2
3 background: url("files/indian-textile-5.gif") repeat;
4
5
6 font-family: 'Lato', Verdana, Sans !important;
7
8
9 font-size: 14px !important;
10
11}
12
13
14.small {
15 font-size: 12px !important;
16}
17
18
19
20
21
22h1, h2, h3, h4, h5 {
23 font-family: 'Lato', Arial, 'Helvetica Neue' !important;
24}
25
26
27/* User CSS */
28
29hr {
30 clear: both;
31}
32
33p {
34 margin-top: 2px;
35}
36
37
38.hand {
39 font-family: Pacifico;
40 font-size: 18px;
41}
42
43h1.top {
44 text-align: center;
45}
46
47.sub-head {
48 text-align: center;
49 color: #888;
50 font-size: 18px;
51 margin: 10px 0px;
52}
53
54.layout-main, .layout-main-section {
55 padding: 50px;
56}
57
58.layout-main-section {
59 width: 60%;
60}
61
62.layout-side-section {
63 padding-top: 50px;
64}
65
66h2 {
67 //font-family: Pacifico;
68 font-size: 20px;
69 font-weight: bold;
70 color: #CC0000;
71 padding: 25px 0px 25px 0px;
72 clear: both;
73 text-align: left;
74}
75
76.center {
77 text-align: center;
78}
79
80.left {
81 width: 375px;
82 padding-right: 25px;
83 float: left;
84}
85
86.right {
87 width: 375px;
88 padding-left: 25px;
89 float: left;
90}
91
92.page-footer {
93 clear: both;
94 margin: -50px;
95 margin-top: 50px;
96 background-color: #DEE1D0; //#E7DFCA;
97 padding: 50px;
98}
99
100.page-footer input {
101 width: 140px;
102 font-size: 17px;
103 padding: 4px;
104 margin-top: 2px;
105}
106
107.page-footer .section-head {
108 padding: 0px;
109 margin-bottom: 7px;
110}
111
112.green {
113 color: green;
114}
115
116.web-form input, .web-form textarea {
117 width: 400px;
118 font-size: 17px;
119 padding: 4px;
120}
121
122.avatar {
123 height: 75px;
124 width: 75px;
125 border-radius: 100px 100px 100px 100px;
126 overflow: hidden;
127}
128
129.link-big {
130 font-size: 140%;
131}
132
133.sticky {
134 background-color: #FFFBC4;
135 padding: 15px;
136 margin-left: 15px;
137 font-size: 12px;
138 color: #444;
139 width: 240px;
140 min-height: 120px;
141 float: right;
142 box-shadow: 2px 2px 6px #973;
143}