p6p
2/11/2016 - 12:58 PM

Safari 歡迎畫面原碼

Safari 歡迎畫面原碼

<html lang="zh-tw" xml:lang="zh-tw" class="active-apd10d397e63">
    
    <head>
        <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
        <script>
            var htmlEl = document.documentElement;
            htmlEl.className = "";
            document.addEventListener("DOMContentLoaded",
            function() {
                setTimeout(function() {
                    htmlEl.className = "active-apd10d397e63"
                },
                0)
            });
        </script>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>
            歡迎使用 Safari。
        </title>
        <link rel="Index" href="index.html" />
        <meta name="robots" content="anchors" />
    </head>
    
    <body id="apd10d397e63" dir="ltr" class="landing">
        <a name="apd10d397e63">
        </a>
        <h1>
            歡迎使用 Safari。
        </h1>
        <ul class="ListBullet hero">
            <li class="Item">
                <p class="Para title">
                    歡迎使用 Safari。
                </p>
                <p class="Para subtitle">
                    最聰明的上網方式。
                </p>
            </li>
        </ul>
        <ul class="ListBullet callouts">
            <li class="Item">
                <p class="Para graphic">
                    <img src="Art/S0100_FindIt.png" alt="下拉式項目會以格狀顯示「喜好項目」網站的圖像" class="inlineGraphic "
                    height="158" width="334" />
                </p>
                <p class="Para">
                    <span class="EmphasisDisplay">
                        尋找喜好項目。
                    </span>
                </p>
                <p class="Para">
                    按一下「智慧型搜尋」欄位來連接您最喜愛的網站。按一下網站立即前往。
                </p>
            </li>
            <li class="Item">
                <p class="Para graphic">
                    <img src="Art/S0101_Pinit.png" alt="標籤列顯示釘選的網站" class="inlineGraphic "
                    height="267" width="317" />
                </p>
                <p class="Para">
                    <span class="EmphasisDisplay">
                        釘選網站。
                    </span>
                </p>
                <p class="Para">
                    向左拖移標籤來釘選網站,該網站便會保持釘選在標籤列。
                </p>
            </li>
            <li class="Item">
                <p class="Para graphic">
                    <img src="Art/S0102_ShareIt.png" alt="分享選單會顯示分享網頁的選項" class="inlineGraphic "
                    height="245" width="317" />
                </p>
                <p class="Para">
                    <span class="EmphasisDisplay">
                        分享連結。
                    </span>
                </p>
                <p class="Para">
                    按一下
                    <img src="../GlobalArt/IL_Share.png" alt="分享按鈕" class="inlineGraphic "
                    height="15" width="11" />
                    以電子郵件或訊息方式來傳送連結、在 Facebook 或 Twitter 上分享,或加入「備忘錄」。
                </p>
            </li>
        </ul>
        <ul class="ListBullet link-container">
            <li class="Item">
                <p class="Para">
                    <a href="startpage://" class="URL">
                        開始使用 Safari
                    </a>
                </p>
            </li>
        </ul>
    </body>

</html>
body,
html {
  font-family: -apple-system, -apple-system-font, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin: 0;
  padding: 0;
}
body {
  min-width: 800px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-direction: column;
}
li,
p,
ul {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style-type: none;
}
.EmphasisDisplay {
  display: block;
  font-size: 1.222rem;
  font-family: -apple-system, -apple-system-font, HelveticaNeue-Medium, "Helvetica Neue Medium";
  font-weight: 500;
  padding-bottom: 0.5em;
}
h1 {
  display: none;
}
@-webkit-keyframes move-up {
  from {
    -webkit-transform: translate(0, 0) scale(1);
  }
  to {
    -webkit-transform: translate(0, -80px) scale(0.9);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero {
  width: 100%;
  min-height: 190px;
  text-align: center;
  font-family: -apple-system, -apple-system-font, HelveticaNeue-Thin, "Helvetica Neue Thin";
  font-weight: 200;
  -webkit-flex-basis: 25%;
  -webkit-align-self: flex-end;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  padding-bottom: 35px;
  -webkit-animation-name: move-up;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
}
html[lang=ar] .hero,
html[lang=ja] .hero,
html[lang=ko] .hero,
html[lang=th] .hero {
  font-family: HelveticaNeue-Light;
}
.hero .Item {
  padding-top: 300px;
  -webkit-animation-name: move-up;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
}
.hero .title {
  white-space: nowrap;
  width: 100%;
  font-size: 5rem;
}
.hero .subtitle {
  white-space: nowrap;
  width: 100%;
  font-size: 3.333rem;
  color: #929292;
}
.hero .title,
.hero .subtitle {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-transform: translateZ(0);
}
.callouts {
  -webkit-flex-basis: 75%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  min-height: 380px;
  max-height: 380px;
}
.callouts li {
  padding: 0 18px;
  color: #424242;
  opacity: 0;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  text-align: center;
}
.callouts li .Para {
  line-height: 1.4rem;
  margin: 0 auto;
  font-weight: 300;
}
.callouts li:nth-of-type(1) {
  width: 350px;
  min-width: 350px;
  -webkit-animation-delay: 1.95s;
}
[lang=zh-cn] .callouts li:nth-of-type(1) .Para:last-child,
[lang=zh-tw] .callouts li:nth-of-type(1) .Para:last-child {
  width: 270px;
}
.callouts li:nth-of-type(1) .graphic {
  position: relative;
  top: 60px;
  width: 333px;
}
.callouts li:nth-of-type(2) {
  width: 316px;
  min-width: 316px;
  -webkit-animation-delay: 2.05s;
}
.callouts li:nth-of-type(2) .graphic {
  width: 316px;
}
.callouts li:nth-of-type(2) .Para:last-child {
  width: 250px;
}
[lang=zh-cn] .callouts li:nth-of-type(2) .Para:last-child .Para:last-child {
  width: 260px;
}
.callouts li:nth-of-type(3) {
  width: 350px;
  min-width: 350px;
  -webkit-animation-delay: 2.15s;
}
[lang=zh-cn] .callouts li:nth-of-type(3) .Para:last-child {
  width: 250px;
}
.callouts li:nth-of-type(3) .graphic {
  position: relative;
  top: 20px;
  width: 317px;
}
.callouts li .Para:last-child .inlineGraphic {
  position: relative;
  top: 2px;
}
.callouts li .graphic {
  position: relative;
  height: 266px;
  text-align: center;
}
.link-container {
  font-size: 1.667rem;
  text-align: center;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 2.65s;
  -webkit-animation-fill-mode: both;
}
.link-container a {
  color: #2281f7;
  text-decoration: none;
  font-weight: 300;
}