home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / Software / topware / zoner / zme6_trial_cz.exe / blue.zht / css.tpl < prev    next >
Encoding:
Text File  |  2004-03-09  |  2.6 KB  |  129 lines

  1. body {
  2.   background-color: ${BGCOLOR};
  3.   font-family: ${BODYFONT};
  4.   text-align: center;
  5. }
  6.  
  7. .header {
  8.   font-size: ${HEAD_FONT_SIZE}px;
  9.   color: ${HEAD_FONT_COLOR};
  10.   font-family: ${HEADERFONT};
  11. }
  12.  
  13. .nav_table {
  14.   background-color: ${BGCOLOR};
  15.   width: ${THN_TABLE_WIDTH};
  16. }
  17. .nav_tr {
  18.   height: 0px;
  19. }
  20. .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last, .nav_td_text,
  21. .nav_td_back, .nav_td_textusr
  22. {
  23.   font-size: ${NAV_FONT_SIZE}px;
  24.   font-family: ${BODYFONT};
  25.   color: ${NAV_FONT_COLOR};
  26.   text-align: center;
  27.   background-color: ${NAV_BGCOLOR};
  28. }
  29. .nav_td_textusr {
  30.   text-align: left;
  31. }
  32. .nav_td_text, .nav_td_textusr {
  33.   background-color: ${NAV_TEXT_BGCOLOR};
  34. }
  35. .nav_td_back {
  36.   background-color: ${NAV_BACK_BGCOLOR};
  37. }
  38. .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last {
  39.   width: 40px;
  40. }
  41.  
  42. .nav_td_first a, .nav_td_prev a, .nav_td_next a, .nav_td_last a, .nav_td_text a, .nav_td_back a, .nav_td_textusr a {
  43.   color: ${NAV_LINK_COLOR};
  44.   text-decoration: none;
  45. }
  46.  
  47. .footer a {
  48.   color: ${FOOTER_LINK_COLOR};
  49.   text-decoration: none;
  50. }
  51.  
  52. .nav_td_first a:hover, .footer a:hover, .nav_td_prev a:hover, .nav_td_next a:hover, .nav_td_last a:hover, .nav_td_text a:hover,
  53. .nav_td_back a:hover, .nav_td_textusr a:hover {
  54.   text-decoration: underline;
  55. }
  56.  
  57. .img {
  58.   border: none;
  59. }
  60.  
  61. .img_table {
  62.   background-color: ${BGCOLOR};
  63.   width: ${THN_TABLE_WIDTH};
  64. }
  65.  
  66. .img_desc_tr {
  67.   height: 0px;
  68. }
  69. .img_desc_td, .img_desc_td_empty {
  70.   font-size: ${DESC_FONT_SIZE}px;
  71.   font-family: ${BODYFONT};
  72.   color: ${DESC_FONT_COLOR};
  73.   background-color: ${DESC_BGCOLOR};
  74.   width: ${DESC_TD_WIDTH}px;
  75. }
  76. .img_desc_td_empty {
  77.   background-color: ${BGCOLOR};
  78. }
  79. .img_desc_td a {
  80.   color: ${DESC_LINK_COLOR};
  81.   text-decoration: none;
  82. }
  83. .img_desc_td a:hover {
  84.   text-decoration: underline;
  85. }
  86.  
  87. .img_tr {
  88.   text-align: center;
  89.   vertical-align: middle;
  90.   height: ${THN_TD_HEIGHT}px;
  91. }
  92. .img_td, .img_td_empty {
  93.   padding: 0;
  94.   background-color: ${THN_BGCOLOR};
  95.   width: ${THN_TD_WIDTH}px;
  96. }
  97. .img_td_empty {
  98.   background-color: ${BGCOLOR};
  99. }
  100.  
  101. .img_org_tr {
  102.   height: 0px;
  103. }
  104. .img_org_td, .img_org_td_empty {
  105.   font-size: ${ORG_FONT_SIZE}px;
  106.   font-family: ${BODYFONT};
  107.   color: ${ORG_FONT_COLOR};
  108.   text-align: right;
  109.   background-color: ${ORG_BGCOLOR};
  110.   width: ${ORG_TD_WIDTH}px;
  111. }
  112. .img_org_td_empty {
  113.   background-color: ${BGCOLOR};
  114. }
  115. .img_org_td a {
  116.   color: ${ORG_LINK_COLOR};
  117.   text-decoration: none;
  118. }
  119. .img_org_td a:hover {
  120.   text-decoration: underline;
  121. }
  122.  
  123. .footer {
  124.   font-size: ${FOOT_FONT_SIZE}px;
  125.   font-family: ${BODYFONT};
  126.   color: ${FOOT_FONT_COLOR};
  127. }
  128.  
  129.