forked from gitsid1611/FirstPost-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto.css
174 lines (134 loc) · 2.8 KB
/
auto.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/* HEADING PART CSS */
.politic_heading{
text-align: center;
margin-bottom: -1px;
}
.politic_line{
position: absolute;
width: 100%;
color: black;
}
.politic_span{
display: inline-block;
width: 83px;
height: 6px;
background: #FAD65F;
margin: 0;
position: relative;
margin-left: 700px;
margin-top: -50px;
}
/* MAIN PART CSS */
#politic_main_div{
width: 80%;
display: flex;
height: auto;
margin: auto;
}
/* INNER PART OF MAIN BODY CSS */
#politic_cont{
width: 60%;
height: auto;
}
#right_div{
width: 25%;
height: auto;
margin-left: 50px;
}
/* IMAGE PART CSS */
#politic_img{
margin-left: 30px;
width: 640px;
height: 400px;
}
#politic_imgdiv{
width: 70%;
font: 200 24px/27px 'Playfair Display',sans-serif;
letter-spacing: 0;
color: #000;
}
/* HEADING AND DESCRIPTION DIV */
#heading_div{
margin-left: 60px;
margin-right: 59px;
margin-top: -30px;
margin-bottom: 10px;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; height: auto;
width: auto;
background: #fff;
padding: 10px;
position: relative;
}
#name_wali_id{
text-decoration: underline #FAD65F ;
color:#585858;
font: 400 14px/16px Arial;
}
/* RIGHT DIV CSS */
.right_content{
border: 1px solid grey;
}
.hr{
display: inline-block;
width: 140px;
height: 6px;
background: #FAD65F;
margin-top: -100px;
position: relative;
}
.mostread{
margin-bottom: 2px;
font-style: italic;
font-size:x-large ;
font-family: 20px Arial, Helvetica, sans-serif;
}
.right_content>h3{
margin-left: 35px;
margin-right: 10px;
margin-top: -20px;
}
.right_content>p{
margin-left: 35px;
margin-right: 10px;
}
.head{
margin-left: 10px;
margin-right: 10px;
display: block;
}
#politic_subscribe{
border: 1px solid gray;
}
#politic_subscribe>h3{
margin-left: 5px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#politic_subscribe>h3+p{
margin-left: 5px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#politic_subscribe>h3+p+p{
margin-left: 5px;
margin-bottom: 0px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#politic_subscribe>h3+p+p+input{
margin-left: 5px;
margin-bottom: 5px;
height: 30px;
width: 250px;
border-radius: 5px;
}
#politic_subscribe>h3+p+p+input+br+button{
margin-left: 5px;
gap: 10px;
padding: 10px 50px 10px 50px;
background-color: #FAD65F;
border: none;
border-radius: 5px;
margin-bottom: 10px;
cursor: pointer;
color: #fff;
font-weight: bold;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}