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