@@ -264,66 +264,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
264
264
padding-top : 0 ;
265
265
}
266
266
}
267
- /* ----------------------------------
268
- * advertisement
269
- * ---------------------------------- */
270
- .advertisement {
271
- padding : 5px ;
272
- width : auto !important ;
273
- overflow : hidden; /* clearfix */
274
- text-align : left;
275
- border : 1px solid # a4e4ef !important ;
276
- border-radius : 4px ;
277
- }
278
- @media (max-width : 767px ) {
279
- .advertisement {
280
- position : static;
281
- margin : 30px 0 ;
282
- }
283
- }
284
- @media (min-width : 768px ) {
285
- .advertisement {
286
- position : absolute;
287
- top : 15px ;
288
- right : 15px ; /* 15px instead of 0 since box-sizing */
289
- width : 380px !important ;
290
- }
291
- }
292
- .carbon-wrap {
293
- display : block;
294
- font-size : 11px ;
295
- height : 100px ;
296
- line-height : 15px ;
297
- overflow : hidden;
298
- }
299
- .carbon-img {
300
- border : none;
301
- display : inline;
302
- float : left;
303
- height : 100px ;
304
- margin : 0 9px 9px ;
305
- width : 130px
306
- }
307
- .carbon-text {
308
- display : inline;
309
- float : left;
310
- width : 162px ;
311
- }
312
- .carbon-text a {
313
- color : # 000 ;
314
- text-decoration : none;
315
- text-transform : none;
316
- }
317
- .carbon-poweredby {
318
- float : right;
319
- text-align : center;
320
- color : # 999
321
- }
322
- .carbon-poweredby a {
323
- color : # 999 ;
324
- text-decoration : none;
325
- font-size : 11px
326
- }
327
267
/* ----------------------------------
328
268
* navbar
329
269
* ---------------------------------- */
@@ -438,6 +378,65 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
438
378
position : relative;
439
379
top : 10px ;
440
380
}
381
+ /* ----------------------------------
382
+ * advertisement
383
+ * ---------------------------------- */
384
+ .advertisement {
385
+ padding : 5px ;
386
+ width : auto !important ;
387
+ overflow : hidden; /* clearfix */
388
+ text-align : left;
389
+ border : 1px solid # a4e4ef !important ;
390
+ border-radius : 4px ;
391
+ }
392
+ @media (max-width : 767px ) {
393
+ .advertisement {
394
+ position : static;
395
+ margin : 30px 0 ;
396
+ }
397
+ }
398
+ @media (min-width : 768px ) {
399
+ .advertisement {
400
+ position : absolute;
401
+ top : 15px ;
402
+ right : 15px ; /* 15px instead of 0 since box-sizing */
403
+ width : 380px !important ;
404
+ }
405
+ }
406
+ .carbon-wrap {
407
+ display : block;
408
+ height : 100px ;
409
+ line-height : 15px ;
410
+ overflow : hidden;
411
+ }
412
+ .carbon-img {
413
+ border : none;
414
+ display : inline;
415
+ float : left;
416
+ height : 100px ;
417
+ margin : 9px ;
418
+ width : 130px
419
+ }
420
+ .carbon-text {
421
+ display : inline;
422
+ float : left;
423
+ width : 162px ;
424
+ }
425
+ .carbon-text a {
426
+ color : # 000 ;
427
+ text-decoration : none;
428
+ text-transform : none;
429
+ }
430
+ .carbon-poweredby {
431
+ float : right;
432
+ text-align : center;
433
+ color : # 999
434
+ }
435
+ .carbon-poweredby a {
436
+ color : # 999 ;
437
+ text-decoration : none;
438
+ font-size : 11px
439
+ }
441
440
/* ----------------------------------
442
441
* documents
443
442
* ---------------------------------- */
0 commit comments