summaryrefslogtreecommitdiff
path: root/.html/media/css/grimoire.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2015-12-09 20:40:42 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2015-12-09 20:40:42 -0500
commitf82d259e7bda843fb63ac1a0f6ff1d6bfb187099 (patch)
tree502ebf27ea72cf8c6025b880bfdb35db00ce8b92 /.html/media/css/grimoire.css
parent75a219a061b60bb32948b8a2b71c8ccf1dc19a62 (diff)
Remove HTML from the project. (We're no longer using Dokku.)
Diffstat (limited to '.html/media/css/grimoire.css')
-rw-r--r--.html/media/css/grimoire.css135
1 files changed, 0 insertions, 135 deletions
diff --git a/.html/media/css/grimoire.css b/.html/media/css/grimoire.css
deleted file mode 100644
index e817dd4..0000000
--- a/.html/media/css/grimoire.css
+++ /dev/null
@@ -1,135 +0,0 @@
-/* typography */
-body {
- font-family: 'Baskerville', 'Buenard', serif;
- font-size: 20px;
- line-height: 30px;
-}
-
-code {
- font-family: 'Menlo', monospace;
- font-size: 80%;
-}
-
-em {
- font-style: italic;
-}
-
-strong {
- font-weight: bold;
-}
-
-blockquote {
- margin-left: 40px;
- 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;
- }
-} \ No newline at end of file