From 8933627f6c5f9932f9ee60c1d9284091b7eea522 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 23 Apr 2020 18:32:13 +0200 Subject: Add new theme --- bcst/themes/hrstv/styles.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bcst/themes/hrstv/styles.css (limited to 'bcst/themes/hrstv/styles.css') 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; +} -- cgit v1.2.3