summaryrefslogtreecommitdiff
path: root/src/pretty.css
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-04 11:13:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-04 11:13:58 -0600
commit57ff06045a806352009760fe54b0e018d8e53ede (patch)
tree6c0830dc9a1ce0b864e608db780fe16f26f05561 /src/pretty.css
parent9f3900add724b0123549251a42f5cf86cb08016d (diff)
downloaddocs-57ff06045a806352009760fe54b0e018d8e53ede.tar.gz
docs-57ff06045a806352009760fe54b0e018d8e53ede.tar.bz2
docs-57ff06045a806352009760fe54b0e018d8e53ede.tar.xz
docs-57ff06045a806352009760fe54b0e018d8e53ede.zip
CSS: make pretty
Diffstat (limited to 'src/pretty.css')
-rw-r--r--src/pretty.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/src/pretty.css b/src/pretty.css
index 0431ade..849d6c8 100644
--- a/src/pretty.css
+++ b/src/pretty.css
@@ -1,5 +1,38 @@
+@import url("https://static.adelielinux.org/font/font-amal.css");
+
+html {
+ background: #eee;
+}
+
body {
- font-family: 'Liberation Sans',sans-serif;
+ background: white;
+ box-shadow: 2px 2px 10px 2px rgba(0,0,0,.2);
+ font-family: 'Frank Ruhl Libre', Times, serif;
+ padding: 1em;
+}
+
+@media screen and (min-width: 1280px) {
+ body { margin: 0 18%; }
+}
+
+h1,h2,h3,h4,h5,h6,div.toc,div.navheader {
+ font-family: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, sans-serif;
+}
+
+h2 {
+ margin-top: 2.5em;
+}
+
+h3 {
+ margin-top: 2.2em;
+}
+
+h4 {
+ margin-top: 2em;
+}
+
+h5 {
+ margin-top: 1.5em;
}
.command {