home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Topware / zme / zme5-trcz.exe / soft_shadow.ZHT / album_css.tpl 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.   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. .nahled {
  47.   font-size: ${TN_FONT_SIZE}px;
  48.   font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  49.   color: ${TN_FONT_COLOR};
  50.   font-weight: 400;
  51.   font-decoration: none;
  52.  
  53.   position: relative;
  54.   float: left;
  55.   text-align: center;
  56.   margin-bottom: 15px;
  57.   width: ${TN_BOX_WIDTH}px;
  58.   height: ${TN_BOX_HEIGHT}px;
  59.   border: 0px;
  60.   overflow: clip;
  61. }
  62.  
  63. .titleText a {
  64.   text-decoration: none;
  65.   color: ${TITLE_FONT_COLOR};
  66. }
  67. .titleText a:visited {
  68.   text-decoration: none;
  69.   color: ${TITLE_FONT_COLOR};
  70. }
  71. .titleText a:active {
  72.   text-decoration: none;
  73.   color: ${TITLE_FONT_COLOR};
  74. }
  75. .titleText a:hover {
  76.   text-decoration: none;
  77.   color: ${TITLE_ACTIVE_FONT_COLOR};
  78. }
  79.  
  80. .paticka {
  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.