This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 16:9 aspect ratio --> | |
<div class="embed-responsive embed-responsive-16by9"> | |
<iframe class="embed-responsive-item" src="..."></iframe> | |
</div> | |
<!-- 4:3 aspect ratio --> | |
<div class="embed-responsive embed-responsive-4by3"> | |
<iframe class="embed-responsive-item" src="..."></iframe> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p style="position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;"> | |
<iframe style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0 none;" | |
src="http://www.youtube.com/embed/D6Ac5JpCHmI" allowfullscreen></iframe></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Embed YouTube Video--> | |
<div class="video-container"> | |
<iframe src="http://www.youtube.com/embed/D6Ac5JpCHmI" width="560" height="315" allowfullscreen></iframe> | |
</div> | |
<!--Embed Vimeo Video--> | |
<div class="video-container"> | |
<iframe src="https://player.vimeo.com/video/158050352" width="560" height="315" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.video-container { | |
position: relative; | |
padding-bottom: 56.25%; | |
padding-top: 30px; | |
height: 0; | |
overflow: hidden; | |
} | |
.video-container iframe, | |
.video-container object, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#" class="back-to-top">回到頁首</a> | |
<script> | |
jQuery(document).ready(function() { | |
var offset = 220; | |
var duration = 500; | |
jQuery(window).scroll(function() { | |
if (jQuery(this).scrollTop() > offset) { | |
jQuery('.back-to-top').fadeIn(duration); | |
} else { | |
jQuery('.back-to-top').fadeOut(duration); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.back-to-top { | |
display:none; | |
position: fixed; | |
bottom: 2em; | |
right: 0px; | |
text-decoration: none; | |
color: #000000; | |
background-color: rgba(235, 235, 235, 0.80); | |
font-size: 12px; | |
padding: 1em; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* cwTeXHei (Chinese-traditional) http://www.google.com/fonts/earlyaccess | |
*/ | |
@font-face { | |
font-family: 'cwTeXHei'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot); | |
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'), | |
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* cwTeXMing (Chinese Traditional) http://www.google.com/fonts/earlyaccess | |
*/ | |
@font-face { | |
font-family: 'cwTeXMing'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot); | |
src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'), | |
url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* cwTeXFangSong (Chinese Traditional) http://www.google.com/fonts/earlyaccess | |
*/ | |
@font-face { | |
font-family: 'cwTeXFangSong'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot); | |
src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot?#iefix) format('embedded-opentype'), | |
url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff2) format('woff2'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* cwTeXYen (Chinese Traditional) http://www.google.com/fonts/earlyaccess | |
*/ | |
@font-face { | |
font-family: 'cwTeXYen'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot); | |
src: url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.eot?#iefix) format('embedded-opentype'), | |
url(//fonts.gstatic.com/ea/cwtexyen/v3/cwTeXYen-zhonly.woff2) format('woff2'), |
NewerOlder