home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd2.bin / win98 / dd_styl.css < prev    next >
Cascading Style Sheet File  |  2004-03-25  |  4KB  |  160 lines

  1. /*  kompatibilita s NN  */
  2.  
  3. body, td, th ,p ,div ,form, h1, h2, h3, h4, h5, h6, blockquote, ul ,ol {
  4.         font-family : Arial, Helvetica, sans-serif;
  5.         /*font-family : "Times New Roman", Times, serif;*/
  6.         text-align : left;
  7.           color : #000000;
  8.         background-color : #F9F9F9;
  9.         }
  10.  
  11. body, td, th ,p ,div ,form, blockquote, ul ,ol {
  12.         /*font-family : Arial, Helvetica, sans-serif;*/
  13.         font-size : 12px;
  14.         }
  15.  
  16. body {
  17.         margin : 0px;
  18.         scrollbar-3dlight-color : #507616;
  19.         scrollbar-arrow-color : #507616;
  20.         scrollbar-base-color : #DDEEC3;
  21.         scrollbar-darkshadow-color : #507616;
  22.         scrollbar-face-color : #DDEEC3;
  23.         scrollbar-highlight-color : #DDEEC3;
  24.         scrollbar-shadow-color : #DDEEC3;
  25.         scrollbar-track-color : #DDEEC3;
  26.  
  27.         font-size : 12px;
  28.         }
  29.  
  30. h2 {
  31.         color : #507616;
  32.         font-size : 18px;
  33.         text-align : center;
  34.         }
  35. h4 {
  36.         color : #507616;
  37.         font-size : 14px;
  38.         text-align : left;
  39.         }
  40.  
  41. li {
  42.         margin-bottom : 3px;
  43.         }
  44.  
  45. li.faq {
  46.         margin-bottom : 10px;
  47.         }
  48.  
  49. a, a:link, a:focus, a:visited {
  50.         color : #4A6C14;
  51.         }
  52.  
  53. a:active, a:hover {
  54.         color : #4A6C14;
  55.         background-color : #DDEEC3;
  56.         }
  57.         
  58. a.menu, a:link.menu, a:focus.menu, a:visited.menu {
  59.         color : #507616;
  60.         text-decoration : none;
  61.         font-weight : bold;
  62.         margin : 0px 0px 0px 0px;
  63.         padding : 3px 4px 3px 4px;
  64.         vertical-align: 5;
  65.         z-index : 4;
  66.         }
  67.  
  68. a:active.menu, a:hover.menu {
  69.         color : #507616;
  70.         background-color : #DDEEC3;
  71.         }
  72.         
  73. /* FAQ - qestion */
  74. span.q {
  75.         color : #507616;
  76.         font-style : italic;
  77.         font-weight : bold;
  78.         display : block;
  79.         }
  80.  
  81. img.splitter {
  82.         width : 2px;
  83.         height : 20 px;
  84.         margin : 0px 3px 0px 3px;
  85.         z-index : 4;
  86.         }
  87.  
  88. /*  design - top  */
  89.  
  90. #top_l {
  91.         position : absolute;
  92.         top : 0px;
  93.         left : 0px;
  94.         width : 588px;
  95.         height : 80px;
  96.         z-index : 2;
  97.         background-color : transparent;
  98.         background-image : url("design/top_l.png");
  99.         background-repeat : no-repeat;
  100.         background-position : left;
  101.         }
  102. #top_m {
  103.         position : absolute;
  104.         top : 0px;
  105.         left : 0px;
  106.         width : 100%;
  107.         height : 80px;
  108.         z-index : 1;
  109.         background-color : transparent;
  110.         background-image : url("design/top_m.png");
  111.         background-repeat : repeat-x;
  112.         }
  113. #top_r {
  114.         position : absolute;
  115.         top : 0px;
  116.         left : 0px;
  117.         width : 100%;
  118.         height : 80px;
  119.         z-index : 2;
  120.         background-color : transparent;
  121.         background-image : url("design/top_r.png");
  122.         background-repeat : no-repeat;
  123.         background-position : right;
  124.         }
  125.  
  126. #top_menu {
  127.         position : absolute;
  128.         top : 55px;
  129.         left : 0px;
  130.         width : 670;
  131.         height : 20px;
  132.         z-index : 3;
  133.         background-color : transparent;
  134.         padding : 0px 0px 0px 6px;
  135.         }
  136.  
  137. #obsah {
  138.         position : absolute;
  139.         width : 99%;
  140.         top : 80px;
  141.         left : 0px;
  142.         z-index : 1;
  143.         padding : 5px;
  144.         }
  145.  
  146. #obsah_centr {
  147.         position : absolute;
  148.         width : 99%;
  149.         top : 80px;
  150.         left : 0px;
  151.         z-index : 1;
  152.         padding : 5px;
  153.         text-align : center;
  154.         }
  155.  
  156. #pocitadlo {
  157.         color : #4A6C14;
  158.         padding-top : 10px;
  159.         text-align : center;
  160.         }