axure_rp_page.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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: arial;
  75. font-size: 12px;
  76. text-align:left;
  77. border:1px solid #AAA;
  78. background:#FFF none repeat scroll 0% 0%;
  79. z-index:9999;
  80. visibility:hidden;
  81. position:absolute;
  82. padding: 0px;
  83. border-radius: 3px;
  84. white-space: pre-wrap;
  85. max-width: 250px;
  86. }
  87. div.intcaselink {
  88. cursor: pointer;
  89. padding: 3px 8px 3px 8px;
  90. margin: 5px;
  91. background:#EEE none repeat scroll 0% 0%;
  92. border:1px solid #AAA;
  93. border-radius: 3px;
  94. }
  95. div.refpageimage {
  96. position: absolute;
  97. left: 0px;
  98. top: 0px;
  99. font-size: 0px;
  100. width: 16px;
  101. height: 16px;
  102. cursor: pointer;
  103. background-image: url(images/newwindow.gif);
  104. background-repeat: no-repeat;
  105. }
  106. div.annnoteimage {
  107. position: absolute;
  108. left: 0px;
  109. top: 0px;
  110. font-size: 0px;
  111. /*width: 16px;
  112. height: 12px;*/
  113. cursor: help;
  114. /*background-image: url(images/note.gif);*/
  115. /*background-repeat: no-repeat;*/
  116. width: 13px;
  117. height: 12px;
  118. padding-top: 1px;
  119. text-align: center;
  120. background-color: #138CDD;
  121. -moz-box-shadow: 1px 1px 3px #aaa;
  122. -webkit-box-shadow: 1px 1px 3px #aaa;
  123. box-shadow: 1px 1px 3px #aaa;
  124. }
  125. div.annnoteline {
  126. display: inline-block;
  127. width: 9px;
  128. height: 1px;
  129. border-bottom: 1px solid white;
  130. margin-top: 1px;
  131. }
  132. div.annnotelabel {
  133. /*position: absolute;
  134. left: 0px;
  135. top: 0px;*/
  136. font-family: Helvetica,Arial;
  137. white-space: nowrap;
  138. padding-top: 1px;
  139. background-color: #fff849;
  140. font-size: 10px;
  141. font-weight: bold;
  142. line-height: 14px;
  143. margin-right: 3px;
  144. padding: 0px 4px;
  145. color: #000;
  146. -moz-box-shadow: 1px 1px 3px #aaa;
  147. -webkit-box-shadow: 1px 1px 3px #aaa;
  148. box-shadow: 1px 1px 3px #aaa;
  149. }
  150. div.annnote {
  151. display: flex;
  152. position: absolute;
  153. cursor: help;
  154. line-height: 14px;
  155. }
  156. .annotation {
  157. font-size: 12px;
  158. padding-left: 2px;
  159. margin-bottom: 5px;
  160. }
  161. .annotationName {
  162. /*font-size: 13px;
  163. font-weight: bold;
  164. margin-bottom: 3px;
  165. white-space: nowrap;*/
  166. font-family: 'Trebuchet MS';
  167. font-size: 14px;
  168. font-weight: bold;
  169. margin-bottom: 5px;
  170. white-space: nowrap;
  171. }
  172. .annotationValue {
  173. font-family: Arial, Helvetica, Sans-Serif;
  174. font-size: 12px;
  175. color: #4a4a4a;
  176. line-height: 21px;
  177. margin-bottom: 20px;
  178. }
  179. .noteLink {
  180. text-decoration: inherit;
  181. color: inherit;
  182. }
  183. .noteLink:hover {
  184. background-color: white;
  185. }
  186. /* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
  187. .dialogFix {
  188. position:absolute;
  189. text-align:left;
  190. border: 1px solid #8f949a;
  191. }
  192. @keyframes pulsate {
  193. from {
  194. box-shadow: 0 0 10px #15d6ba;
  195. }
  196. to {
  197. box-shadow: 0 0 20px #15d6ba;
  198. }
  199. }
  200. @-webkit-keyframes pulsate {
  201. from {
  202. -webkit-box-shadow: 0 0 10px #15d6ba;
  203. box-shadow: 0 0 10px #15d6ba;
  204. }
  205. to {
  206. -webkit-box-shadow: 0 0 20px #15d6ba;
  207. box-shadow: 0 0 20px #15d6ba;
  208. }
  209. }
  210. @-moz-keyframes pulsate {
  211. from {
  212. -moz-box-shadow: 0 0 10px #15d6ba;
  213. box-shadow: 0 0 10px #15d6ba;
  214. }
  215. to {
  216. -moz-box-shadow: 0 0 20px #15d6ba;
  217. box-shadow: 0 0 20px #15d6ba;
  218. }
  219. }
  220. .legacyPulsateBorder {
  221. /*border: 5px solid #15d6ba;
  222. margin: -5px;*/
  223. -moz-box-shadow: 0 0 10px 3px #75BB43;
  224. box-shadow: 0 0 10px 3px #75BB43;
  225. }
  226. .pulsateBorder {
  227. animation-name: pulsate;
  228. animation-timing-function: ease-in-out;
  229. animation-duration: 0.9s;
  230. animation-iteration-count: infinite;
  231. animation-direction: alternate;
  232. -webkit-animation-name: pulsate;
  233. -webkit-animation-timing-function: ease-in-out;
  234. -webkit-animation-duration: 0.9s;
  235. -webkit-animation-iteration-count: infinite;
  236. -webkit-animation-direction: alternate;
  237. -moz-animation-name: pulsate;
  238. -moz-animation-timing-function: ease-in-out;
  239. -moz-animation-duration: 0.9s;
  240. -moz-animation-iteration-count: infinite;
  241. -moz-animation-direction: alternate;
  242. }
  243. .ax_default_hidden, .ax_default_unplaced{
  244. display: none;
  245. visibility: hidden;
  246. }
  247. .widgetNoteSelected {
  248. -moz-box-shadow: 0 0 10px 3px #1482C5;
  249. box-shadow: 0 0 10px 3px #1482C5;
  250. /*-moz-box-shadow: 0 0 20px #3915d6;
  251. box-shadow: 0 0 20px #3915d6;*/
  252. /*border: 3px solid #3915d6;*/
  253. /*margin: -3px;*/
  254. }
  255. .singleImg {
  256. display: none;
  257. visibility: hidden;
  258. }
  259. #ios-safari {
  260. overflow: auto;
  261. -webkit-overflow-scrolling: touch;
  262. }
  263. #ios-safari-html {
  264. display: block;
  265. overflow: auto;
  266. -webkit-overflow-scrolling: touch;
  267. position: absolute;
  268. top: 0;
  269. left: 0;
  270. right: 0;
  271. bottom: 0;
  272. }
  273. #ios-safari-fixed {
  274. position: absolute;
  275. pointer-events: none;
  276. width: initial;
  277. }
  278. #ios-safari-fixed div {
  279. pointer-events: auto;
  280. }