莎士比亚: 愿你懂得我的欲言又止和偶尔的沉默<男头+纯音>
本帖最后由 莎士比亚 于 2017-4-11 14:00 编辑 <br /><br /><!DOCTYPE html><html>
<head>
<meta charset="UTF-8">
<style type="text/css">
#daqi{display:block; width: 100%;height: 1550px;margin: 30px auto;background: rgb(66, 64,61);overflow: hidden;font-family: "mv boli","estrangelo edessa";}
#daqi_title{width: 100%;height: 300px;text-align: center;background: url("http://www.qqmcc.net/data/attachment/album/201703/27/113106p1ddwsjkd0ewid7m.png");background-size:cover;overflow: hidden;}
#title_a{width: 300px;margin:auto;margin-top:170px;font-weight: bold;font-size: 2em;color: rgba(66, 64,61,0.7);
border-bottom-style:solid;border-bottom-width:1px;line-height: 55px;}
#title_a:hover{color: rgb(66, 64,61);}
#title_b{font-size: 2.5em;font-weight: 300; color: rgb(66, 64,61);margin:4px auto;}
#body_a{margin: 0 0 0 0;width:1000px;overflow: hidden;}
#body_a ul{width:1000px;margin:0;}
#body_a ul li{ list-style: none;display: inline;text-align: center;width: 170px;
float: left;height: 80px;}
#body_a ul li a{text-decoration: none;color:#bda894;line-height: 80px;font-size: 1.1em;padding: 1px;}
#body_b{margin: 60px 0 0 150px;overflow: hidden;}
#body_b_img{float: left;margin: 20px 0 0 0;}
#body_b_img img{width:100px ;height: 100px;border-radius:50%;border:solid 1px #bda894;}
#body_b_right{width: 500px;height: 50px;float: left;background: #bda894;margin: 45px 0 0 40px;
border-radius:8px ;}
#body_b_right span{ line-height: 50px;margin-left: 15px;}
#clear{clear: both;}
#body_c{margin: 100px auto;height: 820px;width: 900px;overflow: hidden;}
#body_c_a{margin: 20px 0 0 20px;width: 50px;height:30px;text-align: center; border-bottom-style: solid;
border-bottom-width: 1px;}
#body_c_a span{line-height: 30px;font-size: 1.2em;}
#body_c_b{width: 900px;height:300px;margin:30px 0 0 50px;border-right-style: solid;border-right-width: 3px;}
#body_c_b img{width: 150px;height: 150px;float: left;margin: 5px;}
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
/* W3C */
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #bda894 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
</style>
</head>
<body>
<div id="daqi">
<div id="daqi_title">
<div id="title_a">
<span>莎士比亚</span>
</div>
<div id="title_b">
<span>William Shakespeare</span>
</div>
</div>
<div id="daqi_body">
<div id="body_a">
<ul>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666" target="_blank" class="hvr-bob">首页 / Home</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=thread&view=me&from=space" target="_blank" class="hvr-bob">主题 / Sign</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=wall" target="_blank" class="hvr-bob">留言 / Message</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=album&view=me&from=space" target="_blank" class="hvr-bob">相册 / Photo</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=profile" target="_blank" class="hvr-bob">更多 / More</a></li>
</ul>
</div>
<div id="body_b">
<div id="body_b_img" class="hvr-float-shadow">
http://www.qqmcc.net/data/attachment/album/201703/08/094004bhebdobgy6ii0eo2.png
</div>
<div id="body_b_right" class="hvr-bubble-left">
<span>love is a carefully disigned lie</span>
</div>
</div>
<div id="clear"></div>
<div id="body_c">
<div id="body_c_a" class="hvr-bob">
<span>page1</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132025ikjwojrbooivijhm.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132025id6d46sz4xcgdthq.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132023tc9gouhh7u777zcv.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132023uf9ouda7t2ofgu56.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132023ewynonhhryl534ec.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132021s2amlzzctijqiiwa.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132021w33jwwz11w3ijyjo.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132020ijhjzqhhnqnwfiwo.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132019alzpzzfjnkpbp6lr.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132019iv7vovg7c3j3j0m7.jpg
</div>
<div id="body_c_a" class="hvr-bob">
<span>page2</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132018kid2kdp24yoy4nw0.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132017sfwm1fjnffwfm11w.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132017lokf7ernpnev847u.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132016x9rqbabqrvrllwxa.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132016aa51zm37mswlzzc5.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132015k5e77lz0m5f9e57f.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132014z24rvg55581zg145.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132013x41ql44lii1kelit.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132012w0hmckke6xzhakcf.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132011o19pzr9be1r09re5.jpg
</div>
</div>
</div>
</div>
</body>
</html>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=1 height=1 src="//music.163.com/outchain/player?type=2&id=482894&auto=1&height=66"></iframe> 本帖最后由 莎士比亚 于 2017-4-11 13:26 编辑 <br /><br /><!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
#daqi{display:block; width: 100%;height: 1550px;margin: 30px auto;background: rgb(66, 64,61);overflow: hidden;font-family: "mv boli","estrangelo edessa";}
#daqi_title{width: 100%;height: 300px;text-align: center;background: url("http://www.qqmcc.net/data/attachment/album/201703/27/113106p1ddwsjkd0ewid7m.png");background-size:cover;overflow: hidden;}
#title_a{width: 300px;margin:auto;margin-top:170px;font-weight: bold;font-size: 2em;color: rgba(66, 64,61,0.7);
border-bottom-style:solid;border-bottom-width:1px;line-height: 55px;}
#title_a:hover{color: rgb(66, 64,61);}
#title_b{font-size: 2.5em;font-weight: 300; color: rgb(66, 64,61);margin:4px auto;}
#body_a{margin: 0 0 0 0;width:1000px;overflow: hidden;}
#body_a ul{width:1000px;margin:0;}
#body_a ul li{ list-style: none;display: inline;text-align: center;width: 170px;
float: left;height: 80px;}
#body_a ul li a{text-decoration: none;color:#bda894;line-height: 80px;font-size: 1.1em;padding: 1px;}
#body_b{margin: 60px 0 0 150px;overflow: hidden;}
#body_b_img{float: left;margin: 20px 0 0 0;}
#body_b_img img{width:100px ;height: 100px;border-radius:50%;border:solid 1px #bda894;}
#body_b_right{width: 500px;height: 50px;float: left;background: #bda894;margin: 45px 0 0 40px;
border-radius:8px ;}
#body_b_right span{ line-height: 50px;margin-left: 15px;}
#clear{clear: both;}
#body_c{margin: 100px auto;height: 820px;width: 900px;overflow: hidden;}
#body_c_a{margin: 20px 0 0 20px;width: 50px;height:30px;text-align: center; border-bottom-style: solid;
border-bottom-width: 1px;}
#body_c_a span{line-height: 30px;font-size: 1.2em;}
#body_c_b{width: 900px;height:300px;margin:30px 0 0 50px;border-right-style: solid;border-right-width: 3px;}
#body_c_b img{width: 150px;height: 150px;float: left;margin: 5px;}
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
/* W3C */
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #bda894 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
</style>
</head>
<body>
<div id="daqi">
<div id="daqi_title">
<div id="title_a">
<span>莎士比亚</span>
</div>
<div id="title_b">
<span>William Shakespeare</span>
</div>
</div>
<div id="daqi_body">
<div id="body_a">
<ul>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666" target="_blank" class="hvr-bob">首页 / Home</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=thread&view=me&from=space" target="_blank" class="hvr-bob">主题 / Sign</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=wall" target="_blank" class="hvr-bob">留言 / Message</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=album&view=me&from=space" target="_blank" class="hvr-bob">相册 / Photo</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=profile" target="_blank" class="hvr-bob">更多 / More</a></li>
</ul>
</div>
<div id="body_b">
<div id="body_b_img" class="hvr-float-shadow">
http://www.qqmcc.net/data/attachment/album/201703/08/094004bhebdobgy6ii0eo2.png
</div>
<div id="body_b_right" class="hvr-bubble-left">
<span>love is a carefully disigned lie</span>
</div>
</div>
<div id="clear"></div>
<div id="body_c">
<div id="body_c_a" class="hvr-bob">
<span>page1</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132547zozpjoi9krrp9j39.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132543z8rg4gpdrxq1yxlj.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132542sk3e4u3ekx3tcu54.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132541ggeoe5xl4a6cc6ee.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132541h3y9822hj32yc1hc.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132538linqdfliznors13q.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132538eqnqaf3vn4quz49n.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132537mmf949slvql9cm9r.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132536c4mtl3i7ww42atdw.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132535ugu6iidc6euqieu4.jpg
</div>
<div id="body_c_a" class="hvr-bob">
<span>page2</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132534xneb939ztzbri3dz.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132534rwxnnir1ti4d1edi.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132533n67t7a5at52tqdq7.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132530nqajouypo55fxk5f.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132529gydldvoyoy8yvvdd.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132528m5h110qw5qhwnwhh.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132527t0ejbiniin0gx5az.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132526vfdsn0bbnggt8sq0.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132517ecttnoodvntse7co.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132517odtuez7kmv555kkz.jpg
</div>
</div>
</div>
</div>
</body>
</html> 本帖最后由 莎士比亚 于 2017-4-11 13:29 编辑 <br /><br /><!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
#daqi{display:block; width: 100%;height: 1550px;margin: 30px auto;background: rgb(66, 64,61);overflow: hidden;font-family: "mv boli","estrangelo edessa";}
#daqi_title{width: 100%;height: 300px;text-align: center;background: url("http://www.qqmcc.net/data/attachment/album/201703/27/113106p1ddwsjkd0ewid7m.png");background-size:cover;overflow: hidden;}
#title_a{width: 300px;margin:auto;margin-top:170px;font-weight: bold;font-size: 2em;color: rgba(66, 64,61,0.7);
border-bottom-style:solid;border-bottom-width:1px;line-height: 55px;}
#title_a:hover{color: rgb(66, 64,61);}
#title_b{font-size: 2.5em;font-weight: 300; color: rgb(66, 64,61);margin:4px auto;}
#body_a{margin: 0 0 0 0;width:1000px;overflow: hidden;}
#body_a ul{width:1000px;margin:0;}
#body_a ul li{ list-style: none;display: inline;text-align: center;width: 170px;
float: left;height: 80px;}
#body_a ul li a{text-decoration: none;color:#bda894;line-height: 80px;font-size: 1.1em;padding: 1px;}
#body_b{margin: 60px 0 0 150px;overflow: hidden;}
#body_b_img{float: left;margin: 20px 0 0 0;}
#body_b_img img{width:100px ;height: 100px;border-radius:50%;border:solid 1px #bda894;}
#body_b_right{width: 500px;height: 50px;float: left;background: #bda894;margin: 45px 0 0 40px;
border-radius:8px ;}
#body_b_right span{ line-height: 50px;margin-left: 15px;}
#clear{clear: both;}
#body_c{margin: 100px auto;height: 820px;width: 900px;overflow: hidden;}
#body_c_a{margin: 20px 0 0 20px;width: 50px;height:30px;text-align: center; border-bottom-style: solid;
border-bottom-width: 1px;}
#body_c_a span{line-height: 30px;font-size: 1.2em;}
#body_c_b{width: 900px;height:300px;margin:30px 0 0 50px;border-right-style: solid;border-right-width: 3px;}
#body_c_b img{width: 150px;height: 150px;float: left;margin: 5px;}
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
/* W3C */
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #bda894 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
</style>
</head>
<body>
<div id="daqi">
<div id="daqi_title">
<div id="title_a">
<span>莎士比亚</span>
</div>
<div id="title_b">
<span>William Shakespeare</span>
</div>
</div>
<div id="daqi_body">
<div id="body_a">
<ul>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666" target="_blank" class="hvr-bob">首页 / Home</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=thread&view=me&from=space" target="_blank" class="hvr-bob">主题 / Sign</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=wall" target="_blank" class="hvr-bob">留言 / Message</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=album&view=me&from=space" target="_blank" class="hvr-bob">相册 / Photo</a></li>
<li><a href="http://www.qqmcc.net/home.php?mod=space&uid=666&do=profile" target="_blank" class="hvr-bob">更多 / More</a></li>
</ul>
</div>
<div id="body_b">
<div id="body_b_img" class="hvr-float-shadow">
http://www.qqmcc.net/data/attachment/album/201703/08/094004bhebdobgy6ii0eo2.png
</div>
<div id="body_b_right" class="hvr-bubble-left">
<span>love is a carefully disigned lie</span>
</div>
</div>
<div id="clear"></div>
<div id="body_c">
<div id="body_c_a" class="hvr-bob">
<span>page1</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132846dwyi0vu33j4gyz0y.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132846xleqkz8dqdxfd18d.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132845wo5dp72gooe6owpp.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132845i0ws3g5wpowf2fsf.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132843fqikmkbik4kltmil.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132841t8k1h8furxj8284b.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132838hbzh73vuv7u8vwyv.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132835xj13g4dzmujcfcuh.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132832q0qvpnj7wj1prpjy.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132830c6cm6549nv66lcm9.jpg
</div>
<div id="body_c_a" class="hvr-bob">
<span>page2</span>
</div>
<div id="body_c_b">
http://www.qqmcc.net/data/attachment/album/201704/11/132828irg8b8w22pbbpb85.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132826rex5eeyyaj9eeofa.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132824qwnl33twmbkkbb3k.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132822nhoieva6001hrpv7.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132820s10bn9e35bjp50v2.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132818r0s0ts5d104q4qdb.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132816l5iwqzf692wqz2uu.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132815tpsz1azw8a8w0mlw.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132815vge4ej1nkx14xjnu.jpghttp://www.qqmcc.net/data/attachment/album/201704/11/132814aarxsbwox3slzo4o.jpg
</div>
</div>
</div>
</div>
</body>
</html>
莎士比亚William Shakespeare
http://www.qqmcc.net/data/attachment/album/201702/25/121143rc8wcpryl8ppbpxr.jpg
愿惦念之人岁岁平安即使生生不见
莎士比亚William Shakespeare
http://www.qqmcc.net/data/attachment/album/201702/25/121143rc8wcpryl8ppbpxr.jpg
愿惦念之人岁岁平安即使生生不见
莎士比亚William Shakespeare
http://www.qqmcc.net/data/attachment/album/201702/25/121143rc8wcpryl8ppbpxr.jpg
愿惦念之人岁岁平安即使生生不见
感谢分享 厚爱支持 莎士比亚
William Shakespeare 本帖最后由 没去 于 2017-4-11 16:58 编辑 <br /><br /><style>
#a_a{display:block;text-align:center;border-top:solid 3px blue;width:30px;height:30px;line-height:30px;margin:100px auto;}
</style>
<p id="a_a">我的欲言又止</p>