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">
- <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 {gun} © imjaebumx
- yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
- feel free to edit away, but please don't remove the credits!
- it's very tiny, see? :) it won't hurt to leave it there
- thanks for using this code! ilu (◕‿◕✿)
- (no srsly i really do ♡) --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:bold" content="#0a0a0a"/>
- <meta name="color:italic" content="#d7d7d7"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link hover" content="#2d2d2d"/>
- <meta name="color:ask" content="#f9f9f9"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:Background Image" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="if:400 Posts" content="0"/>
- <meta name="if:500 Posts" content="1"/>
- <meta name="if:Hover tags" content="0"/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/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>
- <style type="text/css">
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:times;
- font-size:11px;
- line-height:100%;
- {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
- }
- iframe#tumblr_controls {
- white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- b, bold, strong {
- color:{color:bold};
- font-weight:bold;
- }
- i, em {
- color:{color:italic};
- font-style:italic;
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:5px;
- background:{color:background};
- color:{color:text};
- z-index:999999;
- font-family:Consolas;
- border:1px solid transparent;
- font-size:8px;
- font-style:italic;
- text-transform:uppercase;
- }
- ::-webkit-scrollbar {
- width: 7px;
- height: 10px;
- background-color: {color:background};
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- display: none;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: {color:italic};
- border:3px solid {color:background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:italic};
- }
- ::-moz-selection {color:{color:background};cursor: crosshair;background-color:{color:bold};}
- ::selection{color:{color:background};cursor: crosshair;background-color:{color:bold};}
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- blockquote {
- padding-left:20px;
- border-left:3px solid {color:bold};
- }
- h1 {
- font-size:20px;
- font-family:Consolas;
- font-style:italic;
- line-height:15px;
- text-transform:uppercase;
- }
- h2 {
- font-size:20px;
- font-family:Consolas;
- text-transform:uppercase;
- line-height:15px;
- font-style:italic;
- }
- #entries {
- padding:10px;
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- margin-left:400px;
- margin-top:60px;
- }
- #entries:hover .tags {
- {block:ifHoverTags}opacity:1;{/block:ifHoverTags}
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #post {
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- padding-bottom:70px;
- }
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:150px;
- margin-top:100px;
- }
- #title {
- font-size:12px;
- text-align:left;
- font-family:Consolas;
- text-transform:uppercase;
- font-style:italic;
- margin-bottom:20px;
- }
- #sidebarimage {
- width:150px;
- }
- #sidebarimage img {
- width:150px;
- {block:IfNotSidebarImage}height:0px;{/block:ifNotSidebarImage}
- }
- #description {
- margin-top:10px;
- text-align:left;
- }
- .chat {
- line-height: 12px;
- list-style: none }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height:20px;}
- .person1 {
- background-color:{color:ask};
- color: {color:text};}
- .person1 .label {
- font:8px 'Consolas';
- font-style:italic;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- color:{color:bold};}
- .person2 {
- background-color:{color:background};
- color: {color:text}; }
- .person2 .label {
- font:8px 'Consolas';
- font-style:italic;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- color:{color:italic};}
- #sblinks {
- width:150px;
- text-align:left;
- opacity:1;
- padding: 40px 0px 0px 0px;
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- }
- #sblinks li {
- display:inline;
- }
- #sblinks a {
- width:150px;
- padding:3px;
- display:inline-block;
- font:8px 'Consolas';
- text-transform:uppercase;
- line-height:20px;
- font-size:8px;
- letter-spacing:2px;
- text-align:left;
- text-transform:uppercase;
- border-bottom:1px solid {color:ask};
- -webkit-transition: 0.6s ease-out;
- -moz-transition: 0.6s ease-out;
- -o-transition: 0.6s ease-out;
- transition: 0.6s ease-out;
- }
- #sblinks a:hover {
- background-color:{color:ask};
- color:{color:link};
- }
- #pagination {
- font-size:10px;
- margin-top:10px;
- text-align:center;
- }
- .jump_page {
- padding:5px;
- background-color: #ffffff;
- color:{color:bold};
- font-family:times;
- font-size:8px;
- text-transform:uppercase;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding:5px;
- background-color: #ffffff;
- color: {color:link};
- font-family:times;
- font-size:8px;
- text-transform:uppercase;
- text-decoration:none;
- }
- .tagsbox {
- width:100px;
- background-color:{color:background};
- padding:10px;
- border-bottom:1px solid {color:ask};
- margin-top:10px;
- }
- .line {
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- height: 1px;
- {block:If400Posts}margin-left:0px;{/block:If400Posts}
- margin-top: 8px;
- margin-bottom: 8px;
- background: {color:ask};
- }
- .tagsline {
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- height: 1px;
- {block:If400Posts}margin-left:0px;{/block:If400Posts}
- margin-top: 0px;
- margin-bottom: 8px;
- background: {color:ask};
- }
- .info {
- margin-left: 0px;
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- }
- .postnotes {
- {block:If500Posts}width:484px;{/block:If500Posts}
- {block:If400Posts}width:384px;{/block:If400Posts}
- margin-top: -4px;
- margin-left: 0px;
- margin-bottom: 3px;
- padding: 8px;
- font-family: Times;
- font-size: 7px ;
- text-transform: uppercase;
- letter-spacing: 1px;
- color: {color:text};
- background: {color:background};
- }
- .postnotes a, .inotes a:visited {
- display: inline;
- margin-right: 0px;
- font-family: Times;
- text-transform:uppercase;
- font-size: 7px;
- font-weight: normal;
- text-decoration: none;
- color: {color:text};
- }
- .notes a:hover {
- color:{color:background};
- opacity:0.7; }
- .source {
- float: right;
- display: inline;
- width: 200px;
- text-align: right;
- }
- .tags {
- {block:If500Posts}width:500px;{/block:If500Posts}
- {block:If400Posts}width:400px;{/block:If400Posts}
- margin-top: 2px;
- margin-left: 2px;
- padding: 0px;
- font-family: Consolas;
- font-size: 8px;
- font-style: italic;
- text-transform: uppercase;
- text-align: right;
- letter-spacing: 1px;
- color: {color:link};
- {block:ifHoverTags}opacity: 0;{/block:ifHoverTags}
- {block:ifNotHoverTags}opacity: 1;{/block:ifNotHoverTags}
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- .tags a, .tags a:visited {
- margin-top: 2px;
- margin-left: -2px;
- font-family: Consolas;
- font-size: 8px;
- font-style: italic;
- text-transform: uppercase;
- padding: 2px;
- text-decoration: none;
- color: {color:link};
- }
- .tags a:hover {
- color: {color:link hover};
- text-decoration: none;
- }
- #notes {
- {block:If500Posts}width:490px;{/block:If500Posts}
- {block:If400Posts}width:390px;{/block:If400Posts}
- margin-top: -10px;
- margin-bottom: 15px;
- margin-left: 32px;
- padding: 2px 0px;
- color: #000000;
- background: transparent;
- }
- #notes a { color: #000000 !important; }
- #postnotes img {
- width: 16px;
- height: 16px;
- padding: 5px;
- }
- ol.notes li {
- list-style: none;
- margin-left: -51px;
- padding: 4px;
- }
- ol.notes li img {
- list-style: none;
- margin-bottom: -10px;
- margin-right: 3px;
- }
- .ask {
- position: relative;
- background-color:{color:ask};
- margin: 0;
- padding: 20px;
- text-transform:none;
- text-align: justify;
- min-height:50px;
- }
- .ask:after {
- position: absolute;
- display: block;
- content: "";
- border-color: {color:ask} transparent transparent transparent;
- border-style: solid;
- border-width: 10px;
- height:0;
- width:0;
- position:absolute;
- bottom:-19px;
- {block:if400Posts}right:32em;{/block:if400Posts}
- {block:if500Posts}right:40em;{/block:if500Posts}
- }
- .ask a {
- font-size:7px;
- color:{color:bold};
- text-transform:uppercase;
- }
- .ask a:hover {
- font-size:7px;
- color:{color:italic};
- }
- .ask img {float: left;
- padding: 3px;
- margin-right: 10px;
- margin-bottom: 10px;}
- #audio {
- height:auto;
- min-height:100px;
- padding-bottom:13px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:100px;
- height:100px;
- border-radius:0px;
- padding-right:20px;
- }
- .cover img {
- float:left;
- width:100px;
- height:100px;
- border:5px solid {color:ask};
- border-radius:0px;
- }
- .button {
- width:19px;
- height:20px;
- overflow:hidden;
- position:relative;
- z-index:1000;
- margin-top:22px;
- margin-left:21px;
- text-align:center;
- margin-top:6px;
- margin-left:8px;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- .box {
- opacity:0.8;
- width:40px;
- height:40px;
- margin-top:35px;
- margin-left:35px;
- background:#fff;
- position:absolute;
- z-index:1000;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- artist {
- font-family:georgia;
- font-size:8px;
- font-weight:bold;
- color:{color:link};
- text-transform:uppercase;
- }
- label {
- font-style:italic;
- }
- .box:hover {
- opacity:1.0;
- width:40px;
- height:40px;
- margin-top:35px;
- margin-left:35px;
- background:#fff;
- position:absolute;
- z-index:1000;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- .capbox {
- padding:20px 50px 20px 20px;
- margin-left:82px;
- border-top:10px solid transparent;
- border-left:20px solid transparent;
- height:auto;
- min-height:35px;
- font-family:Calibri;
- font-size:8px;
- text-transform:uppercase;
- background-color: {color:background};
- text-align:left;
- width:320px;
- }
- #cred a {
- color:{color:link};
- font-family:Consolas;
- font-size:8px;
- }
- #cred a:hover {
- color:{color:link};
- }
- #cred {
- width:auto;
- height:auto;
- bottom:15px;
- right:15px;
- padding:4px;
- z-index:1000000;
- font-size:8px;
- letter-spacing:1px;
- position:fixed;
- text-align:center;
- font-family:"calibri";
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- <div id="sblinks" align="center">
- <li><a href="/">home</a></li>
- <li><a href="/ask">askbox</a></li>
- <li>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</li>
- <li>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</li>
- <li>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</li>
- <li>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</li>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:If400Posts}{block:IndexPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IndexPage}{/block:If400Posts}
- {block:If500Posts}{block:IndexPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IndexPage}{/block:If500Posts}
- {block:PermalinkPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:PermalinkPage}
- {block:If400Posts}{block:IndexPage}{block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IndexPage}{/block:If400Posts}
- {block:If500Posts}{block:IndexPage}{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IndexPage}{/block:If500Posts}
- {block:PermalinkPage}{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:PermalinkPage}
- {block:Quote}<h2>{Quote}</h2>{block:Source} —{Source}{/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"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio">
- <div class="cover">
- <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
- </div>
- {block:AlbumArt}
- <div class="cover">
- <img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="box">
- <div class="button">
- {block:AudioPlayer}
- {AudioPlayerWhite}
- {/block:AudioPlayer}
- </div></div>
- <div class="capbox">
- <span class="caption"><artist><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}</artist>{/block:Artist}<br>
- <label><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
- <br>{block:PlayCount} {PlayCountWithLabel}</label>{/block:PlayCount}
- </span>
- </div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:If400Posts}{block:IndexPage}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:IndexPage}{/block:If400Posts}
- {block:If500Posts}{block:IndexPage}{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:IndexPage}{/block:If500Posts}
- {block:PermalinkPage}{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:PermalinkPage}
- {block:Answer}
- <div class="ask"><img src="{AskerPortraitURL-40}"><b>{Asker}</b>:<br>{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="line"></div>
- <div class="info">
- <div class="postnotes">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> {block:NoteCount}| (<a href="{Permalink}">{NoteCountWithLabel}</a>) {/block:NoteCount}
- <div class="source">
- {block:IndexPage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a> |{/block:RebloggedFrom}</span>{/block:IndexPage} <span style="font-family:calibri; font-size:8px"><a href="{ReblogURL}" target="_blank" title="reblog" />reblog</a>
- </div>
- </div>
- </div>
- {/block:Date}
- <div class="tagsline"></div>
- <div class="tags">
- {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes"><span style="background-color:{color:background}">{PostNotes}</span></div>
- {/block:PostNotes}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment