home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / tema / 602 / html / hlavicka.css < prev    next >
Cascading Style Sheet File  |  2003-10-30  |  2KB  |  80 lines

  1. /*---------------------------------------------------------------------- LAYOUT---*/
  2. #container {
  3. /*    border: 1px solid gray; */
  4.     width: 712px;
  5.     margin: 10px;
  6.     margin-top: 0px;
  7.     margin-left: auto;
  8.     margin-right: auto;
  9. }
  10. #menu {
  11.     font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  12.     font-size: 10px;
  13.     font-weight: bold;    
  14.     height: 70px;
  15.     text-align:left;
  16.     background : url(back_menu.gif);
  17. }
  18.  
  19.  
  20. /*----------------------------------------------------------------------MENU ---*/
  21.  
  22. #menu ul, #menu ol, #menu li, img {
  23.     margin: 0;    padding: 0;
  24.     border: none;
  25. }
  26.  
  27. #menu  ul.menu {
  28. /*    border: 1px solid gray; */
  29.     font-weight: bold;
  30.     line-height: normal;
  31.     margin-left: 65px;
  32.     margin-top:45px;
  33.     float: left;
  34. }
  35. #menu  ul.menu li {
  36.     font-weight: bold;
  37.     display : inline;
  38.     list-style : none;
  39.     font-size: 110%;
  40.     color: #FFF;
  41.     text-transform : uppercase;
  42. }
  43. #menu  ul.menu li a, #menu  ul.menu li a:visited {
  44.     color: #FFF;
  45.     font-weight: bold;
  46.     text-decoration : none;
  47. }
  48. #menu  ul.menu li a:hover {
  49.     color: #FF6600;
  50.     font-weight: bold;
  51.     text-decoration : none;
  52. }
  53. #menu .tel {
  54.     width:184px;
  55.     height:34px;
  56.     float: right;
  57.     margin-top:35px;
  58. }
  59.  
  60. /*----------------------------------------------------------------------OTHERS ---*/
  61. .left {
  62.     float : left;
  63. }
  64. .right {
  65.     float : right;
  66. }
  67.  
  68. #footer {
  69.     clear: both;
  70.     height:34px;
  71.     padding: 0 20px;
  72.     background : url(back_footer.gif) no-repeat bottom;
  73. }
  74.  
  75. #footer a, #footer p {
  76.     margin-top:15px;
  77.     color:white;
  78.     font-weight:normal;
  79.     }
  80.