Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--theme #62 by alexgaeskarth
- DO NOT DO ANYTHING AGAINST THE RULES-->
- <!DOCTYPE html>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("#posts img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#a5cad9"/>
- <meta name="color:Selection" content="#f7f7f7">
- <meta name="image:Sidebar Image" content=""/>
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 5" content="">
- <meta name="text:link 5 url" content="/">
- <meta name="text:side title" content="i've never lit a match, with the intent to start a fire;" />
- <!-- jquery for tooltips-->
- <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>
- <style type="text/css">
- iframe#tumblr_controls {
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- filter: invert(100%);
- opacity:.4;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:scrollbar};border-radius:100;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:10px;border:5px solid #fff;}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- font-weight:bold;
- font-size:9px;
- padding:3px 4px 3px 4px;
- color:#fff;
- text-transform:lowercase;
- z-index:9999999999999999999999999999;
- background:#000;
- }
- /*basics*/
- ::selection {
- background:{color:selection};
- }
- pre {
- padding:5px;
- background:#f7f7f7;
- }
- blockquote {
- padding:10px;
- border-left:1px solid {color:text};
- margin-left:30px;
- background:#f7f7f7;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- a:hover {
- text-decoration:underline;
- color:{color:hover};
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none
- max-width:100%;
- }
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {
- font-size:18px;
- line-height:18px;
- margin-bottom:10px;
- font-family:arial;
- font-weight:bold;
- text-align:center;}
- /*sidebar*/
- #sidebar {
- text-align:center;
- margin-top:60px;
- width:500px;
- }
- #links {
- background:#fff;
- margin-top:20px;
- padding-bottom:5px;
- font-family:'calibri';
- text-transform:uppercase;
- text-align:center;
- }
- #links a {
- padding:20px;
- font-size:8px;
- }
- #links img {
- width:13px;
- }
- #description a {
- text-decoration:underline;
- color:{color:text};
- }
- #description {
- margin-top:15px;
- text-align:center;
- font-size:11px;
- letter-spacing:1px;
- }
- /*container*/
- #con {
- margin-left:30%;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:215px;
- width:500px;
- }
- #posts {
- width:500px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- }
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .q {margin-bottom:10px;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- text-align:center;
- margin-top:5px;
- font-size:10px;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- word-break:break-all;
- font-size:10px;
- opacity:0;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #posts:hover .tags {
- opacity:1;
- }
- .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:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- /*--credit--*/
- #credit {
- right:2px;
- bottom:8px;
- background:#000;
- font-size:10px;
- padding:4px;
- text-transform:uppercase;
- position:fixed;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #credit a {
- color:#fff;
- font-weight:bold;
- }
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 15px;
- }
- #title2 {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:center;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:Sidebar Image}"></div><br>
- <div id="title">{text:side title}</div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="{text:link 1 url}" title="{text:link 1}"><img src="https://cdn2.iconfinder.com/data/icons/pittogrammi/142/65-16.png"></a>
- <a href="{text:link 2 url}" title="{text:link 2}"><img src="https://cdn2.iconfinder.com/data/icons/pittogrammi/142/81-16.png"></a>
- <a href="{text:link 3 url}" title="{text:link 3}"><img src="https://cdn4.iconfinder.com/data/icons/icony/512/plane-16.png"></a>
- <a href="{text:link 4 url}" title="{text:link 4}"><img src="https://cdn1.iconfinder.com/data/icons/education-set-3/512/folder-open-128.png"></a>
- <a href="{text:link 5 url}" title="{text:link 5}"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-heart-16.png"></a>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title2">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title2"><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}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q"><span style="color:#000;font-weight:bold;">{Asker}</span> said: {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="credit"><a title="theme by alexgaeskarth" href="http://alexgaeskarth.tumblr.com/">AG</div></a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement