Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- theme 002 "KATNISS!" REVAMPED by KINGOFMOCKINGJAY.TUMBLR.COM, please do not steal -->
- <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}
- <!-- DEAFULT VARIABLES -->
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:entry" content="#FFFFFF" />
- <meta name="color:link" content="#888888" />
- <meta name="color:link hover" content="#AAAAAA" />
- <meta name="color:text" content="#AAAAAA" />
- <meta name="color:info" content="#FFFFFF" />
- <meta name="color:question" content="#F3F3F3" />
- <meta name="color:title" content="#AAAAAA" />
- <meta name="if:Grey" content="1" />
- <meta name="if:Title" content="0" />
- <meta name="if:Links" content="0" />
- <meta name="text:link 1" content="http://" />
- <meta name="text:link 2" content="http://" />
- <meta name="text:link 3" content="http://" />
- <meta name="text:link 4" content="http://" />
- <meta name="text:link 1 name" content="" />
- <meta name="text:link 2 name" content="" />
- <meta name="text:link 3 name" content="" />
- <meta name="text:link 4 name" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="" />
- </head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css">
- iframe#tumblr_controls {
- right:3px !important;
- opacity:0.2;
- filter:alpha(opacity=20);
- -moz-opacity:0.2;
- -o-opacity:0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- iframe#tumblr_controls:hover {
- right:3px !important;
- opacity:1;
- filter:alpha(opacity=100);
- -moz-opacity:1;
- -o-opacity:1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- body {
- text-align:justify;
- font-family:arial;
- font-size:10px;
- background-attachment: fixed;
- background-repeat:no-repeat;
- background-position:bottom right;
- background-image:url('{image:background}');
- background-color:{color:background};
- color:{color:text};
- }
- a:link, a:visited {
- text-decoration: none;
- -webkit-transition: 0.3s linear;
- -moz-transition: 0.3s linear;
- -o-transition: 0.3s linear;
- transition: 0.3s linear;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: 0.3s linear;
- -moz-transition: 0.3s linear;
- -o-transition: 0.3s linear;
- transition: 0.3s linear;
- }
- a:link img {
- border:0px;
- background-color:transparent
- }
- ul {
- list-style:square
- }
- #sidebar {
- width:245px;
- height:auto;
- padding:10px;
- font-size:8px;
- margin-left:100px;
- margin-top:200px;
- position:fixed;
- background-color:{color:sidebar};
- -webkit-transition: 0.3s linear;
- -moz-transition: 0.3s linear;
- -o-transition: 0.3s linear;
- transition: 0.3s linear;
- }
- #des {
- width:200px;
- text-align:justify;
- padding:0px 5px 5px 5px;
- margin-left:20px;
- font-size:9px;
- }
- #sidebar img {
- border: 0px;
- width:245px;
- height:auto;
- }
- {block:ifGrey}
- #sidebar img {
- border: 0px;
- width:245px;
- height:auto;
- -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-o-filter: grayscale(100%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- #sidebar img:hover {
- border: 0px;
- -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- {/block:ifGrey}
- #links a {
- text-align:center;
- text-transform:lowercase;
- letter-spacing:1px;
- color:{color:link};
- font-size:10px;
- font-style:normal;
- padding:3px;
- }
- #links {
- margin-top:7px;
- margin-bottom:5px;
- }
- .title {
- font-size:11px;
- font-weight:normal;
- width:auto;
- text-transform:lowercase;
- letter-spacing:1px;
- margin-bottom:0px;
- padding:2px;
- text-align:justify;
- color:{color:title};
- }
- .page {
- font-family:arial black;
- font-size:15px;
- }
- .page a {
- font-size:16px;
- }
- #box {
- width:500px;
- text-align:justify;
- padding:15px;
- font-size: 9px;
- height: auto;
- margin-left:400px;
- margin-top:40px;
- -webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- color: {color:text};
- background-color:{color:entry};
- }
- #box img {
- text-align:justify;
- color: {color:text};
- background-color:{color:entry};
- font-size: 9px;
- height: auto;
- -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- #box:hover img {
- -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- #photoset {
- -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- #photoset:hover {
- -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- -o-transition: all 1.1s ease;
- -ms-transition: all 1.1s ease;
- transition: all 1.1s ease;
- }
- {/block:ifGrey}
- #photoset {
- }
- h1 {
- color:{color:title};
- font-size:16px;
- letter-spacing:1.1px;
- font-size:12px;
- }
- h1 a {
- color:{color:text};
- }
- blockquote {
- margin-left:5px;
- padding-left:5px;
- border-left: 2px solid #e4e4e4
- }
- .quote {
- font-family:times;
- font-size:15px;
- font-style:italic;
- text-align:center;
- line-height:17px;
- }
- .from {
- font-size:10px;
- font-family:times;
- text-align:right;
- }
- .chat {
- padding:3px;
- background-color:{color:background};
- margin-bottom:3px}
- .audio{background-color:black; height:64px;display:block}
- .audioback {
- margin-left:65px;
- z-index:99;
- display:block;
- }
- .pages {
- text-align:center;
- letter-spacing:1.1px;
- font-size:10px;
- text-transform:uppercase;
- padding:3px;
- width:auto;
- background-color:{color:border};
- margin-top:2px;
- }
- pre {
- overflow-y:hidden;
- background:#eee
- }
- .back {
- position:fixed;
- bottom:10px;
- right:5px;
- }
- .back a {
- padding:5px;
- background-color:{color:sidebar};
- color:{color:link};
- }
- .ask {
- text-align:justify;
- padding:5px 5px 5px 5px;
- background-color:{color:question};
- line-height:14px;
- }
- #info a {
- text-align:justify;
- text-transform:lowercase;
- }
- #info {
- text-align:justify;
- font-size:9px;
- padding:5px 15px 5px 15px;
- width:500px;
- margin-left:-15px;
- text-transform:lowercase;
- position:absolute;
- background-color:{color:info};
- }
- ol.notes, .notes li {padding:2px;list-style:none; margin-top:10px;text-align:justify;}
- .notes img {width:7px;padding-right:2px;}
- </style>
- <body>
- <div id="sidebar">
- {block:ifTitle}
- <center><div class="title"><a href="/">{Title}</a></div></center>
- {/block:ifTitle}
- <img src="{image:sidebar}">
- <div id="des">
- <div id="links"><center>
- <a href="/">home</a>
- <a href="/ask" target="_blank">mail</a>
- <a href="/archive" target="_blank">past</a>
- <a href="http://kingofmockingjay.tumblr.com" target="_blank">theme</a>
- </center>
- </div>
- {Description}
- {block:ifLinks}
- <div id="links"><center>
- <a href="{text:link 1}">{text:link 1 name}</a>
- <a href="{text:link 2}">{text:link 2 name}</a>
- <a href="{text:link 3}">{text:link 3 name}</a>
- <a href="{text:link 4}">{text:link 4 name}</a><center>
- </div>
- {/block:ifLinks}
- <center><div class="page">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div></center> <!-- page -->
- </div> <!-- sidebar -->
- <br><br>
- {block:Posts}
- <div id="box">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="photoset">
- {Photoset-500}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {block:Lines}
- <div class="chat">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <img src="http://static.tumblr.com/hsl9jor/anpma2l8t/white.png" width="64px" style="position:absolute">
- {block:AlbumArt}<img src="{AlbumArtURL}" width="64px" style="position:absolute;">{/block:AlbumArt}
- <div class="audio"><div class="audioback">{AudioPlayerBlack}</div></div>
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- <div class="quote">
- “{Quote}”</div>
- <div class="from">
- — {block:Source}{Source}{/block:Source}</div><br>
- {/block:Quote}
- {block:Answer}
- <div class="ask">
- {Asker} asked: {Question}
- </div>
- {Answer}
- {/block:Answer}
- <div id="info">
- {block:IndexPage}
- <a href="{Permalink}">{TimeAgo}</a>{/block:Date}  {NoteCountWithLabel}{block:RebloggedFrom}   via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {block:ContentSource}  (© <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:ContentSource}{block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}{/block:RebloggedFrom}<br>{/block:IndexPage}
- {block:HasTags}
- filled under:
- {block:Tags}<a href="{TagURL}"><u>{Tag}</u></a> {/block:Tags}{/block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}
- <br><br><br>
- </body>
- <!-- theme 002 "KATNISS!" REVAMPED by KINGOFMOCKINGJAY.TUMBLR.COM, please do not steal -->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment