style.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .list-of-tags {
  2. list-style:none;
  3. margin:0;
  4. padding:5px 0 ;
  5. overflow:hidden;
  6. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7. }
  8. .list-of-tags li {
  9. line-height:28px;
  10. float:left;
  11. margin:0px;
  12. }
  13. .list-of-tags a {
  14. padding: 3px 6px;
  15. margin: 2px;
  16. color: #222;
  17. background:#EEE;
  18. border-radius: 3px;
  19. text-decoration:none;
  20. }
  21. .list-of-tags a span {
  22. vertical-align: super;
  23. font-size: 0.8em;
  24. }
  25. .tags-in-article li {
  26. line-height:28px;
  27. float:none;
  28. }
  29. .article-content {
  30. text-align:justify;
  31. max-width:50em;
  32. }
  33. .article-content p{
  34. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  35. font-variant: normal;
  36. text-transform: none;
  37. font-size: 1.1em;
  38. line-height: 1.6em;
  39. margin:20px 0px 20px 0px;
  40. }
  41. .article-content blockquote {
  42. padding: 0px 0px 0px 20px;
  43. margin: 20px 0px 20px 0px;
  44. border-left: 5px solid rgb(100,100,100);
  45. }
  46. .article-content blockquote p {
  47. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  48. font-variant: normal;
  49. text-transform: none;
  50. font-size: 1.2em;
  51. line-height: 1.7em;
  52. }
  53. .list-of-categories span {
  54. vertical-align: super;
  55. font-size: 0.8em;
  56. }
  57. a.list-of-categories {
  58. text-decoration:none;
  59. }
  60. .article-content ul {
  61. list-style-type: circle;
  62. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  63. font-size:1em;
  64. list-style-position: inside;
  65. }
  66. .article-content ol {
  67. list-style-type: decimal;
  68. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  69. font-size: 1em;
  70. list-style-position: inside;
  71. }
  72. .article-content li {
  73. margin:1px 0px 1px 20px;
  74. }
  75. .article-content dl {
  76. list-style-type: decimal;
  77. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  78. font-size: 1em;
  79. list-style-position: inside;
  80. margin:20px 0px 20px 20px;
  81. }
  82. .article-content dd {
  83. margin:1px 0px 1px 20px;
  84. padding:3px 0px 3px 0px;
  85. }
  86. .article-content dt {
  87. font-size:1.3em;
  88. }
  89. .page_header h1 {
  90. color:darkred;
  91. padding: 5px 5px 15px 5px;
  92. margin: 20px 0px 20px 0px;
  93. border-bottom: 1px solid rgb(143, 134, 134);
  94. font-size: 3em;
  95. font-family: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  96. font-weight:normal;
  97. }
  98. .page_header h1 small {
  99. color:rgb(143, 116, 116);
  100. }
  101. .page_header h1 a {
  102. color:darkred;
  103. }
  104. .page_header h1 a:hover {
  105. text-decoration:none;
  106. }
  107. h2 a {
  108. color:rgb(51,51,51);
  109. }
  110. h2 a:hover {
  111. text-decoration:none;
  112. color:rgb(51,51,51);
  113. }
  114. a.category-link {
  115. color:rgb(51,51,51);
  116. }
  117. a.category-link:hover {
  118. text-decoration:none;
  119. }
  120. a {
  121. color:rgb(56, 117, 215);
  122. }
  123. a.list-of-categories {
  124. font-size:1.1em;
  125. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  126. }
  127. a.list-of-categories:hover {
  128. color:white;
  129. background-color:rgb(0, 136, 204);
  130. border-radius:4px;
  131. }