home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / internet / 3dscena / www.3dscena.cz / css / main.css
Encoding:
Cascading Style Sheet File  |  2003-01-22  |  4.8 KB  |  310 lines

  1. /* =============== globalni nastaveni =============== */
  2.  
  3. body
  4.     { 
  5.     margin: auto; 
  6.     margin: 0px; 
  7.     padding: 0px;
  8.     background-color: #A4A4A4;
  9.     }
  10.  
  11. form
  12.     { 
  13.     margin: 0px;
  14.     }
  15.         
  16. body, div, p, td, th, input, select
  17.     { 
  18.     font-family: "Trebuchet MS","Helvetica CE",Tahoma,Arial,Sans;
  19.     font-size: 9pt;
  20.     }
  21.     
  22. input, select, textarea
  23.     { 
  24.     font-size: 8pt;
  25.     }
  26.  
  27. /* =============== toplinks =============== */
  28.     
  29. #toplinks
  30.     {
  31.     background-color: #9E3B3B;
  32.     }
  33.  
  34. /* =============== forumtable =============== */
  35.  
  36. #forumtable
  37.     {
  38.     border: 1px solid #fff;
  39.     padding: 2px;
  40.     }
  41.  
  42. #forumtable TABLE
  43.     {
  44.     border: 1px solid #fff;
  45.     background-color: #eee;
  46.     }
  47.     
  48. #forumtable TH
  49.     {
  50.     background-color: #9E3B3B;
  51.     color: #fff;
  52.     letter-spacing: 1px;
  53.     }
  54.  
  55.  
  56. #forumtable .fsel,
  57. #forumtable .fall,
  58. #forumtable .fadd,
  59. #forumtable .faddemail
  60.     {
  61.     border: 1px solid #fff;
  62.     color: #fff;
  63.     font-family: "Helvetica CE",Tahoma,sans;
  64.     font-size: 10px;
  65.     font-weight: bold;
  66.     padding: 1px;
  67.     }
  68.         
  69. #forumtable .fsel
  70.     {
  71.     background-color: #888;
  72.     }
  73.     
  74. #forumtable .fall
  75.     {
  76.     background-color: #999;
  77.     }
  78.     
  79. #forumtable .fadd
  80.     {
  81.     background-color: #9E3B3B;
  82.     }
  83.  
  84. #forumtable .faddemail
  85.     {
  86.     background-color: #9E3B3B;
  87.     }
  88.     
  89. /* =============== white line =============== */
  90.     
  91. .whiteline
  92.     {
  93.     clear: both;
  94.     background-color: #fff;
  95.     height: 1px;
  96.     }
  97.  
  98. /* =============== white line with shadow left =============== */
  99.     
  100. .whitelinewithshadowleft
  101.     {
  102.     background-image: url("../imgs/whiteshadow.gif");
  103.     background-color: #fff;
  104.     height: 1px;
  105.     }
  106.     
  107. /* =============== navigace & layout =============== */
  108.  
  109. #content {
  110.     position: absolute;
  111.     top: 101px;
  112.     left: 135px;
  113.     right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
  114.     margin: 0px;
  115.     padding: 0px;
  116.     }
  117.  
  118. #txtcontent {
  119.     margin: 0px;
  120.     padding: 0px;
  121.     background-color: #D8D8D8;
  122.     }
  123.  
  124. #copypage {
  125.     font-size: 8pt;
  126.     color: #555;
  127.     margin-top: 10px;
  128.     line-height: 12px;
  129.     }
  130.         
  131. .incontent {
  132.     display: block;
  133.     margin: 0px 25px 0px 15px;
  134.     padding: 0px 0px 5px 0px;
  135.     }
  136.     
  137. .incontent h1 {
  138.     font-size: 17px;
  139.     margin: 0px;
  140.     }
  141.  
  142. .story {
  143.     display: block;
  144.     margin: 0px 10px 0px 10px;
  145.     padding: 5px 0px 15px 0px;
  146.     font-size: 10pt;
  147.     }
  148.  
  149. .story P, .story H1, .story H2
  150.     {
  151.     margin: 0px;
  152.     }
  153.  
  154. .story H1
  155.     {
  156.     font-size: 14pt;
  157.     font-weight: bold;
  158.     }
  159.  
  160. .story H2
  161.     {
  162.     font-size: 11pt;
  163.     font-weight: bold;
  164.     }
  165.     
  166. .storyinfo
  167.     {
  168.     font-family: "Helvetica CE",Tahoma,Arial,sans;
  169.     color: #888;
  170.     font-size: 8pt;
  171.     }
  172.                         
  173. #relatedmenu
  174.     {
  175.     margin-left: 15px;
  176.     }
  177.  
  178. #relatedmenu .inrelatedmenu
  179.     {
  180.     font-family: "Helvetica CE",Tahoma,Arial,sans;
  181.     font-size: 7pt;
  182.     padding-bottom: 10px;
  183.     padding-right: 5px;
  184.     text-align: right;
  185.     }
  186.  
  187. #right
  188.     {
  189.     margin-left: 20px;
  190.     }
  191.  
  192. #right .inrightmenu
  193.     {
  194.     font-family: "Helvetica CE",Tahoma,sans;
  195.     font-size: 8pt;
  196.     padding-bottom: 5px;
  197.     padding-right: 5px;
  198.     }
  199.     
  200. #left
  201.     {
  202.     position: absolute;
  203.     margin-top: 170px;
  204.     left: 0px;
  205.     top: 0px;
  206.     width: 130px;
  207.     }
  208.     
  209. #left .leftmenu
  210.     {
  211.     background-image: url("../imgs/menubck.gif");
  212.     padding-left: 36px;
  213.     padding-bottom: 5px;
  214.     border-bottom: 1px solid #fff;
  215.     font-family: "Helvetica CE",Tahoma,sans;
  216.     font-weight: bold;
  217.     font-size: 8pt;
  218.     }
  219.  
  220. #left .leftreklama
  221.     {
  222.     background-image: url("../imgs/menubckfree.gif");
  223.     padding: 4px;
  224.     }
  225.  
  226. #left .lefttxt
  227.     {
  228.     padding-left: 30px;
  229.     font-size: 8pt;
  230.     }
  231.     
  232. .path
  233.     {
  234.     background-image: url("../imgs/navigline.gif");
  235.     font-weight: bold;
  236.     padding: 5px 3px 0px 10px;
  237.     color: #aaa;
  238.     }    
  239.  
  240. .flashnews
  241.     {
  242.     background-image: url("../imgs/flashbck.gif");
  243.     display: block;
  244.     margin: 10px 10px 15px 5px;
  245.     padding: 3px 0px 3px 125px;
  246.     font-size: 9pt;
  247.     color: #aaa;
  248.     border-bottom: 1px solid #aaa;
  249.     }
  250.     
  251. .nejtitle
  252.     {
  253.     background-image: url("../imgs/nejbck.gif");
  254.     }
  255.  
  256. .nejhlasovani
  257.     {
  258.     background-image: url("../imgs/hlabck.gif");
  259.     }
  260.  
  261. .nejdiskuse
  262.     {
  263.     background-image: url("../imgs/disbck.gif");
  264.     }
  265.                             
  266. /* =============== links =============== */    
  267.  
  268. a,a:link,a:visited,
  269. .inrightmenu a,.inrightmenu a:link,.inrightmenu a:visited
  270.     {
  271.     color: #fff;
  272.     text-decoration: underline;
  273.     }
  274.  
  275. .incontent a,.incontent a:link,.incontent a:visited,
  276. .inrelatedmenu a,.inrelatedmenu a:link,.inrelatedmenu a:visited,
  277. .story a,.story a:link,.story a:visited
  278.     {
  279.     color: #42588E;
  280.     text-decoration: underline;
  281.     }
  282.     
  283. #toplinks a,#toplinks a:link,#toplinks a:visited
  284.     {
  285.     color: #E29E9E;
  286.     text-decoration: none;
  287.     font-family: "Helvetica CE",Tahoma,sans;
  288.     font-size: 8pt;
  289.     }
  290.  
  291. #leftcol a,#leftcol a:link,#leftcol a:visited,
  292. .leftmenu a,.leftmenu a:link,.leftmenu a:visited
  293. .path a,.path a:link,.path a:visited
  294.     {
  295.     text-decoration: none;
  296.     }
  297.     
  298. /* =============== links:hover =============== */
  299.  
  300. a:hover,
  301. .inrightmenu a:hover
  302.     {
  303.     color: #000;
  304.     }
  305.  
  306. #toplinks a:hover,
  307. .story a:hover
  308.     {
  309.     color: #fff;
  310.     }