style.css 5.2 KB

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