summaryrefslogtreecommitdiff
path: root/includes/css/style.css.old
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 03:42:44 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 03:42:44 +0000
commitb00d5b96c6d33572b6d7c68688d6d1c4fbd0f0f4 (patch)
treecf02da8b2839bea3b6a966b575f2ba84966676bb /includes/css/style.css.old
parent34aff10f383fe963cd3f8fd7f096321302e1efb6 (diff)
moved /inc to ../includes
git-svn-id: svn://svn.cccv.de/engel-system@281 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'includes/css/style.css.old')
-rwxr-xr-xincludes/css/style.css.old53
1 files changed, 53 insertions, 0 deletions
diff --git a/includes/css/style.css.old b/includes/css/style.css.old
new file mode 100755
index 00000000..254fb1b7
--- /dev/null
+++ b/includes/css/style.css.old
@@ -0,0 +1,53 @@
+H1 {
+ font-family : Helvetica,Arial,Verdana;
+ font-size : 25pt;
+}
+H4 {
+ font-family : Arial,Verdana;
+}
+A {
+ font-family : Arial;
+ font-size : small;
+ text-decoration : none;
+ color : #0000a0;
+}
+A:Visited {
+ font-family : Arial;
+ font-size : small;
+ color : #0000a0;
+ text-decoration : none;
+}
+ A:Active {
+ text-decoration : none;
+ font-family : Arial;
+ font-size : small;
+}
+A:Hover {
+ font-family : Arial;
+ font-size : small;
+ color : #0000a0;
+ text-decoration : underline;
+ font-weight : bold;
+}
+B {
+ font-weight : bold;
+ font-family : Arial;
+ font-size : small;
+}
+
+TD {
+ font-size : small;
+ font-family : Arial;
+ padding-left : 1cm;
+}
+
+BODY {
+ font-size : small;
+ font-family : Arial;
+ background-color : #f3b115;
+ color : navy;
+}
+a.title {
+ color:#ffa000;
+}
+