Commit 4abe715ddb084e598ea2759ad3c369f77532ef61

Authored by michael
1 parent 606e9f48

initial revision


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@322 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 73 additions and 0 deletions
lib/knowledge_tree.css 0 → 100644
  1 +.dashboardHeadings {
  2 +font-size : 9pt;
  3 +font-family : Verdana, sans-serif;
  4 +font-weight : lighter;
  5 +font-style : normal;
  6 +color : #ffffff;
  7 +text-decoration: none;
  8 +}
  9 +
  10 +P {
  11 +font-size : 9pt;
  12 +font-family : Verdana, sans-serif;
  13 +font-weight : lighter;
  14 +font-style : normal;
  15 +color : #000000;
  16 +text-decoration: none;
  17 +
  18 +}
  19 +
  20 +P.footer {
  21 +font-size : 9pt;
  22 +font-family : Verdana, sans-serif;
  23 +font-weight : lighter;
  24 +font-style : normal;
  25 +color : #999999;
  26 +text-decoration: none;
  27 +
  28 +
  29 +}
  30 +
  31 +P.title {
  32 +font-size : 9pt;
  33 +font-family : Verdana, sans-serif;
  34 +font-weight : inherit;
  35 +font-style : normal;
  36 +color : #ffffff;
  37 +text-decoration: none;
  38 +}
  39 +
  40 +
  41 +A {
  42 +font-size : 10pt;
  43 +font-family : Verdana, sans-serif;
  44 +font-style : normal;
  45 +color : #000000;
  46 +text-decoration: none;
  47 +}
  48 +
  49 +
  50 +A:Visited {
  51 +font-size : 10pt;
  52 +font-family : Verdana, sans-serif;
  53 +font-style : normal;
  54 +color : #000000;
  55 +text-decoration: none;
  56 +}
  57 +
  58 +A:Active {
  59 +color : #000000;
  60 +font-size : 10pt;
  61 +font-family : Verdana, sans-serif;
  62 +font-style : normal;
  63 +text-decoration: none;
  64 +}
  65 +
  66 +A:hover {
  67 +color : #000000;
  68 +font-size : 10pt;
  69 +font-family : Verdana,sans-serif;
  70 +font-style : normal;
  71 +text-decoration: none;
  72 +background-color : #FFFACD;
  73 +}
... ...