home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / svetpiva / db_restaurace / styl.css < prev   
Cascading Style Sheet File  |  2003-12-22  |  4KB  |  228 lines

  1. body
  2. {
  3.     background-color: #FFBB03;
  4.     font-family : Arial CE,  Arial, Helvetica, sans-serif;
  5.   font-size:  0.75em;
  6.   background-image: url('../img/bkg.jpg');
  7.     background-repeat: repeat-x;
  8.     scrollbar-face-color: #f5f5f5;
  9.     scrollbar-shadow-color: #ffffff;
  10.     scrollbar-highlight-color: #ffffff;
  11.     scrollbar-3dlight-color: #999999;
  12.     scrollbar-darkshadow-color: #cccccc;
  13.     scrollbar-track-color: #ffffff;
  14.     scrollbar-arrow-color: #999999;
  15. }
  16. input,select
  17. {
  18.   font-size:  0.8em;
  19.   border:1px solid black;
  20.   padding:0px;
  21.   margin:0px;
  22. }
  23.  
  24. table
  25. {
  26.   font-size:  1em;
  27. }
  28.  
  29. form
  30. {
  31.   margin :0px;
  32. }
  33.  
  34. h1
  35. {
  36.   color: #383B85;
  37.   font-size:  150%;
  38.   padding:0px;
  39.   margin:0px;
  40. }
  41.  
  42. h2
  43. {
  44.   color: #383B85;
  45.   font-size:  125%;
  46.   margin:0;
  47. }
  48.  
  49. a:link    {color: #383B85; text-decoration : none;}
  50. a:visited {color: #202075; text-decoration : none;}
  51. a:active  {color: #383B85; text-decoration : underline;}
  52. a:hover   {color: #383B85; text-decoration : underline;}
  53.  
  54. div.main_div
  55. {
  56.     border: 1px solid black;
  57.     width: 780px;
  58.   background-color: #FFF6DD;
  59.   padding:10px;
  60. }
  61.  
  62.  
  63. div.texty
  64. {
  65.   float:left;
  66.   text-align:left;
  67.   padding: 5px;
  68.   font-size: 95%;
  69. }
  70.  
  71. .caption_1
  72. {
  73.   background-color: #DDD5CC;
  74.   font-size: 110%;
  75.   font-weight: bold;
  76. }
  77.  
  78.  
  79. /* --- HP --- */
  80.  
  81. .hp_table table
  82. {
  83.   border: 1px solid #888888;
  84.   border-collapse: collapse;
  85. }
  86.  
  87. .hp_table td
  88. {
  89.   padding: 5px;
  90.   vertical-align: top;
  91.   text-align: center;
  92.   border: 1px solid #BBBBBB;
  93.   font-size:95%;
  94. }
  95.  
  96. .hp_table th
  97. {
  98.   color: #000000;
  99.   background-color: #DDD5CC;
  100.   padding: 5px;
  101.   vertical-align: top;
  102.   text-align: center;
  103.   font-weight: bold;
  104.   border: 1px solid #888888;
  105.   font-size:95%;
  106. }
  107.  
  108. /* --- vypis  --- */
  109. .vypis_table table
  110. {
  111.   border: 1px solid #888888;
  112.   border-collapse: collapse;
  113. }
  114.  
  115. .vypis_table td
  116. {
  117.   padding: 4px;
  118.   vertical-align: top;
  119.   text-align: left;
  120.   border: 1px solid #BBBBBB;
  121.   font-size:95%;
  122. }
  123.  
  124. .vypis_table th
  125. {
  126.   color: #000000;
  127.   background-color: #DDD5CC;
  128.   padding: 4px;
  129.   vertical-align: top;
  130.   text-align: center;
  131.   font-weight: bold;
  132.   border: 1px solid #888888;
  133.   font-size:95%;
  134. }
  135.  
  136.   table.noborder
  137.   {
  138.     border-collapse:collapse;
  139.     border: solid 0px black;
  140.   }
  141.  
  142.   .noborder td, .noborder th,.noborder tr
  143.   {
  144.     border:  solid 0px black;
  145.     padding: 3px;
  146.     vertical-align:top;
  147.   }
  148.   
  149.   table.simple_border
  150.   {
  151.     border-collapse:collapse;
  152.     border: solid 1px #999999;
  153.     font-weight: bold;
  154.   }
  155.  
  156.   .simple_border td, .simple_border th,.simple_border tr
  157.   {
  158.     border:  solid 1px #999999;
  159.     padding: 3px;
  160.     vertical-align:top;
  161.     font-weight: bold;
  162.   }
  163.  
  164.  
  165.   
  166.   
  167.  
  168. /* --- hlavicka ze svetu piva --- */
  169.  
  170. table#sp_main_table
  171. {
  172.     border-top:1px solid black;
  173.     border-left:1px solid black;
  174.     border-right:1px solid black;
  175.     border-bottom:0px solid black;
  176.     border-collapse:collapse;
  177.     width:780px;
  178.     padding:0px;
  179.     margin:0px;
  180. }
  181.  
  182. table#sp_main_table td
  183. {
  184.     padding:1px;
  185.     margin:0px;
  186. }
  187.  
  188. a.menu:link    {color: #FFFFFF;text-decoration: none }
  189. a.menu:visited {color: #FFFFFF;text-decoration: none }
  190. a.menu:hover   {color: #FFBB03;text-decoration: none }
  191. a.menu:active  {color: #FFFFFF;text-decoration: none }
  192.  
  193. .mainhead_table {
  194.     background-image: url('../img/bkg4.jpg');
  195.     background-repeat: no-repeat;
  196. }
  197.  
  198. .navi_table {
  199.     background-color: #FFBA00;
  200.     background-image: url('../img/bkg5.jpg');
  201.     background-repeat: repeat-y;
  202.     width: 29px;
  203. }
  204.  
  205. .menu_table {
  206.     background-color: #0054E7;
  207.     background-image: url('../img/bkg3.jpg');
  208.     background-repeat: repeat-x;
  209.     border-top: 1px solid black;
  210.     border-left: 0px solid black;
  211.     border-bottom: 0px solid black;
  212.     border-right: 0px solid black;
  213. }
  214.  
  215. .menu_table td
  216. {
  217.     padding:3px;
  218.     margin:0px;
  219. }
  220.  
  221. .menu {
  222.     font-size: 11.9px;
  223.     font-family: Verdana, 'Helvetica CE', 'Arial CE', Arial, Helvetica, sans-serif;
  224.     color: #FFFFFF;
  225.     font-weight: bold;
  226.     letter-spacing: 0 px;
  227.     line-height: 19px;
  228. }