Newer
Older
KaiFengAxure / 开封原型PC / resources / chrome / firefox.html
@zhangdeliang zhangdeliang on 1 Jul 3 KB 1
<html>
<head>
    <title>Axure RP - Firefox Local File Restrictions</title>
    <style type="text/css">
        *
        {
            font-family: Helvetica, Arial, sans-serif;
        }
        body
        {
            text-align: center;
            background-color: #fafafa;
        }
        p
        {
            font-size: 14px;
            line-height: 18px;
            color: #333333;
        }
        div.container
        {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }
        a
        {
            text-decoration: none;
            color: #009dda;
        }
        .button
        {
            background: #A502B3;
            font: normal 16px Arial, sans-serif;
            color: #FFFFFF;
            padding: 10px 30px 10px 30px;
            border: 2px solid #A502B3;
            display: inline-block;
            margin-top: 10px;
            text-transform: uppercase;
            font-size: 14px;
	    border-radius: 4px;
        }
        a:hover.button
        {
            border: 2px solid #A502B3;
	    color: #A502B3;
	    background-color: #FFFFFF;
        }
        div.left
        {
            width: 400px;
            float: left;
            margin-right: 80px;
        }
        div.right
        {
            width: 400px;
            float: left;
        }
        div.buttonContainer
        {
            text-align: center;
        }
        h1
        {
            font-size: 36px;
            color: #333333;
            line-height: 50px;
            margin-bottom: 20px;
            font-weight: normal;
        }
        h2
        {
            font-size: 24px;
            font-weight: normal;
            color: #08639C;
            text-align: center;
        }
        h3
        {
            font-size: 16px;
            line-height: 24px;
            color: #333333;
            font-weight: normal;
        }
        .heading
        {
            border-bottom: 1px solid black;
	    height: 36px;
            line-height: 36px;
            font-size: 22px;
            color: #000000;
        }
        span.faq
        {
            font-size: 16px;
            font-weight: normal;
	    text-transform: uppercase;
            color: #333333;
            display: block;
        }
    </style>
</head>
<body>
    <div class="container">
        <br />
        <br />
        <img src="axure_logo.png" alt="axure" />
        <br />
        <h1>
            FIREFOX LOCAL FILE RESTRICTIONS</h1>
        <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
            Firefox does not permit locally stored files to be viewed. Use Preview to view your projects in progress.
<img src="preview-rp.png" alt="preview"/>
          </p>
            <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
          Alternatively,  you can choose a different web browser, upload your RP file to <a href="https://app.axure.cloud">Axure Cloud</a> or publish the local files to a web server.</p>
        <h3 class="heading">
            We're Here to Help</h3>
        <p>
            Need help or have any questions? Drop us a line at <a href="mailto:support@axure.com">
                support@axure.com</a>.
        </p>
        <div style="clear: both; height: 20px;">
        </div>
    </div>
</body>
</html>