home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Topware / zme / zme5-trcz.exe / buttons.ZHT / image_css.tpl < prev    next >
Encoding:
Text File  |  2002-09-13  |  2.0 KB  |  97 lines

  1. body {
  2.   background-color: ${BGCOLOR};
  3.   margin-left: auto;
  4.   margin-right: auto;
  5.   margin-top: 0px;
  6.   border: 0px;
  7.   text-align: center;
  8. }
  9. .all {
  10.   text-align: left;
  11.   width: ${TITLE_WIDTH}px;
  12.   border: 0px;
  13.   margin-top: 15px;
  14.   margin-left: auto;
  15.   margin-right: auto;
  16. }
  17.  
  18. .titleOut {
  19.   position: relative;
  20.   width: ${TITLE_WIDTH}px;
  21.   height: ${TITLE_HEIGHT}px;
  22.   padding: 0px;
  23.   margin-bottom: 10px;
  24. }
  25. .titleIn {
  26.   position: relative;
  27.   width: ${TITLE_WIDTH_2}px;
  28.   height: ${TITLE_HEIGHT_2}px;
  29.   background-image: url(image_title.jpg);
  30.   padding: 0px;
  31.   text-align: left;
  32. }
  33. .titleText {
  34.   font-size: 12px;
  35.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  36.   color: ${TITLE_FONT_COLOR};
  37.   font-weight: 400;
  38.   font-decoration: none;
  39. }
  40.  
  41. .obrazek {
  42.   position: relative;
  43.   text-align: center;
  44.   width: ${TITLE_WIDTH}px;
  45. }
  46.  
  47. .titleText a {
  48.   text-decoration: none;
  49.   color: ${TITLE_FONT_COLOR};
  50. }
  51. .titleText a:visited {
  52.   text-decoration: none;
  53.   color: ${TITLE_FONT_COLOR};
  54. }
  55. .titleText a:active {
  56.   text-decoration: none;
  57.   color: ${TITLE_FONT_COLOR};
  58. }
  59. .titleText a:hover {
  60.   text-decoration: none;
  61.   color: ${TITLE_ACTIVE_FONT_COLOR};
  62. }
  63.  
  64. .popisek {
  65.   font-size: ${DESC_FONT_SIZE}px;
  66.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  67.   color: ${DESC_FONT_COLOR};
  68.   font-weight: 400;
  69.   font-decoration: none;
  70.  
  71.   position: relative;
  72.   clear: both;
  73.   width; 600px;
  74.   margin-top: 15px;
  75.   border-top: 1px solid ${DESC_FONT_COLOR};
  76.   padding-top: 10px;
  77. }
  78.  
  79. .paticka {
  80.   font-size: 12px;
  81.   font-size: ${FOOT_FONT_SIZE}px;
  82.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  83.   color: ${FOOT_FONT_COLOR};
  84.   font-weight: 400;
  85.   font-decoration: none;
  86.   text-align: center;
  87.  
  88.   position: relative;
  89.   clear: both;
  90.   width; 600px;
  91.   margin-top: 15px;
  92.   border-top: 1px solid ${FOOT_FONT_COLOR};
  93.   padding-top: 10px;
  94. }
  95.  
  96.  
  97.