home *** CD-ROM | disk | FTP | other *** search
/ Mobility 2005 May / Mobility_2005-05_cd.bin / cd.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-04-18  |  5.3 KB  |  214 lines

  1. /* At-Rules */
  2. @charset windows-1250
  3.  
  4. /*.nadpis {background-image:url('vyrezy/Npozadi.jpg')}*/
  5.  
  6. #katalogbox {
  7.     margin-right: 0px;
  8.     margin-left: 10px;
  9.     width: 150px;
  10.     height: 212px;
  11.     padding-left: 10px;
  12.     position: relative;
  13. }
  14.  
  15. #katalogbox2 {
  16.     width: 425px;
  17.     
  18. }
  19.  
  20. /* logo */
  21. .zalozky {background-image:url('../vyrezy/Zpozadi.jpg')}
  22.  
  23. /* logo */
  24. .logo {width:124px; height:41px}
  25.  
  26. /* fonty pro nazvy zalozek */
  27. .menu {font-family: Verdana, Arial, sans-serif;        vertical-align: top;     font-size:12px}
  28.  
  29.  
  30. table.menu a {
  31.     border-top: #ffffff 1px solid; 
  32.     display: block; 
  33.     border-LEfT: #ffffff 1px solid; 
  34.     border-bottom: #ffffff 1px solid;
  35. }
  36. div.menu a {
  37.     padding-right : 5px;
  38.     padding-LEfT : 5px;
  39.     font-size : 10px;
  40.     font-weight : bold;
  41.     background : #BC001D;
  42.     padding-bottom : 2px;
  43.     color : #333333;
  44.     LINE-HEIGHT : 16px;
  45.     padding-top : 2px;
  46.     text-decoration : none;
  47. }
  48. div.menu a:link {
  49.     background : #BC001D; 
  50.     color : #ffffff; 
  51.     text-decoration : none;
  52. }
  53. div.menu a:active {
  54.     background: #BC001D; 
  55.     color: #ffffff; 
  56.     text-decoration: none;
  57. }
  58. div.menu a:visited {
  59.     background: #BC001D; 
  60.     color: #ffffff; 
  61.     text-decoration: none;
  62. }
  63. div.menu a:hover {
  64.     background: #ffffff; 
  65.     color: #BC001D; 
  66.     text-decoration: none;
  67. }
  68. div.menu td.menu-black a {
  69.     background : #BC001D;
  70.     color : #333333;
  71. }
  72. div.menu td.menu-black a:link {
  73.     background : #000000; 
  74.     color : #ffffff; 
  75. }
  76. div.menu td.menu-black a:active {
  77.     background: #000000; 
  78.     color: #ffffff; 
  79. }
  80. div.menu td.menu-black a:visited {
  81.     background: #000000; 
  82.     color: #ffffff; 
  83. }
  84. div.menu td.menu-black a:hover {
  85.     background: #ffffff; 
  86.     color: #000000; 
  87.  
  88. }
  89.  
  90.  
  91. div.menu td.menu-white a {
  92.     background : #ffffff;
  93.     color : #000000;
  94. }
  95. div.menu td.menu-white a:link {
  96.     background : #000000; 
  97.     color : #000000; 
  98. }
  99. div.menu td.menu-white a:active {
  100.     background: #000000; 
  101.     color: #000000; 
  102. }
  103. div.menu td.menu-white a:visited {
  104.     background: #ffffff; 
  105.     color: #000000; 
  106. }
  107. div.menu td.menu-white a:hover {
  108.     background: #ffffff; 
  109.     color: #000000; 
  110.  
  111. }
  112.  
  113.  
  114. .menu TR TD {
  115.     text-align: center;
  116. }
  117.  
  118.  
  119. body {font-family: Verdana, Arial, sans-serif;        vertical-align: top;     font-size:12px;}
  120.  
  121. .red {scrollbar-base-color:#D22229;}
  122.  
  123. .hrred {color:#D22229;height: 1px}
  124.  
  125. .green {scrollbar-base-color:#177B2F;}
  126.  
  127. .hrgreen {color:#177B2F; height: 1px}
  128.  
  129. .orange {scrollbar-base-color:#f26521;}
  130.  
  131. .hrorange {color:#f26521; height: 1px}
  132.  
  133. .blue {scrollbar-base-color:#00447c;}
  134.  
  135. .hrblue {color:#00447c; height: 1px}
  136.  
  137. .purple {scrollbar-base-color:#862284;}
  138.  
  139. .hrpurple {color:#862284; height: 1px}
  140.  
  141. .cyan {scrollbar-base-color:#009bd6;}
  142.  
  143. .hrcyan {color:#009bd6; height: 1px}
  144.  
  145. .brown {scrollbar-base-color:#b68b5b;}
  146.  
  147. .hrbrown {color:#b68b5b; height: 1px}
  148.  
  149. .yellow {scrollbar-base-color:#BC001D;}
  150.  
  151. .hryellow {color:#BC001D; height: 1px; margin-bottom: 7px; margin-top: 7px}
  152.  
  153. .tema {font-family:Verdana,Arial,sans-serif;color:white;font-size:15px;font-weight:bold}
  154.  
  155. p {font-family: Verdana, Arial, sans-serif;        vertical-align: top;     font-size:12px;     margin-left:3px;     margin-top: 3px;     margin-right: 6px}
  156.  
  157. ul {font-family: Verdana, Arial, sans-serif;          font-size:12px;}
  158.  
  159. .odkaz {position:relative;    font-family: Tahoma;          top:4px;     font-weight:bold;    font-size: 12px;          color:white}
  160.  
  161. /* nastaveni pro odkazy zalozek */
  162. A {text-decoration:none}
  163.  
  164. /* nasteveni odkazu v klidu a pri najeti */
  165. A:hover {text-decoration:underline}
  166.  
  167. h3 {font-family:Verdana,Arial,sans-serif;color:black;font-size:23px}
  168.  
  169. /* nadpis u index.html */
  170. h4 {font-family:Verdana,Arial,sans-serif;color:black;font-size:13px; font-weight:bold;     margin-left:3px;     margin-top: 3px;     margin-bottom: 3px;     margin-right: 6px}
  171.  
  172. /* nadpis u index.html */
  173. .text {font-family: Verdana, Arial, sans-serif;color:red}
  174.  
  175. /* text u index.html
  176.  pro info */
  177. .plus {font-family:Verdana,Arial,sans-serif;        font-size:x-small;        color:black}
  178.  
  179. /* pro close */
  180. .minus {font-family:Verdana,Arial,sans-serif;         font-size:x-small;         color:black}
  181.  
  182. .Lnadpis {color:#448CCB;font-family:sans-serif;font-size:11px}
  183.  
  184. .popis {
  185.     font-family: Verdana, Arial, sans-serif;
  186.     font-size:12px;
  187.     font-weight:normal;
  188.     line-height: 18px;
  189. }
  190. /* popis programu */
  191.  
  192. .program {font-family: Verdana, Arial, sans-serif;font-size:11px}
  193. /* podrobnosti o programu */
  194.  
  195. .nazev {font-family: Verdana, Arial, sans-serif;font-size:12px; font-weight: bold}
  196. /* nazev programu */
  197.  
  198. .styl2 {color:#000000; font-family: Verdana, Arial, sans-serif;font-size:13px; font-weight: normal}
  199.  
  200. .firma {color:#000000; font-family: Verdana, Arial, sans-serif;font-size:23px;font-weight:bold}
  201.  
  202. .link {color:#448CCB; font-family: Verdana, Arial, sans-serif;font-size:12px; font-weight: bold; text-align: left}
  203.  
  204. .vice {font-family: Verdana, Arial, sans-serif;font-size:12px; font-weight: normal; text-align: left;margin-top: 10px}
  205.  
  206. .mega {color:#ED1B23; font-family: Verdana, Arial, sans-serif;font-size:12px; text-align: right}
  207. /* velikost programu */
  208.  
  209. .licence {color:#000000; font-family: Verdana, Arial, sans-serif;font-size:12px; text-align: left; margin-top: 10px; margin-bottom: 10px}
  210. /* licence programu */
  211.  
  212. .system {color: #0076a3; font-family:    Verdana, Arial, sans-serif; font-size: 12px; text-align: right}
  213. /*system programu */
  214. S