axure_rp_page.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. /* so the window resize fires within a frame in IE7 */
  2. html, body {
  3. height: 100%;
  4. }
  5. #zoomOverlay {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. #dragOverlay {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. height: 100%;
  18. cursor: grab;
  19. }
  20. #dragOverlay.dragging__start {
  21. cursor: grabbing;
  22. }
  23. html.hideScroll::-webkit-scrollbar {
  24. display: none;
  25. }
  26. html.hideScroll {
  27. -ms-overflow-style: none;
  28. scrollbar-width: none;
  29. }
  30. .mobileFrameCursor div * {
  31. cursor: inherit !important;
  32. }
  33. a {
  34. color: inherit;
  35. }
  36. p {
  37. margin: 0px;
  38. text-rendering: optimizeLegibility;
  39. font-feature-settings: "kern" 1;
  40. -webkit-font-feature-settings: "kern";
  41. -moz-font-feature-settings: "kern";
  42. -moz-font-feature-settings: "kern=1";
  43. font-kerning: normal;
  44. }
  45. ul {
  46. margin:0px;
  47. }
  48. iframe {
  49. background: #FFFFFF;
  50. }
  51. /* to match IE with C, FF */
  52. input {
  53. padding: 1px 0px 1px 0px;
  54. box-sizing: border-box;
  55. -moz-box-sizing: border-box;
  56. }
  57. input[type=text]::-ms-clear {
  58. width: 0;
  59. height: 0;
  60. display: none;
  61. }
  62. textarea {
  63. margin: 0px;
  64. box-sizing: border-box;
  65. -moz-box-sizing: border-box;
  66. }
  67. select option {
  68. color: initial;
  69. }
  70. .focused:focus, .selectedFocused:focus {
  71. outline: none;
  72. }
  73. div.intcases {
  74. font-family: 'Inter';
  75. font-size: 12px;
  76. text-align: left;
  77. border: 1px solid #e2e8f0;
  78. background: #FFF;
  79. z-index: 9999;
  80. visibility: hidden;
  81. position: absolute;
  82. padding: 0px;
  83. border-radius: 4px;
  84. white-space: pre-wrap;
  85. overflow-wrap: break-word;
  86. max-width: 250px;
  87. box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  88. }
  89. div.intcaselink {
  90. cursor: pointer;
  91. padding: 3px 8px 3px 8px;
  92. margin: 5px;
  93. background: #FFF;
  94. border: 1px solid #CBD5E1;
  95. border-radius: 4px;
  96. color: #1E293B;
  97. }
  98. div.intcaselink:hover {
  99. background : #e5e7eb66;
  100. }
  101. div.refpageimage {
  102. position: absolute;
  103. left: 0px;
  104. top: 0px;
  105. font-size: 0px;
  106. width: 16px;
  107. height: 16px;
  108. cursor: pointer;
  109. background-image: url(images/newwindow.gif);
  110. background-repeat: no-repeat;
  111. }
  112. div.annnoteimage {
  113. position: absolute;
  114. left: 0px;
  115. top: 0px;
  116. font-size: 0px;
  117. /*width: 16px;
  118. height: 12px;*/
  119. cursor: help;
  120. /*background-image: url(images/note.gif);*/
  121. /*background-repeat: no-repeat;*/
  122. width: 13px;
  123. height: 12px;
  124. padding-top: 1px;
  125. text-align: center;
  126. background-color: #138CDD;
  127. -moz-box-shadow: 1px 1px 3px #aaa;
  128. -webkit-box-shadow: 1px 1px 3px #aaa;
  129. box-shadow: 1px 1px 3px #aaa;
  130. }
  131. div.annnoteline {
  132. display: inline-block;
  133. width: 9px;
  134. height: 1px;
  135. border-bottom: 1px solid white;
  136. margin-top: 1px;
  137. }
  138. div.annnotelabel {
  139. /*position: absolute;
  140. left: 0px;
  141. top: 0px;*/
  142. font-family: Helvetica,Arial;
  143. white-space: nowrap;
  144. padding-top: 1px;
  145. background-color: #fff849;
  146. font-size: 10px;
  147. font-weight: bold;
  148. line-height: 14px;
  149. margin-right: 3px;
  150. padding: 0px 4px;
  151. color: #000;
  152. -moz-box-shadow: 1px 1px 3px #aaa;
  153. -webkit-box-shadow: 1px 1px 3px #aaa;
  154. box-shadow: 1px 1px 3px #aaa;
  155. }
  156. div.annnote {
  157. display: flex;
  158. position: absolute;
  159. cursor: help;
  160. line-height: 14px;
  161. }
  162. .annotation {
  163. font-size: 12px;
  164. padding-left: 2px;
  165. margin-bottom: 5px;
  166. }
  167. .annotationName {
  168. /*font-size: 13px;
  169. font-weight: bold;
  170. margin-bottom: 3px;
  171. white-space: nowrap;*/
  172. font-family: 'Trebuchet MS';
  173. font-size: 14px;
  174. font-weight: bold;
  175. margin-bottom: 5px;
  176. white-space: nowrap;
  177. }
  178. .annotationValue {
  179. font-family: Arial, Helvetica, Sans-Serif;
  180. font-size: 12px;
  181. color: #4a4a4a;
  182. line-height: 21px;
  183. margin-bottom: 20px;
  184. }
  185. .noteLink {
  186. text-decoration: inherit;
  187. color: inherit;
  188. }
  189. .noteLink:hover {
  190. background-color: white;
  191. }
  192. /* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
  193. .dialogFix {
  194. position:absolute;
  195. text-align:left;
  196. border: 1px solid #8f949a;
  197. }
  198. @keyframes pulsate {
  199. from {
  200. box-shadow: 0 0 10px #15d6ba;
  201. }
  202. to {
  203. box-shadow: 0 0 20px #15d6ba;
  204. }
  205. }
  206. @-webkit-keyframes pulsate {
  207. from {
  208. -webkit-box-shadow: 0 0 10px #15d6ba;
  209. box-shadow: 0 0 10px #15d6ba;
  210. }
  211. to {
  212. -webkit-box-shadow: 0 0 20px #15d6ba;
  213. box-shadow: 0 0 20px #15d6ba;
  214. }
  215. }
  216. @-moz-keyframes pulsate {
  217. from {
  218. -moz-box-shadow: 0 0 10px #15d6ba;
  219. box-shadow: 0 0 10px #15d6ba;
  220. }
  221. to {
  222. -moz-box-shadow: 0 0 20px #15d6ba;
  223. box-shadow: 0 0 20px #15d6ba;
  224. }
  225. }
  226. .legacyPulsateBorder {
  227. /*border: 5px solid #15d6ba;
  228. margin: -5px;*/
  229. -moz-box-shadow: 0 0 10px 3px #75BB43;
  230. box-shadow: 0 0 10px 3px #75BB43;
  231. }
  232. .pulsateBorder {
  233. animation-name: pulsate;
  234. animation-timing-function: ease-in-out;
  235. animation-duration: 0.9s;
  236. animation-iteration-count: infinite;
  237. animation-direction: alternate;
  238. -webkit-animation-name: pulsate;
  239. -webkit-animation-timing-function: ease-in-out;
  240. -webkit-animation-duration: 0.9s;
  241. -webkit-animation-iteration-count: infinite;
  242. -webkit-animation-direction: alternate;
  243. -moz-animation-name: pulsate;
  244. -moz-animation-timing-function: ease-in-out;
  245. -moz-animation-duration: 0.9s;
  246. -moz-animation-iteration-count: infinite;
  247. -moz-animation-direction: alternate;
  248. }
  249. .ax_default_hidden, .ax_default_unplaced{
  250. display: none;
  251. visibility: hidden;
  252. }
  253. .widgetNoteSelected {
  254. -moz-box-shadow: 0 0 10px 3px #1482C5;
  255. box-shadow: 0 0 10px 3px #1482C5;
  256. /*-moz-box-shadow: 0 0 20px #3915d6;
  257. box-shadow: 0 0 20px #3915d6;*/
  258. /*border: 3px solid #3915d6;*/
  259. /*margin: -3px;*/
  260. }
  261. .singleImg {
  262. display: none;
  263. visibility: hidden;
  264. }
  265. .nopointer {
  266. pointer-events: none;
  267. }
  268. .nopointer > * {
  269. pointer-events: auto;
  270. }
  271. .bgImg {
  272. background-repeat: no-repeat;
  273. background-size: 100% 100%;
  274. }
  275. .transition * {
  276. transition: inherit;
  277. }
  278. .notransition * {
  279. transition: none !important;
  280. }
  281. object.img {
  282. pointer-events: none;
  283. user-select: none;
  284. }
  285. .selected .btn_check {
  286. display:inherit;
  287. }
  288. .btn_check {
  289. display: none;
  290. }
  291. #ios-safari {
  292. overflow: auto;
  293. -webkit-overflow-scrolling: touch;
  294. }
  295. #ios-safari-html {
  296. display: block;
  297. overflow: auto;
  298. -webkit-overflow-scrolling: touch;
  299. position: absolute;
  300. top: 0;
  301. left: 0;
  302. right: 0;
  303. bottom: 0;
  304. }
  305. #ios-safari-fixed {
  306. position: absolute;
  307. pointer-events: none;
  308. width: initial;
  309. }
  310. #ios-safari-fixed div {
  311. pointer-events: auto;
  312. }