home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / firmy / arcdata / www / css / english.css < prev    next >
Cascading Style Sheet File  |  2003-10-17  |  3KB  |  147 lines

  1. /* english CSS for www.arcdata.cz */
  2. /* $Id$ */
  3.  
  4. body { background: white; }
  5.  
  6. a:link {
  7.   background-color: #ffffe4;
  8.   color: teal;
  9.   font-family: helvetica,arial,verdana,sans-serif ! important;
  10.   font-weight: bold;
  11.   text-decoration: none;
  12.   padding: 2px
  13. }
  14.  
  15. a:visited {
  16.   background-color: #ffffe4;
  17.   color: #888888;
  18.   font-family: helvetica,arial,verdana,sans-serif ! important;
  19.   font-weight: bold;
  20.   text-decoration: none;
  21.   padding: 2px
  22. }
  23.  
  24. a:active {
  25.   background-color: #ffffe4;
  26.   color: teal;
  27.   font-family: helvetica,arial,verdana,sans-serif ! important;
  28.   font-weight: bold;
  29.   text-decoration: underline;
  30.   padding: 2px
  31. }
  32.  
  33. a:hover {
  34.   background-color: teal;
  35.   color: yellow;
  36.   font-family: helvetica,arial,verdana,sans-serif ! important;
  37.   font-weight: bold;
  38.   text-decoration: none;
  39.   padding: 2px
  40. }
  41.  
  42. a.none { /* image links */
  43.   background-color: white ! important;
  44.   padding: 2px;
  45. }
  46.  
  47. li {
  48.   padding: 5px;
  49. }
  50.  
  51. h2.en {
  52.   background-color: white;
  53.   color: black;
  54.   font-family: helvetica,arial,verdana,sans-serif ! important;
  55.   font-weight: bold;
  56.   font-size: 22px;
  57.   padding: 20px 0px 50px 10px;
  58.   text-align: center;
  59.   vertical-align: bottom;
  60. }
  61.  
  62. h3.about {
  63.   background-color: white;
  64.   color: teal;
  65.   font-family: helvetica,arial,verdana,sans-serif ! important;
  66.   font-weight: bold;
  67.   font-size: 14px;
  68.   padding: 10px 0px 5px 10px;
  69.   text-align: left;
  70.   vertical-align: bottom;
  71. }
  72.  
  73. h3.geodata {
  74.   background-color: white;
  75.   color: teal;
  76.   font-family: helvetica,arial,verdana,sans-serif ! important;
  77.   font-weight: bold;
  78.   font-size: 14px;
  79.   padding: 10px 0px 5px 10px;
  80.   text-align: left;
  81.   vertical-align: bottom;
  82. }
  83.  
  84. h4.about {
  85.   background-color: white;
  86.   color: #006666;
  87.   font-family: helvetica,arial,verdana,sans-serif ! important;
  88.   font-weight: bold;
  89.   font-size: 12px;
  90.   padding: 10px 0px 5px 10px;
  91.   text-align: left;
  92.   vertical-align: bottom;
  93. }
  94.  
  95. h4.partners {
  96.   background-color: white;
  97.   color: #006666;
  98.   font-family: helvetica,arial,verdana,sans-serif ! important;
  99.   font-weight: bold;
  100.   font-size: 12px;
  101.   padding: 10px 0px 5px 10px;
  102.   text-align: left;
  103.   vertical-align: bottom;  
  104. }
  105.  
  106. h4.sat {
  107.   background-color: white;
  108.   color: #006666;
  109.   font-family: helvetica,arial,verdana,sans-serif ! important;
  110.   font-weight: bold;
  111.   font-size: 12px;
  112.   padding: 10px 0px 5px 10px;
  113.   text-align: left;
  114.   vertical-align: bottom;  
  115. }
  116.  
  117. div.address {
  118.   background-color: white;
  119.   color: black;
  120.   font-family: "fixed",courier,monospace;
  121.   font-size: 12px;
  122.   padding: 0 0 0 30px;
  123.   text-align: left;
  124.   vertical-align: top;
  125. }
  126.  
  127. div[class="en_par"] {
  128.   background-color: white;
  129.   color: black;
  130.   font-family: Helvetica,Arial,Verdana,sans-serif;
  131.   font-size: 13px;
  132.   padding: 10px 20px 10px 20px;
  133.   text-align: justify;
  134.   vertical-align: top;
  135. }
  136.  
  137. div.obr {
  138.   background-color: white;
  139.   text-align: center;
  140.   vertical-align: middle;
  141.   padding: 10px;
  142. }
  143.  
  144. span.mezera {
  145.   padding: 0 1cm 0 1cm;
  146. }
  147.