@@ -109,7 +109,7 @@ ul li {
109
109
width : 17em ;
110
110
}
111
111
112
- /*Questions Index*/
112
+ /*Questions Index************************************** * /
113
113
114
114
# all_questions {
115
115
margin-top : 3em ;
@@ -123,6 +123,7 @@ ul li {
123
123
124
124
.ind_ques_contents {
125
125
margin-left : 6em ;
126
+ list-style-type : none;
126
127
}
127
128
128
129
.ui_avatar_question {
@@ -134,24 +135,28 @@ ul li {
134
135
}
135
136
136
137
div div p {
137
- color : # 0c65a5 ;
138
+ color : # 0c65a5 !important ;
138
139
font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
139
140
}
140
141
141
142
div div p : nth-child (2 ) {
142
- font-size : .7 em ;
143
- color : # 444 ;
143
+ font-size : .8 em ;
144
+ color : # 444 !important ;
144
145
}
145
146
146
147
div div p : nth-child (4 ) {
147
148
font-size : .7em ;
148
149
position : absolute;
149
150
margin-left : 4.5em ;
150
151
margin-top : -5.5em ;
151
- mar
152
152
}
153
153
154
- /* question show */
154
+ .qi_link {
155
+ text-decoration : none !important ;
156
+ color : # 0c65a5 !important ;
157
+ }
158
+
159
+ /* question show ********************************* */
155
160
156
161
.avy {
157
162
width : 2em ;
@@ -166,7 +171,6 @@ div div p:nth-child(4) {
166
171
167
172
.user_section {
168
173
padding : 12px 0 10px 0 ;
169
- border-bottom : 1px solid # e0e0e0 ;
170
174
border-top : 1px solid # e0e0e0 ;
171
175
margin-left : 1.2em ;
172
176
font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
@@ -180,33 +184,83 @@ div div p:nth-child(4) {
180
184
}
181
185
182
186
# qu_box {
183
- margin-left : 33em ;
187
+ margin-left : 5em ;
188
+ margin-top : 2em ;
184
189
}
185
190
186
191
.ind_question {
187
192
padding : 12px 0 10px 0 ;
188
- border-bottom : 1px solid # e0e0e0 ;
189
193
border-top : 1px solid # e0e0e0 ;
190
- margin-left : 1.2 em ;
194
+ margin-left : 5.4 em ;
191
195
font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
192
196
font-size : .9em ;
193
197
}
194
198
195
199
.user {
196
- margin-left : 37em ;
200
+ margin-top : 2em ;
201
+ margin-left : .2em ;
197
202
}
198
203
199
204
# answer_submit {
200
205
margin-top : 2em ;
201
206
margin-left : 1em ;
202
207
}
203
208
209
+ # qs_content {
210
+ margin-left : 5em ;
211
+ }
212
+
213
+ /* Votes ********************************************************* */
204
214
205
- /* User Index/log/signin */
215
+ # voting {
216
+ margin-top : -4em ;
217
+ margin-left : 1em ;
218
+ }
219
+
220
+ # voting_answer {
221
+ margin-left : -4.4em ;
222
+ position : absolute;
223
+ margin-top : -2em ;
224
+ }
225
+
226
+ # dislike {
227
+ margin-top : .9em ;
228
+ }
229
+
230
+ # votes_total {
231
+ color : # 858D93 ;
232
+ margin-left : .6em ;
233
+ }
234
+
235
+ # answer_amount {
236
+ font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
237
+ color : # 444 ;
238
+ margin-left : 5em ;
239
+ margin-bottom : .6em ;
240
+ }
241
+
242
+ .arrow-up {
243
+ width : 0 ;
244
+ height : 0 ;
245
+ border-left : 15px solid transparent;
246
+ border-right : 15px solid transparent;
247
+ border-bottom : 15px solid # 858D93 ;
248
+ }
249
+
250
+ .arrow-down {
251
+ width : 0 ;
252
+ height : 0 ;
253
+ border-left : 15px solid transparent;
254
+ border-right : 15px solid transparent;
255
+ border-top : 15px solid # 858D93 ;
256
+ }
257
+
258
+ /* User Index/log/signin****************************** */
206
259
207
260
# ui_title {
208
261
font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
209
262
margin-left : .7em ;
263
+ margin-top : 2em ;
210
264
}
211
265
212
266
# user_index {
@@ -230,11 +284,12 @@ div div p:nth-child(4) {
230
284
}
231
285
232
286
.user_pro_name {
233
- color : # 0c65a5 ;
287
+ color : # 0c65a5 !important ;
234
288
font-size : .8em ;
235
289
margin-left : 4.5em ;
236
290
margin-top : 1.2em ;
237
291
position : absolute;
292
+ text-decoration : none !important ;
238
293
}
239
294
240
295
.user_pro_location {
@@ -331,7 +386,7 @@ span:hover {
331
386
}
332
387
333
388
334
- /* user show */
389
+ /* user show****************************************** */
335
390
.user_show {
336
391
padding : 12px 0 10px 0 ;
337
392
border-top : 1px solid # e0e0e0 ;
@@ -364,3 +419,9 @@ span:hover {
364
419
position : absolute;
365
420
margin-top : .3em ;
366
421
}
422
+
423
+ li .new_comment {
424
+ color : # 888 ;
425
+ opacity : .6 ;
426
+ padding : 0 3px 2px 3px ;
427
+ }
0 commit comments