Commit 4c21e26051af9e4384c27d2e0500eee85c87f9a5
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
Showing
1 changed file
with
19 additions
and
5 deletions
presentation/lookAndFeel/knowledgeTree/stylesheet.css
| ... | ... | @@ -49,7 +49,6 @@ font-size : 10pt; |
| 49 | 49 | font-family : Verdana, sans-serif; |
| 50 | 50 | font-style : normal; |
| 51 | 51 | color : #000000; |
| 52 | -text-decoration: none; | |
| 53 | 52 | } |
| 54 | 53 | |
| 55 | 54 | |
| ... | ... | @@ -57,8 +56,7 @@ A:Visited { |
| 57 | 56 | font-size : 10pt; |
| 58 | 57 | font-family : Verdana, sans-serif; |
| 59 | 58 | font-style : normal; |
| 60 | -color : #000000; | |
| 61 | -text-decoration: none; | |
| 59 | +color : #0000FF; | |
| 62 | 60 | } |
| 63 | 61 | |
| 64 | 62 | A:Active { |
| ... | ... | @@ -66,7 +64,6 @@ color : #000000; |
| 66 | 64 | font-size : 10pt; |
| 67 | 65 | font-family : Verdana, sans-serif; |
| 68 | 66 | font-style : normal; |
| 69 | -text-decoration: none; | |
| 70 | 67 | } |
| 71 | 68 | |
| 72 | 69 | A:hover { |
| ... | ... | @@ -74,7 +71,24 @@ color : #000000; |
| 74 | 71 | font-size : 10pt; |
| 75 | 72 | font-family : Verdana,sans-serif; |
| 76 | 73 | font-style : normal; |
| 77 | -text-decoration: none; | |
| 78 | 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 | +} | ... | ... |