aboutsummaryrefslogtreecommitdiff
path: root/bcst/themes/hrstv/styles.css
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-23 18:32:13 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-23 18:32:13 +0200
commit8933627f6c5f9932f9ee60c1d9284091b7eea522 (patch)
tree912530227a17720397c484ff83a74996e004b73a /bcst/themes/hrstv/styles.css
parent05aa6f82594acaeba03856583e4036f5e286f7d4 (diff)
Add new theme
Diffstat (limited to 'bcst/themes/hrstv/styles.css')
-rw-r--r--bcst/themes/hrstv/styles.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/bcst/themes/hrstv/styles.css b/bcst/themes/hrstv/styles.css
new file mode 100644
index 0000000..e36c2f3
--- /dev/null
+++ b/bcst/themes/hrstv/styles.css
@@ -0,0 +1,41 @@
+@font-face{font-family: VCR OSD MONO; src: url(vcrosdmono.ttf)}
+
+body {
+ margin: 0;
+ color: #21566C;
+ background-color: #161515;
+ font-family: VCR OSD MONO,VCR OSD MONO;
+ font-size: 20px;
+ text-align: center;
+}
+
+#content #bookmarks {
+ margin: 1% auto 0;
+ width: 98%;
+ vertical-align:top
+}
+
+.button {
+ text-decoration: none;
+ background-color: #161515;
+ color: #40A6D0;
+ padding: 6px 12px 6px 12px;
+ border: 2px solid #40A6D0;
+ font-family: Calibri;
+ font-weight: 500;
+ font-size: 18pt;
+ line-height: 55px;
+ text-decoration: none;
+ }
+
+.button:hover {
+ background-color: #40A6D0;
+ color: #161515;
+ text-decoration: overline;
+}
+
+#clock {
+ font-family: VCR OSD MONO;
+ font-size: 40pt;
+ color: #40A6D0;
+}