home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / bonus / HtmlDocs / chaps.css < prev    next >
Cascading Style Sheet File  |  2003-11-25  |  8KB  |  491 lines

  1. BODY
  2. {
  3.     MARGIN: 5px;
  4.     BACKGROUND-COLOR: #ffdd99;
  5.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  6.     FONT-SIZE: 10pt;
  7.     scrollbar-face-color: #299C3A;
  8.     scrollbar-arrow-color: #ffffff;
  9.     scrollbar-highlight-color: #FFFFFF;
  10.     scrollbar-3dlight-color: #299C3A;
  11.     scrollbar-shadow-color: #ffffff;
  12.     scrollbar-darkshadow-color: #299C3A;
  13.     scrollbar-track-color: #ffdd99;
  14. }
  15. .FT
  16. {
  17.     margin-top: 15px;
  18.     margin-bottom: 15px;
  19.     border-left: 1px solid #299C3A;
  20.     border-right: 1px solid #299C3A;
  21.     border-top: 1px solid #299C3A;
  22.     border-bottom: 1px solid #299C3A;
  23. }
  24. INPUT
  25. {
  26.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  27. }
  28. INPUT.brdr
  29. {
  30.     BACKGROUND-COLOR: #ffee99;
  31.     font-size: 10pt;
  32.     border-left: 1px solid #ddaa66;
  33.     border-right: 1px solid #ddaa66;
  34.     border-top: 1px solid #ddaa66;
  35.     border-bottom: 1px solid #ddaa66;
  36. }
  37. INPUT.brdrc
  38. {
  39.     BACKGROUND-COLOR: #ffee99;
  40.     text-align: center;
  41.     font-size: 9pt;
  42.     border-left: 1px solid #ddaa66;
  43.     border-right: 1px solid #ddaa66;
  44.     border-top: 1px solid #ddaa66;
  45.     border-bottom: 1px solid #ddaa66;
  46. }
  47. INPUT.buton
  48. {
  49.     BACKGROUND-COLOR: #ffcc77;
  50.     font-size: 11pt;
  51.     font-weight: bold;
  52.     border-left: 2px solid #ddaa66;
  53.     border-right: 2px solid #ddaa66;
  54.     border-top: 2px solid #ddaa66;
  55.     border-bottom: 2px solid #ddaa66;
  56. }
  57. .Ramecek
  58. {
  59.     border-left: 1px solid #299C3A;
  60.     border-right: 1px solid #299C3A;
  61.     border-top: 1px solid #299C3A;
  62.     border-bottom: 1px solid #299C3A;
  63. }
  64. .NoRam
  65. {
  66.     border-left: 0px;
  67.     border-right: 0px;
  68.     border-top: 0px;
  69.     border-bottom: 0px;
  70. }
  71. TD
  72. {
  73.     font-size: 10pt;
  74. }
  75. TD.ram
  76. {
  77.     vertical-align: middle;
  78. }
  79. TD.ramblack
  80. {
  81.     border-left: 1px solid #000000;
  82.     border-right: 1px solid #000000;
  83.     border-top: 1px solid #000000;
  84.     border-bottom: 1px solid #000000;
  85.     vertical-align: middle;
  86. }
  87. TD.rambott
  88. {
  89.     border-bottom: 1px solid #000000;
  90. }
  91. TD.adr
  92. {
  93.     font-size: 8pt;
  94.     font-style: italic;
  95.     white-space: nowrap;
  96. }
  97. TD.prhdr
  98. {
  99.     text-align: center;
  100.     vertical-align: middle;
  101. }
  102. TD.cena
  103. {
  104.     text-align: right;
  105.     vertical-align: middle;
  106. }
  107. TD.Invoice
  108. {
  109.     FONT-FAMILY: Courier, monospace;
  110.     FONT-size: 9pt;
  111. }
  112. TD.InvPrice
  113. {
  114.     FONT-FAMILY: Courier, monospace;
  115.     FONT-size: 9pt;
  116.     text-align: right;
  117.     vertical-align: middle;
  118. }
  119. TABLE.FT TD
  120. {
  121.     border-left: 1px solid #299C3A;
  122.     border-right: 1px solid #299C3A;
  123.     border-top: 1px solid #299C3A;
  124.     border-bottom: 1px solid #299C3A;
  125. }
  126. A
  127. {
  128.     COLOR: #114B94;
  129. }
  130. A:link
  131. {
  132.     COLOR: #114B94;
  133. }
  134. A:hover
  135. {
  136.     COLOR: #299C3A;
  137. }
  138. A.inverse
  139. {
  140.     COLOR: #aa6633;
  141. }
  142. A.inverse:link
  143. {
  144.     COLOR: #aa6633;
  145. }
  146. A.inverse:hover
  147. {
  148.     COLOR: #114B94;
  149. }
  150. A.bottom
  151. {
  152.     COLOR: #ffffff;
  153. }
  154. A.bottom:link
  155. {
  156.     COLOR: #ffffff;
  157. }
  158. A.bottom:hover
  159. {
  160.     COLOR: #114B94;
  161. }
  162. A.AAkt
  163. {
  164.     COLOR: #114B94;
  165. }
  166. A.AAkt:link
  167. {
  168.     COLOR: #114B94;
  169. }
  170. A.AAkt:hover
  171. {
  172.     COLOR: #299C3A;
  173. }
  174. .redtext
  175. {
  176.     color: #ff0000;
  177. }
  178. .bluetext
  179. {
  180.     color: #0000ff;
  181. }
  182. div
  183. {
  184.     margin-top: 10px;
  185.     margin-bottom: 10px;
  186.     margin-left: 0px;
  187.     margin-right: 0px;
  188.     padding-left: 5px;
  189. }
  190. P
  191. {
  192.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  193.     FONT-SIZE: 10pt;
  194.     margin-top: 10px;
  195.     margin-bottom: 10px;
  196.     margin-left: 0px;
  197.     margin-right: 0px;
  198.     padding-left: 5px;
  199. }
  200. P.warning
  201. {
  202.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  203.     FONT-SIZE: 10pt;
  204.     text-indent: -25px;
  205.     margin-top: 10px;
  206.     margin-bottom: 10px;
  207.     margin-left: 25px;
  208.     margin-right: 0px;
  209.     padding-left: 5px;
  210. }
  211. P.reklama
  212. {
  213.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  214.     FONT-SIZE: 7pt;
  215.     border-top: 1px solid #299C3A;
  216.     border-bottom: 1px solid #299C3A;
  217.     margin-top: 0px;
  218.     margin-bottom: 0px;
  219.     margin-left: 0px;
  220.     margin-right: 0px;
  221.     padding-left: 5px;
  222.     padding-top: 5px;
  223.     padding-bottom: 5px;
  224. }
  225. P.objdesc
  226. {
  227.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  228.     FONT-SIZE: 8pt;
  229.     border-top: 1px solid #299C3A;
  230.     border-bottom: 1px solid #299C3A;
  231.     margin-top: 0px;
  232.     margin-bottom: 0px;
  233.     margin-left: 0px;
  234.     margin-right: 0px;
  235.     padding-left: 5px;
  236.     padding-top: 5px;
  237.     padding-bottom: 5px;
  238. }
  239. P.nomarg
  240. {
  241.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  242.     FONT-SIZE: 10pt;
  243.     margin: 0px;
  244. }
  245. DIV P
  246. {
  247.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  248.     FONT-SIZE: 10pt;
  249.     margin-top: 0px;
  250.     margin-bottom: 0px;
  251.     margin-left: 0px;
  252.     margin-right: 0px;
  253.     padding-left: 0px;
  254. }
  255. UL
  256. {
  257.     margin: 0px;
  258.     padding-left: 45px;
  259.     list-style-position: outside;
  260.     list-style-type: disc;
  261.     list-style-image: url("images/lstdot.gif");
  262. }
  263. UL.pomlckyXX
  264. {
  265.     margin: 0px;
  266.     padding-left: 65px;
  267.     list-style-position: outside;
  268.     list-style-type: square;
  269.     list-style-image: url("images/lstpom.gif");
  270. }
  271. UL.pomlcky
  272. {
  273.     margin: 0px;
  274.     padding-left: 25px;
  275.     list-style-position: outside;
  276.     list-style-type: square;
  277.     list-style-image: url("images/lstpom.gif");
  278. }
  279. UL.pomlckyx
  280. {
  281.     margin: 0px;
  282.     padding-left: 45px;
  283.     list-style-position: outside;
  284.     list-style-type: square;
  285.     list-style-image: url("images/lstpom.gif");
  286. }
  287. OL
  288. {
  289.     margin: 0px;
  290.     padding-left: 45px;
  291.     list-style-position: outside;
  292.     list-style-image: none;
  293. }
  294. H1
  295. {
  296.     COLOR: #299C3A;
  297.     FONT-WEIGHT: bold;
  298.     FONT-SIZE: 22pt;
  299.     border-bottom: medium solid #ddaa66;
  300.     margin-top: 10px;
  301.     margin-bottom: 10px;
  302.     margin-left: 0px;
  303.     margin-right: 0px;
  304.     padding-left: 5px;
  305. }
  306. H2
  307. {
  308.     BACKGROUND-COLOR: #299C3A;
  309.     COLOR: #ffffff;
  310.     FONT-WEIGHT: bold;
  311.     FONT-SIZE: 12pt;
  312.     line-height: 6mm;
  313.     margin-top: 10px;
  314.     margin-bottom: 10px;
  315.     margin-left: 0px;
  316.     margin-right: 0px;
  317.     padding-left: 5px;
  318.     border: 1px solid #299C3A;
  319. }
  320. H3
  321. {
  322.     COLOR: #000000;
  323.     FONT-WEIGHT: bold;
  324.     FONT-SIZE: 12pt;
  325.     text-decoration: underline;
  326.     line-height: 5mm;
  327.     margin-top: 10px;
  328.     margin-bottom: 10px;
  329.     margin-left: 0px;
  330.     margin-right: 0px;
  331.     padding-left: 5px;
  332. }
  333. H4
  334. {
  335.     COLOR: #000000;
  336.     FONT-WEIGHT: bold;
  337.     FONT-SIZE: 10pt;
  338.     margin-top: 15px;
  339.     margin-bottom: 0px;
  340.     margin-left: 0px;
  341.     margin-right: 0px;
  342.     padding-left: 5px;
  343. }
  344. H5
  345. {
  346.     BACKGROUND-COLOR: #299C3A;
  347.     COLOR: #ffffff;
  348.     FONT-WEIGHT: bold;
  349.     FONT-SIZE: 9pt;
  350.     line-height: 5mm;
  351.     margin-top: 10px;
  352.     margin-bottom: 0px;
  353.     margin-left: 0px;
  354.     margin-right: 0px;
  355.     padding-left: 5px;
  356.     border: 1px solid #299C3A;
  357. }
  358. .bottom
  359. {
  360.     line-height: 20px;
  361.     vertical-align: middle;
  362.     COLOR: #ffffff;
  363.     FONT-SIZE: 8pt;
  364.     margin-top: 0px;
  365.     margin-bottom: 0px;
  366.     margin-left: 5px;
  367.     margin-right: 0px;
  368. }
  369. .NoBottMar
  370. {
  371.     margin-bottom: 0px;
  372. }
  373. .clsright
  374. {
  375.     float: right;
  376.     clear: both;
  377.     margin-right: 5px;
  378. }
  379. .clsprod
  380. {
  381.     display: run-in;
  382.     margin-left: 80px;
  383. }
  384. .clsback
  385. {
  386.     FONT-SIZE: 12pt;
  387.     position: absolute;
  388.     right: 15pt;
  389.     margin-top: 10px;
  390.     white-space: nowrap;
  391. }
  392. .clsRelease
  393. {
  394.     font-weight: normal;
  395.     font-size: 10pt;
  396.     position: absolute;
  397.     right: 5pt;
  398.     white-space: nowrap;
  399.     line-height: 5mm;
  400.     margin-top: 0px;
  401.     margin-bottom: 0px;
  402.     margin-left: 0px;
  403.     margin-right: 0px;
  404.     padding-left: 0px;
  405. }
  406. .TDNadpis3
  407. {
  408.     FONT-SIZE: 12pt;
  409. }
  410. .FTFirstRow
  411. {
  412.     BACKGROUND-COLOR: #ddaa66;
  413.     font-weight: bold;
  414. }
  415. .FTEvenRow
  416. {
  417.     BACKGROUND-COLOR: #ffcc77;
  418. }
  419. .FTLastRow
  420. {
  421.     BACKGROUND-COLOR: #ddaa66;
  422.     color: #ffffff;
  423.     font-weight: bold;
  424. }
  425. .NormFont
  426. {
  427.     FONT-WEIGHT: normal;
  428.     FONT-size: 10pt;
  429. }
  430. TEXTAREA
  431. {
  432.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  433. }
  434. .TDLeft
  435. {
  436.     border-left: 1px solid #299C3A;
  437.     border-right: 0px;
  438.     border-top: 1px solid #299C3A;
  439.     border-bottom: 1px solid #299C3A;
  440.     text-align: center;
  441. }
  442. .TDMidd
  443. {
  444.     border-left: 0px;
  445.     border-right: 0px;
  446.     border-top: 1px solid #299C3A;
  447.     border-bottom: 1px solid #299C3A;
  448.     text-align: center;
  449. }
  450. .TDRight
  451. {
  452.     border-left: 0px;
  453.     border-right: 1px solid #299C3A;
  454.     border-top: 1px solid #299C3A;
  455.     border-bottom: 1px solid #299C3A;
  456.     text-align: center;
  457. }
  458. .TDLeftB
  459. {
  460.     border-left: 1px solid #299C3A;
  461.     border-right: 0px;
  462.     border-top: 0px;
  463.     border-bottom: 1px solid #299C3A;
  464.     text-align: center;
  465. }
  466. .TDMiddB
  467. {
  468.     border-left: 0px;
  469.     border-right: 0px;
  470.     border-top: 0px;
  471.     border-bottom: 1px solid #299C3A;
  472.     text-align: center;
  473. }
  474. .TDRighB
  475. {
  476.     border-left: 0px;
  477.     border-right: 1px solid #299C3A;
  478.     border-top: 0px;
  479.     border-bottom: 1px solid #299C3A;
  480.     text-align: center;
  481. }
  482. .TDRamecek {
  483.     BORDER-WIDTH: 1px;
  484.     BORDER-COLOR: #000000;
  485.     BORDER-STYLE: solid;
  486. }
  487. .NoBr
  488. {
  489.     white-space: nowrap;
  490. }
  491.