Init
This commit is contained in:
7
static/css/bootstrap.min.css
vendored
Normal file
7
static/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
static/css/font-awesome.min.css
vendored
Normal file
4
static/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
327
static/css/html4css1.css
Normal file
327
static/css/html4css1.css
Normal file
@ -0,0 +1,327 @@
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
2
static/css/normalize.min.css
vendored
Normal file
2
static/css/normalize.min.css
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
|
||||
/*# sourceMappingURL=normalize.min.css.map */
|
62
static/css/pygments/pastie.css
Normal file
62
static/css/pygments/pastie.css
Normal file
@ -0,0 +1,62 @@
|
||||
.highlight pre .hll { background-color: #ffffcc }
|
||||
.highlight pre { background: #ffffff; }
|
||||
.highlight pre .c { color: #888888 } /* Comment */
|
||||
.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight pre .k { color: #008800; font-weight: bold } /* Keyword */
|
||||
.highlight pre .cm { color: #888888 } /* Comment.Multiline */
|
||||
.highlight pre .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
|
||||
.highlight pre .c1 { color: #888888 } /* Comment.Single */
|
||||
.highlight pre .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
|
||||
.highlight pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||
.highlight pre .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight pre .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight pre .gh { color: #333333 } /* Generic.Heading */
|
||||
.highlight pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||
.highlight pre .go { color: #888888 } /* Generic.Output */
|
||||
.highlight pre .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight pre .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight pre .gu { color: #666666 } /* Generic.Subheading */
|
||||
.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight pre .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight pre .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight pre .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight pre .kp { color: #008800 } /* Keyword.Pseudo */
|
||||
.highlight pre .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight pre .kt { color: #888888; font-weight: bold } /* Keyword.Type */
|
||||
.highlight pre .m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
||||
.highlight pre .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
||||
.highlight pre .na { color: #336699 } /* Name.Attribute */
|
||||
.highlight pre .nb { color: #003388 } /* Name.Builtin */
|
||||
.highlight pre .nc { color: #bb0066; font-weight: bold } /* Name.Class */
|
||||
.highlight pre .no { color: #003366; font-weight: bold } /* Name.Constant */
|
||||
.highlight pre .nd { color: #555555 } /* Name.Decorator */
|
||||
.highlight pre .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
|
||||
.highlight pre .nf { color: #0066bb; font-weight: bold } /* Name.Function */
|
||||
.highlight pre .nl { color: #336699; font-style: italic } /* Name.Label */
|
||||
.highlight pre .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
|
||||
.highlight pre .py { color: #336699; font-weight: bold } /* Name.Property */
|
||||
.highlight pre .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
|
||||
.highlight pre .nv { color: #336699 } /* Name.Variable */
|
||||
.highlight pre .ow { color: #008800 } /* Operator.Word */
|
||||
.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight pre .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
|
||||
.highlight pre .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight pre .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight pre .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight pre .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight pre .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
||||
.highlight pre .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
|
||||
.highlight pre .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
||||
.highlight pre .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
|
||||
.highlight pre .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
|
||||
.highlight pre .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
|
||||
.highlight pre .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
|
||||
.highlight pre .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
|
||||
.highlight pre .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
|
||||
.highlight pre .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
|
||||
.highlight pre .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
|
||||
.highlight pre .bp { color: #003388 } /* Name.Builtin.Pseudo */
|
||||
.highlight pre .vc { color: #336699 } /* Name.Variable.Class */
|
||||
.highlight pre .vg { color: #dd7700 } /* Name.Variable.Global */
|
||||
.highlight pre .vi { color: #3333bb } /* Name.Variable.Instance */
|
||||
.highlight pre .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|
315
static/css/style.css
Normal file
315
static/css/style.css
Normal file
@ -0,0 +1,315 @@
|
||||
body {
|
||||
padding-top: 70px;
|
||||
font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
#sidebar .list-group, #sidebar .list-group-item {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* for list-groups nested within a list-group-item, reset the bottom margin */
|
||||
.list-group-item > .list-group {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* for list-group-items nested within a list-group-item, reset the bottom
|
||||
padding of the last item, b/c the containing item has paddimg already */
|
||||
.list-group-item .list-group-item:last-child {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tag-0 {
|
||||
font-size: 14pt;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
.tag-1 {
|
||||
font-size: 12pt;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
.tag-2 {
|
||||
font-size: 11pt;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
.tag-3 {
|
||||
font-size: 10pt;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
.tag-4 {
|
||||
font-size: 9pt;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 1.75rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 1.5rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.4rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
font-size: 1.25rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 1.1rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 1rem;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
#aboutme {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 5px;
|
||||
-ms-word-break: normal;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
padding-top: 0px;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
#sidebar a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.icon-label {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Example for how to control spacing between icon and label in specific
|
||||
lists in the sidebar. To change, override in your CUSTOM_CSS */
|
||||
#sidebar #social i {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
.entry-content a:hover {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.entry-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.entry-content figcaption, .caption {
|
||||
font-size: small;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.summary img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
.floatright, .align-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.floatleft, .align-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.floatcenter, .align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
figure.floatright, .align-right {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
figure.floatleft, .align-left {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
figure.floatcenter, .align-center {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.highlighttable pre {
|
||||
/* Removes bootstrap default margin-bottom */
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.highlighttable {
|
||||
/* Adds them margin-bottom to highlightable instead of <pre> */
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.highlighttable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#categories ul, #tags ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.docutils.footnote td.label {
|
||||
display: table-cell;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
line-height: inherit;
|
||||
color: inherit;
|
||||
text-align: inherit;
|
||||
white-space: inherit;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
.categories-timestamp {
|
||||
color: #AAAAAA;
|
||||
font-size: 0.9em;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tagcloud li {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#banner {
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
background-attachment: scroll;
|
||||
background-size: cover;
|
||||
background-color: #C4C4C4;
|
||||
margin: 0 0 20px;
|
||||
padding: 70px 0; /*controls padding around inner text*/
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#banner .copy {
|
||||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
|
||||
display: inline;
|
||||
float: left;
|
||||
max-width: 600px;
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#banner h1 {
|
||||
color: #fff;
|
||||
font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 60px;
|
||||
font-stretch: condensed;
|
||||
font-weight: 700;
|
||||
line-height: 0.9;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#banner .intro {
|
||||
color: #fff;
|
||||
font-size: 21px;
|
||||
line-height: 1.33;
|
||||
opacity: 0.75;
|
||||
}
|
||||
#banner .btn, #banner .intro {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* Solutions for mobile and small screens */
|
||||
@media (max-width: 650px) {
|
||||
#banner h1{
|
||||
font-size: 30px; /* !important;*/
|
||||
}
|
||||
#banner .intro{
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
:target:before {
|
||||
content:"";
|
||||
display:block;
|
||||
height:50px;
|
||||
/* fixed header height*/
|
||||
|
||||
margin:-50px 0 0;
|
||||
/* negative fixed header height */
|
||||
}
|
||||
|
||||
.gap-right {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.gap-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.tipue_search_content_title
|
||||
{
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
.tipue_search_content_title a
|
||||
{
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
.tipue_search_content_title a:hover
|
||||
{
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif;
|
||||
}
|
||||
|
||||
.tipue_search_content_bold
|
||||
{
|
||||
background: #f0f0f0;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
pre, code, kbd, samp
|
||||
{
|
||||
font-size: 75%;
|
||||
font-family: "Pragmata Pro", Terminus, Inconsolata, Consolas, monospace;
|
||||
}
|
||||
|
||||
.highlight pre { background: #f8f8f8; padding: 20px 10px; }
|
||||
|
||||
.form-control { font-size: 1rem; height: auto; padding: 0.5rem 0.3rem; }
|
||||
|
||||
.post-info { background: #f8f8f8; padding: 3px 20px; }
|
||||
|
||||
.navbar-brand { font-size: 1.75rem; }
|
||||
|
12
static/css/themes/litera/bootstrap.min.css
vendored
Normal file
12
static/css/themes/litera/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
3
static/css/typogrify.css
Normal file
3
static/css/typogrify.css
Normal file
@ -0,0 +1,3 @@
|
||||
.caps {font-size:.92em;}
|
||||
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}
|
||||
.dquo {margin-left:-.38em;}
|
Reference in New Issue
Block a user