You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
4.3 KiB

3 years ago
  1. <html>
  2. <head>
  3. <title>Axure RP - Safari Local File Restrictions</title>
  4. <style type="text/css">
  5. *
  6. {
  7. font-family: Helvetica, Arial, sans-serif;
  8. }
  9. body
  10. {
  11. text-align: center;
  12. background-color: #fafafa;
  13. }
  14. p
  15. {
  16. font-size: 14px;
  17. line-height: 18px;
  18. color: #333333;
  19. }
  20. div.container
  21. {
  22. width: 980px;
  23. margin-left: auto;
  24. margin-right: auto;
  25. text-align: left;
  26. }
  27. a
  28. {
  29. text-decoration: none;
  30. color: #009dda;
  31. }
  32. .button
  33. {
  34. background: #A502B3;
  35. font: normal 16px Arial, sans-serif;
  36. color: #FFFFFF;
  37. padding: 10px 30px 10px 30px;
  38. border: 2px solid #A502B3;
  39. display: inline-block;
  40. margin-top: 10px;
  41. text-transform: uppercase;
  42. font-size: 14px;
  43. border-radius: 4px;
  44. }
  45. a:hover.button
  46. {
  47. border: 2px solid #A502B3;
  48. color: #A502B3;
  49. background-color: #FFFFFF;
  50. }
  51. div.left
  52. {
  53. width: 400px;
  54. float: left;
  55. margin-right: 80px;
  56. }
  57. div.right
  58. {
  59. width: 400px;
  60. float: left;
  61. }
  62. div.buttonContainer
  63. {
  64. text-align: center;
  65. }
  66. h1
  67. {
  68. font-size: 36px;
  69. color: #333333;
  70. line-height: 50px;
  71. margin-bottom: 20px;
  72. font-weight: normal;
  73. }
  74. h2
  75. {
  76. font-size: 24px;
  77. font-weight: normal;
  78. color: #08639C;
  79. text-align: center;
  80. }
  81. h3
  82. {
  83. font-size: 16px;
  84. line-height: 24px;
  85. color: #333333;
  86. font-weight: normal;
  87. }
  88. .heading
  89. {
  90. border-bottom: 1px solid black;
  91. height: 36px;
  92. line-height: 36px;
  93. font-size: 22px;
  94. color: #000000;
  95. }
  96. span.faq
  97. {
  98. font-size: 16px;
  99. font-weight: normal;
  100. text-transform: uppercase;
  101. color: #333333;
  102. display: block;
  103. }
  104. </style>
  105. </head>
  106. <body>
  107. <div class="container">
  108. <br />
  109. <br />
  110. <img src="axure_logo.png" alt="axure" />
  111. <br />
  112. <h1>
  113. SAFARI LOCAL FILE RESTRICTIONS</h1>
  114. <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
  115. To view locally stored projects in Safari, you will need to "disable local file restrictions". Alternatively,
  116. you can upload your RP file to <a href="https://www.axure.cloud">Axure Cloud</a> or publish the local files to a web server. You can also Preview from Axure RP.</p>
  117. <img src="preview-rp.png" alt="preview"/>
  118. <h3 class="heading">
  119. VIEW LOCAL PROJECTS IN SAFARI</h3>
  120. <div class="">
  121. <h3>
  122. 1. Open "Safari > Preferences > Advanced" from the top menu, and check the option to "Show Develop menu in menu bar"</h3>
  123. <img src="safari_advanced.png" alt="advanced" />
  124. </div>
  125. <div style="clear: both; height: 20px;">
  126. &nbsp;
  127. </div>
  128. <div class="">
  129. <h3>
  130. 2. In the Develop menu that appears in the menu bar, click "Develop > Disable Local File Restrictions" to un-select the menu option</h3>
  131. <img src="safari_restrictions.png" alt="extensions" />
  132. </div>
  133. <div style="clear: both; height: 20px;">
  134. &nbsp;</div>
  135. <div class="left">
  136. <h3>
  137. 3. Click the button below
  138. </h3>
  139. <div class="buttonContainer">
  140. <a class="button" href="../../start.html">View in Safari</a>
  141. </div>
  142. </div>
  143. <div style="clear: both; height: 20px;">
  144. </div>
  145. <h3 class="heading">
  146. We're Here to Help</h3>
  147. <p>
  148. Need help or have any questions? Drop us a line at <a href="mailto:support@axure.com">
  149. support@axure.com</a>.
  150. </p>
  151. <div style="clear: both; height: 20px;">
  152. </div>
  153. </div>
  154. </body>
  155. </html>