summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 16:59:23 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 16:59:23 +0300
commitd73ed30d76a5abd7dbfc15202f432f83a79f99ac (patch)
treeb068c227ffcddb038a59e2f1bf0641db57fa4017 /themes
parent3ab0cbc47c62a738164310b98b67b34ad0c5db8c (diff)
gulp stuff: themes
Diffstat (limited to 'themes')
-rw-r--r--themes/default.css10
-rw-r--r--themes/gray.css13
-rw-r--r--themes/light.css2
-rw-r--r--themes/mocca.css33
-rw-r--r--themes/night.css16
-rw-r--r--themes/plan9.css21
-rw-r--r--themes/sepia.css13
7 files changed, 0 insertions, 108 deletions
diff --git a/themes/default.css b/themes/default.css
deleted file mode 100644
index 9ccb3e8..0000000
--- a/themes/default.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@media (prefers-color-scheme: dark) {
- body, .loading, html:-webkit-full-screen {
- background : #222;
- color : #ccc;
- }
-
- body .modal {
- color : #333;
- }
-}
diff --git a/themes/gray.css b/themes/gray.css
deleted file mode 100644
index ab2b611..0000000
--- a/themes/gray.css
+++ /dev/null
@@ -1,13 +0,0 @@
-body, .loading, html:-webkit-full-screen {
- background : #eeeeee;
- color : #424242;
-}
-
-body .header,
-body .footer {
- color : #B85C57;
-}
-
-body .footer .spacer .toc-bar-entry.current-position {
- background : #B85C57;
-} \ No newline at end of file
diff --git a/themes/light.css b/themes/light.css
deleted file mode 100644
index 6ed481b..0000000
--- a/themes/light.css
+++ /dev/null
@@ -1,2 +0,0 @@
-/* placeholder */
-
diff --git a/themes/mocca.css b/themes/mocca.css
deleted file mode 100644
index 6deb233..0000000
--- a/themes/mocca.css
+++ /dev/null
@@ -1,33 +0,0 @@
-body, .loading, html:-webkit-full-screen {
- background : #3B3228;
- color : #D0C8C6;
-}
-
-body a {
- color : #8AB3B5;
-}
-
-body a:hover {
- color : #7BBDA4;
-}
-
-body .header,
-body .footer {
- color : #F4BC87;
-}
-
-body .footer .location {
- color : #BEB55B;
-}
-
-body .header button.btn {
- background : #BB9584;
- color : #534636;
- text-shadow : #534636 0px 0px;
- border-color : #534636;
-}
-
-
-body .footer .spacer .toc-bar-entry.current-position {
- background : #F4BC87;
-}
diff --git a/themes/night.css b/themes/night.css
deleted file mode 100644
index 0d4c7be..0000000
--- a/themes/night.css
+++ /dev/null
@@ -1,16 +0,0 @@
-body, .loading, html:-webkit-full-screen {
- background : #222;
- color : #ccc;
-}
-
-body a, a:hover {
- color : #00bdaa;
-}
-
-body .modal {
- color : #333;
-}
-
-body .footer .spacer .toc-bar-entry.current-position {
- background : darkred;
-} \ No newline at end of file
diff --git a/themes/plan9.css b/themes/plan9.css
deleted file mode 100644
index e2a2867..0000000
--- a/themes/plan9.css
+++ /dev/null
@@ -1,21 +0,0 @@
-body, .loading, html:-webkit-full-screen {
- background : #FFFFE8;
- color : #424242;
-}
-
-body a {
- color : #22b9b2;
-}
-
-body a:hover {
- color : #28d7cf;
-}
-
-body .header,
-body .footer {
- color : #B85C57;
-}
-
-body .footer .spacer .toc-bar-entry.current-position {
- background : #B85C57;
-} \ No newline at end of file
diff --git a/themes/sepia.css b/themes/sepia.css
deleted file mode 100644
index cb5b2d1..0000000
--- a/themes/sepia.css
+++ /dev/null
@@ -1,13 +0,0 @@
-body, .loading, html:-webkit-full-screen {
- background : #FAEFDB;
- color : #4a422b;
-}
-
-body .header,
-body .footer {
- color : #B85C57;
-}
-
-body .footer .spacer .toc-bar-entry.current-position {
- background : #B85C57;
-} \ No newline at end of file