style.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .list-of-tags {
  2. list-style:none;
  3. margin:0;
  4. padding:5px 0 ;
  5. overflow:hidden;
  6. }
  7. .list-of-tags li {
  8. line-height:28px;
  9. float:left;
  10. }
  11. .list-of-tags a {
  12. padding: 3px 6px;
  13. margin: 2px;
  14. color: #222;
  15. background:#EEE;
  16. border-radius: 3px;
  17. text-decoration:none;
  18. }
  19. .list-of-tags a span {
  20. vertical-align: super;
  21. font-size: 0.8em;
  22. }
  23. .article-content {
  24. text-align:justify;
  25. max-width:50em;
  26. }
  27. .article-content p{
  28. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  29. font-variant: normal;
  30. text-transform: none;
  31. font-size: 1.1em;
  32. line-height: 1.6em;
  33. }
  34. .article-content blockquote {
  35. padding: 5px 0px 5px 20px;
  36. margin: 20px 0px 20px 0px;
  37. border-left: 5px solid rgb(100,100,100);
  38. }
  39. .article-content blockquote p {
  40. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  41. font-variant: normal;
  42. text-transform: none;
  43. font-size: 1.2em;
  44. line-height: 1.7em;
  45. }
  46. .list-of-categories span {
  47. vertical-align: super;
  48. font-size: 0.8em;
  49. }
  50. a.list-of-categories {
  51. text-decoration:none;
  52. }