elegant.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  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. h6 {
  217. font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
  218. font-weight: normal;
  219. }
  220. h1 small, h1 a, h1 a:hover,
  221. h2 small, h2 a, h2 a:hover,
  222. h3 small, h3 a, h3 a:hover,
  223. h4 small, h4 a, h4 a:hover,
  224. h5 small, h5 a, h5 a:hover,
  225. h6 small, h6 a, h6 a:hover {
  226. color: inherit;
  227. text-decoration: none;
  228. }
  229. a {
  230. color: #3875d7;
  231. }
  232. /* site title */
  233. .site-name {
  234. font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
  235. }
  236. /* Top navigation menu */
  237. .top-menu li a {
  238. font-weight: bold;
  239. }
  240. /* Footer */
  241. #footer {
  242. border-top: 1px solid rgba(0, 0, 0, .2);
  243. font: .7em Calibri, Tahoma, Arial, Sans-Serif;
  244. margin: 15px 0;
  245. padding: 2px 5px 0;
  246. }
  247. ul.footer-content {
  248. list-style: none;
  249. margin: 0;
  250. padding: 0;
  251. }
  252. ul.footer-content li {
  253. padding-left: 5px;
  254. }
  255. .elegant-power {
  256. float: right;
  257. }
  258. .elegant-license {
  259. float: left;
  260. }
  261. .elegant-subtitle {
  262. float: left;
  263. }
  264. /* comment */
  265. #comment-message {
  266. color: #808080;
  267. }
  268. .disqus-comment-count {
  269. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  270. font-size: .9em;
  271. }
  272. #disqus_thread {
  273. padding-left: 10px;
  274. padding-right: 10px;
  275. }
  276. /* Syntax Highlight */
  277. table {
  278. table-layout: fixed;
  279. width: 100%;
  280. }
  281. td {
  282. vertical-align: top;
  283. }
  284. @media (max-width:979px) {
  285. .linenos {
  286. display:none !important;
  287. }
  288. }
  289. .linenos {
  290. width: 30px;
  291. }
  292. .linenos div pre {
  293. text-align: right;
  294. overflow: hidden;
  295. }
  296. pre {
  297. overflow: auto;
  298. white-space: pre;
  299. word-break: normal;
  300. word-wrap: normal;
  301. }
  302. .highlight pre {
  303. background-color: #fdf6e3;
  304. border-radius: 3px 3px 3px 3px;
  305. }
  306. td.code .highlight pre {
  307. border-radius: 0 3px 3px 0;
  308. }
  309. td.code {
  310. width: 100%;
  311. }
  312. .linenodiv pre {
  313. background-color: #eee8d5;
  314. border-radius: 3px 0 0 3px;
  315. color: #657b83;
  316. }
  317. div.highlight {
  318. margin-bottom: 20px;
  319. }
  320. /* Tags */
  321. .list-of-tags {
  322. font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  323. list-style: none;
  324. margin: 0;
  325. overflow: hidden;
  326. }
  327. .list-of-tags li {
  328. float: left;
  329. line-height: 28px;
  330. margin: 0;
  331. }
  332. .list-of-tags a {
  333. background: #EEE;
  334. border-radius: 3px;
  335. color: #222;
  336. margin: 2px;
  337. padding: 3px 6px;
  338. text-decoration: none;
  339. }
  340. .list-of-tags a span {
  341. font-size: .8em;
  342. vertical-align: super;
  343. }
  344. .tags-in-article li {
  345. float: none;
  346. line-height: 28px;
  347. }
  348. .tag-title {
  349. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  350. }
  351. .articles-in-tag li {
  352. font: 1.1em/1.6em 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  353. }
  354. /* Article */
  355. article p a,
  356. article ol a,
  357. article div.article-content ul:not(.articles-timeline) a {
  358. border-bottom: thin dashed #A9A9A9;
  359. color: #000;
  360. }
  361. article p a:hover,
  362. article ol a:hover,
  363. article div.article-content ul:not(.articles-timeline) a:hover {
  364. border-bottom: none;
  365. text-decoration: none;
  366. text-shadow: none;
  367. }
  368. .article-content, div.recent-posts p {
  369. font: 1.2em/1.6em 'PT Serif', Georgia, 'Times New Roman', Times, Serif;
  370. text-align: justify;
  371. }
  372. .article-content {
  373. max-width: 50em;
  374. }
  375. .article-content p, div.recent-posts p {
  376. font-size: inherit;
  377. font-variant: normal;
  378. line-height: 1.6em;
  379. text-transform: none;
  380. }
  381. .article-content p {
  382. margin: 20px 0;
  383. }
  384. .article-content blockquote {
  385. border-left: 0;
  386. margin: 20px 0 0 2em;
  387. padding: 0 0 0 20px;
  388. }
  389. .article-content blockquote:before {
  390. color: #646464;
  391. content: '\f10d';
  392. font: 18px FontAwesome;
  393. font-style: normal;
  394. font-weight: normal;
  395. margin-left: -2em;
  396. text-decoration: inherit;
  397. position:absolute;
  398. }
  399. .article-content blockquote {
  400. font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  401. font-size: inherit;
  402. font-variant: normal;
  403. line-height: 1.7em;
  404. text-transform: none;
  405. font-weight: 300;
  406. position:relative;
  407. }
  408. .article-content ul {
  409. font-size: inherit;
  410. list-style-type: circle;
  411. }
  412. .article-content ol {
  413. font-size: inherit;
  414. list-style-type: decimal;
  415. }
  416. .article-content li {
  417. line-height: 1.7em;
  418. list-style-position: outside;
  419. margin: 1px 0 1px 20px;
  420. }
  421. .article-content dl {
  422. font-size: inherit;
  423. list-style-position: outside;
  424. list-style-type: decimal;
  425. margin: 20px 0 20px 20px;
  426. }
  427. .article-content dd {
  428. line-height: 1.7em;
  429. margin: 1px 0 1px 20px;
  430. padding: 3px 0;
  431. }
  432. .article-content dt {
  433. font-size: inherit;
  434. }
  435. .page-header {
  436. border-bottom: 1px solid #8f8686;
  437. color: #8B0000;
  438. font-size: 3em;
  439. font-weight: normal;
  440. margin: 20px 0;
  441. padding: 5px 5px 15px;
  442. }
  443. ul.articles-timeline {
  444. list-style: none;
  445. margin: 0;
  446. padding-bottom: 30px;
  447. }
  448. ul.articles-timeline .next-article {
  449. float: right;
  450. margin: 0;
  451. }
  452. ul.articles-timeline .previous-article {
  453. float: left;
  454. margin: 0;
  455. }
  456. i.sidebar-social-links {
  457. border-radius: 20%;
  458. border: solid transparent 1px;
  459. color: #A2A2A2;
  460. font-size: 1.3em;
  461. margin: 0;
  462. padding: 1px;
  463. text-align: center;
  464. text-decoration: none;
  465. width: 12%;
  466. }
  467. i.sidebar-social-links:hover {
  468. background-color: #A2A2A2;
  469. color: #fff;
  470. }
  471. i.fa-twitter:hover {
  472. background-color: #00ACED;
  473. }
  474. i.fa-facebook:hover {
  475. background-color: #3B5998;
  476. }
  477. i.fa-google-plus:hover {
  478. background-color: #D34836;
  479. }
  480. i.fa-adn:hover {
  481. background-color: #49484D;
  482. }
  483. i.fa-envelope:hover {
  484. background-color: #5E9EDA;
  485. }
  486. i.fa-github:hover {
  487. background-color: #000;
  488. }
  489. i.fa-flickr:hover {
  490. background-color: #FF0084;
  491. }
  492. i.fa-youtube:hover {
  493. background-color: #BC272F;
  494. }
  495. i.fa-linkedin:hover {
  496. background-color: #107FB9;
  497. }
  498. i.fa-gittip:hover {
  499. background-color: #663300;
  500. }
  501. i.fa-rss:hover {
  502. background-color: #FF6600;
  503. }
  504. i.fa-bitbucket:hover {
  505. background-color: #205081;
  506. }
  507. i.fa-stack-exchange:hover {
  508. background-color: #3A7BC8;
  509. }
  510. .table-of-content .toc {
  511. font-size: .7em;
  512. }
  513. .last-updated a {
  514. color: #333;
  515. }
  516. .last-updated a:hover {
  517. text-decoration: none;
  518. }
  519. .article-content img {
  520. border: 2px solid #EEE;
  521. padding: 5px;
  522. }
  523. /* Perma link in article */
  524. h1:hover > a.headerlink,
  525. h2:hover > a.headerlink,
  526. h3:hover > a.headerlink,
  527. h4:hover > a.headerlink,
  528. h5:hover > a.headerlink,
  529. h6:hover > a.headerlink,
  530. dt:hover > a.headerlink {
  531. text-decoration: none;
  532. visibility: visible;
  533. }
  534. a.headerlink {
  535. color: grey;
  536. padding-left: .5em;
  537. visibility: hidden;
  538. }
  539. /* Categories */
  540. .list-of-categories span {
  541. font-size: .7em;
  542. vertical-align: super;
  543. }
  544. a.list-of-categories {
  545. text-decoration: none;
  546. }
  547. ul.list-articles-category {
  548. list-style: none outside none;
  549. margin: 0 0 0 5px;
  550. }
  551. ul.list-articles-category li time {
  552. color: #8F8F8F;
  553. display: inline-block;
  554. font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  555. width: 7em;
  556. }
  557. a.category-link {
  558. color: #333;
  559. }
  560. a.category-link:hover {
  561. text-decoration: none;
  562. }
  563. a.list-of-categories {
  564. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  565. font-size: 1.1em;
  566. }
  567. a.list-of-categories:hover {
  568. background-color: #08c;
  569. border-radius: 4px;
  570. color: #FFF;
  571. }
  572. /* Archives */
  573. ul.list-all-articles {
  574. list-style: none;
  575. margin: 0;
  576. }
  577. ul.list-all-articles li {
  578. border-bottom: 1px dotted #000;
  579. font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
  580. font-size: 1.1em;
  581. padding: .3em 0;
  582. overflow: auto;
  583. }
  584. ul.list-all-articles li time {
  585. color: #AAA;
  586. float: right;
  587. font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  588. font-size: .9em;
  589. }
  590. div.blog-archives h2 {
  591. float: left;
  592. position: relative;
  593. margin:0;
  594. }
  595. div.blog-archives article, div.recent-posts article {
  596. border-bottom: 1px dotted #AAA;
  597. }
  598. div.blog-archives article, div.recent-posts article {
  599. font-size: 1.1em;
  600. padding: .3em .2em;
  601. position: relative;
  602. overflow: auto;
  603. }
  604. div.blog-archives article {
  605. margin-left: 6em;
  606. }
  607. div.blog-archives article.last-entry-of-year {
  608. margin-bottom: 1em;
  609. }
  610. div.blog-archives time, div.recent-posts time {
  611. float: right;
  612. text-align: right;
  613. }
  614. div.blog-archives time, div.recent-posts time, div.recent-posts section {
  615. color: #8F8F8F;
  616. font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  617. }
  618. div.recent-posts section a {
  619. color: inherit;
  620. padding-left: .3em;
  621. }
  622. div.recent-posts section a:hover {
  623. border-bottom: 1px dashed;
  624. text-decoration: none;
  625. }
  626. div.recent-posts time {
  627. font-size: inherit;
  628. }
  629. div.recent-posts-time {
  630. display: inline;
  631. }
  632. @media (max-width: 767px) {
  633. div.blog-archives h2 {
  634. float: none;
  635. }
  636. div.blog-archives article {
  637. margin-left: 0;
  638. padding-left: 0;
  639. }
  640. div.recent-posts time {
  641. float: none;
  642. }
  643. div.recent-posts-time {
  644. display: block;
  645. }
  646. ul.list-articles-category li time {
  647. width: 100%;
  648. }
  649. }
  650. /* MailChimp */
  651. #mc-embed-signup {
  652. font-family: inherit;
  653. font-size: inherit;
  654. margin: 10px 0;
  655. }
  656. #mc-embed-signup form {
  657. display: block;
  658. padding: 0;
  659. position: relative;
  660. text-align: left;
  661. }
  662. #mc-embed-signup input {
  663. -moz-appearance: none;
  664. -webkit-appearance: none;
  665. border: 1px solid #999;
  666. }
  667. #mc-embed-signup input:focus {
  668. border-color: #333;
  669. }
  670. #mc-embed-signup input.email {
  671. display: block;
  672. font-size: .9em;
  673. margin: 0 4% 10px 0;
  674. min-width: 130px;
  675. padding: 8px 0;
  676. text-indent: 5px;
  677. width: 100%;
  678. }
  679. #mc-embed-signup input.button {
  680. display: block;
  681. margin: 0 0 10px 0;
  682. min-width: 130px;
  683. width: 100%;
  684. }
  685. #mc-embed-signup input[type='email'] {
  686. height: 100%;
  687. }
  688. #mc-embed-signup .button {
  689. background-color: #EEE;
  690. border-radius: 4px;
  691. border: 1px solid #D3D3D3;
  692. clear: both;
  693. color: #000;
  694. cursor: pointer;
  695. display: inline-block;
  696. font-size: 1em;
  697. font-weight: normal;
  698. height: 32px;
  699. line-height: 32px;
  700. margin: 0 5px 10px 0;
  701. padding: 0;
  702. text-align: center;
  703. text-decoration: none;
  704. vertical-align: top;
  705. white-space: nowrap;
  706. width: auto;
  707. }
  708. #mc-embed-signup .button: hover {
  709. background-color: #DFDFDF;
  710. }
  711. #mc-embed-signup .clear {
  712. clear: none;
  713. display: inline;
  714. }
  715. /* Index page */
  716. #allposts {
  717. color: #999;
  718. float: right;
  719. font-size: 75%;
  720. font-weight: normal;
  721. }
  722. .proj-desc {
  723. color: #999;
  724. font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
  725. }
  726. /* reST specific rules*/
  727. .literal {
  728. -moz-border-radius: 3px;
  729. -webkit-border-radius: 3px;
  730. background-color: #f7f7f9;
  731. border-radius: 3px;
  732. border: 1px solid #e1e1e8;
  733. color: #d14;
  734. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  735. font-size: 12px;
  736. padding: 2px 4px;
  737. white-space: nowrap;
  738. }
  739. /* Helper CSS classes */
  740. .amp {
  741. font-family: 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Serif;
  742. font-style: italic;
  743. }
  744. /* Use following classes to add floating images to your post */
  745. div.figure, .article-content img {
  746. text-align: center;
  747. }
  748. div.figure img {
  749. width: 100%;
  750. }
  751. div.figure p.caption {
  752. color: gray;
  753. font-size: .6em;
  754. margin: 0;
  755. }
  756. div.figure p.caption a {
  757. border: none;
  758. color: gray;
  759. }
  760. div.figure.align-right, .article-content img.align-right {
  761. float: right;
  762. margin: 1.5em 0 1.5em 1.5em;
  763. }
  764. div.figure.align-left, .article-content img.align-left {
  765. float: left;
  766. margin: 1.5em 1.5em 1.5em 0;
  767. }