home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / chplus / convert / layout.css < prev    next >
Cascading Style Sheet File  |  2003-02-16  |  3KB  |  168 lines

  1. #logo {
  2.     padding: 0px 0px 0px 0px;
  3.     width: 180px;
  4.     text-align: center;
  5.     position: absolute; 
  6.     top: 0px; 
  7.     left: 0px; 
  8.     z-index: 2; 
  9.     color: inherit;
  10.     background-color: #fff; 
  11.     voice-family: female, inherit;
  12. }
  13. /*
  14. #hlavicka {
  15.     position: absolute;
  16.     left: 190px;
  17.     right: 6px;
  18.     top: 0px;
  19.     width: auto;
  20.     background:#669;
  21.     border-top: solid 2px #000;
  22.     border-bottom: solid 1px #336;
  23.     padding: 0px; }
  24. */
  25.  
  26. #topmenu {
  27.     position: absolute;
  28.     left: 190px;
  29.     right: 6px;
  30.     top: 0px;
  31.     width: auto;
  32.     color: #999;
  33.     background-color:#FFF;
  34.     border: none;
  35.     text-align: right;
  36.     padding: 6pt; }
  37.  
  38. #titulek    { 
  39.     position: absolute;
  40.     left: 190px;
  41.     right: 6px;
  42.     top: 50px;
  43.     width: auto;
  44.     background-color:#FFF;
  45.     padding: 4px 0px 0px 0px;
  46. }
  47. #titulek h1 {
  48.     font-size: 180%; color: #666; background-color: transparent; font-style: normal;
  49.     width: auto;
  50.     padding-bottom: 4pt;
  51. }
  52. div#linenav { position:  relative ;
  53.     color: #666;
  54.     background-color: #CCC;
  55.     padding: 4pt;
  56.     border-bottom: 1px solid #999;
  57.     margin: -10px -10px 10px -10px;
  58. }
  59.  
  60. div#linenav span.l {
  61.     float: left; text-align: left; width: auto;
  62. }
  63.  
  64. div#linenav span.r {
  65.     right: 15px ; width: auto; position: absolute;
  66. }
  67.  
  68. .sfrm {     position: absolute;
  69.     right: 16px;
  70.     top: 60px;
  71.     width: auto;
  72.     background-color:#fff;
  73.     padding: 0px;
  74.     display: block;
  75.  }
  76.  
  77. #mainleft {
  78.     width:180px;
  79.     position: absolute;
  80.     left: 5px;
  81.     top: 90px;
  82.     z-index: 2;
  83.     color: #000; background-color:#fff;
  84.     padding-top: 2px;
  85.     padding-bottom: 10px;
  86.     padding-left: 2px;
  87.     padding-right: 2px;
  88.     }
  89.  
  90. #contentleft {
  91.     padding: 10pt 2pt 2pt 0pt;
  92.     margin-top: 10px;
  93. }
  94.  
  95. /* Pro 1sloupcovou sazbu */
  96. #main1 { 
  97.     width: auto; min-width: 240px;
  98.     height: auto;
  99.     margin: 90px 10px 10px 10px;
  100.     position: relative;
  101.     z-index: 3;
  102.     color: #000; background-color: #fff;
  103.     padding: 10px;
  104.     border: 1px solid #999;
  105. }
  106. /* Pro 2sloupcovou sazbu */    
  107. #main2 { 
  108.     width: auto; min-width: 180px;
  109.     height: auto;
  110.     margin: 90px 10px 10px 190px;
  111.     position: relative;
  112.     z-index: 3;
  113.     color: #000; background-color: #fff;
  114.     padding: 10px;
  115.     border: 1px solid #999;
  116. }
  117. /* Pro 3sloupcovou sazbu */    
  118. #main3 { 
  119.     width: auto; min-width: 180px;
  120.     height: auto;
  121.     margin: 90px 190px 10px 190px;
  122.     position: relative;
  123.     z-index: 3;
  124.     color: #000; background-color: #fff;
  125.     padding: 10px;
  126.     border: 1px solid #999;
  127. }
  128.  
  129. #mainright {
  130.     padding: 10px;
  131.     border: 1px solid #999;
  132.     width: 160px; 
  133.     position: absolute; 
  134.     right: 5px; 
  135.     top: 90px; 
  136.     z-index: 1; 
  137.     color: inherit;
  138.     background-color: #fff; 
  139.     voice-family: female, inherit
  140. }
  141.  
  142. #contentright {
  143.     padding: 10pt 2pt 2pt 0pt;
  144.     margin-top: 10px;
  145. }
  146.  
  147. #mainright p { font-size: small; color: #666; background-color: transparent; }
  148.  
  149. div#dwnnav   {
  150.     color: #999; background-color: #FFF;
  151.     text-align: center;
  152.     border: 1px solid #999;
  153.     border-bottom: none;
  154.     margin: 0px 5px 0px 5px;
  155.     padding: 4pt 0pt 2pt 0pt;
  156.     height: 12px;
  157. }
  158.  
  159. div#dwncopy  {
  160.     color: #666; background-color: #EEE;
  161.     font-size: x-small; text-align: center;
  162.     border: 1px solid #999; border-top: none;
  163.     margin: 0px 5px 0px 5px;
  164.     padding: 4pt 0pt 2pt 6pt;
  165. }
  166.  
  167.  
  168. div.spacer {clear: both;}