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 by dance-of-the-knights.tumblr.com don't steal please, if you don't follow the rules I'll skiiiiiiIiIiIin you--->
- <head>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#d3d1d1"/>
- <meta name="color:scrollbar" content="#616060"/>
- <meta name="color:link" content="#d3d1d1"/>
- <meta name="color:links hover" content="#616060"/>
- <meta name="color:sidebarborder" content="#eeeeee"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:{color:background}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:8px;
- padding:5px;
- text-transform:uppercase;
- line-height:100%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- font-family:Calibri;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- a:hover {
- color: {color:links hover};
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:10px;
- font-weight:normal;
- text-align:center;
- }
- #entries {
- width:500px;
- max-width:500px;
- margin-left:500px;
- margin-top:20px;
- margin-bottom:20px;
- }
- #post {
- width:500px;
- padding-bottom:50px
- }
- #sidebar {
- position:fixed;
- margin-left:290px;
- margin-top:340px;
- }
- #sidebarimage{
- width:150px;
- height:200px;
- margin-left:-11px;
- margin-top:-180px;
- position:fixed;
- }
- #sidebarimage img{
- width:150px;
- height:200px;
- z-index:2;
- position:fixed;
- border:1px solid;
- padding:10px;
- border-color:{color:sidebarborder};
- }
- #description{
- width:150px;
- text-align:justify;
- text-transform:lowercase;
- font-style:italic;
- position:fixed;
- font-size:9px;
- font-family:cambria;
- margin-top:45px;
- }
- .sidebarlinks {
- width:150px;
- font-family:cambria;
- font-size:8px;
- text-align:center;
- text-transform: uppercase;
- position:fixed;
- z-index:1;
- padding-top:1px;
- padding-bottom:1px;
- background:{color:background};
- }
- #pagination{
- letter-spacing:5px;
- font-size:8px;
- width:150px;
- text-align:center;
- padding-top:2px;
- margin-top:-195px;
- position:fixed;
- }
- #tags {
- text-transform: uppercase;
- text-align:center;
- font-size: 8px;
- font-style: normal;
- margin-top:3px;
- }
- #tags a:hover{
- background:{color:links hover};
- color:{color:background};
- }
- #information{
- border-top:1px solid;
- padding-top:2px;
- border-color:#f7f7f7;
- text-transform: uppercase;
- text-align:center;
- font-size: 8px;
- margin-top:2px;
- }
- .asks{
- background:#fcfcfc;
- color:#cfcece;
- padding:20px;
- text-transform:uppercase;
- text-align:center;
- letter-spacing:1px
- font-size:7px;
- font-family:cambria;
- }
- .asks a{
- font-family:cambria;
- }
- #credit{
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- display:block;
- border-left: 1px solid;
- border-right: 1px solid;
- border-top: 1px solid;
- border-color:#f0f0f0;
- background-color:#ffffff;
- padding:3px;
- height: 10px;
- right:5px;
- bottom:0px;
- position:fixed;
- font-family:calibri;
- font-size:10px;
- letter-spacing:2px;
- }
- #credit:hover{
- height: 30px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- {CustomCSS}</style>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('(via')");
- });
- </script>
- </head>
- <body>
- <div id="sidebar">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- <div class="sidebarlinks">
- <a href="/">home</a>
- <a href="/faq">ask</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- </div>
- </div></div></div>
- <div id="entries">{block:Posts}<div id="post"></div>
- {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}{Quote}{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}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}
- <div id="player">
- <br>{AudioPlayerwhite}<br></span>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="asks">{Asker} asked: {Question}</div>{Answer}{/block:answer}
- <div id="information">
- <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> 
- <a href="{ReblogRootURL}"title="{ReblogRootName}">SOURCE</a>
- {/block:RebloggedFrom}{/block:RebloggedFrom} 
- <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- <div id="tags">
- {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags} </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit">
- <center>©<br>
- <a href="http://tangentvortex.tumblr.com/">DOTK</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment