Commit 23fb16f9ffdbbbc23365838f79926b28efcac9bc

Authored by michael
1 parent 3fdad9cb

moved stylesheet


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