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}
- <!--------default variables-------->
- <meta name="color:background" content="#d7d5d5"/>
- <meta name="color:container" content="#f8f8f8">
- <meta name="color:post backgrounds" content="#ffffff">
- <meta name="color:topbar" fwecontent="#ffffff">
- <meta name="color:topbar text" content="#333333">
- <meta name="color:topbar border" content="#eee">
- <meta name="color:logo" content"#8aacb5">
- <meta name="color:navigation" content="#ffffff">
- <meta name="color:navlinks" content="#5b5b5b">
- <meta name="color:text" content="#333333"/>
- <meta name="color:links" content="#5b5b5b"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:topbar links" content="#ffffff"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="image:background image" content=""/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 1 url" content=" ">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 2 url" content=" ">
- <meta name="text:link 3 title" content="link">
- <meta name="text:link 3 url" content=" ">
- <meta name="text:link 4 title" content="link">
- <meta name="text:link 4 url" content=" ">
- <link href='http://fonts.googleapis.com/css?family=Roboto:700,400' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Oleo+Script:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <!------------------------TOOLTIPS SCRIPT--------------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:700,400:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Oleo+Script:400,700:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <!-------------------------------------------------------------------->
- <script src="http://code.jquery.com/jquery-latest.min.js"></script>
- <script src="http://unslider.com/unslider.min.js"></script>
- <style type="text/css">
- /*************** TWITTER */
- .widget { /* this is the widget container. change it to your liking. */
- width: 300px;
- margin: 2em auto;
- margin-top:0px;
- text-align: justify;
- line-height: 150%;
- margin-bottom: 4em;
- }
- /* DON'T TOUCH THESE LINES! D: */
- .banner { position: relative; overflow: auto; margin: 50px auto; }
- .banner ul { margin: 0; padding: 0; }
- .banner li { list-style: none; }
- .banner ul li { float: left; position: relative; }
- /* These are the styles for your widget. change it to your liking. */
- #tweets li {
- min-height: 5em;
- text-align: center;
- }
- #twitter {
- border: 0;
- border-collapse: collapse;
- width: 70%;
- margin: 0 auto;
- }
- #twitter th {
- text-align: center;
- font-variant: small-caps;
- }
- #twitter td:first-child {
- font-weight: bold;
- border: 1px solid #E7DDD3;
- width: 25%;
- text-align: center;
- }
- #twitter td:last-child {
- font-style: italic;
- padding-left: 1em;
- }
- /*----------tooltips---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- font-weight:lighter;
- letter-spacing:2px;
- font-family:helvetica;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------scrollbar---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px!important
- }
- /*----------basics---------*/
- body {
- background:url(http://i57.tinypic.com/10xzuhw.jpg) fixed; background-repeat: no-repeat; background-position: center top; margin: 29px 0 15px 0;
- color:{color:text};
- font-family:arial;
- line-height:15px;
- font-size:11px;
- margin:0;
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid;
- border-color:#eeeeee;
- margin:10px;
- letter-spacing:0px;
- padding:10px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color: {color:links hover};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- small {
- font-size:10px;
- }
- big {
- font-size:13px;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:20px;
- font-weight:bold;
- font-family:arial;
- letter-spacing:0px;
- line-height:150%;
- }
- b {
- color:{color:bold};
- }
- /* CREDIT: DO NOT REMOVE OR ALTER */
- .footer{
- margin:0px auto;
- text-align:center;
- padding:30px;
- clear: both;
- color:#fff;
- z-index: 999;
- overflow: hidden;
- font-size: 11px;
- font-family: 'Roboto', sans-serif;
- letter-spacing:2px;
- }
- .footer a {
- text-decoration:none;
- letter-spacing:2px;
- color:#fff;
- }
- /*----------header---------*/
- #header {
- margin: 0 auto;
- overflow: hidden;
- width: 100%;
- height: 711px;
- background-image:url(http://i57.tinypic.com/2rnwnxi.jpg);
- background-repeat:no-repeat;
- background-position:top center;
- -webkit-box-shadow: 0 0 100px 0 #311b24;
- box-shadow: 0 0 100px 0 #311b24;
- }
- #top {
- position: absolute;
- right: 4%;
- top: 5%;
- width: 92%;
- height: 0px;
- border-top: 2px solid rgba(216,198,236,.90);
- }
- #left {
- position: absolute;
- left: 4%;
- top: 5%;
- height: 90%;
- width: 0px;
- border-left: 2px solid rgba(216,198,236,.90);
- }
- #bottom {
- position: absolute;
- width: 92%;
- height: 0px;
- margin: 0 auto;
- left: 0px;
- right: 0px;
- bottom: 5%;
- border-bottom: 2px solid rgba(200,200,200,.90);
- }
- #right {
- position: absolute;
- right: 4%;
- top: 5%;
- height: 90%;
- width: 0px;
- border-right: 2px solid rgba(200,200,200,.90);
- }
- #topbar {
- border-bottom:1px solid #ddd;
- width: 1100px;
- margin: 0px auto;
- margin-top:-133px;
- letter-spacing: 3px;
- position:relative;
- background:#1b1a1a;
- text-align: center;
- line-height:70px;
- -webkit-box-shadow: 00 20px 0 rgba(0,0,0,0.07);
- box-shadow: 0 0 20px 0 rgba(0,0,0,0.07);}
- #topbar a {
- font-family: 'Roboto', sans-serif;
- font-weight: 700;
- font-size: 9pt;
- letter-spacing:1px;
- color: #747474;
- text-transform: uppercase;
- text-decoration: none;
- padding-bottom: 11px;
- margin: 10px;
- -webkit-box-shadow: 0 0 0 0 #ffffff;
- box-shadow: 0 0 0 0 #ffffff;
- -webkit-transition: all 250ms linear;
- -moz-transition: all 250ms linear;
- -ms-transition: all 250ms linear;
- -o-transition: all 250ms linear;
- transition: all 250ms linear;
- }
- #topbar a:hover {
- font-family: 'Roboto', sans-serif;
- font-weight: 700;
- font-size: 9pt;
- text-transform: uppercase;
- color: #96999b;
- text-decoration: none;
- padding-bottom: 20px;
- margin: 10px;
- -webkit-transition: all 250ms linear;
- -moz-transition: all 250ms linear;
- -ms-transition: all 250ms linear;
- -o-transition: all 250ms linear;
- transition: all 250ms linear;
- }
- /*----------posts---------*/
- #container {
- background:{color:container};
- width: 1100px;
- margin: 0px auto;
- min-height:3000px;
- margin-top: 0px;
- -webkit-box-shadow: 0 0 100px 0 #311b24;
- box-shadow: 0 0 100px 0 #311b24;
- }
- .posts {
- {block:IndexPage}
- margin-bottom:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:40px;
- {/block:PermalinkPage}
- width:500px;
- border:1px solid #ddd;
- -webkit-box-shadow: 0 05px 0 rgba(0,0,0,0.05);
- box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
- background:{color:post backgrounds};
- padding:30px;
- margin-right:55px;
- float:right;
- }
- .entries {
- float:right;
- margin-top:55px;
- width:1100px;
- background:{color:container};
- }
- .posts img, .posts li, .posts blockquote {
- max-width: 100%;
- }
- .posts li {
- list-style: square;
- }
- blockquote img {
- max-width:320px!important;
- }
- /*----------post info---------*/
- .info {
- border-top:1px solid #eeeeee;
- padding-top:15px;
- text-transform:uppercase;
- font-size:9px;
- font-family:'roboto', sans-serif;
- letter-spacing:1px;
- margin-top:15px;
- }
- .tags {
- margin-top:0px;
- font-size:9px;
- letter-spacing:1px;
- }
- .tags a {
- margin-right:8px;
- }
- /*----------post notes---------*/
- .notes {
- margin-top: 20px;
- width: 500px;
- margin-left: -40px;
- margin-bottom: 70px;
- float:right;
- margin-right:40px;
- }
- .notes li {
- list-style: none;
- padding: 5px;
- margin-bottom: 10px;
- border-radius: 5px;
- box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
- }
- .notes li img {
- float: right;
- width: 12px;
- }
- /*----------categories---------*/
- #sidebar {
- background:#fff;
- margin-left: 40px;
- position: absolute;
- width: 360px;
- margin-top: 2px;
- z-index: 999999;
- text-align: justify;
- border:1px solid #eaeaea;
- -webkit-box-shadow: 0 05px 0 rgba(0,0,0,0.05);
- box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);}
- #section {
- width: 310px;
- font-weight:500;
- font-family:'Arimo', sans-serif;
- text-transform:normal;
- font-size: 11px;
- background: #fff;
- line-height: 15px;
- text-align: justify;
- margin-bottom: 30px;
- padding:25px;}
- #section a {
- color: #797979;}
- #section a:hover {
- color: #747e87;
- transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;}
- #section li {
- list-style: none;
- padding:6px;
- border-bottom: 1px solid #eee;}
- #section li:hover {
- background:#f7f7f7;}
- #section li a:hover {
- color:#747e87;
- transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;}
- .sidebartitle {
- color: #797979;
- border-bottom: 1px solid #dcdcdc;
- margin-top:-10px;
- padding:15px;
- width:278px;
- text-align:center;
- font-family: 'Roboto', sans-serif;
- font-size:13px;
- text-transform:uppercase;
- font-weight:none;
- letter-spacing:1px;
- }
- .sidebartitle2 {
- color: #797979;
- border-bottom: 1px solid #dcdcdc;
- margin-top:-10px;
- margin-bottom:-20px;
- padding:15px;
- margin-left:30px;
- width:270px;
- text-align:center;
- font-family: 'Roboto', sans-serif;
- font-size:13px;
- text-transform:uppercase;
- font-weight:none;
- letter-spacing:1px;
- }
- .projects {
- font-weight:500;
- font-family:'Arimo', sans-serif;
- text-transform:normal;
- font-size: 11px;}
- .projects u {
- font-size:12px;
- text-transform:capitalize;
- text-decoration:none;
- font-weight:600;
- color:{color:text};
- }
- .projects b {
- color:{color:text};
- }
- .projects img {
- -webkit-filter: grayscale(50%);
- border: 1px solid #eee;
- padding:5px;
- background:#fff;
- -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.06);
- box-shadow: 0 0 7px 0 rgba(0,0,0,0.06);}
- .projects img:hover {
- -webkit-filter: grayscale(0%);
- transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;}
- .campaign {
- width:auto;
- height:auto;
- text-align:center;
- }
- .campaign img {
- border:1px solid #eee;
- width:86px;
- padding:5px;
- -webkit-filter: grayscale(100%);
- -webkit-box-shadow: 0 0 10px 0 #ededed;
- box-shadow: 0 0 10px 0 #ededed;}
- .campaign img:hover {
- -webkit-filter: grayscale(0%);
- transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;}
- #welcome-message-img img {
- position: relative;
- z-index: 0;
- height: auto;
- }
- #welcome-message {
- position: relative;
- z-index: 10;
- background: #565656;
- margin: 20px;
- margin-top:-80px;
- padding: 20px;
- font-size: 8pt;
- line-height: 12pt;
- color: #949494;
- text-align: justify;
- -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
- box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);}
- /*----------quotes---------*/
- .quote {
- font-size:12px;
- font-weight:bold;
- text-align:center;
- letter-spacing:1px;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- letter-spacing:1px;
- }
- /*----------chat---------*/
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- background:#fafafa;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .line.even {
- background:#ffffff;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:links};
- }
- /*----------questions---------*/
- .question {
- background:#fafafa;
- padding:10px;
- text-align:center;
- }
- .asker {
- text-transform:uppercase;
- font-family:'roboto', sans-serif;
- letter-spacing:1px;
- text-align:center;
- line-height:150%;
- }
- .answer {
- padding:10px;
- margin-top:-15px;
- }
- /*----------audio---------*/
- .playerbutton {
- position:relative;
- width:30px;
- height:35px;
- overflow:hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top:-7px;
- left:2px;
- }
- .tumblr_audio_player {
- height:50px;
- width:500px;
- }
- .playerbuttonbg {
- position:absolute;
- width:35px;
- height:35px;
- background-color:#e4e4e4;
- padding:10px;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding:5px;
- line-height:15px;
- }
- .audiowrapper {
- position:relative;
- display:inline-block;
- }
- /*-- Pagination --*/
- #pagi {
- margin-bottom:35px;
- margin-left:740px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:20px;
- font-weight:bold;
- }
- /*----------credit---------*/
- .credit {
- font-size:8px;
- position:fixed;
- font-weight:bold;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="header"></div>
- <div id="top"></div>
- <div id="left"></div>
- <div id="right"></div>
- <div id="bottom"></div>
- <div id="topbar">
- <a class="homepage" href="/"> <i class="fa fa-home"></i> Homepage</a>
- <a href="/"><i class="fa fa-list"></i>Biography</a>
- <a href="http://gomez-pictures.com"><i class="fa fa-camera"></i>
- Navigation</a>
- <a href="/tagged/video"><i class="fa fa-play"></i>
- Archive</a>
- <a href="/website"><i class="fa fa-desktop"></i>
- Website</a>
- <a href="/contact"><i class="fa fa-envelope"></i> Contact</a>
- </div>
- <div id="container">
- <div class="entries">
- <section id="sidebar">
- <div id="welcome">
- <div id="-message-img">
- <img src="http://i62.tinypic.com/bitqfm.jpg"></div>
- <div id="welcome-message">
- {Description}
- </div>
- </div>
- <div id="section">
- <div class="sidebartitle">Official Sites</div>
- <li><a href="http://selenagomez.com/">YGKplus Website</a></li>
- <li><a href="https://www.facebook.com/SelenaGomez">YGKplus Instagram</a>
- <li><a href="https://www.youtube.com/user/SelGomez">YGKplus Facebook</a></li>
- <li><a href="https://www.youtube.com/user/SelGomez">YGKplus Youtube</a></li>
- <li><a href="https://www.youtube.com/user/SelenaGomezVEVO">YG Stage for YG Actors</a></li>
- </div>
- <div id="section">
- <div class="sidebartitle">CURRENT PROJECTS</div>
- <br>
- <div class="projects img">
- <img src="http://i59.tinypic.com/svidf6.jpg">
- </div>
- <br>
- <div class="projects" style="margin-top:-95px;margin-left:105px;">
- <u>We Broke Up</u>
- <br>
- <b>Type:</b> Webdrama
- <br>
- <b>Date:</b> July 2015
- <br>
- <b>Role:</b> Seo Hyun Woo
- </div>
- <br><br>
- <div class="projects img">
- <img src="http://i61.tinypic.com/2urmr01.jpg">
- </div>
- <div class="projects" style="margin-top:-85px;margin-left:105px;">
- <u>My Love Eun-Dong </u>
- <br>
- <b>Type:</b> Drama
- <br>
- <b>Date:</b> May 2015
- <br>
- <b>Role:</b> Lee Seok Tae
- </div>
- <br><br>
- <div class="projects img">
- <img src="http://i61.tinypic.com/5k0rj4.jpg">
- </div>
- <div class="projects" style="margin-top:-85px;margin-left:105px;">
- <u>Design's Tour</u>
- <br>
- <b>Type:</b> TV Show
- <br>
- <b>Season:</b> 1 & 2
- <br>
- <b>Status:</b> MC
- </div>
- <br><br>
- <div class="projects img">
- <img src="http://i61.tinypic.com/2ij6aaa.jpg">
- </div>
- <div class="projects" style="margin-top:-85px;margin-left:105px;">
- <u>Sunam Girls</u>
- <br>
- <b>Type:</b> Drama
- <br>
- <b>Date:</b> December 2014
- <br>
- <b>Role:</b> Lee Chae Joon
- </div>
- <br><br>
- <div class="projects img">
- <img src="http://i61.tinypic.com/2nk8jcy.jpg">
- </div>
- <div class="projects" style="margin-top:-85px;margin-left:105px;">
- <u>Greatest Marriage</u>
- <br>
- <b>Type:</b> Drama
- <br>
- <b>Date:</b> September 2014
- <br>
- <b>Role:</b> Pedro
- </div>
- <br><br>
- </div>
- <div class="sidebartitle2"> <i class="fa fa-twitter"></i> KIYONGUPDATES</div>
- {block:Twitter}
- <div class="widget">
- <div class="banner">
- <ul id='tweets'>
- </ul>
- </div>
- </div>
- {/block:Twitter}
- <div id="section">
- <div class="sidebartitle">CAMPAIGNS</div>
- <br>
- <div class="campaign">
- <a href="/tagged/hollys-coffee" title="Hollys Coffee">
- <img src="http://i60.tinypic.com/69l3ys.jpg"></a>
- <a href="/tagged/gxg-kids" title="GXG Kids (China)">
- <img src="http://i62.tinypic.com/26457b4.png"></a>
- <a href="/tagged/gxg-jeans" title="GXG Jeans (China)">
- <img src="http://i58.tinypic.com/21dg08i.jpg"></a>
- <a href="/tagged/gxg-jeans" title="Jambangee Jeans">
- <img src="http://i57.tinypic.com/2cmm72v.jpg"></a>
- <a href="/tagged/le-coq-sportif" title="Le Coq Sportif">
- <img src="http://i59.tinypic.com/280k581.jpg"></a>
- </div></div>
- <div id="section">
- <div class="sidebartitle">SITE STATISTICS</div>
- <br>
- <b>Established:</b> December 2013
- <br>
- <b>Network:</b> <a href="http://kmodelsnetwork.tumblr.com"></a>koreanmodels</a>
- <br>
- <b>Currently Online:</b>
- <br>
- <b>Followers:</b>
- <br>
- <b>Contact:</b> [email protected]</a>
- <br><br>
- We are in no way affiliated with Selena, the Gomez Family, her agency or management. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed. All copyrighted materials posted on this blog documenting and illustrating our interests.
- </div>
- </section>
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {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} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="playerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerGrey}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker"><b>{Asker} said:</b></div>
- {Question}</div><br>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- {block:Date}
- <b><a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</b></a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCount}</a>
-
- <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a> <b>Posted by</b> <a href="{PostAuthorURL}">{PostAuthorName}</a>
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </font style>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Posts}
- <p>
- {block:PostNotes}
- <div style="margin-left:15px;">
- {PostNotes}{/block:PostNotes}
- <div id="pagi">
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </div></div></div></div></div></div></div></div></div></div></div>
- <!-- FOOTER -->
- {block:IndexPage}
- <div class="footer">
- <p style="text-transform:none; letter-spacing:0px;">{text:footer}</p>
- <!-- CREDIT: DO NOT REMOVE -->
- JJANGKIYONG   /   <a href="http://kitsuneae.tumblr.com">THEME BY</a>   /   POWERED BY TUMBLR © 2015
- </div>
- {/block:IndexPage}
- <script type="text/javascript">
- function recent_tweets(data) {
- for (i=0; i<data.length; i++) {
- if(i==0) {
- $("#twitter .userName").html("<a href='http://twitter.com/" + data[i].user.screen_name + "' target='_blank'>@" + data[i].user.screen_name + "</a>");
- $("#twitter .userFollowing").html(data[i].user.friends_count);
- $("#twitter .userFollowers").html(data[i].user.followers_count);
- }
- if (i<8) {
- document.getElementById("tweets").innerHTML =
- document.getElementById("tweets").innerHTML + "<li><a href='#'>"+data[i].text+"</a></li>";
- }
- }
- }
- $(document).ready(function() {
- $('.banner').unslider();
- });
- </script>
- {block:Twitter}
- <script type="text/javascript" src="/tweets.js"></script>
- {/block:Twitter}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment