home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / jalbum / ukazka / res / styles / Black.css < prev    next >
Cascading Style Sheet File  |  2004-05-16  |  3KB  |  199 lines

  1. /* Combined style sheet for the index pages and the slide pages. */
  2.  
  3. /* Style for all bodies and to control the margin on top. */
  4. body {
  5.     margin: 0px;
  6.     padding: 0px;
  7.     font-family: Verdana, Arial, Helvetica, sans-serif;
  8.     font-size: 11px;
  9.     background-color: #333333;/*RAC!! was F0F0F0*/
  10. }
  11.  
  12. html {
  13.     scrollbar-face-color: #333333;
  14.     scrollbar-arrow-color: #000000;
  15.     scrollbar-base-color: #111111;
  16.     scrollbar-shadow-color: #111111;
  17.     scrollbar-darkshadow-color: #000000;
  18.     scrollbar-highlight-color: #333333;
  19.     scrollbar-3dlight-color: #666666;
  20.     scrollbar-track-color: #333333;
  21.     overflow-x: auto;
  22.     /*overflow-y: auto;*/
  23. }
  24.  
  25. /* Style for the Top bar */
  26. .topbar {
  27.     background-color: #6595D6;
  28.     background-image: url(../topbars/blue/classic.gif);
  29.     background-repeat: repeat-x;
  30.     height: 25px;
  31. }
  32.  
  33. /* Style for the Top ruler */
  34. .topruler {
  35.     height: 10px;
  36. }
  37.  
  38. /* Style for the Bottom bar */
  39. .bottomruler {
  40.     height: 10px;
  41. }
  42.  
  43. /* Style for the Image/Folder Path Information */
  44. .bpppath {
  45.     font-size: 12px;
  46.     font-weight: bold;
  47.     color: #FAFAFA;
  48. }
  49.  
  50. /* Style for the Image/Folder Index Information */
  51. .bppindex {
  52.     color: #FAFAFA;
  53. }
  54.  
  55. /* Style for the Header */
  56. .bppheader {
  57.     color: #D0D0D0; /*RAC!! was 636363*/
  58. }
  59.  
  60. /* Style for the Footer */
  61. .bppfooter {
  62.     color: #D0D0D0; /*RAC!! was 636363*/
  63.     font-size: 10px;
  64. }
  65.  
  66. /* Style for the page body */
  67. .pagebody {
  68.     background-color: #000000; /*RAC!! was F7FBFF*/
  69.     padding: 10px;
  70. }
  71.  
  72. /* Style for the Image Comment */
  73. .comment {
  74.     color: #D0D0D0; /*RAC!! was 585858*/
  75.     font-size: 10px;
  76. }
  77.  
  78. /* Style for any note/comment */
  79. .note {
  80.     color: #D0D0D0; /*RAC!! was 585858*/
  81.     font-size: 10px;
  82. }
  83.  
  84. /* Style for help-tips statusbar */
  85. .statusbar1, .statusbar2 {
  86.     color: #D0D0D0;
  87.     font-size: 10px;
  88.     text-align: center;
  89.     margin-top: 10px;
  90. }
  91.  
  92. .imageexif {
  93.     position: absolute;
  94.     left: 73px;
  95.     top: 104px;
  96.     width: 380px;
  97.     z-index: 1;
  98.     background-color: #FFFFCC;
  99.     layer-background-color: #FFFFFF;
  100.     color: #999999;
  101.     visibility: hidden;
  102.     border: 1px dashed #000000;
  103.     padding: 5px 5px 5px 5px;
  104. }
  105.  
  106. .small {
  107.     font-family: Verdana, Arial, Helvetica, sans-serif;
  108.     font-size: 9px;
  109. }
  110.  
  111. /* Custom link styles */
  112. a:active {
  113.     text-decoration: none;
  114.     color: #FAFAFA; /*RAC!! was black*/
  115. }
  116.  
  117. a:visited {
  118.     text-decoration: none;
  119.     color: #FAFAFA; /*RAC!! was black*/
  120. }
  121.  
  122. a:hover {
  123.     text-decoration: none;
  124.     color: red;
  125. }
  126.  
  127. a:link {
  128.     text-decoration: none;
  129.     color: #FAFAFA; /*RAC!! was black*/
  130. }
  131.  
  132. a.footer:active {
  133.     text-decoration: none;
  134.     color: #B4D2F8; /*RAC!! was black*/
  135. }
  136.  
  137. a.footer:visited {
  138.     text-decoration: none;
  139.     color: #B4D2F8; /*RAC!! was black*/
  140. }
  141.  
  142. a.footer:hover {
  143.     text-decoration: none;
  144.     color: red;
  145. }
  146.  
  147. a.footer:link {
  148.     text-decoration: none;
  149.     color: #B4D2F8; /*RAC!! was black*/
  150. }
  151.  
  152. a.note:active {
  153.     text-decoration: none;
  154.     color: #FAFAFA;
  155. }
  156.  
  157. a.note:visited {
  158.     text-decoration: none;
  159.     color: #FAFAFA;
  160. }
  161.  
  162. a.note:hover {
  163.     text-decoration: none;
  164.     color: red;
  165. }
  166.  
  167. a.note:link {
  168.     text-decoration: none;
  169.     color: #FAFAFA;
  170. }
  171.  
  172. a.path:active {
  173.     text-decoration: none;
  174.     font-size: 12px;
  175.     font-weight: bold;
  176.     color: #FAFAFA;
  177. }
  178.  
  179. a.path:visited {
  180.     text-decoration: none;
  181.     font-size: 12px;
  182.     font-weight: bold;
  183.     color: #FAFAFA;
  184. }
  185.  
  186. a.path:hover {
  187.     text-decoration: underline;
  188.     font-size: 12px;
  189.     font-weight: bold;
  190.     color: #FAFAFA;
  191. }
  192.  
  193. a.path:link {
  194.     text-decoration: none;
  195.     font-size: 12px;
  196.     font-weight: bold;
  197.     color: #FAFAFA;
  198. }
  199.