aboutsummaryrefslogtreecommitdiff
path: root/bcst/themes/hungry-hobo/style.css
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-22 13:00:43 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-22 13:00:43 +0200
commit1d536ae3ff7010e32e89c35c35175ddf127c62b3 (patch)
treecda2ea4c9b80195b0068a698687b097d266af411 /bcst/themes/hungry-hobo/style.css
parent8af2dd60f52794bfa6d793c14a6660fc60e82f56 (diff)
Add new theme
Diffstat (limited to 'bcst/themes/hungry-hobo/style.css')
-rw-r--r--bcst/themes/hungry-hobo/style.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/bcst/themes/hungry-hobo/style.css b/bcst/themes/hungry-hobo/style.css
new file mode 100644
index 0000000..b53e9b1
--- /dev/null
+++ b/bcst/themes/hungry-hobo/style.css
@@ -0,0 +1,72 @@
+body {
+ background-color: #282828;
+ text-align: center;
+}
+
+h3 {
+ color: #ebdbb2;
+ font-family: 'Roboto Mono', monospace;
+}
+
+h1 {
+ font-family: 'Pacifico', cursive;
+ text-align: center;
+ color: #ebdbb2;
+ font-size: 90;
+}
+
+a {
+ color: inherit;
+ text-decoration: none;
+}
+
+list {
+ text-align: center;
+ text-decoration: none;
+}
+
+.all {
+ display: inline-block;
+ vertical-align: top;
+ align-self: center;
+ margin-left: 1em;
+}
+
+.all:nth-child(1) {
+ margin-left: 0;
+}
+
+.title {
+ text-align: center;
+ width: 12em;
+}
+
+.google {
+ background-color: #cc241d;
+}
+
+.reddit {
+ background-color: #458588;
+}
+
+.programming {
+ background-color: #689d6a;
+}
+
+.gaming {
+ background-color: #d65d0e;
+}
+
+.linux {
+ background-color: #98971a;
+}
+
+.links {
+ text-align: center;
+ color: #282828;
+ font-family: 'Roboto Mono', monospace;
+ text-decoration: none;
+ font-weight: bold;
+ background-color: #ebdbb2;
+ width: 12em;
+}