home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / tema / solnet / default.css next >
Cascading Style Sheet File  |  2003-09-12  |  7KB  |  371 lines

  1. body {
  2.    font-family: verdana, Arial, sans-serif; 
  3.    background-color: white;
  4.    color: #000000;
  5.    font-size: 9pt;
  6.    margin-top: 1px;
  7.    margin-left: 1px;
  8.    margin-bottom: 1px;
  9.    margin-right: 1px;
  10. }
  11.  
  12. /* ========================= GRAFIKA ==============================*/
  13. table.main {
  14.    border-left: 1px solid #767360;
  15.    border-right: 1px solid #bab7a1;
  16. }
  17.  
  18. table.tech_info{
  19.     font-size: 8.5pt;
  20. }
  21.  
  22. td.menu_horni {
  23.    background-color: #d3d19e;
  24. }
  25.  
  26. td.logo_top {
  27.    font-family: verdana, Arial, sans-serif; 
  28.    font-size: 20pt; 
  29.    text-align: right;
  30.    font-weight: bold;
  31.    color: #fdf8e6; 
  32.    background-color: #84826f;
  33. }
  34.  
  35. td.lista_spodni {
  36.   background-color: #84826f;
  37.   border-top: 1px solid white;
  38.   color: #fdf8e6;      
  39.   font-size: 7pt;
  40.   text-align: right;
  41.   padding-right: 5pt;
  42. }
  43.  
  44. /* ----- menu lista ----- */
  45. a.lista:link, a.lista:visited {
  46.    color: #000000;
  47.    font-size: 8pt; 
  48.    font-weight: bold;
  49.    text-decoration: none;
  50. }   
  51.  
  52. a.lista:hover, a.lista:active {
  53.    color: #000000;
  54.    text-decoration: underline;
  55. }   
  56.     
  57.  
  58. /* ----- leve menu zalozky ----- */
  59. td.tabular { 
  60.   font-size: 9pt;
  61.   font-weight: bold;
  62.   color: white;
  63.   text-align: right;
  64.   vertical-align: middle;
  65.   border-bottom: 1px solid white;
  66.   padding-top: 5px;
  67.   padding-bottom: 5px;
  68.   padding-left: 5px;
  69. }
  70.  
  71. /* zalozka - obrazek */
  72. td.tabular_i { 
  73.   vertical-align: middle;
  74.   text-align: center;
  75.   border-bottom: 1px solid white;
  76.   padding-left: 5px;
  77.   padding-right: 5px;
  78. }
  79.  
  80. /* zalozka */
  81. td.tabulars { 
  82.   font-size: 9pt;
  83.   font-weight: bold;
  84.   color: black;
  85.   background-color: white;
  86.   text-align: right;
  87.   vertical-align: middle;
  88.   border-bottom: 1px solid white;
  89.   padding-top: 5px;
  90.   padding-bottom: 5px;
  91.   padding-left: 5px;
  92. }
  93.  
  94. /* zalozka - obrazek */
  95. td.tabulars_i { 
  96.   background-color: white;
  97.   vertical-align: middle;
  98.   text-align: center;
  99.   border-bottom: 1px solid white;
  100.   padding-left: 5px;
  101.   padding-right: 5px;
  102. }
  103.  
  104. /* zalozky - linky */
  105. a.tabular:link, a.tabular:visited {
  106.     color: white; 
  107.     text-decoration: none;
  108. }   
  109.  
  110. a.tabular:hover, a.tabular:active {
  111.     color: #fff1cb; 
  112.     text-decoration: none;
  113. }   
  114.     
  115. a.tabulars:link, a.tabulars:visited {
  116.     color: black; 
  117.     text-decoration: none;
  118. }   
  119.  
  120. a.tabulars:hover, a.tabulars:active {
  121.     color: #aa0000; 
  122.     text-decoration: none;
  123. }   
  124. /* ========================= GRAFIKA ==============================*/
  125.  
  126.  
  127. /* ========================= POUZE na INDEXu ==============================*/
  128. /* ----- produktova tabulka ----- */
  129. table.produkt_hlavni {
  130.    background-color: #efeed5;
  131.    padding-left: 5px;
  132.    padding-right: 5px;
  133.    padding-top: 5px;
  134.    padding-bottom: 5px;
  135.    border: 1px solid #d3d0ba;
  136. }
  137.  
  138. /* ----- novinky a pripravujeme ----- */
  139. .novinky_h {
  140.    font-family: verdana, Arial, sans-serif; 
  141.    color: #9F0000;      
  142.    font-weight: bold;
  143.    font-size: 10pt;
  144. }
  145. .novinky_h_text {
  146.     font-size: 9pt;
  147. }
  148.  
  149. .novinky {
  150.    font-family: verdana, Arial, sans-serif; 
  151.    color: #9F0000;      
  152.    font-weight: bold;
  153.    font-size: 10pt;
  154. }
  155. .novinky_text {
  156.     font-size: 8pt;
  157. }
  158. a.novinky-red:link, a.novinky-red:visited {
  159.    font-family: verdana, Arial, sans-serif; 
  160.    font-weight: bold;
  161.    font-size: 13pt;
  162.    color: #9F0000;
  163.    text-decoration: none;   
  164. }    
  165.  
  166. a.novinky-red:hover, a.novinky_red:active {
  167.    color: #9F0000;   
  168.    text-decoration: underline;   
  169. }    
  170.  
  171. td.novinky_hlavni {
  172.    background-color: #eae8be;
  173.    color: black;
  174.    padding-left: 5px;
  175.    padding-right: 5px;
  176.    padding-bottom: 10px;
  177.    padding-top: 25px;
  178.    border-left: 1px solid #bab7a1;
  179.    border-top: 1px solid white;
  180.    border-bottom: 1px solid white;
  181. }
  182.  
  183. /* ----- velky odkaz na produkty a sluzby ----- */
  184. a.super-odkaz:link, a.super-odkaz:visited {
  185.    font-family:  verdana, Arial, sans-serif; 
  186.    font-weight: bold;
  187.    font-size: 10pt;
  188.    color: #9F0000;   
  189.    text-decoration: none;   
  190. }    
  191.  
  192. a.super-odkaz:hover, a.super-odkaz:active {
  193.    color: #9F0000;   
  194.    text-decoration: underline;   
  195. }    
  196.  
  197. /* ----- maly odkaz "Vice informaci..." ----- */
  198. a.maly:link, a.maly:visited {
  199.    color: #527994;    
  200.    font-weight: bold;
  201.    font-size: 8pt;
  202.    text-decoration: underline;
  203. }
  204.  
  205. a.maly:hover, a.maly:active {     
  206.    color: #9F0000;   
  207.    text-decoration: underline;
  208. }
  209.  
  210. /* -----  cerveny "Zavadeci cena!!!"  ----- */
  211. a.red:link, a.red:visited {
  212.    font-family: verdana, Arial, sans-serif; 
  213.    font-weight: bold;
  214.    color: #9F0000;
  215.    text-decoration: none;   
  216. }    
  217.  
  218. a.red:hover, a.red:active {
  219.    color: #9F0000;   
  220.    text-decoration: underline;   
  221. }    
  222.  
  223. /* ========================================================================*/
  224.  
  225. /* ----- dvoubarevny nadpis ----- */
  226. .nadpis-bold {
  227.    font-family:  verdana, Arial, sans-serif; 
  228.    font-weight: bold;
  229.    font-size: 19pt; 
  230.    color: black; 
  231.    letter-spacing: -1pt;
  232. }
  233. .nadpis-gray {
  234.    font-family: verdana, Arial, sans-serif; 
  235.    margin-top: 40pt;
  236.    margin-bottom: 45pt;
  237.    font-weight: bold;
  238.    font-size: 19pt; 
  239.    color: #d6d6d6; 
  240.    letter-spacing: -1pt;
  241. }    
  242.  
  243. /* ----- ostatni ----- */
  244. .title-gray {
  245.     color: #000000;
  246.     font-weight: bold;
  247.     font-size: 13pt;
  248. }
  249. .title {
  250.    font-family: verdana, Arial, sans-serif; 
  251.    color: #9F0000;    
  252.    font-weight: bold;
  253.    font-size: 11pt; 
  254. }
  255.  
  256. .item {
  257.    font-weight: bold;
  258. }
  259.  
  260. .poznamka {
  261.    color: black;      
  262.    font-size: 85%;
  263.    text-align: left;
  264.    padding-right: 5pt;
  265. }
  266.  
  267. .problem {
  268.    color: #978841;
  269.    font-weight: normal;
  270.    font-size: 9pt;
  271.    text-align: left;
  272.    padding-right: 5pt;
  273. }
  274. .reseni {
  275.    color: black;      
  276.    font-size: 9pt;
  277.    text-align: left;
  278.    padding-right: 5pt;
  279. }
  280.  
  281. /* ----- cenova tabulka ----- */
  282. table.matrix {
  283.    border: 1px solid black;
  284. }
  285.  
  286. table.matrix_small {
  287.    border: 1px solid #84826f;
  288.    font-size: 8pt;
  289. }
  290.  
  291. td.matrix_head {
  292.    background-color: #978841;
  293.    color: white; 
  294.    font-weight: bold;
  295.    padding-right: 5pt;
  296. }   
  297. tr.matrix {
  298.    background-color: #fdf8e6;
  299.    padding-right: 5pt;
  300. }
  301.  
  302. td.matrix_normal {
  303.   padding-right: 5pt;
  304. }
  305.  
  306. td.matrix_footer {
  307.   background-color: #978841;
  308.   color: white;
  309.   font-weight: bold;
  310.   padding-right: 5pt;
  311. }
  312.  
  313. td.matrix_paticka {
  314.   background-color: #84826f;
  315.   color: white;
  316.   font-weight: bold;
  317.   text-align: right;
  318.   font-size: 7pt;
  319.   padding-right: 5pt;
  320. }
  321.  
  322. /* ----- Navigace ----- */
  323. td.navig_top{
  324.   border-top: 1px solid #e2e2e2;
  325.   padding-top: 10pt;
  326. }
  327.  
  328. td.navig_bottom{
  329.   border-top: 1px solid #e2e2e2;
  330.   padding-top: 10pt;
  331. }
  332.  
  333. td.popis { 
  334.    font-size: 7pt; 
  335.    text-align: left;
  336.    padding-top: 15pt;
  337. }
  338.  
  339. /* ----- standardni odkazy ----- */
  340. a:link, a:visited {
  341.    color: #527994;    
  342.    font-weight: bold;
  343.    text-decoration: underline;
  344. }
  345.  
  346. a:hover, a:active {     
  347.    color: #9F0000;   
  348.    text-decoration: underline;
  349. }
  350.  
  351. /* ----- standardni tabulka ----- */
  352. table {
  353.    font-family: verdana, Arial, sans-serif; 
  354.    color: #000000;
  355.    font-size: 9pt; 
  356. }
  357.  
  358. td.text {
  359.    padding-bottom: 5pt;
  360.    padding-right: 25pt;
  361. }
  362.  
  363. td.odraz {
  364.    font-size: 12pt; 
  365.    font-weight: bold;
  366.    color: #444444; 
  367.    padding-left: 5pt;
  368. }
  369.  
  370.  
  371.