home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / tema / axis / css / axis.css next >
Cascading Style Sheet File  |  2003-09-05  |  3KB  |  182 lines

  1. body {
  2.     margin: 0px; 
  3.     padding: 0px;
  4.     font-family: arial ce, helvetica ce, arial, helvetica, sans-serif;
  5.     font-size: 10px;
  6.     background-color: #FFFFFF;
  7. .menu {
  8.     width: 760px;
  9. .menutext{
  10.     line-height : 11px;
  11. }
  12. .float {
  13.     float : left;
  14. }
  15. div.plocha{
  16.     background-color: #6699CC;
  17.     height : auto;
  18.     margin : 0px;
  19.     padding : 0px;
  20. }
  21. .levyhlavni{
  22.     width : 112px;
  23.     padding : 1px;
  24. }
  25. .levysloupec{
  26.     width : 112px;
  27. }
  28. .strednisloupec{
  29.     width : 481px;
  30. }
  31. .pravysloupec{
  32.     width : 161px;
  33. }
  34. .novinkynadpis{
  35.     position: absolute;
  36.     top : 150px;
  37.     left : 560px;
  38.     z-index : 5;
  39.     width : 160px;
  40.     line-height : 8px;
  41.     vertical-align : text-bottom;
  42.     text-align : right;
  43.     color: white;
  44.     font-size : 11px;
  45.     font-weight : bolder;
  46. }
  47. .subnovinkynadpis{
  48.     position: absolute;
  49.     top : 140px;
  50.     left : 560px;
  51.     z-index : 5;
  52.     width : 160px;
  53.     line-height : 8px;
  54.     vertical-align : text-bottom;
  55.     text-align : right;
  56.     color: white;
  57.     font-size : 11px;
  58.     font-weight : bolder;
  59. }
  60. A {
  61.     color : #93A7B2;
  62.     text-decoration : none;
  63. }
  64. A:HOVER {
  65.     color: #EB3D00;
  66. }
  67. A:VISITED {
  68.     color : #FF9900;
  69. }
  70. FORM {
  71.     margin: 0px 0px 0px 0px;
  72.     padding : 0px 0px 0px 2px;
  73. }
  74. input {
  75.     margin: 1px 0px 0px 0px;
  76.     padding : 1px 0px 0px 1px;
  77.     font-size : 8pt;
  78.     color : #EB3D00;
  79.     font-weight : normal;
  80.     border-style : solid;
  81.     border-color : #93A7B2;
  82.     border-width : 1px;
  83. }
  84. .vyhltext {
  85.     margin: 0px 0px 0px 1px;
  86.     padding: 0px 0px 0px 1px;
  87.     font-size : 10px;
  88.     color : white;
  89. }
  90. .nadpis{
  91.     margin: 0px 3px 10px 3px;
  92.     padding : 2px 2px 2px 2px;
  93.     color: white;
  94.     background-color : white;
  95.     font-size : 10px;
  96.     font-weight : bold;
  97. }
  98. .texty{
  99.     width:auto;
  100.     height: auto;
  101.     font-size : 11px;
  102.     text-align : left;
  103.     margin: 5px 5px 5px 5px;
  104.     padding : 10px 10px 10px 10px;
  105.     color: #6699CC;
  106.     background-color : white;
  107. }
  108. .novinky{
  109.     width:auto;
  110.     height: 220px;
  111.     font-size : 11px;
  112.     text-align : left;
  113.     margin: 30px 5px 0px 10px;
  114.     padding : 5px 5px 5px 5px;
  115.     color: #6699CC;
  116.     background-color : D9E5F0;
  117. }
  118. UL {
  119.     list-style : disc;
  120.     margin : 0px 0px 5px 30px;
  121. }
  122. OL {
  123.     list-style-type: decimal;    
  124.     margin : 0px 0px 5px 30px;
  125. }
  126. .tucne{
  127.     font-weight : bold;
  128. }
  129. .dolu {
  130.     vertical-align : bottom;
  131. }
  132. .vpravo {
  133.     text-align : right;
  134. }
  135. .stred {
  136.     text-align : center;
  137. }
  138. .cervene {
  139.     color : #EB3D00;
  140. }
  141. div.row {
  142.     clear :both;
  143.     padding-top : 5px;
  144. }
  145. div.row span.label {
  146.     float : left;
  147.     width :155px;
  148.     text-align : right;
  149. }
  150. div.row span.formw {
  151.     float : right;
  152.     width : 275px;
  153.     text-align : left;
  154. }
  155. .spacer {
  156.     clear : both;
  157. }
  158. .tlacitko {
  159.     background-color:02559D;
  160.     color: white;
  161.     padding: 0px 3px 0px 3px;
  162. }
  163. table,td,th {
  164.     border: solid 1px #02559D;
  165.     border-collapse: collapse;
  166.     font-family: arial ce, helvetica ce, arial, helvetica, sans-serif;
  167.     font-size: 10px;
  168. }
  169. table {
  170.     width: 100%;    
  171.     margin: 0px 0px 20px 0px;
  172. }
  173. th {
  174.     background-color: D9E5F0;
  175.     font-weight: bold;
  176.     color: #6699CC;
  177. }
  178. td {
  179.     padding: 1px 1px 1px 5px;
  180. }