Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Linkhover" content="#ddd"/>
- <meta name="color:Scrollbar" content="#ddd" />
- <meta name="color:textselect" content="#ddd" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5Title" content="link" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar background" content="" />
- <meta name="if:hovertags" content="1" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script><script type="text/javascript" src="http://static.tumblr.com/gyoju49/2A6mk8i6o/component.js"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
- <!--
- ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ᴛʜᴇᴍᴇ 5 | ʟᴏᴏᴋɪɴɢ ɢʟᴀss | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ)
- ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ!
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊
- -->
- <style type="text/css">
- #audio {
- margin-bottom:5px;
- width:500px;
- height:105px;
- }
- .albumart {
- width:100px;
- height:100px;
- position:absolute;
- }
- .albumart img {
- width:100px;
- height:100px;
- float:left;
- }
- .playercontainer {
- opacity: .2;
- display:block;
- width:100px;
- height:100px;
- background-color:white;
- position:absolute;
- z-index:1;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .playercontainer:hover {
- opacity:.7;
- position:absolute;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .player {
- margin-left:36px;
- margin-top:36px;
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background-color:white;
- }
- .audioinfo {
- margin-left:110px;
- float:left;
- color:{color:Text};
- width:386px;
- padding:2px;
- margin-top:3px;
- }
- ::-moz-selection {
- text-shadow:0px 0px 0px transparent;
- background-color: {color:textselect};
- color: #ffffff;
- }
- ::selection {
- text-shadow:0px 0px 0px transparent;
- background-color: {color:textselect};
- color: #ffffff;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 5px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar-track{
- background-color:#fff;opacity:0;
- }
- ::-webkit-scrollbar-bottom{
- background-color:#fff;
- }
- body {
- background-color: #ffffff;
- color:{color:text};
- font-family:'cambria';
- font-style:normal;
- font-size: 9px;
- line-height:130%;
- letter-spacing:1px;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- color:{color:linkhover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- blockquote {
- border-left:1px solid #ececec;
- margin:5px 5px 2px 2px;
- padding: 1px 0 3px 6px;
- }
- blockquote blockquote {
- margin:5px 5px 2px 2px;
- padding: 1px 0 3px 6px;
- border-left:1px solid #ececec;
- }
- h1 {
- font-weight:normal;
- font-family:cambria;
- font-size:15px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- padding-top:20px;
- }
- #sb {
- z-index:1000;
- width:250px;
- position:fixed;
- margin-left:200px;
- margin-top:20px;
- }
- #flip-grid {
- margin-left:-50px;
- margin-top:80px;
- padding: 0;
- background-color:transparent;
- list-style: none;
- display: block;
- text-align: center;
- width: 200px;
- z-index:100;
- position:fixed;
- }
- #flip-grid:after,
- #flip-item:before {
- content: '';
- display: table;
- }
- #flip-grid:after {
- clear: both;
- }
- #flip-grid li {
- width: 200px;
- height: 200px;
- display: inline-block;
- margin: 0px;
- }
- .flip-item {
- width: 100%;
- height: 100%;
- border-radius: 500px;
- position: relative;
- box-shadow: 0 1px 2px rgba(0,0,0,0.1);
- cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
- }
- .flip-info-wrap,
- .flip-info{
- position: absolute;
- width: 160px;
- height: 160px;
- border-radius: 500px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-perspective: 1100px;
- -moz-perspective: 1100px;
- -o-perspective: 1100px;
- -ms-perspective: 1100px;
- perspective: 1100px;
- }
- .flip-info-wrap {
- top: 20px;
- left: 20px;
- background: #f9f9f9 url('{image:sidebar background}');
- background-size:200px;
- box-shadow:
- 0 0 0 20px rgba(255,255,255,0.2),
- inset 0 0 3px #999;
- }
- .flip-info {
- -webkit-transform-style: preserve-3d;
- -moz-transform-style: preserve-3d;
- -o-transform-style: preserve-3d;
- -ms-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- .flip-info > div {
- display: block;
- position: absolute;
- width: 100%;
- height: 100%;
- border-radius: 500px;
- background-position: center center;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .flip-info .flip-info-front {
- -webkit-transform-origin: 50% 100%;
- -moz-transform-origin: 50% 100%;
- -o-transform-origin: 50% 100%;
- -ms-transform-origin: 50% 100%;
- transform-origin: 50% 100%;
- z-index: 100;
- box-shadow:
- inset 0px 0px 20px rgba(0,0,0,0.1);
- }
- .flip-info .flip-info-back {
- background: rgba(230,132,107,0.0);
- }
- .flip-img-1 {
- background-image:url('{image:sidebar}');
- background-size:220px;
- background-position:center;
- }
- .flip-info h3 {
- width:auto;
- color:#3a3a3a;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-size: 9px;
- margin: 0px;
- padding: 0px 0px 2px 0px;
- height: auto;
- font-family:'book antiqua';
- text-shadow:
- 0 0 1px #fff,
- 0 1px 2px rgba(0,0,0,0.3);
- }
- .flip-info p {
- color:#3a3a3a;
- padding: 1px;
- font-style: italic;
- margin: 0 30px;
- font-size: 9px;
- border-top: 1px solid rgba(255,255,255,0.5);
- }
- .flip-info p a {
- color:#5f4848;
- font-style:normal;
- text-transform:Capitalize;
- font-size:9px;
- letter-spacing:1px;
- padding-top:5px;
- font-family:'tahoma';
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .flip-info p a:hover {
- color:#e9e6cb;
- border-bottom:0px solid #fff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .flip-item:hover .flip-info-front {
- -webkit-transform: rotate3d(1,0,0,-180deg);
- -moz-transform: rotate3d(1,0,0,-180deg);
- -o-transform: rotate3d(1,0,0,-180deg);
- -ms-transform: rotate3d(1,0,0,-180deg);
- transform: rotate3d(1,0,0,-180deg);
- box-shadow:
- inset 0 0 5px rgba(255,255,255,0.2),
- inset 0 0 3px rgba(0,0,0,0.3);
- }
- .flip-item:hover .flip-info-back {
- background: rgba(0,0,0,0.0);
- }
- #pagination {
- border:0px solid transparent;
- padding-top:2px;
- padding-bottom:3px;
- margin-left:5px;
- margin-right:5px;
- font-size:12px;
- text-align:center;
- margin-top:300px;
- margin-left:-150px;
- }
- #pagination a {
- border-radius:50px;
- border-bottom:0px solid transparent;
- padding-left:7px;
- padding-right:6px;
- padding-top:2px;
- padding-bottom:4px;
- background-color:#fff;
- color:{color:link};
- -webkit-transition: all 0.7s ease-out;
- }
- #pagination a:hover {
- text-shadow:0px 0px 0px #fff;
- color:#fff;
- background-color:{color:linkhover};
- }
- #info {
- border:1px solid #ececec;
- border-bottom:1px solid #ececec;
- text-align:left;
- font-family:'georgia';
- padding-top:10px;
- padding-bottom:10px;
- margin-top:15px;
- font-size:8px;
- text-transform: lowercase;
- }
- #asker {
- margin-top:8px;
- float:left;
- margin-right:10px;
- }
- #contained {
- width: 500px;
- margin:0px auto;
- }
- #container a{
- color:{color:background};
- }
- #desc {
- width: 120px;
- margin:0px auto;
- }
- {block:ifhovertags}
- #post:hover .tags {
- margin-top:0px;
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-family:calibri;
- margin-top:-10px;
- opacity:0;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {/block:ifhovertags}
- {block:ifnothovertags}
- .tags {
- font-family:calibri;
- margin-top:0px;
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {/block:ifnothovertags}
- #desc a {
- border-bottom:0px;
- border:0px solid transparent;
- font-family:calibri;
- text-transform:uppercase;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #desc a:first-letter {
- font-weight:bold;
- }
- #desc a:hover #desc{
- font-family:calibri;
- text-transform:uppercase;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}</style>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "iPhone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
- </head>
- <body>
- <div id="sb">
- <div id="contained">
- <div id="description">
- </div>
- <div id="flip-grid">
- <li>
- <div class="flip-item flip-img-1">
- <div class="flip-info-wrap">
- <div class="flip-info">
- <div class="flip-info-front flip-img-1"></div>
- <div class="flip-info-back">
- <br><br><br>
- <div id="desc">
- {description}
- </center>
- <br><br>
- <a href="{text:link1}">{text:link1title}</a><br>
- <a href="{text:link2}">{text:link2title}</a><br>
- <a href="{text:link3}">{text:link3title}</a><br>
- <a href="{text:link4}">{text:link4title}</a><br>
- <a href="{text:link4}">{text:link5title}</a><br>
- </div>
- </li>
- </div>
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<br><br>{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <center>{block:Quote}<big>{Quote}</big>{block:Source} <br>- {Source}{/block:Source}{/block:Quote}</center>
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="audio">
- <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>
- {block:TrackName}<div class="audioinfo"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
- {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
- {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
- {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount} times</div> {/block:PlayCount}
- </div>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><p align="left"><b>{Asker} <i>asked:</i></b><br>{Question}</p><p align="left"><br>{Answer}</p>{/block:Answer}
- <div id="info">
- {block:Date}<div class="date"><center><a href="{Permalink}">{TimeAgo}</a> • {block:RebloggedFrom}<a title="{reblogparenturl}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} • <a href="{SourceURL}"><a href="{SourceURL}">source</a> •{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a><br>
- <small>{block:HasTags}<div class="tags">{block:Tags} <a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</small></div>
- </div>
- {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">ᴛʜᴇᴍᴇ ʙʏ ᴋɪᴍsᴊᴏɴɢɪɴ</a></center>{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- <!--
- ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ᴛʜᴇᴍᴇ 5 | ʟᴏᴏᴋɪɴɢ ɢʟᴀss | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ)
- ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊
- -->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment