home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Grafica / brilliantphoto / brilliantphoto_setup.exe / Language / EN / Album.css next >
Cascading Style Sheet File  |  2004-04-29  |  4KB  |  210 lines

  1. body { 
  2.     font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
  3.     font-size:85%;
  4.     margin:1em;
  5.     text-align: center; 
  6. }
  7.  
  8. img {
  9. /*    border: 0;
  10.     padding: 1em; */
  11. }
  12.  
  13. h2 { 
  14.     font-size: 100%; 
  15.     margin-top:0.5em 
  16. }
  17.  
  18. h3 {
  19.     font-weight: normal;
  20.     font-size: 93%;
  21.     margin-top:0;
  22. }
  23.     
  24. p.navigation { 
  25.     font-size: 93%;
  26.     margin-bottom: 0.5em;
  27. }
  28.  
  29. p.caption {
  30.     font-size: 85%;
  31.     margin-top: 0.25em;
  32. }
  33.  
  34. table thead tr td {
  35.     font-size:80%;
  36. }
  37.  
  38. table tfoot tr td {
  39.     filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#C0C0C0', EndColorStr='#E9E9E9');
  40.     background-color: silver;
  41.     font-size: 80%;
  42.     text-align: left;
  43.     padding:0.25em 10px 0.25em 10px;
  44. }
  45.  
  46. table tr td.group {
  47.     filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#C0C0C0', EndColorStr='#E9E9E9');
  48.     background-color: silver;
  49.     font-size: 80%;
  50.     font-weight: bold;
  51.     text-align: left;
  52.     padding:0.25em 10px 0.25em 10px;
  53. }
  54.  
  55. table tr td.thumb {
  56.     font-size:80%;
  57.     text-align: center;
  58.     vertical-align: middle; /* top; */
  59.     padding: 0;
  60.     width: 130px;
  61. }
  62.  
  63. table tfoot tr td a:link, table tfoot tr td a:visited
  64. {
  65.     color: #616161;
  66.     text-decoration:none;
  67. /*    border-bottom: solid 1px #dedfde; */
  68. }
  69.  
  70. table tfoot tr td a:hover
  71. {
  72.     color: #ce3000;
  73.     text-decoration:none;
  74. /*    border-bottom: solid 1px #c0c0c0; */
  75. }
  76.  
  77. table thead tr td a:link, 
  78. table thead tr td a:visited,
  79. #original p.navigation a:link, 
  80. #original p.navigation a:visited
  81. {
  82.     color: #808080;
  83.     text-decoration:none;
  84.     border-bottom: solid 1px #efefef;
  85. }
  86.  
  87. #original p.navigation a:hover,
  88. table thead tr td a:hover
  89. {
  90.     color: #ce3000;
  91.     text-decoration:none;
  92.     border-bottom: solid 1px #dedfde;
  93. }
  94.  
  95. #original p.info a:link, #original p.info a:visited
  96. {
  97.     color: 808080;
  98.     border-bottom: #efefef 1px solid;
  99.     text-decoration: none;
  100. }
  101.  
  102. #original p.info a:hover
  103. {
  104.     color: #ce3000;
  105.     text-decoration:none;
  106.     border-bottom: solid 1px #dedfde;
  107. }
  108.  
  109. #original a
  110. {
  111. }
  112.  
  113. #original a img 
  114. {
  115.     border: 1px solid #808080;
  116. /*    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#a0a0a0,strength=4); */
  117. }
  118.  
  119. #original h2
  120. {
  121.     font-size: 110%;
  122.     margin: 0.5em 0 0 0;
  123. }
  124.  
  125. #original p.info
  126. {
  127.     margin: 1em 0 0 0;
  128. }
  129.  
  130. #original p.navigation
  131. {
  132.     margin: 0 0 1em 0;
  133. }
  134.  
  135. table tr td.thumb a:link img, 
  136. table tr td.thumb a:visited img, 
  137. table tr td.thumb a:hover img
  138. {
  139.     border: 1px solid #808080;
  140. }
  141.  
  142. table tr td.thumb a:link img
  143. {
  144.     filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#a0a0a0,strength=4), 
  145.         progid:DXImageTransform.Microsoft.BasicImage(Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=1.0,Mask=0);
  146. }
  147.  
  148. table tr td.thumb a:visited img
  149. {
  150.     filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#a0a0a0,strength=4), 
  151.         progid:DXImageTransform.Microsoft.BasicImage(Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=1.0,Mask=0);
  152. }
  153.  
  154. table tr td.thumb a:hover img
  155. {
  156.     border: 1px solid #404040;
  157.     filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#a0a0a0,strength=4), 
  158.         progid:DXImageTransform.Microsoft.BasicImage(Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=0,Opacity=0.7,Mask=0);
  159. }
  160.  
  161. table tr td.thumb p
  162. {
  163.     line-height: 0;
  164.     margin: 0;
  165.     visibility: hidden;
  166. }
  167.  
  168. table tr td.thumb p.group_caption
  169. {
  170.     font-size: 93%;
  171.     line-height: 1.2em;
  172.     visibility: visible;
  173. }
  174.  
  175. table tr td.thumb p.group_caption em
  176. {
  177.     color: #808080;
  178.     font-size: 93%;
  179. }
  180.  
  181. table tr td.album {
  182.     font-size: 85%;
  183.     width: 260px;
  184.     padding:0 10px 0 10px;
  185. }
  186.  
  187. table tr td.album h2 {
  188.     margin:0 0 0.5em 0;
  189.     padding:0;
  190. }
  191.  
  192. table tr td.album p {
  193.     margin:0;
  194.     padding:0;
  195. }
  196.  
  197. table tr td a {
  198.     text-decoration: none;
  199. }
  200.  
  201. table tr td a:hover {
  202.     text-decoration: underline;
  203. }
  204.  
  205. table caption {
  206.     font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
  207.     font-weight: bold;
  208.     font-size: 120%;
  209.     padding-bottom: 0;
  210. }