home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Topware / zme / zme5-trcz.exe / buttons.ZHT / album_css.tpl next >
Encoding:
Text File  |  2002-09-13  |  1.9 KB  |  92 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(album_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. .nahled {
  42.   font-size: ${TN_FONT_SIZE}px;
  43.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  44.   color: ${TN_FONT_COLOR};
  45.   font-weight: 400;
  46.   font-decoration: none;
  47.  
  48.   position: relative;
  49.   float: left;
  50.   text-align: center;
  51.   margin-bottom: 15px;
  52.   width: ${TN_BOX_WIDTH}px;
  53.   height: ${TN_BOX_HEIGHT}px;
  54.   border: 0px;
  55.   overflow: clip;
  56. }
  57.  
  58. .titleText a {
  59.   text-decoration: none;
  60.   color: ${TITLE_FONT_COLOR};
  61. }
  62. .titleText a:visited {
  63.   text-decoration: none;
  64.   color: ${TITLE_FONT_COLOR};
  65. }
  66. .titleText a:active {
  67.   text-decoration: none;
  68.   color: ${TITLE_FONT_COLOR};
  69. }
  70. .titleText a:hover {
  71.   text-decoration: none;
  72.   color: ${TITLE_ACTIVE_FONT_COLOR};
  73. }
  74.  
  75. .paticka {
  76.   font-size: ${FOOT_FONT_SIZE}px;
  77.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  78.   color: ${FOOT_FONT_COLOR};
  79.   font-weight: 400;
  80.   font-decoration: none;
  81.   text-align: center;
  82.  
  83.   position: relative;
  84.   clear: both;
  85.   width; 600px;
  86.   margin-top: 15px;
  87.   border-top: 1px solid ${FOOT_FONT_COLOR};
  88.   padding-top: 10px;
  89. }
  90.  
  91.  
  92.