aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/typography.hcss
diff options
context:
space:
mode:
authorTeddy Wing2018-11-23 19:56:00 +0100
committerTeddy Wing2018-11-23 19:56:00 +0100
commit0ad3b889d62cf6501c34704bdeeca36237652015 (patch)
treeac7a08c9396bde1cb4b96b1b474ae96b156780f8 /assets/stylesheets/typography.hcss
parent8e31e4522430a13aed136cb5d5a64e2372570007 (diff)
downloaddome-key-web-master.tar.bz2
Rename `typography.css` to `typography.hcss`HEADmaster
It now contains Hasp, so the extension should be changed.
Diffstat (limited to 'assets/stylesheets/typography.hcss')
-rw-r--r--assets/stylesheets/typography.hcss43
1 files changed, 43 insertions, 0 deletions
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;
+}