home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / bonus / horempadem / css / standard.css
Cascading Style Sheet File  |  2004-09-30  |  3KB  |  219 lines

  1. html, body  {
  2.     background-color: #C0B17F;
  3.     text-align: center;
  4.     margin: 0;
  5.     padding: 0;
  6.     font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  7.     font-size:90%;
  8.     color: #000;
  9. }
  10.  
  11. td {
  12.     font-size:80%;
  13. }
  14.  
  15. #header {
  16.     width: 770px;
  17.     text-align: left;
  18.     margin: auto;
  19.     height: 396px;
  20. }
  21.  
  22. #foto {
  23.     display: block;
  24.     width: 770px;
  25.     height: 396px;
  26. }
  27.  
  28. #logo {
  29.         position: relative;
  30.         display: block;
  31.         width:172px;
  32.         height:93px;
  33.         text-align: left;
  34.         z-index : 100;
  35.         margin-top: -351px;
  36.         margin-left: 0px;
  37.         padding: 0;
  38. }
  39.  
  40. #slogan {
  41.         position: relative;
  42.         display: block;
  43.         text-align: left;
  44.         margin-top: 16px;
  45.         margin-left: 30px;
  46.         padding: 0;
  47.         font-size: 10px;
  48.         font-weight: bold;
  49.         color: #000;
  50. }
  51.  
  52. #premiera {
  53.         position: relative;
  54.         display: block;
  55.         text-align: left;
  56.         margin-top: 13px;
  57.         margin-left: 30px;
  58.         padding: 0;
  59.         font-size: 10px;
  60.         font-weight: bold;
  61.         color: #000;
  62. }
  63.  
  64. #presskit {
  65.         position: absolute; 
  66.         display: block;
  67.         text-align: left;
  68.         margin-top: 60px;
  69.         margin-left: 30px;
  70.         padding: 0;
  71.         font-size: 10px;
  72.         font-weight: bold;
  73.         color: #000;
  74. }
  75.  
  76.  
  77. #middle {
  78.     display: block;
  79.     width: 770px;
  80.     text-align: center;
  81.     margin: auto;
  82.     padding:0;
  83. }
  84.  
  85. #menu {    
  86.     width: 740px;
  87.     height: 29px;
  88.     margin: 0px;
  89.     float: left;
  90.     background: url(../images/menu-bg.gif);
  91. }
  92.  
  93. #menumarg {
  94.     padding-left: 34px;
  95. }
  96.  
  97. #menu a, #menu a:link, #menu a:visited {
  98.     padding-left:10px;
  99.     padding-right:10px;
  100.     padding-top:8px;
  101.     padding-bottom: 7px;
  102.     height: 29px;
  103.     float: left;
  104.     font-size: 11px;
  105.     font-weight: bold;
  106.     cursor : pointer;
  107.     text-decoration: none;
  108.     color:#fff;
  109.  
  110. }
  111.  
  112. #menu a:hover {
  113.     background-color: #000;
  114. }
  115.  
  116. .menupad {
  117.     cursor : pointer;
  118.     height: 29px;
  119.     display: block;
  120.     float: left;
  121.     border-left: 1px #C0B17F solid;
  122. }
  123.  
  124.  
  125. #contHeader {    
  126.     width: 740px;
  127.     height: 40px;
  128.     margin: 0px;
  129.     float: left;
  130.     background: url(../images/contheader.gif);
  131. }
  132.  
  133. #contName {
  134.     text-align: left;
  135.     font-size: 11px;
  136.     font-weight: bold;
  137.     color: #000;
  138.     padding-left: 35px;
  139.     padding-top:13px;
  140.     
  141. }
  142.  
  143. #contpad {
  144.     width: 740px;
  145.     float: left;
  146. }
  147.  
  148. #cont {    
  149.     text-align: left;
  150.     background: url(../images/cont-bg.gif) repeat-y;
  151.     padding: 33px;
  152.     padding-top: 10px;
  153.     line-height: 1.5em;
  154. }
  155.  
  156. #footer {    
  157.     width: 740px;
  158.     height: 30px;
  159.     margin: 0px;
  160.     float: left;
  161. }
  162.  
  163. a:link, a:active, a:visited {
  164.     color:#DD0000;
  165.     text-decoration: none;
  166. }
  167. a:hover {
  168.     color:#787217;
  169.     text-decoration: underline;
  170. }
  171.  
  172. .red {
  173.     color: #BE0202;
  174. }
  175.  
  176. .nadpis {
  177.     color: #C93728; font-weight: bold;
  178. }
  179.  
  180. .podbarva {
  181.     background-color:#EAE5D2;
  182. }
  183.  
  184. .odrazky1 ul {
  185.     display: block;
  186.     margin: 0px 0px 0px 0px;
  187.     padding: 0px 0px 0px 20px;
  188.     list-style-type: square;
  189.     list-style-image: url(../images/odrazka1.gif);
  190. }
  191.  
  192. .odrazky1 li {
  193.     padding-bottom: 10px;
  194. }
  195.  
  196. .fotogalerie {
  197.     display: block;
  198.     border: #000 1px solid;
  199.     float: left;
  200.     margin-right: 10px;
  201.     margin-bottom: 10px;
  202. }
  203.  
  204. #cleaner, .cleaner{
  205.     clear:both;
  206.     height: 1px;
  207. }
  208.  
  209. #diskuse {
  210.     width: 670px;
  211. }
  212.  
  213. .malicke {
  214.     font-size: 12px;
  215. }
  216.  
  217. .malicke2 {
  218.     font-size: 10px;
  219. }