home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / jalbum / ukazka / res / styles / Expedition.css < prev    next >
Cascading Style Sheet File  |  2004-05-16  |  3KB  |  185 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(Expedition/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(Expedition/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(Expedition/background.jpg);
  75.     padding: 10px;
  76. }
  77.  
  78. /* Style for the Image Comment */
  79. .comment {
  80.     color: #000000; 
  81.     font-weight: bold; 
  82.     font-size: 10px;
  83. }
  84.  
  85. /* Style for any note/comment */
  86. .note {
  87.     color: #000000; 
  88.     font-size: 10px;
  89. }
  90.  
  91. /* Style for help-tips statusbar */
  92. .statusbar1, .statusbar2 {
  93.     color: #000000;
  94.     font-size: 10px;
  95.     text-align: center;
  96.     margin-top: 10px;
  97. }
  98.  
  99. .imageexif {
  100.     position: absolute;
  101.     left: 73px;
  102.     top: 104px;
  103.     width: 380px;
  104.     z-index: 1;
  105.     background-color: #FFFFCC;
  106.     layer-background-color: #FFFFFF;
  107.     color: #999999;
  108.     visibility: hidden;
  109.     border: 1px dashed #000000;
  110.     padding: 5px 5px 5px 5px;
  111. }
  112.  
  113. .small {
  114.     font-family: Verdana, Arial, Helvetica, sans-serif;
  115.     font-size: 9px;
  116. }
  117.  
  118. /* Custom link styles */
  119. a:active {
  120.     text-decoration: none;
  121.     color: #000000;
  122. }
  123.  
  124. a:visited {
  125.     text-decoration: none;
  126.     color: #000000;
  127. }
  128.  
  129. a:hover {
  130.     text-decoration: none;
  131.     color: red;
  132. }
  133.  
  134. a:link {
  135.     text-decoration: none;
  136.     color: #000000;
  137. }
  138.  
  139. a.note:active {
  140.     text-decoration: none;
  141.     color: #000000;
  142. }
  143.  
  144. a.note:visited {
  145.     text-decoration: none;
  146.     color: #000000;
  147. }
  148.  
  149. a.note:hover {
  150.     text-decoration: none;
  151.     color: red;
  152. }
  153.  
  154. a.note:link {
  155.     text-decoration: none;
  156.     color: #000000;
  157. }
  158.  
  159. a.path:active {
  160.     text-decoration: none;
  161.     font-size: 12px;
  162.     font-weight: bold;
  163.     color: #000000;
  164. }
  165.  
  166. a.path:visited {
  167.     text-decoration: none;
  168.     font-size: 12px;
  169.     font-weight: bold;
  170.     color: #000000;
  171. }
  172.  
  173. a.path:hover {
  174.     text-decoration: underline;
  175.     font-size: 12px;
  176.     font-weight: bold;
  177.     color: #000000;
  178. }
  179.  
  180. a.path:link {
  181.     text-decoration: none;
  182.     font-size: 12px;
  183.     font-weight: bold;
  184.     color: #000000;
  185. }