home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / jalbum / ukazka / res / styles / Arcs.css next >
Cascading Style Sheet File  |  2004-05-16  |  3KB  |  184 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: #F0F0F0;
  10. }
  11.  
  12. html {
  13.     scrollbar-face-color: #ACC2E3; 
  14.     scrollbar-highlight-color: #F7F7F7; 
  15.     scrollbar-shadow-color: #F7F7F7; 
  16.     scrollbar-3dlight-color: #ACC2E3; 
  17.     scrollbar-arrow-color: #F7F7F7; 
  18.     scrollbar-track-color: #F7F7F7; 
  19.     scrollbar-darkshadow-color: #ACC2E3; 
  20.     scrollbar-base-color: #F7F7F7;
  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.     background-image: url(Arcs/rule.gif);
  36.     background-position: center;
  37.     background-repeat: no-repeat;
  38.     height: 10px;
  39. }
  40.  
  41. /* Style for the Bottom bar */
  42. .bottomruler {
  43.     /*background-image: url(Arcs/rule.gif);
  44.     background-position: center;
  45.     background-repeat: no-repeat;*/
  46.     height: 10px;
  47. }
  48.  
  49. /* Style for the Image/Folder Path Information */
  50. .bpppath {
  51.     font-size: 12px;
  52.     font-weight: bold;
  53.     color: #FAFAFA;
  54. }
  55.  
  56. /* Style for the Image/Folder Index Information */
  57. .bppindex {
  58.     color: #FAFAFA;
  59. }
  60.  
  61. /* Style for the Header */
  62. .bppheader {
  63.     color: #000000;
  64. }
  65.  
  66. /* Style for the Footer */
  67. .bppfooter {
  68.     color: #000000;
  69.     font-size: 10px;
  70. }
  71.  
  72. /* Style for the page body */
  73. .pagebody {
  74.     background-image: url(Arcs/background.jpg);
  75.     padding: 10px;
  76. }
  77.  
  78. /* Style for the Image Comment */
  79. .comment {
  80.     color: #000000;
  81.     font-size: 10px;
  82. }
  83.  
  84. /* Style for any note/comment */
  85. .note {
  86.     color: #000000;
  87.     font-size: 10px;
  88. }
  89.  
  90. /* Style for help-tips statusbar */
  91. .statusbar1, .statusbar2 {
  92.     color: #000000;
  93.     font-size: 10px;
  94.     text-align: center;
  95.     margin-top: 10px;
  96. }
  97.  
  98. .imageexif {
  99.     position:absolute;
  100.     left:73px;
  101.     top:104px;
  102.     width: 380px;
  103.     z-index:1;
  104.     background-color: #FFFFCC;
  105.     layer-background-color: #FFFFFF;
  106.     color: #999999;
  107.     visibility: hidden;
  108.     border: 1px dashed #000000;
  109.     padding: 5px 5px 5px 5px;
  110. }
  111.  
  112. .small {
  113.     font-family: Verdana, Arial, Helvetica, sans-serif;
  114.     font-size: 9px;
  115. }
  116.  
  117. /* Custom link styles */
  118. a:active {
  119.     text-decoration: none;
  120.     color: #000000;
  121. }
  122.  
  123. a:visited {
  124.     text-decoration: none;
  125.     color: #000000;
  126. }
  127.  
  128. a:hover {
  129.     text-decoration: none;
  130.     color: red;
  131. }
  132.  
  133. a:link {
  134.     text-decoration: none;
  135.     color: #000000;
  136. }
  137.  
  138. a.note:active {
  139.     text-decoration: none;
  140.     color: #000000;
  141. }
  142.  
  143. a.note:visited {
  144.     text-decoration: none;
  145.     color: #000000;
  146. }
  147.  
  148. a.note:hover {
  149.     text-decoration: none;
  150.     color: red;
  151. }
  152.  
  153. a.note:link {
  154.     text-decoration: none;
  155.     color: #000000;
  156. }
  157.  
  158. a.path:active {
  159.     text-decoration: none;
  160.     font-size: 12px;
  161.     font-weight: bold;
  162.     color: #FAFAFA;
  163. }
  164.  
  165. a.path:visited {
  166.     text-decoration: none;
  167.     font-size: 12px;
  168.     font-weight: bold;
  169.     color: #FAFAFA;
  170. }
  171.  
  172. a.path:hover {
  173.     text-decoration: underline;
  174.     font-size: 12px;
  175.     font-weight: bold;
  176.     color: #FAFAFA;
  177. }
  178.  
  179. a.path:link {
  180.     text-decoration: none;
  181.     font-size: 12px;
  182.     font-weight: bold;
  183.     color: #FAFAFA;
  184. }