Commit 4c21e26051af9e4384c27d2e0500eee85c87f9a5

Authored by rob
1 parent 5f332570

Updated and added table styles


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@507 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.css
@@ -49,7 +49,6 @@ font-size : 10pt; @@ -49,7 +49,6 @@ font-size : 10pt;
49 font-family : Verdana, sans-serif; 49 font-family : Verdana, sans-serif;
50 font-style : normal; 50 font-style : normal;
51 color : #000000; 51 color : #000000;
52 -text-decoration: none;  
53 } 52 }
54 53
55 54
@@ -57,8 +56,7 @@ A:Visited { @@ -57,8 +56,7 @@ A:Visited {
57 font-size : 10pt; 56 font-size : 10pt;
58 font-family : Verdana, sans-serif; 57 font-family : Verdana, sans-serif;
59 font-style : normal; 58 font-style : normal;
60 -color : #000000;  
61 -text-decoration: none; 59 +color : #0000FF;
62 } 60 }
63 61
64 A:Active { 62 A:Active {
@@ -66,7 +64,6 @@ color : #000000; @@ -66,7 +64,6 @@ color : #000000;
66 font-size : 10pt; 64 font-size : 10pt;
67 font-family : Verdana, sans-serif; 65 font-family : Verdana, sans-serif;
68 font-style : normal; 66 font-style : normal;
69 -text-decoration: none;  
70 } 67 }
71 68
72 A:hover { 69 A:hover {
@@ -74,7 +71,24 @@ color : #000000; @@ -74,7 +71,24 @@ color : #000000;
74 font-size : 10pt; 71 font-size : 10pt;
75 font-family : Verdana,sans-serif; 72 font-family : Verdana,sans-serif;
76 font-style : normal; 73 font-style : normal;
77 -text-decoration: none;  
78 background-color : #FFFACD; 74 background-color : #FFFACD;
79 } 75 }
80 76
  77 +TABLE {
  78 + font-size : 10pt;
  79 + font-family : Verdana, sans-serif;
  80 +}
  81 +
  82 +TD {
  83 + font-size : 8pt ! important;
  84 + font-family : Verdana, sans-serif;
  85 +}
  86 +
  87 +CAPTION {
  88 + font-size : 10pt;
  89 +}
  90 +
  91 +TH {
  92 + font-size : 9pt;
  93 + font-family : Verdana, sans-serif;
  94 +}