diff options
Diffstat (limited to '')
| -rw-r--r-- | static/css/emacs.css | 62 | ||||
| -rw-r--r-- | static/css/screen.css | 397 | ||||
| -rw-r--r-- | static/css/solarized-dark.css | 88 | ||||
| -rw-r--r-- | static/css/syntax.css | 26 |
4 files changed, 0 insertions, 573 deletions
diff --git a/static/css/emacs.css b/static/css/emacs.css deleted file mode 100644 index 6c173e6..0000000 --- a/static/css/emacs.css +++ /dev/null @@ -1,62 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800 } /* Comment.Preproc */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #808080 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0040D0 } /* Generic.Traceback */ -.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ -.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BB4444 } /* Literal.String */ -.highlight .na { color: #BB4444 } /* Name.Attribute */ -.highlight .nb { color: #AA22FF } /* Name.Builtin */ -.highlight .nc { color: #0000FF } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #00A000 } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #B8860B } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */ -.highlight .sc { color: #BB4444 } /* Literal.String.Char */ -.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BB4444 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BB4444 } /* Literal.String.Single */ -.highlight .ss { color: #B8860B } /* Literal.String.Symbol */ -.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #B8860B } /* Name.Variable.Class */ -.highlight .vg { color: #B8860B } /* Name.Variable.Global */ -.highlight .vi { color: #B8860B } /* Name.Variable.Instance */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ diff --git a/static/css/screen.css b/static/css/screen.css deleted file mode 100644 index 109d98f..0000000 --- a/static/css/screen.css +++ /dev/null @@ -1,397 +0,0 @@ -/* /\* reset *\/ */ -/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,abbr { margin:0; padding:0;} */ -/* /\* /reset *\/ */ - -/* body { */ -/* font-family: Palatino, georgia, "times new roman", serif; */ -/* font-size: 1.2em; */ -/* background: #eee; */ -/* } */ - -/*menu*/ - -html{ - width:100% ; - height: 100% ; -} - -body { - margin: 0; - padding: 0; - border: 0; - height: 100% ; - width:100% ; - font-family: sans-serif ; - color:#444444 ; - font-size: 16px ; - display: block; - line-height: 1.5em ; - -} - -a{ - color: #1168CC -} - -#menu { - width: 250px; - background: #22222b; - height: 100%; - position: fixed; - color: #eee; - font-size: 14px; -} - -#menu h2{ - line-height: 0em ; - color:#aaa; - text-transform:uppercase; - font-size:12px; - padding-left:20px; -} - -#menu ul{ - padding-left:20px; - } -#menu li{ - padding-left:10px; - } - -#menu a{ - color:#eee; - text-decoration:none; -} - -#menu a:hover{ - text-decoration:underline; -} - -#menu .main, -#menu .admin { - display: block; - margin-top: 10px; - float: left; -} - -.main{ - margin-top:2em -} - -.you{ - width: 250px; - height: 30px; - top: 0px; - background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); - border-bottom: 1px solid rgb(17, 17, 17); - box-shadow: 0px 1px 0px rgb(42, 42, 42); -} - -.you h2{ - padding-top:16px -} - -#content{ - width:690px ; - margin:0 auto; - padding:2em 0; -} - -footer { - display: block ; -} - -#footer-left{ - margin:0 auto; - width:690px -} - - -/* p { */ -/* margin: 0 0 1.5em 0; */ -/* text-align: justify; */ -/* } */ - -/* a { */ -/* text-decoration: none; */ -/* color: #339; */ -/* } */ - -/* a:hover { */ -/* text-decoration: underline; */ -/* color: #33f; */ -/* } */ - -/* #content h1,h2,h3,h4 { */ -/* line-height:1em; */ -/* font-weight: normal; */ -/* clear: left; */ -/* font-family: 'lucida grande', sans-serif; */ -/* margin-top: .5em; */ -/* margin-right: 0; */ -/* margin-left: 0em; */ -/* margin-bottom: 0; */ -/* padding-bottom: .5em; */ -/* } */ - -/* #content h1 span.author { */ -/* font-size: 0.75em; */ -/* } */ - -/* #content h1 span.post-date { */ -/* font-size: 0.75em; */ -/* } */ - - -/* /\* post title *\/ */ -/* #content h1.emphnext { */ -/* font-size: 1.5em; */ -/* } */ -/* #content h1 { font-size: 1.25em; } */ -/* #content h2 { font-size: 1.1em; } */ -/* #content h2::before { */ -/* color: silver; */ -/* content: "❯ "; */ -/* } */ -/* #content h3 { font-size: 1em; } */ -/* #content h3::before { */ -/* color: silver; */ -/* content: "❯❯ "; */ -/* } */ - -/* sup { line-height: 1ex; } */ - -/* #site { */ -/* max-width: 46em; */ -/* margin: 1.5em auto 3em auto; */ -/* line-height:1.5em; */ -/* } */ - -/* #page { */ -/* background: #eee; */ -/* padding: .5em 3em 1.5em 3em; */ -/* } */ - -/* /\* @group FancyFirst *\/ */ -/* .emphnext + p:first-letter, p.emphfirst:first-letter { */ -/* font-size: 2em; */ -/* padding: 0 0.15em 0 0; */ -/* margin: 0.05em 0 -0.15em 0; */ -/* line-height: 1em; */ -/* float: left; */ -/* } */ - -/* .emphnext + p:first-line, p.emphfirst:first-line { */ -/* font-variant: small-caps; */ -/* font-size: larger; */ -/* } */ -/* /\* @end *\/ */ - -/* .right { float: right; clear: left; } */ -/* .left { float: left; clear: right; } */ -/* .inset { */ -/* border: 1em solid silver; */ -/* padding: 2px; */ -/* margin: 0em 0.8em 0.8em 0.8em; */ -/* } */ -/* .right.inset { margin-right: 0 !important; } */ -/* .left.inset { margin-left: 0 !important; } */ - -/* blockquote { */ -/* padding: 0 2.8em; */ -/* margin: 1.714em 0; */ -/* color: #444; */ -/* font-size: 0.875em; */ -/* line-height: 1.714em; */ -/* } */ - -/* .note { */ -/* padding-top: 0.5em; */ -/* background-color: #fafaff; */ -/* border-top: 1px solid silver; */ -/* border-bottom: 1px solid silver; */ -/* } */ -/* /\* @group Table *\/ */ -/* table { */ -/* width: 80%; */ -/* margin: 1.5em auto 1.5em auto; */ -/* table-layout: fixed; */ -/* border-spacing: 0; */ -/* } */ -/* table tr { text-align: center; } */ -/* table th { font-weight: normal; background-color: #eeeeee; } */ -/* table td { background-color: #eee; } */ -/* table th.title { border-bottom: 1px solid gray; border-top: 1px solid gray; vertical-align: bottom; background-color: lightgrey; } */ -/* caption { */ -/* color: #333; */ -/* font-size: 0.875em; */ -/* margin: 0.875em auto 0 auto; */ -/* line-height: 1.14em; */ -/* text-align: justify; */ -/* } */ - -/* /\* @end *\/ */ - -/* /\* @group Lists *\/ */ -/* ul { */ -/* margin-top: 1.5em; */ -/* margin-bottom: 1.5em; */ -/* line-height: 1.5em; */ -/* padding-left: 1.5em; */ -/* } */ -/* ul li { */ -/* list-style-type: square; */ -/* list-style-position: outside; */ -/* } */ -/* ol li { */ -/* list-style-type: decimal; */ -/* list-style-position: inside; */ -/* } */ -/* dt { font-weight: bold;} */ -/* dd { margin: 0 0 1.5em 0; text-align: justify; } */ - -/* ul.compact { margin: 0; padding: 0;} */ -/* ul.compact li { list-style: none; } */ -/* /\* @end *\/ */ - -/* /\* @group Header *\/ */ -/* #header a { color: silver; } */ - -/* #header { */ -/* color: silver; */ -/* position: relative; */ -/* font-variant: small-caps; */ -/* line-height: 1em; */ -/* margin-top: .5em; */ -/* margin-bottom: 0; */ -/* background: #eee; */ -/* padding-top: 0em; */ -/* padding-left: 3em; */ -/* padding-right: 3em; */ -/* padding-bottom: .25em; */ -/* } */ - -/* #header h1 { */ -/* font-size: 1.5em; */ -/* font-family: Palatino, georgia, "times new roman", serif; */ -/* margin-bottom: 0; */ -/* line-height: 0.9em; */ -/* display: block; */ -/* font-weight: normal; */ -/* color: silver; */ -/* } */ -/* /\* @end *\/ */ - -/* /\* @group Footnotes *\/ */ -/* .footnotes { color: grey; } */ -/* .footnotes:hover { color: black; } */ -/* .footnotes ol li { */ -/* list-style-type: decimal; */ -/* list-style-position: inside; */ -/* font-size: 75%; */ -/* line-height: 1.5em; */ -/* } */ -/* .footnotes ol li > a { display: none; } */ -/* /\* @end *\/ */ - -/* .list { font-weight: bold; } */ -/* p.line { position: relative; margin: 0; } */ -/* p.excerpt { margin: 0; } */ -/* .comments { font-size: smaller; position: absolute; color: silver; right: 0; top: 0; } */ -/* .excerpt { color: black; } */ - -/* /\* @group Code *\/ */ -/* pre { */ -/* margin: 1em 0 1.5em 0; */ -/* line-height: 1.5em; */ -/* color: #111; */ -/* background: #eee; */ -/* border: 1px solid #ddc; */ -/* padding: 0.5em 1em; */ -/* overflow: hidden; */ -/* } */ - -/* pre:hover { */ -/* border-right: none; */ -/* overflow: visible; */ -/* } */ -/* code { */ -/* font-size: 1em; */ -/* background-color: #f7f7ff; */ -/* line-height: 1.4em; */ -/* } */ -/* pre > code { */ -/* background-color: transparent; */ -/* } */ -/* /\* @end *\/ */ - -/* /\* @group Figures and images *\/ */ -/* dl.figure { */ -/* margin-top: 1.5em; */ -/* margin-bottom: 1.5em; */ -/* text-align: center; */ -/* } */ - -/* dl.figure dd { */ -/* color: #333; */ -/* font-size: 0.875em; */ -/* margin: 0.875em auto 0 auto; */ -/* line-height: 1.14em; */ -/* text-align: justify; */ -/* width: 85%; */ -/* } */ -/* /\* @end *\/ */ - -/* /\* @group Equations *\/ */ -/* div.maruku-equation { display: block ;text-align: center; } */ -/* div.maruku-equation img.maruku-png { position: relative; top: -0.75em;} */ -/* span.maruku-inline { } */ -/* img.maruku-png { } */ -/* /\* @end *\/ */ - -/* #footer { */ -/* padding: .5em 3em 1.5em 3em; */ -/* font-family: 'lucida grande', sans-serif; */ -/* } */ - -/* #pagination a.back { */ -/* float: left; */ -/* } */ - -/* #pagination { */ -/* text-align: center; */ -/* font-family: 'lucida grande', sans-serif; */ -/* } */ - -/* #pagination a.forward { */ -/* float: right; */ -/* } */ - -/* #navigation { */ -/* float: right; */ -/* font-size: .75em; */ -/* } */ - -/* #navigation a { */ -/* color: darkgray; */ -/* } */ - -/* hr { */ -/* border-color: #ccc; */ -/* border-style: solid; */ -/* border-width: 1px 0 0; */ -/* clear: both; */ -/* margin: 0 0 20px; */ -/* height: 0; */ -/* } */ - -/* #dsq-footer { */ -/* display: none; */ -/* } */ - -/* .floatright { */ -/* float: right; */ -/* margin-left: 30px; */ -/* -webkit-box-shadow: 5px 5px 10px #262526; -moz-box-shadow: 5px 5px 10px #262526; box-shadow: 5px 5px 10px #262526; */ -/* } */ - - diff --git a/static/css/solarized-dark.css b/static/css/solarized-dark.css deleted file mode 100644 index 36691ee..0000000 --- a/static/css/solarized-dark.css +++ /dev/null @@ -1,88 +0,0 @@ -/* Solarized Dark - -For use with Jekyll and Pygments - -http://ethanschoonover.com/solarized - -SOLARIZED HEX ROLE ---------- -------- ------------------------------------------ -base03 #002b36 background -base01 #586e75 comments / secondary content -base1 #93a1a1 body text / default code / primary content -orange #cb4b16 constants -red #dc322f regex, special keywords -blue #268bd2 reserved keywords -cyan #2aa198 strings, numbers -green #859900 operators, other keywords -*/ - -.highlight { background-color: #002b36; color: #93a1a1 } -.highlight .lineno { color: #586e75 } /* Line Numbers */ -.highlight .c { color: #586e75 } /* Comment */ -.highlight .err { color: #93a1a1 } /* Error */ -.highlight .g { color: #93a1a1 } /* Generic */ -.highlight .k { color: #859900 } /* Keyword */ -.highlight .l { color: #93a1a1 } /* Literal */ -.highlight .n { color: #93a1a1 } /* Name */ -.highlight .o { color: #859900 } /* Operator */ -.highlight .x { color: #cb4b16 } /* Other */ -.highlight .p { color: #93a1a1 } /* Punctuation */ -.highlight .cm { color: #586e75 } /* Comment.Multiline */ -.highlight .cp { color: #859900 } /* Comment.Preproc */ -.highlight .c1 { color: #586e75 } /* Comment.Single */ -.highlight .cs { color: #859900 } /* Comment.Special */ -.highlight .gd { color: #2aa198 } /* Generic.Deleted */ -.highlight .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #dc322f } /* Generic.Error */ -.highlight .gh { color: #cb4b16 } /* Generic.Heading */ -.highlight .gi { color: #859900 } /* Generic.Inserted */ -.highlight .go { color: #93a1a1 } /* Generic.Output */ -.highlight .gp { color: #93a1a1 } /* Generic.Prompt */ -.highlight .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #cb4b16 } /* Generic.Subheading */ -.highlight .gt { color: #93a1a1 } /* Generic.Traceback */ -.highlight .kc { color: #cb4b16 } /* Keyword.Constant */ -.highlight .kd { color: #268bd2 } /* Keyword.Declaration */ -.highlight .kn { color: #859900 } /* Keyword.Namespace */ -.highlight .kp { color: #859900 } /* Keyword.Pseudo */ -.highlight .kr { color: #268bd2 } /* Keyword.Reserved */ -.highlight .kt { color: #dc322f } /* Keyword.Type */ -.highlight .ld { color: #93a1a1 } /* Literal.Date */ -.highlight .m { color: #2aa198 } /* Literal.Number */ -.highlight .s { color: #2aa198 } /* Literal.String */ -.highlight .na { color: #93a1a1 } /* Name.Attribute */ -.highlight .nb { color: #B58900 } /* Name.Builtin */ -.highlight .nc { color: #268bd2 } /* Name.Class */ -.highlight .no { color: #cb4b16 } /* Name.Constant */ -.highlight .nd { color: #268bd2 } /* Name.Decorator */ -.highlight .ni { color: #cb4b16 } /* Name.Entity */ -.highlight .ne { color: #cb4b16 } /* Name.Exception */ -.highlight .nf { color: #268bd2 } /* Name.Function */ -.highlight .nl { color: #93a1a1 } /* Name.Label */ -.highlight .nn { color: #93a1a1 } /* Name.Namespace */ -.highlight .nx { color: #93a1a1 } /* Name.Other */ -.highlight .py { color: #93a1a1 } /* Name.Property */ -.highlight .nt { color: #268bd2 } /* Name.Tag */ -.highlight .nv { color: #268bd2 } /* Name.Variable */ -.highlight .ow { color: #859900 } /* Operator.Word */ -.highlight .w { color: #93a1a1 } /* Text.Whitespace */ -.highlight .mf { color: #2aa198 } /* Literal.Number.Float */ -.highlight .mh { color: #2aa198 } /* Literal.Number.Hex */ -.highlight .mi { color: #2aa198 } /* Literal.Number.Integer */ -.highlight .mo { color: #2aa198 } /* Literal.Number.Oct */ -.highlight .sb { color: #586e75 } /* Literal.String.Backtick */ -.highlight .sc { color: #2aa198 } /* Literal.String.Char */ -.highlight .sd { color: #93a1a1 } /* Literal.String.Doc */ -.highlight .s2 { color: #2aa198 } /* Literal.String.Double */ -.highlight .se { color: #cb4b16 } /* Literal.String.Escape */ -.highlight .sh { color: #93a1a1 } /* Literal.String.Heredoc */ -.highlight .si { color: #2aa198 } /* Literal.String.Interpol */ -.highlight .sx { color: #2aa198 } /* Literal.String.Other */ -.highlight .sr { color: #dc322f } /* Literal.String.Regex */ -.highlight .s1 { color: #2aa198 } /* Literal.String.Single */ -.highlight .ss { color: #2aa198 } /* Literal.String.Symbol */ -.highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #268bd2 } /* Name.Variable.Class */ -.highlight .vg { color: #268bd2 } /* Name.Variable.Global */ -.highlight .vi { color: #268bd2 } /* Name.Variable.Instance */ -.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
\ No newline at end of file diff --git a/static/css/syntax.css b/static/css/syntax.css deleted file mode 100644 index 7e10a17..0000000 --- a/static/css/syntax.css +++ /dev/null @@ -1,26 +0,0 @@ -/* zenburn syntax highlighting - from http://userstyles.org/styles/88895/github-zenburn */ -.highlight,.highlight pre,.highlight table { background:#383838 !important;color:#656555 !important; } -.highlight .gd .x { background:#dca3a3 !important;color:#dcdccc !important; } -.highlight .hll { background-color:#656555 !important; } -.highlight .err { color:#f0dfaf !important;background-color:#6f6f6f !important; } -.highlight .cs { color:#dca3a3 !important;background-color:#8c5353 !important; } -.highlight .gi { color:#7f9f7f !important; } -.highlight .gi .x { background:#5f5f5f !important;color:#dcdccc !important; } -.highlight .nf { color:#93e0e3 !important; } -.highlight .c,.highlight .cm,.highlight .c1 { color:#5c888b !important; } -.highlight .g,.highlight .l,.highlight .x,.highlight .ge,.highlight .gs,.highlight .ld,.highlight .ni, -.highlight .nl,.highlight .nx,.highlight .py,.highlight .n,.highlight .go { color:#6ca0a3 !important; } -.highlight .k { color:#f0dfaf !important; } -.highlight .s1 { color:#bc8383 !important; } -.highlight .nb,.highlight .bp { color:#8cd0d3 !important; } -.highlight .nc,.highlight .nn { color:#7cb8bb !important; } -.highlight .gd,.highlight .gd pre { background:#8c5353 !important;color:#dcdccc !important;border-color:#ac7373 !important; } -.highlight .o,.highlight .p,.highlight .na,.highlight .ne { color:#dcdccc !important; } -.highlight .gp,.highlight .w,.highlight .gh,.highlight .gu { color:#656555 !important; } -.highlight .cp,.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se, -.highlight .sh,.highlight .si,.highlight .ss,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp, -.highlight .kr,.highlight .kt,.highlight .nt,.highlight .ow { color:#8fb28f !important; } -.highlight .gd,.highlight .gr,.highlight .gt,.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi, -.highlight .mo,.highlight .sr,.highlight .il { color:#9c6363 !important; } -.highlight .no,.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .nd, -.highlight .sx { color:#dfaf8f !important; }
\ No newline at end of file |
