style.css 4.5 KB

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