elegant.css 7.5 KB

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