elements.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. /*
  2. Oxygen WebHelp Plugin
  3. Copyright (c) 1998-2020 Syncro Soft SRL, Romania. All rights reserved.
  4. */
  5. /* Use the admonitions from the oXygen WebHelp resources. */
  6. div.note>span.note__title{
  7. background-repeat:no-repeat;
  8. background-image:url("../img/note.svg") !important;
  9. font-weight: bold;
  10. }
  11. span.note__title,
  12. *[dir] *[dir='ltr'] span.note__title,
  13. *[dir] *[dir] *[dir='ltr'] span.note__title,
  14. *[dir] *[dir] *[dir] *[dir='ltr'] span.note__title,
  15. *[dir] *[dir] *[dir] *[dir] *[dir='ltr'] span.note__title{
  16. padding:4px 4px 4px 23px;
  17. background-position:left;
  18. }
  19. span.note__title[dir='rtl'],
  20. *[dir] *[dir='rtl'] span.note__title,
  21. *[dir] *[dir] *[dir='rtl'] span.note__title,
  22. *[dir] *[dir] *[dir] *[dir='rtl'] span.note__title,
  23. *[dir] *[dir] *[dir] *[dir] *[dir='rtl'] span.note__title{
  24. padding:4px 23px 4px 4px;
  25. background-position:right;
  26. }
  27. div.warning>span.note__title{
  28. background-image:url("../img/warning.svg") !important;
  29. }
  30. div.caution>span.note__title{
  31. background-image:url("../img/caution.svg") !important;
  32. }
  33. div.trouble>span.note__title{
  34. background-image:url("../img/troubleshooting.svg") !important;
  35. }
  36. div.important>span.note__title {
  37. background-image:url("../img/important.svg") !important;
  38. }
  39. div.attention>span.note__title{
  40. background-image:url("../img/attention.svg") !important;
  41. }
  42. div.notice>span.note__title{
  43. background-image:url("../img/notice.svg") !important;
  44. }
  45. div.remember>span.note__title{
  46. background-image:url("../img/remember.svg") !important;
  47. }
  48. div.fastpath>span.note__title{
  49. background-image:url("../img/fastpath.svg") !important;
  50. }
  51. div.restriction>span.note__title{
  52. background-image:url("../img/restriction.svg") !important;
  53. }
  54. div.danger>span.note__title{
  55. background-image:url("../img/danger.svg") !important;
  56. }
  57. div.tip>span.note__title{
  58. background-image:url("../img/tip.svg") !important;
  59. }
  60. /*
  61. * Make the programlisting/codeblock stand-up.
  62. */
  63. pre {
  64. padding: 0.5em;
  65. background-color: #EEE;
  66. overflow: auto;
  67. max-height: 600px;
  68. margin: .5em 0 .5em .5em;
  69. }
  70. code {
  71. background-color: #EEE;
  72. }
  73. /* OXYGEN PATCH EXM-31508 - window titles and UI controls should be bold. */
  74. .uicontrol, .wintitle { font-weight: bold; }
  75. /* OXYGEN PATCH START - EXM-18138 - Insert space between button image and button name. */
  76. span.uicontrol > img {
  77. padding-right: 5px;
  78. }
  79. /* OXYGEN PATCH END - EXM-18138 */
  80. /* OXYGEN PATCH START EXM-17248 - Center figure captions. */
  81. div.fignone p.figcap {
  82. display:block;
  83. text-align:left;
  84. font-weight:bold;
  85. padding:2px 10px 5px 10px;
  86. }
  87. div.fignone p.figcapcenter {
  88. display:block;
  89. text-align:center;
  90. font-weight:bold;
  91. padding:2px 10px 5px 10px;
  92. }
  93. div.fignone p.figcapright {
  94. display:block;
  95. text-align:right;
  96. font-weight:bold;
  97. padding:2px 10px 5px 10px;
  98. }
  99. div.fignone p.figcapjustify {
  100. display:block;
  101. text-align:justify;
  102. font-weight:bold;
  103. padding:2px 10px 5px 10px;
  104. }
  105. div.fignone img {
  106. padding-top: 5px;
  107. padding-left: 10px;
  108. padding-right: 10px;
  109. }
  110. /* OXYGEN PATCH END EXM-17248 */
  111. .italic {
  112. font-style:italic;
  113. }
  114. .small {font-size:0.9em;}
  115. .hide {display:none;}
  116. .show {display:block;}
  117. .highlight {
  118. background-color: #FFFF88;
  119. color: #000000;
  120. }
  121. @media screen{
  122. .booklibrary, .booktitlealt {
  123. display:none;
  124. }
  125. }
  126. @media print {
  127. .booklibrary, .booktitlealt {
  128. font-size: smaller;
  129. }
  130. }
  131. div.rate_page{float:left; width:400px; margin:40px 0 0 0;}
  132. div.rate_response {color:#555; font-size:0.9em;}
  133. .stars {
  134. position:absolute;
  135. width:105px;
  136. height:16px;
  137. left:140px;
  138. margin:-15px 0 0 0;
  139. background:url("../img/dot.png") no-repeat 0 1px;
  140. overflow:hidden;
  141. padding:0;
  142. }
  143. ul.stars li{ margin:0; height:20px; width:21px;position:absolute;float:left;list-style-type:none;}
  144. ul.stars li a{ text-decoration:none; position:absolute; overflow:hidden; padding:0; margin:0;}
  145. ul.stars li a:hover, ul.stars li a.show_star {
  146. text-decoration:none;
  147. background:url("../img/star.png") no-repeat 0 0;
  148. height:25px;
  149. }
  150. input {margin:14px 0 0 0;}
  151. textarea.text-input{margin:4px 0 0 0; width:225px; height:100px; border:1px solid #ccc;}
  152. a#star1 { width:18px; z-index:6; }
  153. a#star2 { width:40px; z-index:5; }
  154. a#star3 { width:60px; z-index:4; }
  155. a#star4 { width:80px; z-index:3; }
  156. a#star5 { width:100px; z-index:2; }
  157. div#rate_comment {clear:both; margin:14px 0 0 0;}
  158. div.rate_response {margin:-14px 0 0 0; }
  159. /* Conforms to the DITA spec. The HTML uses middle instead of top. */
  160. .simpletable td:not([valign]),
  161. .table td:not([valign]) {
  162. vertical-align: top;
  163. }
  164. /*
  165. * ------------------------------------------------------------------
  166. *
  167. * Topic content
  168. *
  169. */
  170. .wh_topic_content .related-links:empty{
  171. display:none;
  172. }
  173. .sectiontitle {
  174. /* EXM-37168: The section title should have the same color as the rest of the content. */
  175. color:inherit;
  176. }
  177. /*
  178. * Topic titles & subtitles
  179. */
  180. .topictitle1 {
  181. font-size: 2em;
  182. margin-bottom: 1em;
  183. font-weight: 400;
  184. }
  185. .topictitle2 {
  186. margin: 1.5em 0 .5em 0;
  187. font-size: 1.7em;
  188. font-weight: 400;
  189. }
  190. .topictitle3,
  191. .topictitle4,
  192. .topictitle5,
  193. .topictitle6 {
  194. margin: 1.3em 0 .4em 0;
  195. font-size: 1.4em;
  196. font-weight: 300;
  197. }
  198. @media screen {
  199. .topictitle1,
  200. .topictitle2,
  201. .topictitle3,
  202. .topictitle4,
  203. .topictitle5,
  204. .topictitle6 {
  205. word-break: break-word;
  206. overflow-wrap: break-word;
  207. word-wrap: break-word;
  208. }
  209. }
  210. .wh_child_links .olchildlinks,
  211. .wh_child_links .ullinks,
  212. .wh_child_links li {
  213. list-style: none;
  214. padding: 0;
  215. margin: 0;
  216. }
  217. .wh_child_links strong {
  218. font-weight: normal;
  219. }
  220. /* Remove/clean the extra markup generated by DITA-OT for the related links.*/
  221. .wh_related_links .desc{
  222. display:none;
  223. }
  224. /* The CJK fonts do not support italic. */
  225. .figcap {
  226. font-style: normal;
  227. }
  228. div.tasklabel {
  229. margin-top: 0.8em;
  230. margin-bottom: 0em;
  231. }
  232. div.tasklabel + * {
  233. margin-top: 0em;
  234. }