home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / topol / share / styles2.css < prev   
Cascading Style Sheet File  |  2001-08-14  |  7KB  |  350 lines

  1. BODY {
  2.    color           : #000000; 
  3.    background-color: #FFFFFF; 
  4.    font-weight     : normal;
  5.    font-size       : 9pt;
  6.    font-family     : Verdana, Arial, sans serif;
  7.    font-style      : normal;
  8.    scrollbar-face-color: #004242; 
  9.    scrollbar-shadow-color: #CEFFCE;
  10.    scrollbar-highlight-color: #CEFFCE;
  11.    scrollbar-3dlight-color: #004242;
  12.    scrollbar-darkshadow-color: #004242;
  13.    scrollbar-track-color: #A0D0A0;
  14.    scrollbar-arrow-color: #CEFFCE;
  15.    text-align      : justify;     
  16. }
  17.  
  18. .menutab {
  19.    background-color: #008000;
  20.      width           : 175;
  21.      color                                            : #FFFFFF;
  22.      font-size       : 10pt;
  23.    font-family     : Verdana, Arial, sans serif;
  24.    font-style      : normal;
  25.      font-weight     : 900;
  26.      text-decoration : none;     
  27.      margin-right    : 5;
  28.      margin-left     : 5;
  29.      vertical-align  : middle;
  30. }
  31.  
  32. .menuref {
  33.    background-color: #008000;
  34.      color                                            : #FFFFFF;
  35.      font-size       : 13pt;
  36.    font-family     : Verdana, Arial, sans serif;
  37.    font-style      : normal;
  38.      font-weight     : bold;
  39.      text-decoration : none;     
  40.      margin-left     : 5;
  41.      margin-right    : 5;
  42.      margin-top      : 7;
  43.      margin-bottom   : 7; 
  44.      width           : 100%;
  45.      vertical-align  : middle;
  46. }
  47.  
  48. .menuline {
  49.    color           : #FFFFFF;     
  50.      margin-left     : 5;
  51.      margin-right    : 5;
  52.      text-align      : center;
  53.      valign          : middle;
  54.      height          : 2;
  55.      width           : 100%;
  56.      vertical-align  : middle;
  57. }
  58.  
  59. A {
  60.    font-weight     : bold;
  61.      color           : #008400;
  62. }
  63.  
  64. A:hover {
  65.    text-decoration : underline;
  66.      color           : red;
  67. }
  68.  
  69. .whiteref {     
  70.      color           : #FFFFFF;
  71.      font-size       : 10pt;
  72.      font-weight     : bold;
  73.      text-decoration : none;
  74.      margin-left     : 5;
  75.      margin-right    : 5;
  76.      text-align      : left;
  77.      height          : 24;     
  78. }
  79.  
  80. }
  81. .pata {
  82.    font-size       : 8pt;
  83.      font-weight     : normal;     
  84.      margin-right    : 15px;     
  85. }
  86.  
  87. .aktualizace {
  88.    font-size       : 8pt;
  89.      font-weight     : bold;
  90.      color           : #FFFFFF;
  91. }
  92. .text {
  93.    font-size       : 9pt;
  94.      text-align      : justify;
  95.      margin-left     : 20px;
  96.      margin-right    : 15px;
  97.      margin-top:     : 5px; 
  98. }
  99.  
  100.  
  101. FIELDSET {   
  102.      font-size       : 9pt;
  103.      margin-left     : 30px;
  104.      margin-right    : 30px;
  105.      padding         : 8px;
  106.      margin-top      : 5px;
  107.      margin-bottom   : 5px                         
  108. }
  109.  
  110. INPUT {
  111.    margin-left     : 5px;
  112.    margin-right    : 5px;
  113. }
  114.  
  115.  
  116.  
  117. .h1ref {
  118.    color           : #CEFFCE; 
  119.    background-color: #004242; 
  120.    font-weight     : 800;
  121.    font-size       : 13pt;
  122.    font-family     : Verdana, Arial, sans serif;
  123.    font-style      : normal;
  124.      text-align      : justify;     
  125.      vertical-align  : middle;     
  126.      text-decoration : none;
  127.      text-align      : left;
  128.      
  129. }
  130.  
  131. .h2ref {
  132.    color           : #004242;     
  133.    font-weight     : 900;
  134.    font-size       : 10pt;
  135.    font-family     : Verdana, Arial, sans serif;
  136.    font-style      : normal;
  137.      text-align      : justify;
  138.      vertical-align  : middle;
  139.      height          : 11pt;
  140.      text-decoration : none;
  141.      text-align      : left;
  142. }
  143.  
  144. .separator {
  145.    color           : #004242;     
  146.      align           : center;
  147.      margin-left     : 15px;
  148.      margin-right    : 15px;
  149.      vertical-align  : middle;
  150.      height          : 2px;
  151.      width           : 100%;
  152.      margin-top      : 5px;
  153.      margin-bottom   : 5px     
  154. }
  155.  
  156. UL {
  157.    font-size       : 9pt;
  158.      text-align      : justify;
  159.      margin-left     : 45px;
  160.      margin-right    : 30px;
  161.      margin-top      : 0px;
  162.      margin-bottom   : 0px;
  163.      list-style      : disc outside;     
  164. }
  165.  
  166. OL {
  167.    font-size       : 9pt;
  168.      text-align      : justify;
  169.      margin-left     : 53px;
  170.      margin-right    : 30px;
  171.      margin-top      : 0px;
  172.      margin-bottom   : 0px;
  173.      list-style      : decimal outside;          
  174. }
  175.  
  176. LI {   
  177.      margin-top      : 3px;
  178.      margin-bottom   : 3px
  179. }
  180.  
  181. .tablecel {
  182.    border-right-width : 1px;
  183.      border-bottom-width: 1px;
  184. }
  185.  
  186. .tablecen {     
  187.      font-size       : 9pt;
  188.      text-align      : right;
  189.      width           : 120px; 
  190. }
  191.  
  192. .tablehed {        
  193.      font-size       : 9pt;
  194.      font-weight     : bold; 
  195.      text-align      : center;
  196.      width           : 120px;
  197.      border-width    : +px;
  198.      background-color: #CEFFCE; 
  199. }
  200.  
  201. .tableslp {        
  202.      font-size       : 9pt;
  203.      font-weight     : bold; 
  204.      text-align      : left;
  205.      width           : 145px;
  206.      border-width    : 1px;
  207.      background-color: #CEFFCE; 
  208. }
  209.  
  210. .tableslp2 {        
  211.      font-size       : 9pt;
  212.      font-weight     : bold; 
  213.      text-align      : left;
  214.      width           : 525px;
  215.      border-width    : 1px;
  216.      background-color: #CEFFCE; 
  217. }
  218.  
  219. .tfilepop {        
  220.      font-size       : 9pt;      
  221.      text-align      : left;
  222.      width           : 350px;
  223.      border-width    : 1px; 
  224. }
  225.  
  226. .tfilename {        
  227.      font-size       : 9pt; 
  228.      text-align      : left;
  229.      width           : 120px;
  230.      border-width    : 1px; 
  231. }
  232.  
  233. .tfilesize {
  234.    font-size       : 9pt; 
  235.      text-align      : right;
  236.      width           : 70px;
  237.      border-width    : 1px;
  238. }
  239.  
  240. .tfiltable {
  241.    border-width    : 1px;
  242.      border-color    : #004242;
  243. }
  244.  
  245. H1 {
  246.    color           : #CEFFCE; 
  247.    background-color: #004242; 
  248.    font-weight     : 800;
  249.    font-size       : 13pt;
  250.    font-family     : Verdana, Arial, sans serif;
  251.    font-style      : normal;
  252.      text-align      : left;
  253.      margin-left     : 15px;
  254.      margin-right    : 15px;
  255.      vertical-align  : middle;
  256.      height          : 22px;
  257.      text-decoration : none;
  258.      margin-top      : 15px;
  259.      margin-bottom   : 0px;
  260.      text-align      : left;      
  261. }
  262.  
  263. B {
  264.    color           : #004242;
  265. }
  266.  
  267. H2 {
  268.    color           : #004242;     
  269.    font-weight     : 900;
  270.    font-size       : 10pt;
  271.    font-family     : Verdana, Arial, sans serif;
  272.    font-style      : normal;
  273.      text-align      : left;
  274.      margin-left     : 15px;
  275.      margin-right    : 15px;
  276.      vertical-align  : middle;
  277.      height          : 11pt;
  278.      margin-top      : 15px;
  279.      margin-bottom   : 0px;
  280.      text-align      : left;     
  281. }
  282.  
  283. H3 {
  284.    color           : #004242;     
  285.    font-weight     : 800;
  286.    font-size       : 10pt;
  287.    font-family     : Verdana, Arial, sans serif;
  288.    font-style      : normal;
  289.      text-align      : left;
  290.      margin-left     : 30px;
  291.      margin-right    : 30px;
  292.      vertical-align  : middle;
  293.      height          : 11pt;
  294.      margin-top      : 10px;
  295.      margin-bottom   : 0px;
  296.      text-align      : left;     
  297. }
  298.  
  299. H4 {
  300.    color           : #004242;     
  301.    font-weight     : 100;
  302.    font-size       : 9pt;
  303.    font-family     : Verdana, Arial, sans serif;
  304.    font-style      : normal;
  305.      text-align      : left;
  306.      margin-left     : 30px;
  307.      margin-right    : 30px;
  308.      vertical-align  : middle;
  309.      height          : 11pt;
  310.      margin-top      : 0px;
  311.      margin-bottom   : 0px;
  312.      text-align      : left;     
  313. }
  314.  
  315. P {
  316.    font-size       : 9pt;
  317.      text-align      : justify;
  318.      margin-left     : 30px;
  319.      margin-right    : 30px;
  320.      margin-top      : 5px;
  321.      margin-bottom   : 5px;               
  322. }
  323.  
  324. .obrazekr {
  325.    float           : right;
  326. }
  327.  
  328. TABLE {
  329.    font-size       : 9pt;
  330.      border-width    : 1px;
  331.      border-color    : #004242;
  332. }
  333.  
  334. TD {
  335.    font-size       : 9pt;
  336.      border-width    : 1px;
  337.      border-color    : #004242;
  338. }
  339.  
  340. .sample {
  341.    background-color: #CEFFCE;
  342.    font-family     : courier, monospace;
  343.    font-size       : 11pt;
  344.    text-align      : justify;
  345.    margin-left     : 30px;
  346.    margin-right    : 30px;
  347.    margin-top      : 5px;
  348.    margin-bottom   : 5px;
  349. }
  350.