From d0f08ed8699a2eda867bdab7c89628132bf90a3e Mon Sep 17 00:00:00 2001 From: Willem Renes Date: Wed, 12 May 2021 00:32:14 +0200 Subject: adding the initial files --- static/hf.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 static/hf.css (limited to 'static/hf.css') diff --git a/static/hf.css b/static/hf.css new file mode 100644 index 0000000..b02d621 --- /dev/null +++ b/static/hf.css @@ -0,0 +1,71 @@ +body { + font-family: Verdana, Geneva, Arial, sans-serif; + font-size: medium; + background-color: tan; + margin-top: 5%; + margin-bottom: 5%; + margin-left: 10%; + margin-right: 10%; + padding: 10px 10px 10px 10px; +} +a { + text-decoration: none; + font-weight: 600; +} +a:hover { + text-decoration: underline; +} +a img { + border: 0; +} +h2 { + font-size: 150%; +} +table { + margin-left: 20px; + margin-right: 20px; + caption-side: bottom; + border-collapse: collapse; +} +td, th { + padding: 5px; + text-align: left; +} +.copyright { + font-size: 75%; + font-style: italic; +} +.slogan { + font-size: 75%; + font-style: italic; +} +.confirmentry { + font-weight: 600; +} + +/*** Tables ***/ + +table { +font-size: 1em; +background-color: #fafcff; +border: 1px solid #909090; +color: #2a2a2a; +padding: 5px 5px 2px; +border-collapse: collapse; +} + +td, th { +border: thin dotted gray; +} + +/*** Inputs ***/ +input[type=text] { + font-size: 115%; + width: 30em; +} +input[type=submit] { + font-size: 125%; +} +select { + font-size: 125%; +} -- cgit v1.2.3-70-g09d2