home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / gissys / styles / gissys.css
Cascading Style Sheet File  |  2003-01-02  |  4KB  |  233 lines

  1. /**************************** BODY ******************************************/
  2. body  {
  3.   background-color : #000000;
  4.   font-family : Arial;
  5.   font-size : 8pt;
  6.   color : #111111;
  7.   alink : #FF8C00;
  8. }
  9. body.main  {
  10.   background-color : #EEEEEE;
  11.   background-image      : url(../images/bg_globus_main.jpg);
  12.   background-repeat     : no;
  13.   background-attachment :fixed;
  14.   font-family : Arial;
  15.   font-size : 8pt;
  16.   color : #000000;
  17.   alink : #FF8C00;
  18.   margin-top : 20px;
  19.   margin-bottom : 20px;
  20.   margin-left : 20px;  
  21.   scrollbar-3dlight-color:;
  22.   scrollbar-arrow-color:;
  23.   scrollbar-base-color:yellow;
  24.   scrollbar-shadow-color:;
  25.   scrollbar-darkshadow-color:;
  26.   scrollbar-face-color:green;
  27.   scrollbar-highlight-color:;
  28. }
  29. /**************************** TABLE ******************************************/
  30. td  {
  31.     font-family : Arial;
  32.     font-size : 8pt;
  33. }
  34.  
  35. td.pt8  {
  36.     font-family : Arial;
  37.     font-size : 8pt;
  38. }
  39.  
  40. th  {
  41.     font-family : Arial;
  42.     font-size : 8pt;
  43. }
  44.  
  45. .small  {
  46.     font-size : 7pt;
  47. }
  48.  
  49. .small TD  {
  50.     font-size : 7pt;
  51. }
  52.  
  53. select  {
  54.     font-size : 8pt;
  55. }
  56.  
  57. input  {
  58.     font-size : 8pt;
  59. }
  60.  
  61. div.decor  {
  62.     font-style : italic;
  63.     color : navy;
  64. }
  65.  
  66. .HIDE {
  67.     display: none;
  68. }
  69.  
  70. .SHOW {
  71.     display: ;
  72. }
  73.  
  74. .chyba {
  75.   color : red;
  76.   background-color : white;
  77. }
  78.  
  79. .disblack {
  80.   color : black;
  81.   background-color : silver;
  82. }
  83.  
  84. .vobtn {
  85.   color : black;
  86.   font-weight : bold;
  87. }
  88.  
  89. .tblheadsb {
  90.   color : black;
  91.   background-color : #F4A460;
  92.   text-align : center;
  93.   
  94. }
  95.  
  96. .tblhead {
  97.   color : white;
  98.   background-color : blue;
  99. }
  100.  
  101. .txtnormnum {
  102.   border : 0;
  103.   color : black;
  104.   background-color : white;
  105.   text-align: right;
  106. }
  107. .txtnormstr {
  108.   border : 0;
  109.   color : black;
  110.   background-color : white;
  111. }
  112.  
  113. .txtbeigenum {
  114.   border : 0;
  115.   color : black;
  116.   background-color : #F5F5DC;
  117.   text-align: right;
  118. }
  119. .txtbeigestr {
  120.   border : 0;
  121.   color : black;
  122.   background-color : #F5F5DC;
  123. }
  124. /**************************** ANCHOR *************************************************/
  125. A  {
  126.     color : #800000;
  127.     font-weight : bold; 
  128.     font-size : 8pt;
  129.     text-decoration : underline;    
  130. }
  131. A:hover  {
  132.     color : #FF8C00;
  133.     font-weight : bold; 
  134.     font-size : 8pt;
  135.     text-decoration : underline;    
  136. }
  137. A:Visited  {
  138.     color : #000000;
  139.     font-weight : bold;
  140.     font-size : 8pt;
  141.     text-decoration : underline;
  142. }
  143.  
  144. A.menu  {
  145.     color : white;
  146.     font-weight : bold; 
  147.     font-size : 8pt;
  148.     text-decoration : none;    
  149. }
  150. A:hover.menu  {
  151.     color : yellow;
  152.     font-weight : bold; 
  153.     font-size : 8pt;
  154.     text-decoration : none;    
  155. }
  156. A:Visited.menu  {
  157.     color : green;
  158.     font-weight : bold;
  159.     font-size : 8pt;
  160.     text-decoration : none;
  161. }
  162. A.hglgt  {
  163.     color : #FF8C00;
  164.     font-weight : bold; 
  165.     font-size : 9pt;
  166.     text-decoration : none;    
  167. }
  168. A:hover.hglgt  {
  169.     color : #FF8C00;
  170.     font-weight : bold; 
  171.     font-size : 9pt;
  172.     text-decoration : none;    
  173. }
  174. A:Visited.hglgt  {
  175.     color : #FF8C00;
  176.     font-weight : bold; 
  177.     font-size : 9pt;
  178.     text-decoration : none;    
  179. }
  180. /**************************** H ******************************************/
  181. h1  {
  182.     font-family : Arial;
  183.     font-size   : 10pt;
  184.     color       : black;
  185.     line-height : 8pt;
  186. }
  187.  
  188. h2  {
  189.     font-family : Arial;
  190.     font-size : 20pt;
  191.     color : black;
  192.     line-height : 22pt;
  193. }
  194.  
  195. h3  {
  196.     font-family : Arial;
  197.     font-size : 30pt;
  198.     font-weigth : bold;
  199. }
  200.  
  201. h4 {
  202.     font-family : Arial;
  203.     font-size : 40pt;
  204.     font-weigth : bold;
  205.     color : #1E90FF;
  206. }
  207. /**************************** P ******************************************/
  208. p  {
  209.   margin-top : 0;
  210.   margin-bottom : 0;  
  211.   width : 99%;
  212. }
  213.  
  214. div {
  215.   height : 100%;
  216.   width : 100%;
  217.   overflow : auto;
  218.   float : left;
  219. }
  220. div.sw {
  221.   height : 85%;
  222.   width : 620px;
  223.   overflow : auto;
  224.   float : left;
  225. }
  226.  
  227. ul {
  228.   width : 620px;
  229. }
  230.  
  231. hr {
  232.   width : 99%;
  233. }