summaryrefslogtreecommitdiff
path: root/share/templates/default/header.tmpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-03-06 09:58:14 +0000
committerPaul Buetow <paul@buetow.org>2022-03-06 09:58:14 +0000
commit206634004fa646ed201092c10cca3262790c9bd1 (patch)
tree5ed7a61e640351d75348dea43b028ab4c75cbda7 /share/templates/default/header.tmpl
parentd301e269ae99a5eb3bbab803b109f9c1ba8c4e35 (diff)
fine tuning style
Diffstat (limited to 'share/templates/default/header.tmpl')
-rw-r--r--share/templates/default/header.tmpl28
1 files changed, 21 insertions, 7 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl
index f228f31..010d3d5 100644
--- a/share/templates/default/header.tmpl
+++ b/share/templates/default/header.tmpl
@@ -5,6 +5,7 @@ cat <<END
<style type="text/css">
body {
background-color: #000000;
+ color: #ffffff;
background-image: url('${backhref}/${blurs_dir}/${background_image}');
background-size: cover;
background-repeat: no-repeat;
@@ -13,15 +14,28 @@ cat <<END
}
a {
- color: #000000;
+ color: #ffffff;
}
- div.text, div.header, div.footer, div.navigator {
- background-color: #ffffff;
- border: 15px solid #000000;
- padding: 10px;
- margin-top: 10px;
- margin-bottom: 10px;
+ a.arrow {
+ text-decoration: none;
+ font-weight: bolder;
+ }
+
+ div.header {
+ background-color: #000000;
+ border: 3px solid #ffffff;
+ padding: 3px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+
+ div.footer, div.navigator {
+ background-color: #000000;
+ border: 3px solid #ffffff;
+ padding: 3px;
+ max-width: 400px;
+ margin: 2 auto;
}
img {