Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-------------------------------------------------------------------
- Theme #11 by kpop-colorings.tumblr.com
- by admin margie @ hyukk-jae.tumblr.com
- Do not remove the credits
- Do not copy or repost
- Don't use as base code
- If there are any problems please tell me
- --------------------------------------------------------------------->
- <head>
- </script>
- <style>html, body, a { cursor:url("https://68.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"), auto !important; }
- a:hover{cursor:url("https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_n6zhnrva5p1r1shc4.png"), auto !important; }
- </style>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#acacac"/>
- <meta name="image:Background" content=""/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="color:Light Accents" content="#eee"/>
- <meta name="color:Link" content="#aaa"/>
- <meta name="color:Link Hover" content="#63b7a4"/>
- <meta name="color:Title" content="#888"/>
- <meta name="color:Sidebar Link" content="#aaa"/>
- <meta name="color:Sidebar Border" content="#d5d5d5"/>
- <meta name="color:Sidebar Link Hover" content="#63b7a4"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link 1" content="index"/>
- <meta name="text:Link 1 url" content="/"/>
- <meta name="text:Link 2" content="ask"/>
- <meta name="text:Link 2 url" content="/ask"/>
- <meta name="text:link 3" content="archive"/>
- <meta name="text:Link 3 url" content="/archive"/>
- <meta name="text:Link 4" content="link 4"/>
- <meta name="text:Link 4 url" content="/"/>
- <meta name="text:Link 5" content="link 5"/>
- <meta name="text:Link 5 url" content="/"/>
- <!--post width options-->
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="1"/>
- <style type="text/css">
- /* follow/dashboard buttons */
- iframe#tumblr_controls {
- right:2px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.16;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- -webkit-filter: invert(100%);
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.16;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -webkit-filter: invert(100%);
- }
- /* basic styles */
- body {
- color: {color:Text};
- background-color: {color:Background};
- background-image: url({image:Background});
- font: 10px consolas;
- line-height: 16px;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- color:{color:Link Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h1 {
- font-size: 12px;
- color: {color:Title};
- }
- /* scrollbar */
- ::-webkit-scrollbar {
- width: 3px;
- height: 5px;
- background: {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- border-radius: 16px;
- border-top: 5px solid {color:Background};
- }
- /* post customizations */
- #content { /* for the whole column of posts */
- {block:IndexPage}
- {block:if400px}
- width: 400px;
- {/block:if400px}
- {block:if500px}
- width: 500px;
- {/block:if500px}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 400px;
- {/block:PermalinkPage}
- position: relative;
- margin-left: 310px;
- margin-top: 20px;
- }
- .entry { /* for individual posts */
- margin-bottom: 80px;
- border-bottom: 1px solid {color:Sidebar Border};
- }
- /* permalinks */
- #perma {
- position: absolute;
- right:0px;
- padding-top: 4px;
- letter-spacing: .5px;
- text-transform: lowercase;
- }
- /* sidebar */
- #side {
- top: 125px;
- left: 26px;
- position: fixed;
- width: 180px;
- padding: 10px;
- padding-bottom:5px;
- border:1px solid {color:Sidebar Border};
- border-radius:7px;
- }
- #side a{
- border-bottom: 1px solid transparent;
- color: {color:Sidebar Link};
- }
- #side a:hover {
- border-bottom: 1px solid {color:Sidebar Border};
- color: {color:Sidebar Link Hover};
- }
- .head {
- font-size: 12px;
- margin-bottom: 10px;
- margin-left: 10px;
- color: {color:Title};
- letter-spacing: .5px;
- }
- blockquote {
- border-left: 1px solid {color:Light Accents};
- margin-left: 6px;
- padding-left: 10px;
- }
- /*side bar image and pagination*/
- #sidebarimage img
- {
- position:fixed;
- margin-left:26px;
- margin-top:36px;
- width:65px;
- border-radius:17px;
- }
- #pagination
- {
- position:fixed;
- font-size:14px;
- margin-top:18px;
- margin-left:52px;
- font-family:calibri;
- font-style:normal;
- text-align:left;
- letter-spacing:4px;
- }
- #pagination a:hover {
- letter-spacing:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /* permalink page */
- img.avatar {display:none; }
- ol.notes {
- margin-top: 20px;
- }
- .credit a {
- position: fixed;
- bottom: 10px;
- font: 11px consolas;
- right: 13px;
- }
- </style>
- </head>
- <body>
- <!--sidebar-->
- <div id="side">
- <div class="head">{Title}</div>{Description}<p><a href="{text:Link 1 url}">{text:Link 1}</a> <a href="{text:Link 2 url}">{text:Link 2}</a> <a href="{text:Link 3 url}">{text:Link 3}</a> <a href="{text:Link 4 url}">{text:Link 4}</a> <a href="{text:Link 5 url}">{text:Link 5}</a></div>
- <!----->
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"/></div></a><br>
- <div id="pagination">
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a href="{NextPage}">NEXT</a> <br>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">PREVIOUS</a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}</div>
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="entry">
- <!--permalink-->
- {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
- {block:Photoset}{block:IndexPage}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
- {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
- {block:Video}{block:IndexPage}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
- {block:Answer}<b>{Asker}</b> asked: <br><left><i>{Question}</i></left><p>{Answer}{/block:Answer}
- {block:IndexPage}<div id="perma"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {year}</a><a href="{Permalink}"></a>
- <a href="{Permalink}"> +{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div> {/block:IndexPage}
- <!--permalink page-->
- {block:PermalinkPage}
- <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>posted on {Month} {DayOfMonth}{DayOfMonthSuffix} {year}, with {NoteCount} notes<br>
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}" >{ReblogParentName}</a> + source: <a href="{ReblogRootURL}" >{ReblogRootName}</a>{/block:RebloggedFrom}
- </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div> <!---entry div--->
- {/block:Posts}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div><!---content div--->
- <div class="credit"><a href= "http://kpop-colorings.tumblr.com/">THEME</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement