webhelp_topic.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. body {
  2. background-color:white;
  3. margin:0px; padding:0 0 0 0.9em;
  4. font-family: arial, helvetica, sans-serif;
  5. line-height:18px;
  6. font-size:12px;
  7. }
  8. span.frames{ cursor:pointer; padding:0 5px 0 0; }
  9. a span.navheader_separator,a span.navheader_linktext {
  10. display:none;
  11. }
  12. a:visited{
  13. color:#660066;
  14. }
  15. a:hover{
  16. color:red;
  17. }
  18. a span.frames{
  19. /*
  20. * Patch 18.08.2010 EXM-18336
  21. * color:navy;
  22. */
  23. color:#0000FF;
  24. text-decoration:underline;
  25. }
  26. /*
  27. * Patch 18.08.2010 EXM-18336
  28. * a:hover{
  29. * color:red;
  30. * text-decoration:underline;
  31. * }
  32. *
  33. */
  34. table.nav{
  35. width:100%;
  36. vertical-align:middle;
  37. }
  38. table.nav td + td {
  39. text-align:right;
  40. padding:0 0.4em 0 0;
  41. }
  42. /* Patch EXM-18336
  43. * h1.topictitle1 {
  44. * color:black;
  45. * background-color:#eee;
  46. * padding:0.3em 0 0 0.2em;
  47. * margin:0 0.3em 0 0;
  48. }
  49. */
  50. h1.topictitle1 {
  51. color:black;
  52. background-color:#C0C0C0;
  53. font-size: 20px;
  54. padding:0.3em 0 0.3em 0.3em;
  55. margin:0 0.3em 0 0;
  56. }
  57. div.rate_page{float:left; width:400px; margin:40px 0 0 0;}
  58. div.rate_response {color:#555; font-size:0.9em;}
  59. .stars { position:absolute; width:105px; height:16px; left:140px; margin:-15px 0 0px 0;
  60. background-image:url("../img/dot.png");background-position:0px 1px;
  61. background-repeat:no-repeat;overflow:hidden; padding:0; }
  62. ul.stars li{ margin:0; height:20px; width:21px;position:absolute;float:left;list-style-type:none;}
  63. ul.stars li a{ text-decoration:none; position:absolute; overflow:hidden; padding:0; margin:0;}
  64. ul.stars li a:hover, ul.stars li a.show_star {text-decoration:none; background-image:url("../img/star.png");
  65. background-position:0 0px;height:25px; background-repeat:no-repeat;
  66. }
  67. input {margin:14px 0 0 0;}
  68. textarea.text-input{margin:4px 0 0 0; width:225px; height:100px; border:1px solid #ccc;}
  69. a#star1 { width:18px; z-index:6; }
  70. a#star2 { width:40px; z-index:5; }
  71. a#star3 { width:60px; z-index:4; }
  72. a#star4 { width:80px; z-index:3; }
  73. a#star5 { width:100px; z-index:2; }
  74. div#rate_comment {clear:both; margin:14px 0 0 0;}
  75. div.rate_response {margin:-14px 0 0 0; }
  76. .small {font-size:0.9em;}
  77. .hide {display:none;}
  78. .show {display:block;}
  79. /*----------------------*/
  80. /*----------------
  81. The footer.
  82. -----------------*/
  83. div.footer{
  84. margin:2em 0.6em 1.5em 0;
  85. float:right;
  86. line-height:24px;
  87. color:#444;
  88. font-size:0.9em
  89. }
  90. div.footer a{text-decoration:none; color:#444}
  91. .navfooter{
  92. border-top:1px solid #eee;
  93. margin:3em 0 0 0;
  94. padding:0.4em 0 0 0;
  95. }
  96. ul li {
  97. line-height:18px;
  98. }
  99. div.footer span.oXygenLogo img{
  100. vertical-align:bottom;
  101. border:0;
  102. }
  103. div.footer span.xmlauthor{
  104. margin-bottom:14px;
  105. }
  106. /*----------------*/
  107. /*The copyright.*/
  108. div, td{
  109. font-size:10pt;
  110. }
  111. div.copyright{
  112. font-size:8pt;
  113. padding-top:1em;
  114. }
  115. #nav_tree div.copyright{
  116. padding-top:0.2em;
  117. padding-left:1em;
  118. }
  119. /* Makes the titles stand-out */
  120. h1.title,
  121. h2.title{
  122. color:#333;
  123. background-color:#ececec;
  124. text-shadow:0 1px 0 #fff;
  125. padding: 0.4em;
  126. box-shadow: 0px 1px 2px #999;
  127. /*border-radius:5px;*/
  128. }
  129. /* The navigation tree classes */
  130. #nav_tree > ul{
  131. border-top:1px solid gray;
  132. border-bottom:1px solid gray;
  133. margin-top: 0em;
  134. margin-left: 0.5em;
  135. margin-right: 0.5em;
  136. min-width:300px;
  137. padding: 1em;
  138. font-size:10pt;
  139. }
  140. #content{
  141. margin-left:1em;
  142. border-left:2px solid gray;
  143. padding-left:1em;
  144. }
  145. #nav_tree ul ul{
  146. margin:0;
  147. padding:0;
  148. }
  149. #nav_tree form{
  150. margin-top:0.5em;
  151. margin-bottom:0.5em;
  152. padding-right:0.5em;
  153. text-align:right;
  154. }
  155. #nav_tree form input{
  156. font-size:8pt;
  157. }
  158. #nav_tree li {
  159. margin-top: 0.2em;
  160. margin-left: 1em;
  161. list-style-type:none;
  162. }
  163. /* The links */
  164. #nav_tree a.nav_tree{
  165. color:black;
  166. background-color:inherit;
  167. }
  168. /* The selected page. */
  169. #nav_tree li.nav_tree_last_open_book > a{
  170. background-color: #333399;
  171. color:white;
  172. text-decoration:none;
  173. }
  174. #nav_tree li:before{
  175. display:inline;
  176. vertical-align:text-bottom;
  177. padding-top:0.2em;
  178. padding-right:0.2em;
  179. }
  180. /* Title displayed over the tree area.*/
  181. #nav_tree p.nav_title {
  182. font-size: 14pt;
  183. font-weight: bold;
  184. margin-bottom: 0.5px;
  185. margin-top: 0.5em;
  186. margin-left: 0.5em;
  187. margin-right: 0.5em;
  188. }
  189. #nav_tree p.nav_title a{
  190. text-decoration:none;
  191. color:black;
  192. background-color:inherit;
  193. }
  194. /* The path in the document displayed over the content.*/
  195. div.nav_path{
  196. text-align:right;
  197. }
  198. .redX {
  199. color:red;
  200. background-color:inherit;
  201. font-size:1.2em;
  202. }
  203. .oXygenLogo {
  204. color:#1166DD;
  205. background-color:inherit;
  206. font-weight:bold;
  207. font-size:1.2em;
  208. }
  209. .highlight {
  210. background-color: #FFFF88;
  211. }