123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770 |
- /* Solarized Light Theme for code snippets */
- .hll { background-color: #ffc }
- .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 */
- /*
- Tipue Search 3.0.1
- Copyright (c) 2013 Tipue
- Tipue Search is released under the MIT License
- http://www.tipue.com/search
- */
- #tipue_search_content
- {
- clear: left;
- margin: 0;
- max-width: 650px;
- padding: 25px 0 13px 0;
- }
- #tipue_search_loading
- {
- background: #fff url('img/loader.gif') no-repeat left;
- padding-top: 60px;
- }
- #tipue_search_warning
- {
- color: #333;
- font: 12px/1.6 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
- margin: 7px 0;
- }
- #tipue_search_warning a
- {
- color: #3f72d8;
- text-decoration: none;
- }
- #tipue_search_warning a:hover
- {
- border-bottom: 1px solid #ccc;
- padding-bottom: 1px;
- }
- #tipue_search_results_count, #tipue_search_warning_head
- {
- border-bottom: 1px solid rgb(143, 134, 134);
- color: darkred;
- font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, Serif;
- font-size: 3em;
- font-weight: normal;
- margin: 20px 0 20px 0;
- padding: 5px 5px 15px 5px;
- }
- .tipue_search_content_title
- {
- font: 300 23px/1.6 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
- margin-top: 20px;
- }
- .tipue_search_content_title a
- {
- color: #3f72d8;
- text-decoration: none;
- }
- .tipue_search_content_title a:hover
- {
- border-bottom: 1px solid #ccc;
- padding-bottom: 1px;
- }
- .tipue_search_content_text
- {
- color: #333;
- font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, Serif;
- font-size: 1em;
- font-variant: normal;
- line-height: 1.6em;
- padding: 13px 0;
- text-transform: none;
- }
- .tipue_search_content_text b {
- color: #EF1D1D;
- font-family: Garamond;
- font-size: 1.3em;
- }
- .tipue_search_content_loc
- {
- font: 300 13px/1.7 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
- overflow: auto;
- }
- .tipue_search_content_loc a
- {
- color: #555;
- text-decoration: none;
- }
- .tipue_search_content_loc a:hover
- {
- border-bottom: 1px solid #ccc;
- padding-bottom: 1px;
- }
- #tipue_search_foot
- {
- margin: 51px 0 21px 0;
- }
- #tipue_search_foot_boxes
- {
- font: 12px/1 'Helvetica Neue', Helvetica, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, Sans-Serif;
- margin: 0;
- padding: 0;
- }
- #tipue_search_foot_boxes li
- {
- display: inline;
- list-style: none;
- margin: 0;
- padding: 0;
- }
- #tipue_search_foot_boxes li a
- {
- background-color: #f1f1f1;
- border-radius: 1px;
- border: 1px solid #dcdcdc;
- color: #333;
- margin-right: 7px;
- padding: 7px 13px 8px 13px;
- text-align: center;
- text-decoration: none;
- }
- #tipue_search_foot_boxes li.current
- {
- background: #fff;
- border-radius: 1px;
- border: 1px solid #dcdcdc;
- color: #333;
- margin-right: 7px;
- padding: 7px 13px 8px 13px;
- text-align: center;
- }
- #tipue_search_foot_boxes li a:hover
- {
- background-color: #f3f3f3;
- border: 1px solid #ccc;
- }
- /* Base */
- body,
- html {
- height: 100%;
- }
- #content-sans-footer {
- min-height: 100%;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
- font-weight: normal;
- }
- h1 small, h1 a, h1 a:hover,
- h2 small, h2 a, h2 a:hover,
- h3 small, h3 a, h3 a:hover,
- h4 small, h4 a, h4 a:hover,
- h5 small, h5 a, h5 a:hover,
- h6 small, h6 a, h6 a:hover {
- color: inherit;
- text-decoration: none;
- }
- 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 */
- .top-menu li a {
- font-weight: bold;
- }
- /* Footer */
- #footer {
- border-top: 1px solid rgba(0, 0, 0, .2);
- font: .7em Calibri, Tahoma, Arial, Sans-Serif;
- margin: 15px 0;
- padding: 2px 5px 0;
- }
- ul.footer-content {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- ul.footer-content li {
- padding-left: 5px;
- }
- .elegant-power {
- float: right;
- }
- .elegant-license {
- float: left;
- }
- .elegant-subtitle {
- float: left;
- }
- /* comment */
- #comment-message {
- color: #808080;
- }
- .disqus-comment-count {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- font-size: .9em;
- }
- #disqus_thread {
- padding-left: 10px;
- padding-right: 10px;
- }
- /* Syntax Highlight */
- table {
- table-layout: fixed;
- width: 100%;
- }
- td {
- vertical-align: top;
- }
- @media (max-width:979px) {
- .linenos {
- display:none !important;
- }
- }
- .linenos {
- width: 30px;
- }
- .linenos div pre {
- text-align: right;
- overflow: hidden;
- }
- pre {
- overflow: auto;
- white-space: pre;
- word-break: normal;
- word-wrap: normal;
- }
- .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;
- }
- div.highlight {
- margin-bottom: 20px;
- }
- /* 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;
- }
- .tag-title {
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- }
- .articles-in-tag li {
- font: 1.1em/1.6em 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, Sans-Serif;
- }
- /* 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, div.recent-posts p {
- font: 1.2em/1.6em 'PT Serif', Georgia, 'Times New Roman', Times, Serif;
- text-align: justify;
- }
- .article-content {
- max-width: 50em;
- }
- .article-content p, div.recent-posts p {
- font-size: inherit;
- font-variant: normal;
- line-height: 1.6em;
- text-transform: none;
- }
- .article-content p {
- margin: 20px 0;
- }
- .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: 18px FontAwesome;
- font-style: normal;
- font-weight: normal;
- margin-left: -2em;
- text-decoration: inherit;
- position:absolute;
- }
- .article-content blockquote {
- font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
- font-size: inherit;
- font-variant: normal;
- line-height: 1.7em;
- text-transform: none;
- font-weight: 300;
- position:relative;
- }
- .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 {
- border-bottom: 1px solid #8f8686;
- color: #8B0000;
- font-size: 3em;
- font-weight: normal;
- margin: 20px 0;
- padding: 5px 5px 15px;
- }
- ul.articles-timeline {
- list-style: none;
- margin: 0;
- padding-bottom: 30px;
- }
- ul.articles-timeline .next-article {
- float: right;
- margin: 0;
- }
- ul.articles-timeline .previous-article {
- float: left;
- margin: 0;
- }
- i.sidebar-social-links {
- border-radius: 20%;
- border: solid transparent 1px;
- color: #A2A2A2;
- font-size: 1.3em;
- margin: 0;
- padding: 1px;
- text-align: center;
- text-decoration: none;
- width: 12%;
- }
- i.sidebar-social-links:hover {
- background-color: #A2A2A2;
- color: #fff;
- }
- i.fa-twitter:hover {
- background-color: #00ACED;
- }
- i.fa-facebook:hover {
- background-color: #3B5998;
- }
- i.fa-google-plus:hover {
- background-color: #D34836;
- }
- i.fa-adn:hover {
- background-color: #49484D;
- }
- i.fa-envelope:hover {
- background-color: #5E9EDA;
- }
- i.fa-github:hover {
- background-color: #000;
- }
- i.fa-flickr:hover {
- background-color: #FF0084;
- }
- i.fa-youtube:hover {
- background-color: #BC272F;
- }
- i.fa-linkedin:hover {
- background-color: #107FB9;
- }
- i.fa-gittip:hover {
- background-color: #663300;
- }
- i.fa-rss:hover {
- background-color: #FF6600;
- }
- i.fa-bitbucket:hover {
- background-color: #205081;
- }
- i.fa-stack-exchange:hover {
- background-color: #3A7BC8;
- }
- .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 time {
- color: #8F8F8F;
- display: inline-block;
- font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- width: 7em;
- }
- 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;
- overflow: auto;
- }
- ul.list-all-articles li time {
- color: #AAA;
- float: right;
- font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- font-size: .9em;
- }
- div.blog-archives h2 {
- float: left;
- position: relative;
- margin:0;
- }
- div.blog-archives article, div.recent-posts article {
- border-bottom: 1px dotted #AAA;
- }
- div.blog-archives article, div.recent-posts article {
- font-size: 1.1em;
- padding: .3em .2em;
- position: relative;
- overflow: auto;
- }
- div.blog-archives article {
- margin-left: 6em;
- }
- div.blog-archives article.last-entry-of-year {
- margin-bottom: 1em;
- }
- div.blog-archives time, div.recent-posts time {
- float: right;
- text-align: right;
- }
- div.blog-archives time, div.recent-posts time, div.recent-posts section {
- color: #8F8F8F;
- font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- }
- div.recent-posts section a {
- color: inherit;
- padding-left: .3em;
- }
- div.recent-posts section a:hover {
- border-bottom: 1px dashed;
- text-decoration: none;
- }
- div.recent-posts time {
- font-size: inherit;
- }
- div.recent-posts-time {
- display: inline;
- }
- @media (max-width: 767px) {
- div.blog-archives h2 {
- float: none;
- }
- div.blog-archives article {
- margin-left: 0;
- padding-left: 0;
- }
- div.recent-posts time {
- float: none;
- }
- div.recent-posts-time {
- display: block;
- }
- ul.list-articles-category li time {
- width: 100%;
- }
- }
- /* MailChimp */
- #mc-embed-signup {
- font-family: inherit;
- font-size: inherit;
- margin: 10px 0;
- }
- #mc-embed-signup form {
- display: block;
- padding: 0;
- position: relative;
- text-align: left;
- }
- #mc-embed-signup input {
- -moz-appearance: none;
- -webkit-appearance: none;
- border: 1px solid #999;
- }
- #mc-embed-signup input:focus {
- border-color: #333;
- }
- #mc-embed-signup input.email {
- display: block;
- font-size: .9em;
- margin: 0 4% 10px 0;
- min-width: 130px;
- padding: 8px 0;
- text-indent: 5px;
- width: 100%;
- }
- #mc-embed-signup input.button {
- display: block;
- margin: 0 0 10px 0;
- min-width: 130px;
- width: 100%;
- }
- #mc-embed-signup input[type='email'] {
- height: 100%;
- }
- #mc-embed-signup .button {
- background-color: #EEE;
- border-radius: 4px;
- border: 1px solid #D3D3D3;
- clear: both;
- color: #000;
- cursor: pointer;
- display: inline-block;
- font-size: 1em;
- font-weight: normal;
- 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 .button: hover {
- background-color: #DFDFDF;
- }
- #mc-embed-signup .clear {
- clear: none;
- display: inline;
- }
- /* Index page */
- #allposts {
- color: #999;
- float: right;
- font-size: 75%;
- font-weight: normal;
- }
- .proj-desc {
- color: #999;
- font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
- }
- /* reST specific rules*/
- .literal {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- background-color: #f7f7f9;
- border-radius: 3px;
- border: 1px solid #e1e1e8;
- color: #d14;
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
- font-size: 12px;
- padding: 2px 4px;
- white-space: nowrap;
- }
- /* Helper CSS classes */
- .amp {
- font-family: 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Serif;
- font-style: italic;
- }
- /* Use following classes to add floating images to your post */
- div.figure, .article-content img {
- text-align: center;
- }
- div.figure img {
- width: 100%;
- }
- div.figure p.caption {
- color: gray;
- font-size: .6em;
- margin: 0;
- }
- div.figure p.caption a {
- border: none;
- color: gray;
- }
- div.figure.align-right, .article-content img.align-right {
- float: right;
- margin: 1.5em 0 1.5em 1.5em;
- }
- div.figure.align-left, .article-content img.align-left {
- float: left;
- margin: 1.5em 1.5em 1.5em 0;
- }
|