summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/hf.css71
1 files changed, 71 insertions, 0 deletions
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%;
+}