Commit f255aa1f1537f71f35d7bc4f2805bf8aeb61e30b

Authored by michael
1 parent fd72f530

changed link font size to 8pts and underline links only on hover


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1319 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
@@ -71,33 +71,33 @@ text-decoration: none; @@ -71,33 +71,33 @@ text-decoration: none;
71 71
72 72
73 A { 73 A {
74 -font-size : 10pt; 74 +font-size : 8pt;
75 font-family : Verdana, sans-serif; 75 font-family : Verdana, sans-serif;
76 -font-style : normal; 76 +text-decoration: none;
77 color : #000000; 77 color : #000000;
78 } 78 }
79 79
80 80
81 A:Visited { 81 A:Visited {
82 -font-size : 10pt; 82 +font-size : 8pt;
83 font-family : Verdana, sans-serif; 83 font-family : Verdana, sans-serif;
84 font-style : normal; 84 font-style : normal;
85 -color : #0000FF; 85 +color : #000000;
86 } 86 }
87 87
88 A:Active { 88 A:Active {
89 color : #000000; 89 color : #000000;
90 -font-size : 10pt; 90 +font-size : 8pt;
91 font-family : Verdana, sans-serif; 91 font-family : Verdana, sans-serif;
92 font-style : normal; 92 font-style : normal;
93 } 93 }
94 94
95 A:hover { 95 A:hover {
96 color : #000000; 96 color : #000000;
97 -font-size : 10pt; 97 +font-size : 8pt;
98 font-family : Verdana,sans-serif; 98 font-family : Verdana,sans-serif;
99 font-style : normal; 99 font-style : normal;
100 -background-color : #FFFACD; 100 +text-decoration: underline;
101 } 101 }
102 102
103 TABLE { 103 TABLE {
@@ -138,13 +138,13 @@ text-decoration: none; @@ -138,13 +138,13 @@ text-decoration: none;
138 138
139 .browseTypeSelect { 139 .browseTypeSelect {
140 color : #000000; 140 color : #000000;
141 - font-size : 10pt; 141 + font-size : 8pt;
142 font-family : Verdana,sans-serif; 142 font-family : Verdana,sans-serif;
143 } 143 }
144 144
145 .errorText { 145 .errorText {
146 color : #FF0000; 146 color : #FF0000;
147 - font-size : 10pt; 147 + font-size : 8pt;
148 text-align : center; 148 text-align : center;
149 font-family : Verdana,sans-serif; 149 font-family : Verdana,sans-serif;
150 } 150 }