From 0ad3b889d62cf6501c34704bdeeca36237652015 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Nov 2018 19:56:00 +0100 Subject: Rename `typography.css` to `typography.hcss` It now contains Hasp, so the extension should be changed. --- assets/stylesheets/main.hcss | 2 +- assets/stylesheets/typography.css | 43 -------------------------------------- assets/stylesheets/typography.hcss | 43 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 assets/stylesheets/typography.css create mode 100644 assets/stylesheets/typography.hcss diff --git a/assets/stylesheets/main.hcss b/assets/stylesheets/main.hcss index 547e161..3657f5c 100644 --- a/assets/stylesheets/main.hcss +++ b/assets/stylesheets/main.hcss @@ -1,6 +1,6 @@ include(reset.css) include(color.hcss) -include(typography.css) +include(typography.hcss) include(links.hcss) include(buttons.hcss) include(layout.hcss) diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css deleted file mode 100644 index df475ec..0000000 --- a/assets/stylesheets/typography.css +++ /dev/null @@ -1,43 +0,0 @@ -set(LUCIDA_GRANDE, `"Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif') - -h1, h2, h3, h4, h5, h6 { - font-family: LUCIDA_GRANDE; -} - -h2 { - font-weight: bold; - font-size: 1.5em; - - color: MAROON; -} - -.code { - font-family: "Monaco", monospace; - line-height: 1.6em; -} - -.shell-command:before { - content: '$ '; - color: MURKY_POND; -} - -.font-size-0\.8 { - font-size: 0.8em; -} - -.font-size-1\.52 { - font-size: 1.52em; -} - -.font-size-2\.5 { - font-size: 2.5em; - line-height: 1.25em; -} - -.font-size-15 { - font-size: 15em; -} - -.text-center { - text-align: center; -} diff --git a/assets/stylesheets/typography.hcss b/assets/stylesheets/typography.hcss new file mode 100644 index 0000000..df475ec --- /dev/null +++ b/assets/stylesheets/typography.hcss @@ -0,0 +1,43 @@ +set(LUCIDA_GRANDE, `"Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif') + +h1, h2, h3, h4, h5, h6 { + font-family: LUCIDA_GRANDE; +} + +h2 { + font-weight: bold; + font-size: 1.5em; + + color: MAROON; +} + +.code { + font-family: "Monaco", monospace; + line-height: 1.6em; +} + +.shell-command:before { + content: '$ '; + color: MURKY_POND; +} + +.font-size-0\.8 { + font-size: 0.8em; +} + +.font-size-1\.52 { + font-size: 1.52em; +} + +.font-size-2\.5 { + font-size: 2.5em; + line-height: 1.25em; +} + +.font-size-15 { + font-size: 15em; +} + +.text-center { + text-align: center; +} -- cgit v1.2.3