Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--I only ask you keep the credit intact--DO NOT MOVE IT/HIDE IT. Other than that, edit it all ye want. If you have questions, trot on over to leepace.tumblr.com -->
- <!DOCTYPE html>
- <head>
- <!--random shit you need-->
- <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}
- <!--Default Variables are here, folks-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#cccccc"/>
- <meta name="color:link" content="#a7a7a7"/>
- <meta name="color:title"content="#070707"/>
- <meta name="color:scrollbar" content="#d5d5d5" />
- <meta name="color:header border" content="#eeeeee"/>
- <meta name="image:header" content="">
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="if:Saturation Hover" content="1">
- <meta name="if:Show Title" content="1">
- <!-- jquery -->
- <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(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery("#standardlinks").hide();
- //toggle the componenet with class msg_body
- jQuery("#h").click(function()
- {
- jQuery(this).next("#standardlinks").slideToggle('900');
- });});
- </script>
- <!--CSS time baby. This is where you change font size, color, etc. Just be careful, my dears. -->
- <style type="text/css">
- #s-m-t-tooltip {max-width:300px;
- margin:10px 0px 0px 10px;
- padding:0px 2px;
- line-height:18px;
- background:white;
- font-family:arial;
- border-radius:2px;
- letter-spacing:1px;
- font-size:9px;
- color:black;
- z-index:999;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- /*scrollbar*/
- ::-webkit-scrollbar{height: 5px;
- width: 5px;
- -webkit-border-radius: 0px;
- background-color:{color:background}}
- ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- iframe#tumblr_controls {
- position: fixed !important;
- z-index: 9999;
- }
- #credit {position:fixed;
- float:right;
- opacity:1;
- bottom:5px;
- right:5px;
- text-align:center;
- padding:5px 5px;
- font-size:10px;
- font-family:georgia}
- /*main structure*/
- blockquote {
- border-left:2px solid {color:link};
- padding-left:5px;
- max-width:400px!important;
- padding:0px 0 0px 10px;
- margin:5px 0px 5px 10px}
- body {
- background-color:{color:background};
- color:{color:text};
- font-family:'Playfair Display';
- font-size:11px;
- text-align:justify;
- line-height:14px;
- margin:0;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:underline;
- }
- img{
- opacity:1;
- border:none;
- text-decoration:none}
- b, strong {
- color:{color:title}}
- i, em {
- color:{color:text}}
- p {
- margin-top:5px;
- margin-bottom:5px}
- ol {
- list-style:normal;}
- ul {
- list-style:square;}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title{font-size:14px;
- font-weight:none;
- letter-spacing:1px;
- margin-bottom:15px;
- text-transform:uppercase;
- text-align:center;
- color:{color:title};}
- #title a {color:{color:title};}
- /*header*/
- #header {width:400px;
- margin-top:50px;
- text-align:center;
- }
- #blogt {
- font-size:30px;
- font-style:italic;
- font-weight:900;
- margin-top:30px;
- }
- #blogt a {color:{color:title};}
- #blogt a:hover {
- text-decoration:none;
- color:{color:title}}
- #standardlinks {}
- #s {
- font-size:9px;
- margin-top:30px;
- width:300px;
- margin-left:100px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:normal;
- background:{color:header border};
- line-height:30px;
- }
- #s a {
- line-height:30px;
- width:60px;
- float:left;
- background:{color:header border};
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- #s a:hover {
- background:white;
- color:black;
- text-decoration:none;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- #description {
- margin-top:10px;
- line-height:16px;
- width:300px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:none;
- text-align:justify;
- margin-left:100px;}
- #h {width:100px;
- height:100px;
- padding-bottom:10px;
- margin-left:190px;}
- #h img {width:100%;
- height:100%;
- border:1px solid {color:header border};
- padding:9px;
- border-radius:100%;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;}
- #h img:hover {-webkit-filter: saturate(.5);
- cursor:help;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- }
- /*pagination*/
- #pagination {
- margin-left:-5px;
- font-size:10px;
- margin-top:15px;
- font-style:normal;
- text-align:center;
- letter-spacing:2px;
- font-family:times;
- margin:50px 0;
- }
- #pagination a {
- padding:0 10px;
- text-align:center;
- display:inline-block;}
- #pagination a:hover {text-decoration:line-through;}
- .current_page {
- padding:0 10px;
- font-weight:900;
- text-align:center;
- color:black;
- }
- .jump_page {
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- width:400px;
- margin-top:100px;
- margin-left:50px;
- }
- #posts {
- {block:IndexPage}
- margin-bottom:65px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:25px;
- {/block:PermalinkPage}
- width:400px;
- height:auto;
- }
- #posts img {
- max-width: 500px;
- {block:IfSaturationHover}
- -webkit-filter: saturate(.5);
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- {/block:IfSaturationHover}
- }
- {block:IfSaturationHover}
- #posts img:hover {
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- -webkit-filter: saturate(1);}
- .html_photoset {
- -webkit-filter: saturate(.5);
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- }
- .html_photoset:hover {
- -webkit-filter: saturate(1);
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- }
- {/block:IfSaturationHover}
- #titlequote{font-size:16px;
- color:{color:title};
- text-align:center;
- letter-spacing:1px;
- font-style:italic;
- line-height:20px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption img{max-width:100%;}
- .caption {width:100%;
- text-align:justify;
- margin-top: 5px;
- }
- #source {text-align:right;
- padding-top:5px;
- margin-right:50px;
- font-size:10px}
- /*audio*/
- .player {width:27px;
- height:27px;
- padding-top:12px;
- padding-left:13px;
- overflow:hidden; }
- .audioinfo {
- text-align:right;
- overflow:hidden;
- color:white;
- background-color:black;
- position:absolute;
- width:300px;
- z-index:2;
- padding:0 10px;
- padding-top:10px;
- margin-left:70px;
- height:38px;
- line-height:15px;
- }
- .audioinfo b {font-size:12px;
- color:white}
- .playerback {height:50px;
- width:100%;
- background-color:black;
- }
- /*asks*/
- #question {
- }
- .q {
- font-style:italic;
- letter-spacing:1px;
- line-height:12px;
- text-align:center;
- }
- .a {color:{color:text};
- margin-top:15px;}
- .as {text-align:right;
- padding-top:5px;
- margin-right:50px;
- font-size:10px}
- .as a {text-decoration:underline;}
- .chat ol {
- padding:0;
- line-height:180%;
- list-style:none;
- text-align:center;
- }
- .line.odd {
- text-align:left;
- padding:0 5px;
- border-bottom:1px solid {color:header border};
- }
- .line.even {
- background-color:{color:background};
- padding:0 5px;
- text-align:right;
- }
- .label {
- display:block;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:title};
- }
- /*permalink and notes*/
- #permalink {
- text-align:center;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-family:helvetica;
- border-top:1px solid {color:header border};
- margin-bottom:20px;
- }
- #permalink a {padding:0 5px;
- background:{color:background};
- }
- #piss {
- margin-top:-7px;
- position:Absolute;
- width:400px;
- }
- .tags {
- margin-top:10px;
- font-size:10px;
- text-align:Center;
- word-break:break-all;
- opacity:0;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- transition:all 1s ease;
- }
- .tags a{
- letter-spacing:1px;
- padding:0 5px;
- text-transform:none;
- font-style:italic;}
- #posts:hover .tags {opacity:1;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- transition:all 1s ease;}
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:20px 10px;
- text-align:left;
- margin:0 0 0 -40px;
- line-height:130%;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="credit"><a href="http://leepace.tumblr.com" title="leepace">©</a></div>
- <div id="con">
- <div id="header">
- <div id="h"><img src="{image:header}"></div>
- <div id="standardlinks">
- <div id="s">
- <a href="/">Home</a>
- <a href="/ask">mail</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- </div>
- <div id="description">{Description}</div>
- </div>
- {block:IfShowTitle}
- <div id="blogt"><a href="/">{Title}</a></div>
- {/block:IfShowTitle}
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Date}
- <div id="permalink">
- <div id="piss">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
- {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
- {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}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- </div>
- {/block:Date}
- <td>
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-400}</center>
- {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="playerback">
- <div class="audioinfo">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br>
- {block:Artist}{Artist}{/block:Artist}
- </div>
- <div class="player">{AudioPlayerBlack}</div>
- </div>
- {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <div class="q">
- {Question}</div>
- <div class="as">asked by {Asker}</div>
- </div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Date}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {/block:Date}
- </div>
- {block:PermalinkPage}
- {/block:PermalinkPage}
- <div class="pagenotes">
- {PostNotes}
- </ol>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK</a>
- {/block:PreviousPage}
- {block:JumpPagination length="10"}
- {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}">FORTH</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment