123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- /* Solarized Light Theme for code snippets */
- .hll { background-color: #ffffcc }
- .c { color: #93a1a1; font-style: italic } /* Comment */
- .err { color: #dc322f } /* Error */
- .g { color: #657b83 } /* Generic */
- .k { color: #859900 } /* Keyword */
- .l { color: #657b83 } /* Literal */
- .n { color: #586e75 } /* Name */
- .o { color: #657b83 } /* Operator */
- .x { color: #657b83 } /* Other */
- .p { color: #657b83 } /* Punctuation */
- .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */
- .cp { color: #93a1a1; font-style: italic } /* Comment.Preproc */
- .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */
- .cs { color: #93a1a1; font-style: italic } /* Comment.Special */
- .gd { color: #657b83 } /* Generic.Deleted */
- .ge { color: #657b83 } /* Generic.Emph */
- .gr { color: #657b83 } /* Generic.Error */
- .gh { color: #657b83 } /* Generic.Heading */
- .gi { color: #657b83 } /* Generic.Inserted */
- .go { color: #657b83 } /* Generic.Output */
- .gp { color: #657b83 } /* Generic.Prompt */
- .gs { color: #657b83 } /* Generic.Strong */
- .gu { color: #657b83 } /* Generic.Subheading */
- .gt { color: #657b83 } /* Generic.Traceback */
- .kc { color: #859900 } /* Keyword.Constant */
- .kd { color: #859900 } /* Keyword.Declaration */
- .kn { color: #cb4b16 } /* Keyword.Namespace */
- .kp { color: #cb4b16 } /* Keyword.Pseudo */
- .kr { color: #859900 } /* Keyword.Reserved */
- .kt { color: #859900 } /* Keyword.Type */
- .ld { color: #657b83 } /* Literal.Date */
- .m { color: #2aa198 } /* Literal.Number */
- .s { color: #2aa198 } /* Literal.String */
- .na { color: #657b83 } /* Name.Attribute */
- .nb { color: #268bd2 } /* Name.Builtin */
- .nc { color: #268bd2 } /* Name.Class */
- .no { color: #b58900 } /* Name.Constant */
- .nd { color: #cb4b16 } /* Name.Decorator */
- .ni { color: #cb4b16 } /* Name.Entity */
- .ne { color: #cb4b16 } /* Name.Exception */
- .nf { color: #268bd2 } /* Name.Function */
- .nl { color: #657b83 } /* Name.Label */
- .nn { color: #b58900 } /* Name.Namespace */
- .nx { color: #657b83 } /* Name.Other */
- .py { color: #268bd2 } /* Name.Property */
- .nt { color: #859900 } /* Name.Tag */
- .nv { color: #cd4b16 } /* Name.Variable */
- .ow { color: #859900 } /* Operator.Word */
- .w { color: #fdf6e3 } /* Text.Whitespace */
- .mf { color: #2aa198 } /* Literal.Number.Float */
- .mh { color: #2aa198 } /* Literal.Number.Hex */
- .mi { color: #2aa198 } /* Literal.Number.Integer */
- .mo { color: #2aa198 } /* Literal.Number.Oct */
- .sb { color: #2aa198 } /* Literal.String.Backtick */
- .sc { color: #2aa198 } /* Literal.String.Char */
- .sd { color: #2aa198 } /* Literal.String.Doc */
- .s2 { color: #2aa198 } /* Literal.String.Double */
- .se { color: #cb4b16 } /* Literal.String.Escape */
- .sh { color: #2aa198 } /* Literal.String.Heredoc */
- .si { color: #cb4b16 } /* Literal.String.Interpol */
- .sx { color: #2aa198 } /* Literal.String.Other */
- .sr { color: #2aa198 } /* Literal.String.Regex */
- .s1 { color: #2aa198 } /* Literal.String.Single */
- .ss { color: #2aa198 } /* Literal.String.Symbol */
- .bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
- .vc { color: #268bd2 } /* Name.Variable.Class */
- .vg { color: #268bd2 } /* Name.Variable.Global */
- .vi { color: #268bd2 } /* Name.Variable.Instance */
- .il { color: #2aa198 } /* Literal.Number.Integer.Long */
- /* Base */
- body,
- html {
- height: 100%;
- }
- #content-sans-footer {
- min-height: 100%;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h5 {
- font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
- font-weight: normal;
- }
- a {
- color: #3875d7;
- }
- /* site title */
- .site-name {
- font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
- }
- /* Top navigation menu */
- ul.top-menu li a {
- font-weight: bold;
- }
- /* Footer */
- div#footer {
- border-top: 1px solid rgba(0, 0, 0, .2);
- font-family: Calibri, Tahoma, Arial, Sans-Serif;
- font-size:.7em;
- margin: 15px 0;
- padding: 2px 5px 0;
- }
- ul.footer-content {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- ul.footer-content li {
- padding-left: 5px;
- }
- ul.footer-content li.elegant-power {
- float: right;
- }
- ul.footer-content li.elegant-license {
- float: left;
- }
- ul.footer-content li.elegant-subtitle {
- float: left;
- }
- /* comment */
- #comment-message {
- color: #808080;
- font-family: 'PT Serif', Georgia, Times, 'Times New Roman', Serif;
- font-size: 1em;
- }
- a.disqus-comment-count {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- font-size: .9em;
- }
- div#disqus_thread {
- padding-left: 10px;
- padding-right: 10px;
- }
- /* Syntax Highlight */
- .highlight pre {
- background-color: #fdf6e3;
- border-radius: 3px 3px 3px 3px;
- }
- td.code .highlight pre {
- border-radius: 0 3px 3px 0;
- }
- td.code {
- width: 100%;
- }
- .linenodiv pre {
- background-color: #eee8d5;
- border-radius: 3px 0 0 3px;
- color: #657b83;
- }
- /* Tags */
- .list-of-tags {
- font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
- list-style: none;
- margin: 0;
- overflow: hidden;
- }
- .list-of-tags li {
- float: left;
- line-height: 28px;
- margin: 0;
- }
- .list-of-tags a {
- background: #EEE;
- border-radius: 3px;
- color: #222;
- margin: 2px;
- padding: 3px 6px;
- text-decoration: none;
- }
- .list-of-tags a span {
- font-size: .8em;
- vertical-align: super;
- }
- .tags-in-article li {
- float: none;
- line-height: 28px;
- }
- h2.tag-title {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- }
- ul.articles-in-tag li {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- font-size: 1.1em;
- }
- /* Article */
- article p a,
- article ol a,
- article div.article-content ul:not(.articles_timeline) a {
- border-bottom: thin dashed #A9A9A9;
- color: #000;
- }
- article p a:hover,
- article ol a:hover,
- article div.article-content ul:not(.articles_timeline) a:hover {
- border-bottom: none;
- text-decoration: none;
- text-shadow: none;
- }
- .article-content {
- font-family: 'PT Serif', Georgia, Times, 'Times New Roman', Serif;
- font-size: 1.2em;
- max-width: 50em;
- text-align: justify;
- }
- .article-content p {
- font-size: inherit;
- font-variant: normal;
- line-height: 1.6em;
- margin: 20px 0;
- text-transform: none;
- }
- .article-content blockquote {
- border-left: 0;
- margin: 20px 0 0 2em;
- padding: 0 0 0 20px;
- }
- .article-content blockquote:before {
- color: #646464;
- content: '\f10d';
- font-family: FontAwesome;
- font-size: 18px;
- font-style: normal;
- font-weight: normal;
- margin-left: -2em;
- text-decoration: inherit;
- }
- .article-content blockquote p {
- font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
- font-size: inherit;
- font-variant: normal;
- line-height: 1.7em;
- margin-top:-20px;
- text-transform: none;
- }
- .article-content ul {
- font-size: inherit;
- list-style-type: circle;
- }
- .article-content ol {
- font-size: inherit;
- list-style-type: decimal;
- }
- .article-content li {
- line-height: 1.7em;
- list-style-position: outside;
- margin: 1px 0 1px 20px;
- }
- .article-content dl {
- font-size: inherit;
- list-style-position: outside;
- list-style-type: decimal;
- margin: 20px 0 20px 20px;
- }
- .article-content dd {
- line-height: 1.7em;
- margin: 1px 0 1px 20px;
- padding: 3px 0;
- }
- .article-content dt {
- font-size: inherit;
- }
- .page_header h1 {
- border-bottom: 1px solid #8f8686;
- color: #8B0000;
- font-size: 3em;
- font-weight: normal;
- margin: 20px 0;
- padding: 5px 5px 15px;
- }
- .page_header h1 small {
- color: #8f7474;
- }
- .page_header h1 a {
- color: #8B0000;
- }
- .page_header h1 a:hover {
- text-decoration: none;
- }
- ul.articles_timeline {
- list-style: none;
- margin: 0;
- padding-bottom: 30px;
- }
- ul.articles_timeline li.next_article {
- float: right;
- margin: 0;
- }
- ul.articles_timeline li.previous_article {
- float: left;
- margin: 0;
- }
- .sidebar-social-links {
- color: #646464;
- font-size: 1.2em;
- padding-right: 3px;
- text-decoration: none;
- }
- .sidebar-social-links i:hover {
- color: #000;
- }
- .table-of-content .toc {
- font-size: .7em;
- }
- .last-updated a {
- color: #333;
- }
- .last-updated a:hover {
- text-decoration: none;
- }
- .article-content img {
- border: 2px solid #EEE;
- padding: 5px;
- }
- /* Perma link in article */
- h1:hover > a.headerlink,
- h2:hover > a.headerlink,
- h3:hover > a.headerlink,
- h4:hover > a.headerlink,
- h5:hover > a.headerlink,
- h6:hover > a.headerlink,
- dt:hover > a.headerlink {
- text-decoration: none;
- visibility: visible;
- }
- a.headerlink {
- color: grey;
- padding-left:.5em;
- visibility: hidden;
- }
- /* Categories */
- .list-of-categories span {
- font-size: .7em;
- vertical-align: super;
- }
- a.list-of-categories {
- text-decoration: none;
- }
- ul.list-articles-category {
- list-style: none outside none;
- margin: 0 0 0 5px;
- }
- ul.list-articles-category li span {
- color: #AAA;
- font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- font-size: .9em;
- margin-right: 10px;
- }
- a.category-link {
- color: #333;
- }
- a.category-link:hover {
- text-decoration: none;
- }
- a.list-of-categories {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- font-size: 1.1em;
- }
- a.list-of-categories:hover {
- background-color: #08c;
- border-radius: 4px;
- color: #FFF;
- }
- /* Archives */
- ul.list-all-articles {
- list-style: none;
- margin: 0;
- }
- ul.list-all-articles li {
- border-bottom: 1px dotted #000;
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- font-size: 1.1em;
- padding:.3em 0;
- }
- ul.list-all-articles li time {
- color: #AAA;
- float: right;
- font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- font-size: .9em;
- }
- /* MailChimp */
- /* MailChimp Form Embed Code - Slim - 08/17/2011
- * http://cdn-images.mailchimp.com/embedcode/slim-081711.css */
- #mc_embed_signup form {display:block; position:relative; text-align:left;}
- #mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
- #mc_embed_signup input:focus {border-color:#333;}
- #mc_embed_signup .button {clear:both; border-radius:4px; cursor: pointer; display: inline-block; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
- #mc_embed_signup .clear {clear:none; display:inline;}
- #mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; min-width:130px;}
- #mc_embed_signup input.button {display:block; margin:0 0 10px 0; min-width:90px;}
- /* end of code copied from Mailchimp provided CSS file */
- #mc_embed_signup {
- font-family: inherit;
- font-size: inherit;
- margin: 10px 0;
- }
- #mc_embed_signup form {
- padding: 0;
- }
- #mc_embed_signup input.button {
- width: 100%
- }
- #mc_embed_signup input.email {
- font-size: .9em;
- width: 100%;
- }
- #mc_embed_signup .button {
- background-color: #EEE;
- border: 1px solid #D3D3D3;
- color: #000;
- font-size: 1em;
- font-weight: normal;
- }
- #mc_embed_signup .button:hover {
- background-color: #DFDFDF;
- }
- #mc_embed_signup input[type='email'] {
- height: 100%;
- }
- /* Index page */
- #allposts {
- color: #999;
- float: right;
- font-size: 75%;
- font-weight: normal;
- }
- .proj_desc {
- color: #999;
- font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- font-size: .9em;
- }
- /* reST specific rules*/
- .literal {
- background-color: #f7f7f9;
- border: 1px solid #e1e1e8;
- color: #d14;
- padding: 2px 4px;
- white-space: nowrap;
- }
- .amp {
- font-family: 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Serif;
- font-style: italic;
- }
|