summaryrefslogtreecommitdiff
path: root/static/media/css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-01-28 23:34:06 -0500
committerOwen Jacobson <owen@grimoire.ca>2020-01-28 23:34:06 -0500
commit34708dfa902afabf4833c25233132e56514915de (patch)
tree0f4fd5c2c8d782885c5b821114b060e89fce1dcd /static/media/css
parent9bf334de6a2a17371eae9bcdf342c416332350aa (diff)
parent6a7b97b436a5a20c172e6b04bf0caa37d544fde4 (diff)
Switch to mkdocs.
Diffstat (limited to 'static/media/css')
-rw-r--r--static/media/css/codehilite.css63
-rw-r--r--static/media/css/grimoire.css137
-rw-r--r--static/media/css/reset.css48
3 files changed, 0 insertions, 248 deletions
diff --git a/static/media/css/codehilite.css b/static/media/css/codehilite.css
deleted file mode 100644
index fe2d5e0..0000000
--- a/static/media/css/codehilite.css
+++ /dev/null
@@ -1,63 +0,0 @@
-.codehilite .hll { background-color: #ffffcc }
-.codehilite { background: #f8f8f8; }
-.codehilite .c { color: #408080; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
-.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
-.codehilite .o { color: #666666 } /* Operator */
-.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
-.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
-.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
-.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
-.codehilite .gd { color: #A00000 } /* Generic.Deleted */
-.codehilite .ge { font-style: italic } /* Generic.Emph */
-.codehilite .gr { color: #FF0000 } /* Generic.Error */
-.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.codehilite .gi { color: #00A000 } /* Generic.Inserted */
-.codehilite .go { color: #888888 } /* Generic.Output */
-.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
-.codehilite .gs { font-weight: bold } /* Generic.Strong */
-.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.codehilite .gt { color: #0044DD } /* Generic.Traceback */
-.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
-.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
-.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
-.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
-.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
-.codehilite .kt { color: #B00040 } /* Keyword.Type */
-.codehilite .m { color: #666666 } /* Literal.Number */
-.codehilite .s { color: #BA2121 } /* Literal.String */
-.codehilite .na { color: #7D9029 } /* Name.Attribute */
-.codehilite .nb { color: #008000 } /* Name.Builtin */
-.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
-.codehilite .no { color: #880000 } /* Name.Constant */
-.codehilite .nd { color: #AA22FF } /* Name.Decorator */
-.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
-.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
-.codehilite .nf { color: #0000FF } /* Name.Function */
-.codehilite .nl { color: #A0A000 } /* Name.Label */
-.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
-.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
-.codehilite .nv { color: #19177C } /* Name.Variable */
-.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
-.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
-.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
-.codehilite .mf { color: #666666 } /* Literal.Number.Float */
-.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
-.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
-.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
-.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
-.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
-.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
-.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
-.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
-.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
-.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
-.codehilite .sx { color: #008000 } /* Literal.String.Other */
-.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
-.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
-.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
-.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
-.codehilite .vc { color: #19177C } /* Name.Variable.Class */
-.codehilite .vg { color: #19177C } /* Name.Variable.Global */
-.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
-.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/static/media/css/grimoire.css b/static/media/css/grimoire.css
deleted file mode 100644
index 06e5e04..0000000
--- a/static/media/css/grimoire.css
+++ /dev/null
@@ -1,137 +0,0 @@
-/* typography */
-body {
- font-family: 'Baskerville', 'Buenard', serif;
- font-size: 20px;
- line-height: 30px;
-}
-
-code, .codehilite pre {
- font-family: 'Menlo', monospace;
- font-size: 80%;
-}
-
-em {
- font-style: italic;
-}
-
-strong {
- font-weight: bold;
-}
-
-blockquote {
- margin-left: 20px;
- border-left: 2px solid #eee;
- padding-left: 18px;
- color: #555;
-}
-
-:link {
- text-decoration: none;
-}
-
-hr {
- border: none;
- border-top: 1px solid #AAA;
- margin-left: 80px;
- margin-right: 80px;
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: bold;
-}
-
-h1 {
- font-size: 40px;
- line-height: 60px;
- margin-bottom: 15px;
-}
-h2 {
- font-size: 30px;
- line-height: 45px;
- margin-bottom: 15px;
-}
-h3 {
- font-size: 20px;
- line-height: 30px;
- margin-bottom: 15px;
-}
-
-/* layout */
-#shell {
- margin-left: auto;
- margin-right: auto;
- width: 840px;
-}
-
-#shell > * {
- margin-top: 15px;
- margin-bottom: 15px;
- padding: 0 10px;
-}
-
-#article,
-#listing {
- padding-left: 50px;
-}
-h1, h2, h3, h4, h5, h6 {
- margin-left: -40px;
-}
-
-#article p,
-#article pre,
-#article ul,
-#article ol,
-#article dl,
-#listing ul {
- margin-bottom: 15px;
-}
-
-#article pre {
- margin-left: 40px;
-}
-
-#article > p > img {
- margin-left: auto;
- margin-right: auto;
- display: block;
-}
-
-#article ul {
- list-style-type: disc;
-}
-#article ol {
- list-style-type: decimal;
-}
-
-#article ul,
-#article ol,
-#article dl {
- padding-left: 40px;
-}
-
-#article dd {
- padding-left: 40px;
-}
-
-#breadcrumbs li {
- display: inline-block;
-}
-#breadcrumbs li.not-last:after {
- content: '•';
-}
-
-@media print {
- #breadcrumbs,
- #comments,
- #footer {
- display: none;
- }
-
- a:link {
- color: black;
- }
- :link:after {
- content: " (" attr(href) ")";
- font-size: 16px;
- }
-}
diff --git a/static/media/css/reset.css b/static/media/css/reset.css
deleted file mode 100644
index e29c0f5..0000000
--- a/static/media/css/reset.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
-*/
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol, ul {
- list-style: none;
-}
-blockquote, q {
- quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}