style.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. body,html{
  2. height:100%;
  3. }
  4. h1, h2, h3, h4, h5, h5 {
  5. font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  6. font-weight: normal;
  7. }
  8. #content-sans-footer{
  9. min-height:100%;
  10. }
  11. /* site title */
  12. .site-name {
  13. font-family: "Monaco","Inconsolata","Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
  14. }
  15. /* footer */
  16. div#footer {
  17. margin:15px 0px;
  18. border-top:1px solid rgba(0,0,0,0.2);
  19. padding:2px 5px 0px 5px;
  20. font-size:0.7em;
  21. font-family:calibri,tahoma,arial,sans-serif;
  22. }
  23. ul.footer-content{
  24. list-style:none;
  25. padding:0px;
  26. margin:0px;
  27. }
  28. ul.footer-content li {
  29. padding-left:5px;
  30. }
  31. ul.footer-content li.elegant-power {
  32. float:right;
  33. }
  34. ul.footer-content li.elegant-license {
  35. float:left;
  36. }
  37. ul.footer-content li.elegant-subtitle{
  38. float:left;
  39. }
  40. /* comment */
  41. #comment-message {
  42. font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  43. font-size: 1em;
  44. color:gray;
  45. }
  46. a.disqus-comment-count {
  47. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  48. font-size: 0.9em;
  49. }
  50. div#disqus_thread {
  51. padding-left:10px;
  52. padding-right:10px;
  53. }
  54. /* Syntax Highlight */
  55. .highlight pre {
  56. background-color:rgb(253,246,227);
  57. border-radius:3px 3px 3px 3px;
  58. }
  59. td.code .highlight pre {
  60. border-radius:0px 3px 3px 0px;
  61. }
  62. td.code {
  63. width:100%;
  64. }
  65. .linenodiv pre {
  66. border-radius:3px 0px 0px 3px;
  67. color:rgb(101,123,131);
  68. background-color:rgb(238,232,213);
  69. }
  70. /* Tags */
  71. .list-of-tags {
  72. list-style:none;
  73. margin:0;
  74. padding:5px 0 ;
  75. overflow:hidden;
  76. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  77. }
  78. .list-of-tags li {
  79. line-height:28px;
  80. float:left;
  81. margin:0px;
  82. }
  83. .list-of-tags a {
  84. padding: 3px 6px;
  85. margin: 2px;
  86. color: #222;
  87. background:#EEE;
  88. border-radius: 3px;
  89. text-decoration:none;
  90. }
  91. .list-of-tags a span {
  92. vertical-align: super;
  93. font-size: 0.8em;
  94. }
  95. .tags-in-article li {
  96. line-height:28px;
  97. float:none;
  98. }
  99. h2.tag-title {
  100. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  101. }
  102. ul.articles-in-tag li {
  103. font-family:'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  104. font-size:1.1em;
  105. }
  106. /* Article */
  107. article p a, article ol a {
  108. color:black;
  109. border-bottom:thin dashed darkgray;
  110. }
  111. article p a:hover, article ol a:hover {
  112. text-shadow:none;
  113. text-decoration:none;
  114. border-bottom:none;
  115. }
  116. .article-content {
  117. text-align:justify;
  118. max-width:50em;
  119. font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  120. }
  121. .article-content p{
  122. font-variant: normal;
  123. text-transform: none;
  124. font-size: 1.1em;
  125. line-height: 1.6em;
  126. margin:20px 0px 20px 0px;
  127. }
  128. .article-content blockquote {
  129. padding: 0px 0px 0px 20px;
  130. margin: 20px 0px 20px 0px;
  131. border-left: 5px solid rgb(100,100,100);
  132. }
  133. .article-content blockquote p {
  134. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  135. font-variant: normal;
  136. text-transform: none;
  137. font-size: 1.2em;
  138. line-height: 1.7em;
  139. }
  140. .article-content ul {
  141. list-style-type: circle;
  142. font-size:1em;
  143. }
  144. .article-content ol {
  145. list-style-type: decimal;
  146. font-size: 1em;
  147. }
  148. .article-content li {
  149. margin:1px 0px 1px 20px;
  150. list-style-position: outside;
  151. }
  152. .article-content dl {
  153. list-style-type: decimal;
  154. font-size: 1em;
  155. list-style-position: outside;
  156. margin:20px 0px 20px 20px;
  157. }
  158. .article-content dd {
  159. margin:1px 0px 1px 20px;
  160. padding:3px 0px 3px 0px;
  161. }
  162. .article-content dt {
  163. font-size:1.3em;
  164. }
  165. .page_header h1 {
  166. color:darkred;
  167. padding: 5px 5px 15px 5px;
  168. margin: 20px 0px 20px 0px;
  169. border-bottom: 1px solid rgb(143, 134, 134);
  170. font-size: 3em;
  171. font-weight:normal;
  172. }
  173. .page_header h1 small {
  174. color:rgb(143, 116, 116);
  175. }
  176. .page_header h1 a {
  177. color:darkred;
  178. }
  179. .page_header h1 a:hover {
  180. text-decoration:none;
  181. }
  182. ul.articles_timeline {
  183. list-style:none;
  184. margin:0px;
  185. padding-bottom:30px;
  186. }
  187. ul.articles_timeline li.next_article {
  188. float:right;
  189. margin:0px;
  190. }
  191. ul.articles_timeline li.previous_article {
  192. float:left;
  193. margin:0px;
  194. }
  195. /* Categories */
  196. .list-of-categories span {
  197. vertical-align: super;
  198. font-size: 0.7em;
  199. }
  200. a.list-of-categories {
  201. text-decoration:none;
  202. }
  203. ul.list-articles-category {
  204. list-style:none outside none;
  205. margin:0px 0px 0px 5px;
  206. }
  207. ul.list-articles-category li span{
  208. margin-right:10px;
  209. color:#AAAAAA;
  210. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  211. font-size: 0.9em;
  212. }
  213. a.category-link {
  214. color:rgb(51,51,51);
  215. }
  216. a.category-link:hover {
  217. text-decoration:none;
  218. }
  219. a.list-of-categories {
  220. font-size:1.1em;
  221. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  222. }
  223. a.list-of-categories:hover {
  224. color:white;
  225. background-color:rgb(0, 136, 204);
  226. border-radius:4px;
  227. }
  228. /* Base CSS */
  229. h2 a {
  230. color:rgb(51,51,51);
  231. }
  232. h2 a:hover {
  233. text-decoration:none;
  234. color:rgb(51,51,51);
  235. }
  236. a {
  237. color:rgb(56, 117, 215);
  238. }
  239. /* archives */
  240. ul.list-all-articles {
  241. list-style:none;
  242. margin:0px;
  243. }
  244. ul.list-all-articles li {
  245. border-bottom:1px dotted black;
  246. padding:0.3em 0em;
  247. font-size:1.1em;
  248. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  249. }
  250. ul.list-all-articles li time {
  251. float:right;
  252. color:#AAAAAA;
  253. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  254. font-size: 0.9em;
  255. }
  256. /* top menu */
  257. ul.top-menu li a {
  258. font-weight: bold;
  259. }
  260. /* MailChimp */
  261. #mc_embed_signup {
  262. font-size:inherit;
  263. font-family:inherit;
  264. margin:10px 0px;
  265. }
  266. #mc_embed_signup form {
  267. padding:0px;
  268. }
  269. #mc_embed_signup input.button {
  270. width: 100%
  271. }
  272. #mc_embed_signup input.email {
  273. width:100%;
  274. }
  275. #mc_embed_signup .button {
  276. font-size: 1.1em;
  277. }
  278. /* front page */
  279. #allposts {
  280. color:rgb(153, 153, 153);
  281. font-size:75%;
  282. float:right;
  283. font-weight:normal;
  284. }
  285. .proj_desc {
  286. color:#999999;
  287. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  288. font-size: 0.9em;
  289. }
  290. .amp {
  291. font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif;
  292. font-style:italic;
  293. }
  294. img {
  295. border: 1px solid #EEEEEE;
  296. }
  297. .table-of-content .toc {
  298. font-size: 0.7em;
  299. }
  300. .last_updated a {
  301. color: black;
  302. border-bottom: thin dashed darkgray;
  303. }
  304. .last_updated a:hover {
  305. text-shadow: none;
  306. text-decoration: none;
  307. border-bottom: medium none;
  308. color: rgb(0, 85, 128);
  309. }
  310. a.headerlink {
  311. visibility:hidden;
  312. padding-left:0.5em;
  313. color:grey;
  314. }
  315. h1:hover > a.headerlink,
  316. h2:hover > a.headerlink,
  317. h3:hover > a.headerlink,
  318. h4:hover > a.headerlink,
  319. h5:hover > a.headerlink,
  320. h6:hover > a.headerlink,
  321. dt:hover > a.headerlink {
  322. visibility: visible;
  323. text-decoration:none;
  324. }