home *** CD-ROM | disk | FTP | other *** search
/ nrsys.ke.euroweb.sk / nrsys.ke.euroweb.sk.tar / nrsys.ke.euroweb.sk / incoming / eav_nt64_sky.msi / lang.cab / eset.chm / manual.css < prev   
Cascading Style Sheet File  |  2010-07-02  |  9KB  |  543 lines

  1. /*
  2.     Zßkladn² text
  3.     -------------
  4. */
  5.  
  6.  
  7. /*
  8.     Pφsmo
  9. */
  10.  
  11. body {
  12.     font-family: Verdana, Arial, Helvetica, sans-serif;
  13. }
  14.  
  15. p, th, dt, li {
  16.     font-size: 10pt;
  17.     /*line-height: 16pt;*/
  18. }
  19.  
  20.  
  21. /*
  22.     Odstavce
  23. */
  24.  
  25. body {
  26.     margin: 0px 10px 25px 20px;
  27.     text-align: justify;
  28. }
  29.  
  30. p.leavespace {
  31.     margin-right: 167px;
  32.     margin-left: 0px;
  33. }
  34.  
  35. td p {
  36.     margin-left: 0px;
  37.     margin-right: 0px;
  38. }
  39.  
  40. table {
  41.     border-collapse: collapse;
  42. }
  43. /*
  44.     HlaviΦka
  45.     --------
  46. */
  47.  
  48.  
  49. #leftheader {
  50.     position: absolute;
  51.     left: 0px;
  52.     top: 0px;
  53.     width: 79px;
  54.     height: 51px;
  55.     background: url(img/header_left.gif) top left no-repeat;
  56. }
  57.  
  58. #leftheader_eav {
  59.     position: absolute;
  60.     left: 0px;
  61.     top: 0px;
  62.     width: 79px;
  63.     height: 51px;
  64.     background: url(img/header_left_eav.gif) top left no-repeat;
  65. }
  66.  
  67. #midheader {
  68.     background: url(img/header.gif) repeat-x;
  69.     margin-left: 59px;
  70.     margin-right: 492px;
  71.     height: 51px;
  72. }
  73.  
  74. #midheader_eav {
  75.     background: url(img/header_eav.gif) repeat-x;
  76.     margin-left: 59px;
  77.     margin-right: 492px;
  78.     height: 51px;
  79. }
  80.  
  81. #rightheader {
  82.     position: absolute;
  83.     right: 0px;
  84.     top: 0px;
  85.     width: 511px;
  86.     height: 51px;
  87.     background: url(img/header_right.gif) top right no-repeat;
  88. }
  89.  
  90. #rightheader_eav {
  91.     position: absolute;
  92.     right: 0px;
  93.     top: 0px;
  94.     width: 511px;
  95.     height: 51px;
  96.     background: url(img/header_right_eav.gif) top right no-repeat;
  97. }
  98.  
  99. p.header {
  100.     margin: 0px -9px 0px -20px;
  101.     background-image: url(img/header.bmp);
  102.     background-repeat: repeat-x;
  103. }
  104.  
  105. p.navigation {
  106.     margin: 0px -9px 0px -20px;
  107.     background: rgb(245, 245, 245);
  108. }
  109.  
  110. p.navigbottom {
  111.     margin: 0px -9px 0px -20px;
  112.     background: rgb(255, 255, 255);
  113. }
  114.  
  115. p.product {
  116.     margin: 0px -9px 0px -20px;
  117.     background: rgb(255, 255, 255);
  118. }
  119.  
  120. /*
  121.     Obsah
  122.     -----
  123. */
  124.  
  125. .toc p {
  126.     display: none;
  127. }
  128.  
  129.  
  130. /*
  131.     Pφsmo
  132. */
  133.  
  134. .toc dt {
  135.     font-size: 10pt;
  136.     /*line-height: 18pt;*/
  137.     color: rgb(89, 135, 194);
  138. }
  139.  
  140. .toc a {
  141.     color: rgb(89, 135, 194);
  142. }
  143.  
  144.  
  145. /*
  146.     Odstavec
  147. */
  148.  
  149. .toc {
  150.     padding: 12px 0px;
  151.     border-bottom: 1px solid rgb(200, 207, 220);
  152. }
  153.  
  154. .toc dl {
  155.     margin: 0px;
  156.     padding: 0px;
  157. }
  158.  
  159. .toc dt, .toc dd {
  160.     margin: 0px 0px 0px 20px;
  161.     padding: 0px;
  162. }
  163.  
  164. .toc dt {
  165.     display: list-item;
  166.     list-style-type: disc;
  167.     vertical-align: middle;
  168. }
  169. /*
  170.     Nadpis
  171.     ------
  172. */
  173.  
  174.  
  175. /*
  176.     Pφsmo
  177. */
  178.  
  179. h1, h2, h3, h4, h5, h6 {
  180.     font-family: Tahoma, Arial, Helvetica, sans-serif;
  181.     font-weight: bold;
  182.     color: rgb(84, 119, 165);
  183. }
  184.  
  185. /* h1 */
  186. .preface .titlepage .title,
  187. .part .titlepage .title,
  188. .chapter .titlepage .title,
  189. .section .titlepage .title {
  190.     font-size: 21pt;
  191. }
  192.  
  193. /* h2 */
  194. .section .section .titlepage .title,
  195. .preface h1 {
  196.     font-size: 16pt;
  197. }
  198.  
  199. /* h3 */
  200. .section .section .section .titlepage .title {
  201.     font-size: 14pt;
  202. }
  203.  
  204. /*
  205.     Odstavec
  206. */
  207.  
  208. /* h1 */
  209. .preface .titlepage .title,
  210. .part .titlepage .title,
  211. .chapter .titlepage .title,
  212. .section .titlepage .title
  213. {
  214.     margin: 0px;
  215.     margin-top: 15px;
  216.     padding: 0px 0px 10px 0px;
  217.     border-bottom: 1px solid rgb(200, 207, 220);
  218. }
  219.  
  220. /* h2 */
  221. .section .section .titlepage .title,
  222. .preface h1 {
  223.     margin: 25px 167px 10px 0px;
  224. }
  225.  
  226. /* h3 */
  227. .section .section .section .titlepage .title {
  228.     margin: 25px 167px 10px 0px;
  229. }
  230.  
  231.  
  232. h1, h2, h3, h4, h5, h6, p {
  233.     margin-top: 10px;
  234.     margin-bottom: 10px;
  235. }
  236.  
  237. /*
  238.     Rady
  239.     ----
  240. */
  241.  
  242. .note, .tip, .important, .warning, .caution {
  243.     clear: right;
  244.     float: right;
  245.     width: 220px;
  246.     margin: 0px;
  247.     background-position: bottom right;
  248.     background-repeat: no-repeat;
  249.     padding: 0px;
  250. }
  251.  
  252. .note, .tip {
  253.     background-image: url(img/admon/blue_se.bmp);
  254. }
  255.  
  256. .important {
  257.     background-image: url(img/admon/yellow_se.bmp);
  258. }
  259.  
  260. .warning, .caution{
  261.     background-image: url(img/admon/red_se.bmp);
  262. }
  263.  
  264. .admon_body {
  265.     font-size: 10pt;
  266.     margin: 0px 7px 0px 0px;
  267.     background-position: bottom left;
  268.     background-repeat: no-repeat;
  269.     padding: 7px 0px 7px 7px;
  270. }
  271.  
  272. .note .admon_body, .tip .admon_body {
  273.     background-image: url(img/admon/blue_sw.bmp);
  274. }
  275.  
  276. .important .admon_body {
  277.     background-image: url(img/admon/yellow_sw.bmp);
  278. }
  279.  
  280. .warning .admon_body, .caution .admon_body {
  281.     background-image: url(img/admon/red_sw.bmp);
  282. }
  283.  
  284. .admon_body p {
  285.     margin: 0px;
  286. }
  287.  
  288. .admon_head {
  289.     height: 22px;
  290.     background-position: top right;
  291.     background-repeat: no-repeat;
  292. }
  293.  
  294. .note .admon_head {
  295.     background-image: url(img/admon/blue_ne0.bmp);
  296. }
  297.  
  298. .tip .admon_head {
  299.     background-image: url(img/admon/blue_ne.bmp);
  300. }
  301.  
  302. .important .admon_head {
  303.     background-image: url(img/admon/yellow_ne.bmp);
  304. }
  305.  
  306. .warning .admon_head, .caution .admon_head {
  307.     background-image: url(img/admon/red_ne.bmp);
  308. }
  309.  
  310. .admon_title {
  311.     height: 22px;
  312.     margin: 0px;
  313.     background-position: top left;
  314.     background-repeat: no-repeat;
  315.     padding: 2px 0px 0px 28px;
  316.     font-size: 11pt;
  317.     font-weight: bold;
  318.     vertical-align: middle;
  319. }
  320.  
  321. .note .admon_title {
  322.     background-image: url(img/admon/blue_nw0.bmp);
  323.     color: rgb(84, 119, 165);
  324. }
  325.  
  326. .tip .admon_title {
  327.     background-image: url(img/admon/blue_nw.bmp);
  328.     color: rgb(84, 119, 165);
  329. }
  330.  
  331. .important .admon_title {
  332.     background-image: url(img/admon/yellow_nw.bmp);
  333.     color: rgb(200, 137, 28);
  334. }
  335.  
  336. .warning .admon_title, .caution .admon_title {
  337.     background-image: url(img/admon/red_nw.bmp);
  338.     color: rgb(204, 0, 0);
  339. }
  340.  
  341. .side11, .side21, .side31 {
  342.     width: 6px;
  343. }
  344.  
  345. .side12, .side22, .side32 {
  346.     width: 143px;
  347. }
  348.  
  349. .side1big12 {
  350.     width: 149px;
  351. }
  352.  
  353. .side13, .side23, .side33, .side1big3 {
  354.     width: 6px;
  355. }
  356.  
  357. .side11, .side12, .side13 {
  358.     height: 6px;
  359. }
  360.  
  361. .side1big12, .side1big3 {
  362.     height: 26px;
  363. }
  364.  
  365. .side31, .side32, .side33 {
  366.     height: 6px;
  367. }
  368.  
  369. .toc .side11, .note .side11 {
  370.     background-image: url(img/side_11.bmp);
  371. }
  372.  
  373. .toc .side12, .note .side12 {
  374.     background-image: url(img/side_12.bmp);
  375.     background-repeat: repeat-x;
  376. }
  377.  
  378. .toc .side13, .note .side13 {
  379.     background-image: url(img/side_13.bmp);
  380. }
  381.  
  382. .toc .side21, .note .side21, .tip .side21 {
  383.     background-image: url(img/side_21.bmp);
  384.     background-repeat: repeat-y;
  385. }
  386.  
  387. .toc .side22, .note .side22, .tip .side22 {
  388.     background-color: rgb(244, 245, 249);
  389. }
  390.  
  391. .toc .side23, .note .side23, .tip .side23 {
  392.     background-image: url(img/side_23.bmp);
  393.     background-repeat: repeat-y;
  394. }
  395.  
  396. .toc .side31, .note .side31, .tip .side31 {
  397.     background-image: url(img/side_31.bmp);
  398. }
  399.  
  400. .toc .side32, .note .side32, .tip .side32 {
  401.     background-image: url(img/side_32.bmp);
  402.     background-repeat: repeat-x;
  403. }
  404.  
  405. .toc .side33, .note .side33, .tip .side33 {
  406.     background-image: url(img/side_33.bmp);
  407. }
  408.  
  409. .tip .side1big12 {
  410.     background-image: url(img/side_12_tip.bmp);
  411.     background-repeat: repeat-x;
  412. }
  413.  
  414. .tip .side1big3 {
  415.     background-image: url(img/side_13_tip.bmp);
  416. }
  417. .guibutton {
  418.     /*font-style: italic;*/
  419.     font-weight: bold;
  420. }
  421. /*
  422.     Debug
  423.     -----
  424.  
  425.  
  426. body, div, table, tr, th, td, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  427.     border-width: 1px;
  428.     border-style: solid;
  429. }
  430.  
  431. body {
  432.     border-color: red;
  433. }
  434.  
  435. div {
  436.     border-color: yellow;
  437. }
  438.  
  439. table, tr, th, td {
  440.     border-color: green;
  441. }
  442.  
  443. h1, h2, h3, h4, h5, h6 {
  444.     border-color: blue;
  445. }
  446.  
  447. p {
  448.     border-color: black;
  449. }
  450.  
  451. dl, dt, dd {
  452.     border-color: cyan;
  453. }
  454.  
  455. /*
  456.     Elementy dial≤gov
  457. */
  458. .dlg_tab {
  459.     /* font-size: 12pt; */
  460.     font-weight: bold;
  461.     border-bottom: 1px solid rgb(200, 207, 220);
  462.     margin-top: 20px;
  463.     margin-bottom: 0px; 
  464. }
  465.  
  466. .dlg_button {
  467.     /* font-size: 11pt; */
  468.     font-weight: bold;
  469.     margin-top: 10px;
  470.     margin-bottom: 0px;
  471. }
  472.  
  473. .dlg_group_name {
  474.     /* font-size: 11pt; */
  475.     font-weight: bold;
  476.     font-style: italic;
  477.     margin-top: 10px;
  478.     margin-bottom: 0px;
  479. }
  480.  
  481. .dlg_group_item {
  482.     font-weight: bold;
  483.     font-style: italic;
  484.     margin-top: 10px;
  485.     margin-bottom: 0px;
  486. }
  487.  
  488. .dlg_text_box_name {
  489.     font-weight: bold;
  490.     font-style: italic;
  491.     margin-top: 10px;
  492.     margin-bottom: 0px;
  493. }
  494.  
  495. .dlg_tab_title {
  496.     font-size: 12pt; 
  497.     font-weight: bold;
  498.     border-bottom: 1px solid rgb(200, 207, 220);
  499.     margin-top: 20px;
  500.     margin-bottom: 0px; 
  501. }
  502.  
  503. .dlg_button_title {
  504.     /* font-size: 11pt; */
  505.     font-weight: bold;
  506.     margin-top: 10px;
  507.     margin-bottom: 0px;
  508. }
  509.  
  510. .dlg_group_name_title {
  511.     font-size: 11pt;
  512.     font-weight: bold;
  513.     font-style: italic;
  514.     margin-top: 10px;
  515.     margin-bottom: 0px;
  516. }
  517.  
  518. .dlg_group_item_title {
  519.     font-weight: bold;
  520.     font-style: italic;
  521.     margin-top: 10px;
  522.     margin-bottom: 0px;
  523. }
  524.  
  525. .dlg_text_box_name_title {
  526.     font-weight: bold;
  527.     font-style: italic;
  528.     margin-top: 10px;
  529.     margin-bottom: 0px;
  530. }
  531.  
  532. .continuous {
  533.     margin-top: 0px;
  534.     margin-bottom: 0px;
  535. }
  536.  
  537. .continuous_leavespace {
  538.     margin-top: 0px;
  539.     margin-bottom: 0px;
  540.     margin-right: 167px;
  541.     margin-left: 0px;
  542. }
  543.