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}
- <!-----------
- THEME 06 by clumhood
- :> ------------>
- <!--------default variables------->
- <meta name="color:background" content="#d7d5d5"/>
- <meta name="color:text" content="#333333"/>
- <meta name="color:links" content="#5b5b5b"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:topbar background" content="#ffffff"/>
- <meta name="color:main color" content="#000000"/>
- <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="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=" ">
- <!------------------------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">
- $(“.tumblr_video_iframe”).width(“540px”);
- </script>
- <!-------------------------------------------------------------------->
- <script type="text/javascript" src="http://static.tumblr.com/p2evvtm/Wycm17d1m/tumblr_search_box.js"></script>
- <style type="text/css">
- /*----------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 1px 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:{color:background};
- color:{color:text};
- font-family:calibri;
- line-height:15px;
- font-size:11px;
- margin:0;
- text-align:left;
- letter-spacing:1px;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid;
- border-color:#eeeeee;
- margin:10px;
- letter-spacing:1px;
- 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};
- }
- /*----------header---------*/
- .topbar {
- width:100%;
- height:auto;
- background:{color:topbar background};
- height:100px;
- box-shadow:0px 3px 10px rgba(0,0,0,.15)
- margin:auto;
- position:fixed;
- z-index:9999;
- }
- .topcontainer {
- width:1100px;
- height:100px;
- margin-left:calc(50% - 550px);
- float:left;
- }
- .navi {
- width:540px;
- background:{color:main color};
- height:auto;
- padding:10px;
- display:inline-block;
- margin-top:30px;
- margin-right:5%;
- word-spacing:30px;
- float:right;
- box-shadow:0px 2px 3px rgba(0,0,0,.15)
- }
- .navi a {
- color:{color:topbar links};
- font-size:15px;
- text-transform:uppercase;
- }
- .navi a:hover {
- color:grey;
- }
- .initials {
- position:absolute;
- background:{color:main color};
- color:white;
- margin-top:20px;
- padding-top:20px;
- padding-bottom:20px;
- width:60px;
- text-align:center;
- margin-left:20px;
- font-size:20px;
- letter-spacing:5px;
- box-shadow:0px 2px 3px rgba(0,0,0,.15)
- }
- .topdesc {
- position:absolute;
- background:#eee;
- width:200px;
- height:35px;
- margin-top:20px;
- margin-left:90px;
- padding:10px;
- text-align:justify;
- margin-right:10px;
- }
- #header{
- position:absolute;
- top:0;
- left:0;
- right:0;
- height:100%;
- background-image:url({image:header});
- background-size:cover;
- background-position:center;
- }
- #fadein { position:relative; width:1000px; height:450px; }
- .fadein img { position:absolute; left:0px; top:100px;}
- #headerimg{
- position:absolute;
- margin-left:0px;
- width:1100px;
- height:410px;
- }
- /* SEARCH -----------------------------------*/
- input[type=text] {background-color:#8792b0; color:#ffffff; width:250px; padding:25px; border-style:none; font-size:15px; margin-top:0px; margin-left:-20px; outline:0;} input[type=submit] {background-color:#8792b0; font-weight:bold; letter-spacing:1px; font-size:15px; margin-left:45px; color:#ffffff; border-style:none; outline:0; padding:12px; font-family:calibri;}
- #sb {height: 15px; margin-top:20px; margin-left:55px;}
- /*----------posts---------*/
- .container {
- width:1100px;
- margin-left:calc(50% - 550px);
- position:absolute;
- padding-top:700px;
- background:transparent;
- }
- .posts {
- {block:IndexPage}
- margin-bottom:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:40px;
- {/block:PermalinkPage}
- width:541px;
- background:white;
- padding:30px;
- float:right;
- margin-right:45px;
- box-shadow:0px 3px 8px rgba(0,0,0,.15)
- }
- .entries {
- float:right;
- margin-top:0px;
- width:1100px;
- }
- .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:8px;
- letter-spacing:1px;
- margin-top:15px;
- }
- .tags {
- margin-top:5px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- }
- .tags a {
- margin-right:8px;
- }
- /*----------post notes---------*/
- .notes {
- margin-top: 20px;
- width: 540px;
- 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{
- position:absolute;
- margin-left:30px;
- width:370px;
- color:#7b7b7b;
- }
- .cti {
- padding:10px;
- color:white;
- font-size:20px;
- text-transform:uppercase;
- text-align:left;
- font-family:'roboto', sans-serif;
- font-size:15px;
- }
- .ctio {
- text-align:center;
- font-family:'roboto', sans-serif;
- font-size:15px;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:-1px;
- padding:10px;
- border-bottom:1px solid #6b6b6b;
- margin-bottom:20px;
- color: #ffffff;
- }
- .categoryy {
- width:410px;
- padding:0px;
- margin-bottom:10px;
- background:#8792b0;
- font-size:11px;
- text-align:justify;
- box-shadow:0px 3px 10px rgba(0,0,0,.15)
- }
- .categoryyy {
- width:410px;
- padding:0px;
- margin-bottom:10px;
- font-size:11px;
- text-align:justify;
- box-shadow:0px 3px 10px rgba(0,0,0,.15)
- }
- .category {
- width:370px;
- padding:20px;
- margin-bottom:10px;
- background:#2b2b2b;
- font-size:12px;
- text-align:justify;
- box-shadow:0px 3px 10px rgba(0,0,0,.15)
- }
- .category a:hover {
- color:{color:link hover};
- }
- .desc {
- width:350px;
- padding:10px;
- text-align:justify;
- font-family:arial;
- letter-spacing:0px;
- }
- .descr {
- width:350px;
- padding:10px;
- text-align:center;
- font-family:arial;
- font-size:13px;
- letter-spacing:0px;
- }
- dtitle{
- font-size:20px;
- font-family:arial;
- text-transform:uppercase;
- font-weight:bold;
- color: #fff;
- }
- dnumber{
- font-size:18px;
- font-family:arial;
- padding:8px;
- text-transform:uppercase;
- font-style:italic;
- color: #fff;
- border: 1px solid #fff;
- border-top-left-radius: 80px ;
- border-top-right-radius: 80px ;
- border-bottom-right-radius: 80px ;
- border-bottom-left-radius: 80px ;
- }
- separator{
- letter-spacing:-2px;
- }
- #m {
- font-family:arial;
- font-size:9px;
- letter-spacing:0px;
- }
- .affiliates {
- padding-left:30px;
- width:335px;
- }
- .affiliates img {
- width:64px;
- padding-left:0px;
- }
- /*----------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;
- }
- .asker {
- text-transform:uppercase;
- }
- .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:540px;
- }
- .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-top:70px;
- margin-left:950px;
- font-family:arial;
- text-transform:uppercase;
- }
- /*----------credit---------*/
- .credit {
- font-size:12px;
- position:fixed;
- font-weight:bold;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:0px;
- padding:5px;
- background:black;
- padding-right:7px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- {block:IndexPage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </div>
- <div id="header">
- </div>
- <div class="container">
- <div class="credit">
- <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
- <div class="entries">
- <div id="sidebar">
- <!-- category 1 -->
- <div class="category" style="line-height:150%;">
- <div class="cti">Welcome</div>
- <center><div class="desc">{Description}</div></center>
- </div>
- <div class="categoryy" style="line-height:150%;">
- <center><form onsubmit="return tagSearch(this)"><input type="text" size="20" name="tag" placeholder="Search" onfocus="if (this.value == '{text:Search Label}') {this.value=''}" onblur="if (this.value == '') {this.value='{text:Search Label}'}" />
- <input type="image" value="Search" src="http://iconmonstr.com/g/gd/makefg.php?i=s2/default/iconmonstr-magnifier-2-icon.png&r=255&g=255&b=255" id="sb"/></form></center>
- </div>
- <!-- category 2 -->
- <div class="category" style="line-height:150%;">
- <img src="https://41.media.tumblr.com/29ede84a4aae45941333a113f6f443eb/tumblr_ntgrpeFu2G1t55b9yo5_r1_400.jpg"
- style="width:410px;height:277px;margin-left:-20px;margin-top:-20px;"><center>
- <dnumber>01</dnumber><br><br>
- <dtitle>WHO IS<br>
- KIYONG?</dtitle><br>
- <separator>ㅡㅡㅡ</separator><br>
- <div class="desc">Ashton Fletcher Irwin (born in July 7, 1994 in Hornsby, Australia) is the drummer of 5 Seconds of Summer. He attended Richmond High School before starting his music career in 2011, and was the last member to join 5SOS.</div></center>
- </div>
- <!-- affiliates -->
- <div class="category">
- <img src="https://41.media.tumblr.com/e0149b3300588d2943133ba509ad858c/tumblr_ntgrpeFu2G1t55b9yo10_r4_1280.jpg"
- style="width:410px;height:230px;margin-left:-20px;margin-top:-20px;">
- <div class="descr">
- <dnumber>02</dnumber><br><br><br>
- <dtitle>WE BROKE UP</dtitle><br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/room-93-ep/id930637389">iTunes</a> | <a href="http://www.amazon.com/Room-93-EP-Halsey/dp/B00T4LLK46/ref=sr_1_1?ie=UTF8&qid=1434666411&sr=8-1&keywords=room+93+halsey">Amazon</a><br>
- <b>Released</b>: October 27th, 2014
- </div>
- <br>
- <img src="https://41.media.tumblr.com/60f039b953b30861dcdfc9a2f19968c3/tumblr_ntgrpeFu2G1t55b9yo7_r2_1280.jpg"
- style="width:410px;height:230px;margin-left:-20px;margin-top:10px;">
- <div class="descr">
- <dnumber>03</dnumber><br><br><br>
- <dtitle>SUNAM GIRLS</dtitle><br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/room-93-ep/id930637389">iTunes</a> | <a href="http://www.amazon.com/Room-93-EP-Halsey/dp/B00T4LLK46/ref=sr_1_1?ie=UTF8&qid=1434666411&sr=8-1&keywords=room+93+halsey">Amazon</a><br>
- <b>Released</b>: October 27th, 2014
- </div>
- <br>
- <img src="https://36.media.tumblr.com/0fd224d5dee9ededc2a4b573c1ec217f/tumblr_ntjbxkAGNi1t55b9yo9_r2_1280.jpg"
- style="width:410px;height:230px;margin-left:-20px;margin-top:10px;">
- <div class="descr">
- <dnumber>04</dnumber><br><br><br>
- <dtitle>GREATEST MARRIAGE</dtitle><br>
- <b>Label</b>: Astralwerks<br>
- <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/room-93-ep/id930637389">iTunes</a> | <a href="http://www.amazon.com/Room-93-EP-Halsey/dp/B00T4LLK46/ref=sr_1_1?ie=UTF8&qid=1434666411&sr=8-1&keywords=room+93+halsey">Amazon</a><br>
- <b>Released</b>: October 27th, 2014
- </div></div>
- <div class="category" style="line-height:150%;">
- <!-- SnapWidget -->
- <script src="http://snapwidget.com/js/snapwidget.js"></script>
- <iframe src="http://snapwidget.com/in/?u=anVhbnhrdWl8aW58MTI1fDV8M3x8bm98NXxmYWRlSW58b25TdGFydHx5ZXN8eWVz&ve=230815" title="Instagram Widget" class="snapwidget-widget" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:100%;"></iframe>
- </div>
- <div class="categoryyy" style="line-height:150%;">
- <a class="twitter-timeline"
- href="https://twitter.com/Kiyongupdates"
- data-widget-id="635342964076576768"
- width="450"
- height="420">
- Tweets by @Kiyongupdates</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </div>
- <!-- category 4 -->
- <div class="category" style="line-height:150%;">
- <div class="cti">SITE STATISTICS</div>
- <center><div class="desc">
- <b>Name:</b> JJANGKIYONG<br>
- <b>Established:</b> December 03, 2013<br>
- <b>Online:</b><br>
- <b>Subscribers:</b><br>
- <b>Network:</b><br>
- <b>Mail to:</b><br>
- </div></center>
- </div>
- <!-- category 5 -->
- <div class="category" style="line-height:150%;">
- <div class="cti">Disclaimer</div><center><div class="desc">Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. 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.</div></center>
- </div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {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">
- <a href="{Permalink}" title="AT {12Hour}:{Minutes}{CapitalAmPm}" style="background-color:{color:main color};padding:2px 5px 3px 5px; font-weight:bold; color:white;">{DayOfMonthWithZero} {ShortMonth} {Year}</a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCountWithLabel}</a>
-
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ source</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details">/ reblog</a>
- </div>
- </font>
- {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}
- {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}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
- <script>
- /* questions? ask oddhour.tumblr.com */
- var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 256px; } .photoset .photoset_row.photoset_row_3 img { max-width: 173px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
- function updatePhotoset() {
- $(".photoset").each( function (i, e) {
- if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
- $(this.contentDocument).find("head").append(updatePhotosetCss);
- var photoset = $(this.contentDocument).find(".photoset");
- var photosetRows = photoset.find(".photoset_row");
- photoset.find(".photoset_photo")
- .each(function () {
- var hiResSrc = $(this).attr("href");
- var img = $(this).find('img');
- img.attr("src", hiResSrc );
- img.attr("style", "");
- });
- photosetRows.attr("style", "").css("margin-bottom", "-5px");
- photoset.attr("style","");
- $(this).height($(this.contentDocument.body).height());
- });
- }
- updatePhotoset();
- var photosetTimer = setInterval(updatePhotoset, 1500);
- $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
- </script>
- </body>
- </div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment