article.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. h1,h2,h3,h4,div,p,ul,li,ol{margin:0;padding:0}
  2. h1 { font-size: 22px; }
  3. h2 { font-size: 20px; }
  4. h3 { font-size: 18px; }
  5. h4 { font-size: 16px; }
  6. .view-title{border-bottom: 1px solid #F2F2F2; padding-bottom: 5px;margin-bottom: 10px;}
  7. .view-content img{max-width: 95%!important;display: block;margin:0 auto!important;}
  8. .view-content{font-size:16px!important;}
  9. .action { border-bottom: #eee solid 1px; padding-bottom: 10px; margin-bottom: 20px; color: #999; }
  10. .action a { color: #999; text-decoration: none; }
  11. .action em {font-style: normal;}
  12. .action .user, .action .time, .action .views, .action .favourites, .action .comments, .action .answers, .action .replies { margin-right:15px; }
  13. .action .money { float: right; }
  14. p{margin:5px 0}
  15. pre {
  16. font-size: 13px;
  17. line-height: 1.42857143;
  18. display: block;
  19. margin: 0 0 10px;
  20. padding: 9.5px;
  21. word-wrap: break-word;
  22. word-break: break-all;
  23. color: #333;
  24. border: 1px solid #ccc;
  25. border-radius: 4px;
  26. background-color: #f5f5f5;
  27. }
  28. pre code {
  29. font-size: inherit;
  30. padding: 0;
  31. white-space: pre-wrap;
  32. color: inherit;
  33. border-radius: 0;
  34. background-color: transparent;
  35. }