elegant.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. /* Solarized Light Theme for code snippets */
  2. .hll { background-color: #ffc }
  3. .c { color: #93a1a1; font-style: italic } /* Comment */
  4. .err { color: #dc322f } /* Error */
  5. .g { color: #657b83 } /* Generic */
  6. .k { color: #859900 } /* Keyword */
  7. .l { color: #657b83 } /* Literal */
  8. .n { color: #586e75 } /* Name */
  9. .o { color: #657b83 } /* Operator */
  10. .x { color: #657b83 } /* Other */
  11. .p { color: #657b83 } /* Punctuation */
  12. .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */
  13. .cp { color: #93a1a1; font-style: italic } /* Comment.Preproc */
  14. .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */
  15. .cs { color: #93a1a1; font-style: italic } /* Comment.Special */
  16. .gd { color: #657b83 } /* Generic.Deleted */
  17. .ge { color: #657b83 } /* Generic.Emph */
  18. .gr { color: #657b83 } /* Generic.Error */
  19. .gh { color: #657b83 } /* Generic.Heading */
  20. .gi { color: #657b83 } /* Generic.Inserted */
  21. .go { color: #657b83 } /* Generic.Output */
  22. .gp { color: #657b83 } /* Generic.Prompt */
  23. .gs { color: #657b83 } /* Generic.Strong */
  24. .gu { color: #657b83 } /* Generic.Subheading */
  25. .gt { color: #657b83 } /* Generic.Traceback */
  26. .kc { color: #859900 } /* Keyword.Constant */
  27. .kd { color: #859900 } /* Keyword.Declaration */
  28. .kn { color: #cb4b16 } /* Keyword.Namespace */
  29. .kp { color: #cb4b16 } /* Keyword.Pseudo */
  30. .kr { color: #859900 } /* Keyword.Reserved */
  31. .kt { color: #859900 } /* Keyword.Type */
  32. .ld { color: #657b83 } /* Literal.Date */
  33. .m { color: #2aa198 } /* Literal.Number */
  34. .s { color: #2aa198 } /* Literal.String */
  35. .na { color: #657b83 } /* Name.Attribute */
  36. .nb { color: #268bd2 } /* Name.Builtin */
  37. .nc { color: #268bd2 } /* Name.Class */
  38. .no { color: #b58900 } /* Name.Constant */
  39. .nd { color: #cb4b16 } /* Name.Decorator */
  40. .ni { color: #cb4b16 } /* Name.Entity */
  41. .ne { color: #cb4b16 } /* Name.Exception */
  42. .nf { color: #268bd2 } /* Name.Function */
  43. .nl { color: #657b83 } /* Name.Label */
  44. .nn { color: #b58900 } /* Name.Namespace */
  45. .nx { color: #657b83 } /* Name.Other */
  46. .py { color: #268bd2 } /* Name.Property */
  47. .nt { color: #859900 } /* Name.Tag */
  48. .nv { color: #cd4b16 } /* Name.Variable */
  49. .ow { color: #859900 } /* Operator.Word */
  50. .w { color: #fdf6e3 } /* Text.Whitespace */
  51. .mf { color: #2aa198 } /* Literal.Number.Float */
  52. .mh { color: #2aa198 } /* Literal.Number.Hex */
  53. .mi { color: #2aa198 } /* Literal.Number.Integer */
  54. .mo { color: #2aa198 } /* Literal.Number.Oct */
  55. .sb { color: #2aa198 } /* Literal.String.Backtick */
  56. .sc { color: #2aa198 } /* Literal.String.Char */
  57. .sd { color: #2aa198 } /* Literal.String.Doc */
  58. .s2 { color: #2aa198 } /* Literal.String.Double */
  59. .se { color: #cb4b16 } /* Literal.String.Escape */
  60. .sh { color: #2aa198 } /* Literal.String.Heredoc */
  61. .si { color: #cb4b16 } /* Literal.String.Interpol */
  62. .sx { color: #2aa198 } /* Literal.String.Other */
  63. .sr { color: #2aa198 } /* Literal.String.Regex */
  64. .s1 { color: #2aa198 } /* Literal.String.Single */
  65. .ss { color: #2aa198 } /* Literal.String.Symbol */
  66. .bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
  67. .vc { color: #268bd2 } /* Name.Variable.Class */
  68. .vg { color: #268bd2 } /* Name.Variable.Global */
  69. .vi { color: #268bd2 } /* Name.Variable.Instance */
  70. .il { color: #2aa198 } /* Literal.Number.Integer.Long */
  71. /*
  72. Tipue Search 3.0.1
  73. Copyright (c) 2013 Tipue
  74. Tipue Search is released under the MIT License
  75. http://www.tipue.com/search
  76. */
  77. #tipue_search_content
  78. {
  79. clear: left;
  80. margin: 0;
  81. max-width: 650px;
  82. padding: 25px 0 13px 0;
  83. }
  84. #tipue_search_loading
  85. {
  86. background: #fff url('img/loader.gif') no-repeat left;
  87. padding-top: 60px;
  88. }
  89. #tipue_search_warning
  90. {
  91. color: #333;
  92. font: 12px/1.6 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
  93. margin: 7px 0;
  94. }
  95. #tipue_search_warning a
  96. {
  97. color: #3f72d8;
  98. text-decoration: none;
  99. }
  100. #tipue_search_warning a:hover
  101. {
  102. border-bottom: 1px solid #ccc;
  103. padding-bottom: 1px;
  104. }
  105. #tipue_search_results_count, #tipue_search_warning_head
  106. {
  107. border-bottom: 1px solid rgb(143, 134, 134);
  108. color: darkred;
  109. font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, Serif;
  110. font-size: 3em;
  111. font-weight: normal;
  112. margin: 20px 0 20px 0;
  113. padding: 5px 5px 15px 5px;
  114. }
  115. .tipue_search_content_title
  116. {
  117. font: 300 23px/1.6 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
  118. margin-top: 20px;
  119. }
  120. .tipue_search_content_title a
  121. {
  122. color: #3f72d8;
  123. text-decoration: none;
  124. }
  125. .tipue_search_content_title a:hover
  126. {
  127. border-bottom: 1px solid #ccc;
  128. padding-bottom: 1px;
  129. }
  130. .tipue_search_content_text
  131. {
  132. color: #333;
  133. font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, Serif;
  134. font-size: 1em;
  135. font-variant: normal;
  136. line-height: 1.6em;
  137. padding: 13px 0;
  138. text-transform: none;
  139. }
  140. .tipue_search_content_text b {
  141. color: #EF1D1D;
  142. font-family: Garamond;
  143. font-size: 1.3em;
  144. }
  145. .tipue_search_content_loc
  146. {
  147. font: 300 13px/1.7 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
  148. overflow: auto;
  149. }
  150. .tipue_search_content_loc a
  151. {
  152. color: #555;
  153. text-decoration: none;
  154. }
  155. .tipue_search_content_loc a:hover
  156. {
  157. border-bottom: 1px solid #ccc;
  158. padding-bottom: 1px;
  159. }
  160. #tipue_search_foot
  161. {
  162. margin: 51px 0 21px 0;
  163. }
  164. #tipue_search_foot_boxes
  165. {
  166. font: 12px/1 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
  167. margin: 0;
  168. padding: 0;
  169. }
  170. #tipue_search_foot_boxes li
  171. {
  172. display: inline;
  173. list-style: none;
  174. margin: 0;
  175. padding: 0;
  176. }
  177. #tipue_search_foot_boxes li a
  178. {
  179. background-color: #f1f1f1;
  180. border-radius: 1px;
  181. border: 1px solid #dcdcdc;
  182. color: #333;
  183. margin-right: 7px;
  184. padding: 7px 13px 8px 13px;
  185. text-align: center;
  186. text-decoration: none;
  187. }
  188. #tipue_search_foot_boxes li.current
  189. {
  190. background: #fff;
  191. border-radius: 1px;
  192. border: 1px solid #dcdcdc;
  193. color: #333;
  194. margin-right: 7px;
  195. padding: 7px 13px 8px 13px;
  196. text-align: center;
  197. }
  198. #tipue_search_foot_boxes li a:hover
  199. {
  200. background-color: #f3f3f3;
  201. border: 1px solid #ccc;
  202. }
  203. /* Base */
  204. body,
  205. html {
  206. height: 100%;
  207. }
  208. #content-sans-footer {
  209. min-height: 100%;
  210. }
  211. h1,
  212. h2,
  213. h3,
  214. h4,
  215. h5,
  216. h5 {
  217. font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
  218. font-weight: normal;
  219. }
  220. a {
  221. color: #3875d7;
  222. }
  223. /* site title */
  224. .site-name {
  225. font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
  226. }
  227. /* Top navigation menu */
  228. .top-menu li a {
  229. font-weight: bold;
  230. }
  231. /* Footer */
  232. #footer {
  233. border-top: 1px solid rgba(0, 0, 0, .2);
  234. font: .7em Calibri, Tahoma, Arial, Sans-Serif;
  235. margin: 15px 0;
  236. padding: 2px 5px 0;
  237. }
  238. ul.footer-content {
  239. list-style: none;
  240. margin: 0;
  241. padding: 0;
  242. }
  243. ul.footer-content li {
  244. padding-left: 5px;
  245. }
  246. .elegant-power {
  247. float: right;
  248. }
  249. .elegant-license {
  250. float: left;
  251. }
  252. .elegant-subtitle {
  253. float: left;
  254. }
  255. /* comment */
  256. #comment-message {
  257. color: #808080;
  258. }
  259. .disqus-comment-count {
  260. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  261. font-size: .9em;
  262. }
  263. #disqus_thread {
  264. padding-left: 10px;
  265. padding-right: 10px;
  266. }
  267. /* Syntax Highlight */
  268. table {
  269. table-layout: fixed;
  270. width: 100%;
  271. }
  272. .linenos {
  273. width:5%;
  274. }
  275. .linenos div pre {
  276. text-align:right;
  277. }
  278. pre {
  279. overflow: auto;
  280. white-space: pre;
  281. word-break: normal;
  282. word-wrap: normal;
  283. }
  284. .highlight pre {
  285. background-color: #fdf6e3;
  286. border-radius: 3px 3px 3px 3px;
  287. }
  288. td.code .highlight pre {
  289. border-radius: 0 3px 3px 0;
  290. }
  291. td.code {
  292. width: 100%;
  293. }
  294. .linenodiv pre {
  295. background-color: #eee8d5;
  296. border-radius: 3px 0 0 3px;
  297. color: #657b83;
  298. }
  299. /* Tags */
  300. .list-of-tags {
  301. font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  302. list-style: none;
  303. margin: 0;
  304. overflow: hidden;
  305. }
  306. .list-of-tags li {
  307. float: left;
  308. line-height: 28px;
  309. margin: 0;
  310. }
  311. .list-of-tags a {
  312. background: #EEE;
  313. border-radius: 3px;
  314. color: #222;
  315. margin: 2px;
  316. padding: 3px 6px;
  317. text-decoration: none;
  318. }
  319. .list-of-tags a span {
  320. font-size: .8em;
  321. vertical-align: super;
  322. }
  323. .tags-in-article li {
  324. float: none;
  325. line-height: 28px;
  326. }
  327. .tag-title {
  328. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  329. }
  330. .articles-in-tag li {
  331. font: 1.1em/1.6em 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  332. }
  333. /* Article */
  334. article p a,
  335. article ol a,
  336. article div.article-content ul:not(.articles_timeline) a {
  337. border-bottom: thin dashed #A9A9A9;
  338. color: #000;
  339. }
  340. article p a:hover,
  341. article ol a:hover,
  342. article div.article-content ul:not(.articles_timeline) a:hover {
  343. border-bottom: none;
  344. text-decoration: none;
  345. text-shadow: none;
  346. }
  347. .article-content {
  348. font: 1.2em/1.6em 'PT Serif', Georgia, Times, 'Times New Roman', Serif;
  349. max-width: 50em;
  350. text-align: justify;
  351. }
  352. .article-content p {
  353. font-size: inherit;
  354. font-variant: normal;
  355. line-height: 1.6em;
  356. margin: 20px 0;
  357. text-transform: none;
  358. }
  359. .article-content blockquote {
  360. border-left: 0;
  361. margin: 20px 0 0 2em;
  362. padding: 0 0 0 20px;
  363. }
  364. .article-content blockquote:before {
  365. color: #646464;
  366. content: '\f10d';
  367. font: 18px FontAwesome;
  368. font-style: normal;
  369. font-weight: normal;
  370. margin-left: -2em;
  371. text-decoration: inherit;
  372. }
  373. .article-content blockquote p {
  374. font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  375. font-size: inherit;
  376. font-variant: normal;
  377. line-height: 1.7em;
  378. margin-top: -20px;
  379. text-transform: none;
  380. }
  381. .article-content ul {
  382. font-size: inherit;
  383. list-style-type: circle;
  384. }
  385. .article-content ol {
  386. font-size: inherit;
  387. list-style-type: decimal;
  388. }
  389. .article-content li {
  390. line-height: 1.7em;
  391. list-style-position: outside;
  392. margin: 1px 0 1px 20px;
  393. }
  394. .article-content dl {
  395. font-size: inherit;
  396. list-style-position: outside;
  397. list-style-type: decimal;
  398. margin: 20px 0 20px 20px;
  399. }
  400. .article-content dd {
  401. line-height: 1.7em;
  402. margin: 1px 0 1px 20px;
  403. padding: 3px 0;
  404. }
  405. .article-content dt {
  406. font-size: inherit;
  407. }
  408. .page_header h1 {
  409. border-bottom: 1px solid #8f8686;
  410. color: #8B0000;
  411. font-size: 3em;
  412. font-weight: normal;
  413. margin: 20px 0;
  414. padding: 5px 5px 15px;
  415. }
  416. .page_header h1 small {
  417. color: #8f7474;
  418. }
  419. .page_header h1 a {
  420. color: #8B0000;
  421. }
  422. .page_header h1 a:hover {
  423. text-decoration: none;
  424. }
  425. ul.articles_timeline {
  426. list-style: none;
  427. margin: 0;
  428. padding-bottom: 30px;
  429. }
  430. ul.articles_timeline .next_article {
  431. float: right;
  432. margin: 0;
  433. }
  434. ul.articles_timeline .previous_article {
  435. float: left;
  436. margin: 0;
  437. }
  438. .sidebar-social-links {
  439. color: #646464;
  440. font-size: 1.2em;
  441. padding-right: 3px;
  442. text-decoration: none;
  443. }
  444. .sidebar-social-links i:hover {
  445. color: #000;
  446. }
  447. .table-of-content .toc {
  448. font-size: .7em;
  449. }
  450. .last-updated a {
  451. color: #333;
  452. }
  453. .last-updated a:hover {
  454. text-decoration: none;
  455. }
  456. .article-content img {
  457. border: 2px solid #EEE;
  458. padding: 5px;
  459. }
  460. /* Perma link in article */
  461. h1:hover > a.headerlink,
  462. h2:hover > a.headerlink,
  463. h3:hover > a.headerlink,
  464. h4:hover > a.headerlink,
  465. h5:hover > a.headerlink,
  466. h6:hover > a.headerlink,
  467. dt:hover > a.headerlink {
  468. text-decoration: none;
  469. visibility: visible;
  470. }
  471. a.headerlink {
  472. color: grey;
  473. padding-left: .5em;
  474. visibility: hidden;
  475. }
  476. /* Categories */
  477. .list-of-categories span {
  478. font-size: .7em;
  479. vertical-align: super;
  480. }
  481. a.list-of-categories {
  482. text-decoration: none;
  483. }
  484. ul.list-articles-category {
  485. list-style: none outside none;
  486. margin: 0 0 0 5px;
  487. }
  488. ul.list-articles-category li span {
  489. color: #AAA;
  490. font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  491. margin-right: 10px;
  492. }
  493. a.category-link {
  494. color: #333;
  495. }
  496. a.category-link:hover {
  497. text-decoration: none;
  498. }
  499. a.list-of-categories {
  500. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  501. font-size: 1.1em;
  502. }
  503. a.list-of-categories:hover {
  504. background-color: #08c;
  505. border-radius: 4px;
  506. color: #FFF;
  507. }
  508. /* Archives */
  509. ul.list-all-articles {
  510. list-style: none;
  511. margin: 0;
  512. }
  513. ul.list-all-articles li {
  514. border-bottom: 1px dotted #000;
  515. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  516. font-size: 1.1em;
  517. padding: .3em 0;
  518. }
  519. ul.list-all-articles li time {
  520. color: #AAA;
  521. float: right;
  522. font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  523. font-size: .9em;
  524. }
  525. /* MailChimp */
  526. #mc_embed_signup {
  527. font-family: inherit;
  528. font-size: inherit;
  529. margin: 10px 0;
  530. }
  531. #mc_embed_signup form {
  532. display: block;
  533. padding: 0;
  534. position: relative;
  535. text-align: left;
  536. }
  537. #mc_embed_signup input {
  538. -moz-appearance: none;
  539. -webkit-appearance: none;
  540. border: 1px solid #999;
  541. }
  542. #mc_embed_signup input:focus {
  543. border-color: #333;
  544. }
  545. #mc_embed_signup input.email {
  546. display: block;
  547. font-size: .9em;
  548. margin: 0 4% 10px 0;
  549. min-width: 130px;
  550. padding: 8px 0;
  551. text-indent: 5px;
  552. width: 100%;
  553. }
  554. #mc_embed_signup input.button {
  555. display: block;
  556. margin: 0 0 10px 0;
  557. min-width: 90px;
  558. width: 100%
  559. }
  560. #mc_embed_signup input[type='email'] {
  561. height: 100%;
  562. }
  563. #mc_embed_signup .button {
  564. background-color: #EEE;
  565. border-radius: 4px;
  566. border: 1px solid #D3D3D3;
  567. clear: both;
  568. color: #000;
  569. cursor: pointer;
  570. display: inline-block;
  571. font-size: 1em;
  572. font-weight: normal;
  573. height: 32px;
  574. line-height: 32px;
  575. margin: 0 5px 10px 0;
  576. padding: 0;
  577. text-align: center;
  578. text-decoration: none;
  579. vertical-align: top;
  580. white-space: nowrap;
  581. width: auto;
  582. }
  583. #mc_embed_signup .button: hover {
  584. background-color: #DFDFDF;
  585. }
  586. #mc_embed_signup .clear {
  587. clear: none;
  588. display: inline;
  589. }
  590. /* Index page */
  591. #allposts {
  592. color: #999;
  593. float: right;
  594. font-size: 75%;
  595. font-weight: normal;
  596. }
  597. .proj_desc {
  598. color: #999;
  599. font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  600. }
  601. /* reST specific rules*/
  602. .literal {
  603. background-color: #f7f7f9;
  604. border: 1px solid #e1e1e8;
  605. color: #d14;
  606. padding: 2px 4px;
  607. white-space: nowrap;
  608. }
  609. /* Helper CSS classes */
  610. .amp {
  611. font-family: 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Serif;
  612. font-style: italic;
  613. }
  614. /* Use following classes to add floating images to your post */
  615. div .float-image {
  616. margin: 1.5em;
  617. text-align: center;
  618. }
  619. div .float-image img {
  620. width: 100%;
  621. }
  622. div .float-image p {
  623. color: gray;
  624. font-size: .6em;
  625. margin: 0;
  626. }
  627. div .float-image p a {
  628. border: none;
  629. color: gray;
  630. }
  631. div .float-right {
  632. float: right;
  633. }
  634. div .float-left {
  635. float: left;
  636. }