safari.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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: #E31687;
  35. font: normal 16px Arial, sans-serif;
  36. color: #FFFFFF;
  37. padding: 8px 25px 8px 25px;
  38. border: 0;
  39. display: inline-block;
  40. margin-top: 10px;
  41. text-transform: uppercase;
  42. font-size: 13px;
  43. }
  44. a:hover.button
  45. {
  46. opacity: .8;
  47. }
  48. div.left
  49. {
  50. width: 400px;
  51. float: left;
  52. margin-right: 80px;
  53. }
  54. div.right
  55. {
  56. width: 400px;
  57. float: left;
  58. }
  59. div.buttonContainer
  60. {
  61. text-align: center;
  62. }
  63. h1
  64. {
  65. font-size: 40px;
  66. color: #333333;
  67. line-height: 50px;
  68. margin-bottom: 20px;
  69. font-weight: normal;
  70. }
  71. h2
  72. {
  73. font-size: 38px;
  74. font-weight: normal;
  75. color: #08639C;
  76. text-align: center;
  77. }
  78. h3
  79. {
  80. font-size: 18px;
  81. line-height: 24px;
  82. color: #333333;
  83. font-weight: normal;
  84. }
  85. .heading
  86. {
  87. background-color: #cdecf9;
  88. height: 36px;
  89. line-height: 36px;
  90. padding-left: 20px;
  91. font-size: 16px;
  92. color: #666666;
  93. }
  94. span.faq
  95. {
  96. font-size: 16px;
  97. font-weight: normal;
  98. color: #333333;
  99. display: block;
  100. }
  101. </style>
  102. </head>
  103. <body>
  104. <div class="container">
  105. <br />
  106. <br />
  107. <img src="axure_logo.png" alt="axure" />
  108. <br />
  109. <h1>
  110. SAFARI LOCAL FILE RESTRICTIONS</h1>
  111. <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
  112. To view locally stored projects in Safari, you will need to "disable local file restrictions". Alternatively,
  113. you can upload your RP file to <a href="https://share.axure.com">Axure Share</a> or publish the local files to a web server.</p>
  114. <h3 class="heading">
  115. VIEW LOCAL PROJECTS IN SAFARI</h3>
  116. <div class="">
  117. <h3>
  118. 1. Open <span style="font-weight: bold">Safari > Preferences > Advanced</span> and check the option to <span style="font-weight: bold">Show Develop menu in menu bar</span></h3>
  119. <img src="safari_advanced.png" alt="advanced" />
  120. </div>
  121. <div style="clear: both; height: 20px;">
  122. &nbsp;
  123. </div>
  124. <div class="">
  125. <h3>
  126. 2. Select <span style="font-weight: bold">Develop > Disable Local File Restrictions</span> in the menu bar</h3>
  127. <img src="safari_restrictions.png" alt="extensions" />
  128. </div>
  129. <div style="clear: both; height: 20px;">
  130. &nbsp;</div>
  131. <div class="left">
  132. <h3>
  133. 3. Click the button below
  134. </h3>
  135. <div class="buttonContainer">
  136. <a class="button" href="../../start.html">View in Safari</a>
  137. </div>
  138. </div>
  139. <div style="clear: both; height: 20px;">
  140. </div>
  141. <h3 class="heading">
  142. NEED HELP?</h3>
  143. <p>
  144. Need help or have any questions? Drop us a line at <a href="mailto:support@axure.com">
  145. support@axure.com</a>.
  146. </p>
  147. <div style="clear: both; height: 20px;">
  148. </div>
  149. </div>
  150. </body>
  151. </html>