style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* comment */
  2. #comment-message {
  3. font-family:Scala,Georgia,"DejaVu Serif","Times New Roman",Times,serif;
  4. font-size: 1em;
  5. color:gray;
  6. }
  7. a.disqus-comment-count {
  8. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  9. font-size: 0.9em;
  10. }
  11. /* Syntax Highlight */
  12. .codehilite pre {
  13. background-color:rgb(253,246,227);
  14. border-radius:3px 3px 3px 3px;
  15. }
  16. td.code .codehilite pre {
  17. border-radius:0px 3px 3px 0px;
  18. }
  19. td.code {
  20. width:100%;
  21. }
  22. .linenodiv pre {
  23. border-radius:3px 0px 0px 3px;
  24. color:rgb(101,123,131);
  25. background-color:rgb(238,232,213);
  26. }
  27. /* Tags */
  28. .list-of-tags {
  29. list-style:none;
  30. margin:0;
  31. padding:5px 0 ;
  32. overflow:hidden;
  33. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  34. }
  35. .list-of-tags li {
  36. line-height:28px;
  37. float:left;
  38. margin:0px;
  39. }
  40. .list-of-tags a {
  41. padding: 3px 6px;
  42. margin: 2px;
  43. color: #222;
  44. background:#EEE;
  45. border-radius: 3px;
  46. text-decoration:none;
  47. }
  48. .list-of-tags a span {
  49. vertical-align: super;
  50. font-size: 0.8em;
  51. }
  52. .tags-in-article li {
  53. line-height:28px;
  54. float:none;
  55. }
  56. h2.tag-title {
  57. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  58. }
  59. ul.articles-in-tag li {
  60. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  61. font-size:1.1em;
  62. }
  63. /* Article */
  64. .article-content {
  65. text-align:justify;
  66. max-width:50em;
  67. }
  68. .article-content p{
  69. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  70. font-variant: normal;
  71. text-transform: none;
  72. font-size: 1.1em;
  73. line-height: 1.6em;
  74. margin:20px 0px 20px 0px;
  75. }
  76. .article-content blockquote {
  77. padding: 0px 0px 0px 20px;
  78. margin: 20px 0px 20px 0px;
  79. border-left: 5px solid rgb(100,100,100);
  80. }
  81. .article-content blockquote p {
  82. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  83. font-variant: normal;
  84. text-transform: none;
  85. font-size: 1.2em;
  86. line-height: 1.7em;
  87. }
  88. .article-content ul {
  89. list-style-type: circle;
  90. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  91. font-size:1em;
  92. list-style-position: inside;
  93. }
  94. .article-content ol {
  95. list-style-type: decimal;
  96. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  97. font-size: 1em;
  98. list-style-position: inside;
  99. }
  100. .article-content li {
  101. margin:1px 0px 1px 20px;
  102. }
  103. .article-content dl {
  104. list-style-type: decimal;
  105. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  106. font-size: 1em;
  107. list-style-position: inside;
  108. margin:20px 0px 20px 20px;
  109. }
  110. .article-content dd {
  111. margin:1px 0px 1px 20px;
  112. padding:3px 0px 3px 0px;
  113. }
  114. .article-content dt {
  115. font-size:1.3em;
  116. }
  117. .page_header h1 {
  118. color:darkred;
  119. padding: 5px 5px 15px 5px;
  120. margin: 20px 0px 20px 0px;
  121. border-bottom: 1px solid rgb(143, 134, 134);
  122. font-size: 3em;
  123. font-family: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  124. font-weight:normal;
  125. }
  126. .page_header h1 small {
  127. color:rgb(143, 116, 116);
  128. }
  129. .page_header h1 a {
  130. color:darkred;
  131. }
  132. .page_header h1 a:hover {
  133. text-decoration:none;
  134. }
  135. ul.articles_timeline {
  136. list-style:none;
  137. margin:0px;
  138. padding-bottom:30px;
  139. }
  140. ul.articles_timeline li.next_article {
  141. float:right;
  142. margin:0px;
  143. }
  144. ul.articles_timeline li.previous_article {
  145. float:left;
  146. margin:0px;
  147. }
  148. /* Categories */
  149. .list-of-categories span {
  150. vertical-align: super;
  151. font-size: 0.7em;
  152. }
  153. a.list-of-categories {
  154. text-decoration:none;
  155. }
  156. ul.list-articles-category {
  157. list-style:none outside none;
  158. margin:0px 0px 0px 5px;
  159. }
  160. ul.list-articles-category li span{
  161. margin-right:10px;
  162. color:#AAAAAA;
  163. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  164. font-size: 0.9em;
  165. }
  166. a.category-link {
  167. color:rgb(51,51,51);
  168. }
  169. a.category-link:hover {
  170. text-decoration:none;
  171. }
  172. a.list-of-categories {
  173. font-size:1.1em;
  174. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  175. }
  176. a.list-of-categories:hover {
  177. color:white;
  178. background-color:rgb(0, 136, 204);
  179. border-radius:4px;
  180. }
  181. /* Base CSS */
  182. h2 a {
  183. color:rgb(51,51,51);
  184. }
  185. h2 a:hover {
  186. text-decoration:none;
  187. color:rgb(51,51,51);
  188. }
  189. a {
  190. color:rgb(56, 117, 215);
  191. }
  192. /* archives */
  193. ul.list-all-articles {
  194. list-style:none;
  195. margin:0px;
  196. }
  197. ul.list-all-articles li {
  198. border-bottom:1px dotted black;
  199. padding:0.3em 0em;
  200. font-size:1.1em;
  201. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  202. }
  203. ul.list-all-articles li time {
  204. float:right;
  205. color:#AAAAAA;
  206. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  207. font-size: 0.9em;
  208. }