home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa-eng.chm / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-01-21  |  5.0 KB  |  113 lines

  1. /***********************************************************************************************************************
  2.     $Id: main.css,v 1.9 2004/12/31 13:38:58 dale Exp $
  3. ------------------------------------------------------------------------------------------------------------------------
  4.     PhoA image arranging and searching tool
  5.     Copyright DK Software, http://www.dk-soft.org/
  6. ***********************************************************************************************************************/
  7. body                { font-family: Verdana,Arial,serif; 
  8.                       font-size: 8pt; 
  9.                       margin: 0 0 0 0;
  10.                       padding: 0 0 0 0; 
  11.                       background: url(../bgcorner.png) no-repeat; }
  12. p                   { font-family: Verdana,Arial,serif;
  13.                       font-size: 8pt; 
  14.                       margin-top: 12px;
  15.                       margin-bottom: 3px; }
  16. p.copyright         { text-align: center;
  17.                       font-family: Verdana,Arial,serif;
  18.                       font-size: 7pt;
  19.                       color: #6868c5; }
  20. p.seealsotitle      { font-weight: bold;
  21.                       margin-top: 20px;
  22.                       text-align: left; }
  23. p.seealso           { margin-left: 20px;
  24.                       margin-top: 2px;
  25.                       text-align: left; }
  26. p.lsmall            { text-align: left; 
  27.                       font-size: 7pt; }
  28. p.faqq              { text-align: justify;
  29.                       color: #303080; }
  30. p.faqa              { text-align: justify; }
  31. div.nb              { border-left: 4 black double;
  32.                       border-top: 1 #888888 dotted;
  33.                       border-right: 1 #888888 dotted;
  34.                       border-bottom: 1 #888888 dotted;
  35.                       padding: 3pt 12pt 3pt 12pt;
  36.                       margin: 6pt;
  37.                       background-color: #f0f0f0; }
  38. span.fp             { font-family: Courier New,Courier,fixed;
  39.                       font-size: 9pt; }
  40. li                  { font-family: Verdana,Arial,serif;
  41.                       font-size: 8pt; 
  42.                       text-align: justify; }
  43. h1                  { font-family: Verdana,Arial,serif;
  44.                       font-size: 10pt;
  45.                       font-weight: bold;
  46.                       text-align: left;
  47.                       padding-top: 3px;
  48.                       padding-bottom: 3px;
  49.                       color: #000060; 
  50.                       border-top: 1 dashed;
  51.                       border-bottom: 1 dashed; }
  52. h2                  { font-family: Verdana,Arial,serif;
  53.                       font-size: 9pt;
  54.                       font-weight: bold;
  55.                       text-align: left;
  56.                       color: #000060; }
  57. h3                  { font-family: Verdana,Arial,serif;
  58.                       font-size: 8pt;
  59.                       font-weight: bold;
  60.                       text-align: left;
  61.                       color: #000060; }
  62.  
  63. a                   { text-decoration: none; }
  64. a:link              { color: #0000c0; 
  65.                       border-bottom: 1 #6868c5 solid; }
  66. a:visited           { color: #0000c0;  
  67.                       border-bottom: 1 #6868c5 solid; }
  68. a:active            { color: #f0a050;  
  69.                       border-bottom: 1 #6868c5 solid; }
  70. a:hover             { color: #f0a050;  
  71.                       border-bottom: 1 #6868c5 solid; }
  72.  
  73. a.copyright:link    { color: #6868c5;
  74.                       border: none; }
  75. a.copyright:visited { color: #6868c5;
  76.                       border: none; }
  77. a.copyright:active  { color: #f0a050; }
  78. a.copyright:hover   { color: #f0a050; }
  79.  
  80. /** Tables **/
  81.  
  82. table.main          { margin: 0 0 0 0; }
  83. table.plain         { padding: 3px 5px 3px 5 px; }
  84. td                  { font-family: Verdana,Arial,serif;
  85.                       font-size: 8pt; }
  86. td.header           { background-color: #7b91ff; 
  87.                       height: 32px; 
  88.                       width: 100%; 
  89.                       font-family: Verdana,Arial,serif;
  90.                       font-size: 13pt; 
  91.                       font-weight: bold;
  92.                       color: #dfe0ff; 
  93.                       margin: 0 0 0 0;
  94.                       padding: 4px 30px 4px 30px; }
  95. td.hdrshadow        { background: url(../hdr-shadow.gif) #d0d0d0;
  96.                       height: 6px; 
  97.                       width: 100%; }
  98. td.content          { font-family: Verdana,Arial,serif;
  99.                       font-size: 8pt; 
  100.                       width: 100%; 
  101.                       margin: 0 0 0 0; 
  102.                       padding: 8px 8px 8px 8px; }
  103. td.command          { color: #006000;
  104.                       width: 200px;
  105.                       text-align: left;
  106.                       vertical-align: top; }
  107. table.plain td      { border-bottom: 1 #e0e0e0 solid;
  108.                       vertical-align: top; }
  109. tr.tblhdr td        { font-weight: bold;
  110.                       padding: 3px 5px 3px 5 px;
  111.                       border: 1 #888888 solid;
  112.                       background: url(../table-hdr-bg.gif); }
  113.