style.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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, article div.article-content ul:not(.articles_timeline) a {
  108. color:black;
  109. border-bottom:thin dashed darkgray;
  110. }
  111. article p a:hover, article ol a:hover, article div.article-content ul:not(.articles_timeline) 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. margin-left: 2em;
  133. }
  134. .article-content blockquote p {
  135. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  136. font-variant: normal;
  137. text-transform: none;
  138. font-size: 1.2em;
  139. line-height: 1.7em;
  140. }
  141. .article-content ul {
  142. list-style-type: circle;
  143. font-size:1em;
  144. }
  145. .article-content ol {
  146. list-style-type: decimal;
  147. font-size: 1em;
  148. }
  149. .article-content li {
  150. margin:1px 0px 1px 20px;
  151. list-style-position: outside;
  152. }
  153. .article-content dl {
  154. list-style-type: decimal;
  155. font-size: 1em;
  156. list-style-position: outside;
  157. margin:20px 0px 20px 20px;
  158. }
  159. .article-content dd {
  160. margin:1px 0px 1px 20px;
  161. padding:3px 0px 3px 0px;
  162. }
  163. .article-content dt {
  164. font-size:1.3em;
  165. }
  166. .page_header h1 {
  167. color:darkred;
  168. padding: 5px 5px 15px 5px;
  169. margin: 20px 0px 20px 0px;
  170. border-bottom: 1px solid rgb(143, 134, 134);
  171. font-size: 3em;
  172. font-weight:normal;
  173. }
  174. .page_header h1 small {
  175. color:rgb(143, 116, 116);
  176. }
  177. .page_header h1 a {
  178. color:darkred;
  179. }
  180. .page_header h1 a:hover {
  181. text-decoration:none;
  182. }
  183. ul.articles_timeline {
  184. list-style:none;
  185. margin:0px;
  186. padding-bottom:30px;
  187. }
  188. ul.articles_timeline li.next_article {
  189. float:right;
  190. margin:0px;
  191. }
  192. ul.articles_timeline li.previous_article {
  193. float:left;
  194. margin:0px;
  195. }
  196. /* Categories */
  197. .list-of-categories span {
  198. vertical-align: super;
  199. font-size: 0.7em;
  200. }
  201. a.list-of-categories {
  202. text-decoration:none;
  203. }
  204. ul.list-articles-category {
  205. list-style:none outside none;
  206. margin:0px 0px 0px 5px;
  207. }
  208. ul.list-articles-category li span{
  209. margin-right:10px;
  210. color:#AAAAAA;
  211. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  212. font-size: 0.9em;
  213. }
  214. a.category-link {
  215. color:rgb(51,51,51);
  216. }
  217. a.category-link:hover {
  218. text-decoration:none;
  219. }
  220. a.list-of-categories {
  221. font-size:1.1em;
  222. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  223. }
  224. a.list-of-categories:hover {
  225. color:white;
  226. background-color:rgb(0, 136, 204);
  227. border-radius:4px;
  228. }
  229. /* Base CSS */
  230. h2 a {
  231. color:rgb(51,51,51);
  232. }
  233. h2 a:hover {
  234. text-decoration:none;
  235. color:rgb(51,51,51);
  236. }
  237. a {
  238. color:rgb(56, 117, 215);
  239. }
  240. /* archives */
  241. ul.list-all-articles {
  242. list-style:none;
  243. margin:0px;
  244. }
  245. ul.list-all-articles li {
  246. border-bottom:1px dotted black;
  247. padding:0.3em 0em;
  248. font-size:1.1em;
  249. font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  250. }
  251. ul.list-all-articles li time {
  252. float:right;
  253. color:#AAAAAA;
  254. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  255. font-size: 0.9em;
  256. }
  257. /* top menu */
  258. ul.top-menu li a {
  259. font-weight: bold;
  260. }
  261. /* MailChimp */
  262. #mc_embed_signup {
  263. font-size:inherit;
  264. font-family:inherit;
  265. margin:10px 0px;
  266. }
  267. #mc_embed_signup form {
  268. padding:0px;
  269. }
  270. #mc_embed_signup input.button {
  271. width: 100%
  272. }
  273. #mc_embed_signup input.email {
  274. width:100%;
  275. }
  276. #mc_embed_signup .button {
  277. font-size: 1.1em;
  278. }
  279. /* front page */
  280. #allposts {
  281. color:rgb(153, 153, 153);
  282. font-size:75%;
  283. float:right;
  284. font-weight:normal;
  285. }
  286. .proj_desc {
  287. color:#999999;
  288. font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
  289. font-size: 0.9em;
  290. }
  291. .amp {
  292. font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif;
  293. font-style:italic;
  294. }
  295. img {
  296. border: 1px solid #EEEEEE;
  297. }
  298. .table-of-content .toc {
  299. font-size: 0.7em;
  300. }
  301. .last_updated a {
  302. color: black;
  303. border-bottom: thin dashed darkgray;
  304. }
  305. .last_updated a:hover {
  306. text-shadow: none;
  307. text-decoration: none;
  308. border-bottom: medium none;
  309. color: rgb(0, 85, 128);
  310. }
  311. a.headerlink {
  312. visibility:hidden;
  313. padding-left:0.5em;
  314. color:grey;
  315. }
  316. h1:hover > a.headerlink,
  317. h2:hover > a.headerlink,
  318. h3:hover > a.headerlink,
  319. h4:hover > a.headerlink,
  320. h5:hover > a.headerlink,
  321. h6:hover > a.headerlink,
  322. dt:hover > a.headerlink {
  323. visibility: visible;
  324. text-decoration:none;
  325. }