home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Topware / zme / zme5-trcz.exe / autumn.ZHT / image_css.tpl < prev    next >
Encoding:
Text File  |  2002-09-13  |  2.1 KB  |  102 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.   border: 1px solid ${TITLE_OBORDER_COLOR};
  23.   background-color: ${TITLE_BGCOLOR};
  24.   padding: 0px;
  25.   margin-bottom: 10px;
  26. }
  27. .titleIn {
  28.   position: relative;
  29.   width: ${TITLE_WIDTH_2}px;
  30.   height: ${TITLE_HEIGHT_2}px;
  31.   border: 1px solid ${TITLE_IBORDER_COLOR};
  32.   background-color: ${TITLE_BGCOLOR};
  33.   padding: 0px;
  34.   text-align: left;
  35. }
  36. .titleText {
  37.   font-size: 12px;
  38.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  39.   color: ${TITLE_FONT_COLOR};
  40.   font-weight: 400;
  41.   font-decoration: none;
  42.  
  43.   background-color: ${TITLE_BGCOLOR}; 
  44. }
  45.  
  46. .obrazek {
  47.   position: relative;
  48.   text-align: center;
  49.   width: ${TITLE_WIDTH}px;
  50. }
  51.  
  52. .titleText a {
  53.   text-decoration: none;
  54.   color: ${TITLE_FONT_COLOR};
  55. }
  56. .titleText a:visited {
  57.   text-decoration: none;
  58.   color: ${TITLE_FONT_COLOR};
  59. }
  60. .titleText a:active {
  61.   text-decoration: none;
  62.   color: ${TITLE_FONT_COLOR};
  63. }
  64. .titleText a:hover {
  65.   text-decoration: none;
  66.   color: ${TITLE_ACTIVE_FONT_COLOR};
  67. }
  68.  
  69. .popisek {
  70.   font-size: ${DESC_FONT_SIZE}px;
  71.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  72.   color: ${DESC_FONT_COLOR};
  73.   font-weight: 400;
  74.   font-decoration: none;
  75.  
  76.   position: relative;
  77.   clear: both;
  78.   width; 600px;
  79.   margin-top: 15px;
  80.   border-top: 1px solid ${DESC_FONT_COLOR};
  81.   padding-top: 10px;
  82. }
  83.  
  84. .paticka {
  85.   font-size: 12px;
  86.   font-size: ${FOOT_FONT_SIZE}px;
  87.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  88.   color: ${FOOT_FONT_COLOR};
  89.   font-weight: 400;
  90.   font-decoration: none;
  91.   text-align: center;
  92.  
  93.   position: relative;
  94.   clear: both;
  95.   width; 600px;
  96.   margin-top: 15px;
  97.   border-top: 1px solid ${FOOT_FONT_COLOR};
  98.   padding-top: 10px;
  99. }
  100.  
  101.  
  102.