summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-01-19 14:22:26 +0100
committeremkael <emkael@tlen.pl>2019-01-19 14:22:26 +0100
commit65c363b3f1c6ae98931bab4d08aeedd276510110 (patch)
treee56502f4a631a2e549d63d5439b3560842460acf /style.css
parent12a77a8e9897ab0956cf9020a00470bd310bb2a0 (diff)
Revised directory structure
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index f226e5b..0000000
--- a/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-body {background-color: #FFFFCC; background-image: url("images/bkg.JPG")}
-a:link { color: #336699; font-family: Arial; text-decoration: underline; }
-a:visited { color: #336699; font-family: Arial; text-decoration: underline; }
-a:hover { color: #990000; font-family: Arial; text-decoration: underline; }
-a:active { color: #336699; font-family: Arial; text-decoration: underline; }
-input, textarea, select { font-size: 10pt; font-family: Arial }
-td {padding: 1px 12px 1px 12px; font-family: Arial; font-size: 10pt; white-space: nowrap}
-td.t {padding: 1px; border: 1px solid #008000; text-align: center; font-size: 10pt; white-space: nowrap}
-td.s {padding: 1px; border: 1px solid #A0A0A0; text-align: center; font-size: 10pt; white-space: nowrap; color: #A0A0A0}
-td.p {padding: 1px; font-size: 10pt}
-hr {color: #0000A0}
-/* Copyright */
-.copyright {padding: 0px; color: #555555; font-size: 8pt; font-family: Arial; text-align: center; border: 1px dotted #004000}