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 {of the night} © 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="#bbbbbb"/>
- <meta name="color:bold" content="#232323"/>
- <meta name="color:italic" content="#9ed5c8"/>
- <meta name="color:Link" content="#656565"/>
- <meta name="color:Link hover" content="#9ed5c8"/>
- <meta name="color:menu sidebar" content="#303030"/>
- <meta name="color:ask" content="#f4f4f4"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <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:Calibri;
- font-size:10px;
- line-height:100%;
- }
- b, bold, strong {
- font-style:bold;
- font-weight:bold;
- color:{color:bold};
- }
- i, em {
- font-family:'Georgia';
- font-style:italic;
- color:{color:italic};
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:5px;
- background:{color:background};
- color:{color:italic};
- z-index:999999;
- font:Trebuchet MS;
- border:1px solid {color:bold};
- font-size:10px;
- font-style:italic;
- text-transform:uppercase;
- }
- ::-webkit-scrollbar {height: auto;width: 3px;}
- ::-webkit-scrollbar-thumb {background-color:{color:italic};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- ::-moz-selection {color:{color:background};cursor: crosshair;background-color:{color:menu sidebar};}
- ::selection{color:{color:background};cursor: crosshair;background-color:{color:menu sidebar};}
- 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;
- }
- 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%)
- }
- blockquote {
- padding-left:5px;
- border-left:1px dotted {color:bold};
- }
- blockquote img {
- width:100%;
- }
- h1 {
- font-size:10px;
- font-family:Georgia;
- text-transform:uppercase;
- font-style:bold;
- font-weight:bold;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:190px;
- padding-right:40px;
- border-right:1px solid {color:ask};
- }
- #post {
- margin-top:40px;
- width:500px;
- padding-bottom:20px;
- }
- #sidebar {
- width:180px;
- position:fixed;
- margin-left:800px;
- margin-top:230px;
- }
- #title {
- font:10px 'Georgia';
- font-style:bold;
- font-weight:bold;
- text-transform:uppercase;
- text-align:right;
- border-bottom:1px solid {color:italic};
- padding-bottom:2px;
- margin-bottom:5px;
- }
- #sidebarimage {
- width: 180px;
- }
- #sidebarimage img {
- width:180px;
- }
- #description {
- padding:10px 0px 10px 0px;
- text-align:justify;
- }
- #description a {
- color:{color:italic};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #description a:hover {
- color:{color:link};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #menubar {
- width:150px;
- height:100%;
- left:auto;
- position:fixed;
- color:#fff;
- text-align:center;
- padding-top:200px;
- background-color:{color:menu sidebar};
- }
- #menubar img {
- border:3px solid {color:background};
- -webkit-filter: grayscale(100%);
- }
- #linkage {
- padding:10px;
- margin-top:5px;
- opacity:1;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #linkage a {
- display:block;
- font:7px 'Georgia';
- color:{color:background};
- text-transform:uppercase;
- letter-spacing:2px;
- border-top:3px solid {color:menu sidebar};
- padding:10px;
- height:10px;
- width:55px;
- opacity:1;
- line-height:10px;
- background-color:{color:bold};
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #linkage a:hover {
- color:{color:background};
- background-color:{color:italic};
- opacity:1;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -ms-transition: all 0.7s;
- -o-transition: all 0.7s;
- }
- #audio {
- height:auto;
- min-height:100px;
- padding-bottom:13px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:100px;
- height:100px;
- border-radius:100px;
- padding-right:20px;
- }
- .cover img {
- float:left;
- width:100px;
- height:100px;
- box-shadow: 4px 4px 10px {color:notesline};
- border-radius:100px;
- }
- .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:30px;
- margin-left:30px;
- background:#fff;
- position:absolute;
- z-index:1000;
- -webkit-border-radius:100px;
- -moz-border-radius:100px;
- border-radius:100px;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- artist {
- font-family:Calibri;
- font-size:8px;
- font-weight:normal;
- color:{color:italic};
- text-transform:uppercase;
- }
- label {
- font-style:italic;
- }
- .box:hover {
- opacity:1.0;
- width:40px;
- height:40px;
- margin-top:30px;
- margin-left:30px;
- background:#fff;
- position:absolute;
- z-index:1000;
- -webkit-border-radius:100px;
- -moz-border-radius:100px;
- border-radius:100px;
- -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:times new roman;
- font-size:10px;
- background-color: {color:background};
- text-align:left;
- width:320px;
- }
- #pagination {
- font-size:12px;
- text-align:center;
- }
- #pagination a {
- color:{color:background};
- text-shadow:1px 1px {color:bold};
- }
- #pagination a:hover {
- color:{color:italic};
- text-shadow:1px 1px {color:background};
- }
- #info {
- text-align:center;
- margin-top:10px;
- }
- .ask {
- position: relative;
- background-color:{color:ask};
- margin: 0;
- padding: 20px;
- font-size: 8px;
- text-transform:uppercase;
- 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;
- right:3em;
- }
- .ask a {
- font-family:Georgia;
- font-size:7px;
- text-transform:uppercase;
- }
- .ask img {float: left;
- padding: 3px;
- margin-right: 10px;
- margin-bottom: 10px;}
- .table { color: {color:text}; float: right; margin-left:-25px; background-color: {color:background}; position:fixed; margin-top:80px;}
- #links {
- border-right:1px solid {color:italic};
- font:8px 'Georgia';
- font-style:bold;
- font-weight:bold;
- text-align:right;
- }
- #links a {
- color:{color:link};
- text-transform:uppercase;
- background-color:{color:background};
- padding:2px;
- line-height:10px;
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- }
- #links a:hover {
- color:{color:linkhover};
- text-transform:uppercase;
- background-color:{color:background};
- padding:2px;
- line-height:10px;
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- }
- .line {margin-left:0px;margin-top:20px;height:1px;background-color:{color:bold};width:100px;}
- .info {margin-left:90px;margin-top:-5px;text-transform:uppercase;font-size:7px;text-align:left;letter-spacing:1px;font-family:trebuchet ms;}
- .tags {text-align:left; margin-top:-10px;color:{color:link}; padding-top:10px; padding-bottom:10px; font:7px 'Trebuchet MS'; letter-spacing:1px; text-transform:uppercase; opacity:1; border-bottom:1px solid {color:ask}; -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease}
- .tags a { color:{color:link}; -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .tags a:hover {color:{color:bold}; -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .tags img { padding-right:3px; -webkit-filter: grayscale(100%);}
- .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:10px 'Georgia';
- font-style:italic;
- text-transform:lowercase;
- padding: 0px;
- margin-left: 5px;
- color:{color:bold};}
- .person2 {
- background-color:{color:background};
- color: {color:text}; }
- .person2 .label {
- font:10px 'Georgia';
- font-style:italic;
- text-transform:lowercase;
- padding: 0px;
- margin-left: 5px;
- color:{color:italic};}
- #cred a {
- color:{color:background};
- background-color:{color:italic};
- padding:3px;
- border-radius:100px;
- border:1px solid {color:italic};
- font-family:"calibri";
- }
- #cred a:hover {
- color:{color:background};
- background-color:{color:bold};
- border:1px solid {color:bold};
- padding:3px;
- border-radius:100px;
- font-family:"calibri";
- text-decoration:none;
- }
- #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="menubar"><img src="{PortraitURL-48}">
- <div id="linkage">
- <center>{block:IfLink1}<a href="{text:Link1}">{text:link1 title}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:link2}">{text:link2 title}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:link3}">{text:link3 title}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:link4}">{text:link4 title}</a>{/block:IfLink4}</center></div><div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sidebarimage"><div class="table"><div id="links"><a href="/" title="home">I.</a><br><br><a href="/ask" title="askbox">II.</a><br><br><a href="/archive" title="memories">III.</a><br></div></div><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- </div>
- <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
- <div id="entries">{block:Posts}<div id="post">
- {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}<h1>"{Quote}"</h1>{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:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="ask"><img src="{AskerPortraitURL-40}"><b>{Asker}</b>:<br>{Question}</div>
- {Answer}
- {/block:Answer}
- <div align="left" class="line"></div>
- <center><div align="left" class="info">
- {block:Date}<span style="background-color:{color:background};padding:0px;"><a title="{Month} {DayOfMonth}{DayOfMonthSuffix}" href="{Permalink}" style="font-family:trebuchet ms;letter-spacing:1px;font-weight:normal;background-color:{color:bold};padding:2px;padding-left:3px;color:{color:background}; border:1px solid {color:bold};">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}<span style="color:{color:background}; font-family:trebuchet ms;letter-spacing:1px;font-weight:normal;background-color:{color:bold};padding:2px;padding-left:3px;color:{color:background}; border:1px solid {color:bold};">‣ (♥<a title="{NoteCountWithLabel}" href="{Permalink}" style="color:{color:background};">{NoteCount}</a>) {block:RebloggedFrom}‣
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}" style="color:{color:background};">via</a> {block:ContentSource}/ <a href="{ReblogRootURL}" title="source: {ReblogRootName}" style="color:{color:background};">source</a>{/block:ContentSource}{/block:RebloggedFrom}</span>{/block:NoteCount}</div></center>
- <br><div class="tags">{block:HasTags}<img src="http://static.tumblr.com/lpfcy4l/Id2ndnrx7/tag.png">{block:Tags}<a title="{Tag}" href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment