elegant.css 7.1 KB

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