Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="description" content="{MetaDescription}" />
- <meta name="color:links" content=""/>
- <meta name="text:link1" content=""/>
- <meta name="text:link1url" content="/"/>
- <meta name="text:link2" content=""/>
- <meta name="text:link2url" content="/"/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3url" content="/"/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4url" content="/"/>
- <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical{
- background-color:black;
- border-right:1px solid white;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:black;
- border-bottom:1px solid white;
- }
- ::-webkit-scrollbar{
- height:5px;
- width:5px;
- background-color:white;
- }
- body{
- background-color:white;
- font-family:times, serif;
- font-size:10px;
- letter-spacing:0px;
- color:black;
- text-align:justify;
- }
- a, a:active, a:visited{color:{color:links};text-decoration:none;-webkit-transition:0.5s ease-in;font-family:calibri;}
- a:hover{color:black;}
- code{font-size:11px;}
- small{font-size:90%;}
- big{font-size:110%;}
- blockquote{
- margin-left:1px;
- border-left:2px solid black;
- padding-left:10px;
- }
- ul li{list-style-type:square;}
- /* RIGHT - SIDEBAR */
- #right{
- position:fixed;;
- height:100%;
- width:40%;
- background-color:black;
- top:0px;bottom:0px;right:0px;
- -webkit-transition:0.6s ease-in;
- }
- .box{
- width:200px;
- margin:300px auto 0px;
- }
- .box h1{
- font-weight:normal;
- font-size:8px;
- letter-spacing:2px;
- color:white;
- font-style:;
- text-align:center;
- }
- .box h1 a{
- color:white;
- font-family:cambria;
- }
- .box .sub{
- max-height:100px;
- text-align:justify;
- overflow:auto;
- background-color:white;
- padding:6px 7px 7px;
- }
- .box .links{
- margin-top:20px;
- text-align:center;
- letter-spacing:2px;
- font-size:8px;
- line-height:16px;
- text-transform:uppercase;
- }
- .box .links a{
- font-family:cambria;
- color:white;
- padding:1px 2px 1px 4px;
- -webkit-transition:0.5s ease-in;
- }
- .box .links a:hover{
- background-color:white;
- color:black;
- }
- .box .pagination{
- color:white;
- text-align:center;
- font-size:9px;
- font-family:'old standard tt';
- width:300px;
- margin:20px 0px 0px -50px;
- }
- .box .pagination a{
- margin:0px 3px 0px;
- padding:1px 5px 1px;
- font-family:'old standard tt';
- }
- .box .pagination a.page{
- color:white;
- -webkit-transition:0.3s ease-in;
- -webkit-border-radius:100px;
- }
- .box .pagination a.page:hover{
- color:black;
- background-color:white;
- }
- .box .pagination a.arrow{
- font-size:8px;
- color:white;
- }
- .box .pagination span.current{
- margin:0px 3px 0px;
- padding:1px 5px 1px;
- color:black;
- background-color:white;
- -webkit-border-radius:100px;
- }
- .box .pagination .total{
- letter-spacing:2px;
- margin-top:15px;
- display:none;
- }
- .box .pagination .total span{
- font-size:8px;
- }
- .box .picture{
- margin:20px auto 0px;
- width:42px;
- }
- /* LEFT - CONTAINER */
- #left{
- overflow:auto;
- width:60%;
- height:100%;
- top:0px;bottom:0px;left:0px;
- position:fixed;
- }
- #container{
- width:500px;
- margin:60px auto 60px;
- }
- .post{
- width:500px;
- margin-bottom:50px;
- padding:10px;
- background-color:white;
- }
- .post{
- width:500px;
- margin-bottom:60px;
- background-color:white;
- padding:10px;
- border:0px solid black;
- }
- h1{
- font-weight:normal;
- text-align:center;
- margin:0px 0px 10px;
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- h1 a{
- font-family:times, serif;
- }
- span.more{font-family:times !important;}
- /* QUOTES */
- .postquote{
- padding:10px;
- display:block;
- height:auto;
- width:350px;
- margin:0px auto 0px;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- line-height:15px;
- }
- .fuss{
- position:absolute;
- opacity:0.9;
- font-size:40px;
- margin-top:5px;
- color:#e2e2e2;
- font-family:'playfair display';
- }
- /* ASKS */
- .fragezeichen{
- position:absolute;
- z-index:111;
- opacity:0.4;
- font-family:'old standard tt';
- font-style:;
- font-size:30px;
- margin-top:-5px;
- }
- .question{
- padding:10px;
- color:white;
- display:block;
- height:auto;
- width:480px;
- text-align:justify;
- background-color:#202020;
- }
- .question img{
- margin-top:-10px;
- margin-right:-10px;
- margin-bottom:3px;
- margin-left:3px;
- float:right;
- width:24px;
- height:24px;
- border-left:3px solid white;
- border-bottom:3px solid white;
- }
- /* AUDIO POSTS */
- .player{
- overflow:hidden;
- position:absolute;
- opacity:1;
- padding:12px 0px 0px 170px;
- margin-top:-50px;
- }
- .playerback{
- background-color:black;
- height:50px;
- width:500px;
- }
- .cover{
- height:50px;
- width:50px;
- position:absolute;
- border-right:2px solid white;
- }
- .cover img{
- width:50px !important;
- }
- .audioinformation{
- width:500px;
- margin-top:2px;
- background-color:black;
- padding:10px 0px 8px;
- text-align:center;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- color:white;
- z-index:3000;
- }
- /* POST INFO */
- .postinfo{
- width:;
- padding-top:7px;
- border-top:3px double #e3e3e3;
- margin-top:20px;
- font-size:9px;
- text-transform:uppercase;
- opacity:0.8;
- }
- .postinfo a, a:visited, a:active{
- color:black;
- font-family:cambria;
- font-size:8px;
- letter-spacing:1px;
- font-style:;
- }
- .reblogsource{
- float:right;
- margin-top:-2px;
- }
- .reblogsource img{
- height:16px;
- border-left:2px solid white;
- }
- .tags{
- margin-top:5px;
- text-transform:;
- font-size:10px;
- }
- .tags a.tags, a:visited.tags, a:active.tags{
- color:black;
- }
- .tags a:hover.tags{
- color:{color:links};
- }
- ol.notes{list-style-type:none;width:500px;margin-left:-30px;}
- ol.notes li.note{padding:5px;width:490px;background-color:#f2f2f2;margin-bottom:5px;}
- ol.notes li.note img{position:absolute;height:23px;margin:-5px;}
- ol.notes li.note span.action{margin-left:25px;}
- ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
- #credit{
- position:fixed;
- bottom:10px;
- right:10px;
- font-size:8px;
- font-family:calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #credit a{
- color:#f2f2f2;
- padding:2px 3px 2px;
- border: 1px solid #f2f2f2;
- }
- </style>
- <body>
- <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
- <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="right"> <div class="box">
- <h1><a href="/">{title}</a></h1>
- <div class="sub">{description}</div>
- <div class="links">
- <a href="/message">message</a>
- {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:link4url}">{text:link4}</a>{/block:iflink4}
- </div>
- <div class="pagination">
- {block:PreviousPage}<a class="arrow" href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a class="arrow" href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <form id="searchthis" action="/search" style="display:inline;position:fixed;bottom:30px;" method="get">
- <input id="search-box" name="q" size="25" type="text" value="" style="background-color:transparent;font-family:times;text-transform:uppercase;letter-spacing:1px;font-style:;color:#f2f2f2;font-size:7px;width:200px;border-bottom:1px solid #080808;border-top:0px solid white;border-right:0px solid white;border-left:0px solid white;text-align:center;"/>
- <input id="search-btn" value="" type="submit" style="display:none"/>
- </form>
- </div>
- <div class="picture" style="display:none"><img src="http://media.tumblr.com/eff05b005761197a25ba2706de2165b2/tumblr_inline_mgtta8xRIF1qf07mv.jpg" /></div>
- </div> </div>
- <div id="left">
- <div id="container">
- {block:Posts}
- <div class="post">
- {block:Quote}
- <div class="postquote"><div class="fuss">”</div>{Quote}</div>
- {block:Source}<div style="text-align:right;">—{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Photo}
- <a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img width="500px" src="{PhotoURL-500}" /></a>
- {Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {Caption}
- {/block:Photoset}
- {block:Link}
- <h1><a href="{url}">{name}</a></h1>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'playfair display'; font-size:8px;"> {Label}</span>{/block:Label} {Line}<br></div>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="playerback">
- <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
- {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinformation">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
- {Caption}
- {/block:Audio}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{block:More}<center><a href="{Permalink}">More <span class="more">→</span></a></center>{/block:More}
- {/block:Text}
- {block:Video}
- {Video-500}
- {Caption}
- {/block:Video}
- {block:Answer}
- <div class="question"><div class="fragezeichen">? </div><img src="{AskerPortraitURL-24}" /><div style="font-size:8px;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-bottom:4px;border-bottom:1px solid white;margin-bottom:5px;font-family:times;width:453px;">{Asker}</div>{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Date}<div class="postinfo">
- {block:RebloggedFrom}<div class="reblogsource"><a title="via: {ReblogParentName}" href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" /></a> <a title="origin: {ReblogRootName}" href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" /></a></div>
- {/block:RebloggedFrom}
- <a class="info" href="{Permalink}">{TimeAgo}{block:NoteCount} ∙ {NoteCount}{/block:NoteCount}</a>
- {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>{/block:Date}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- <div id="credit"><a href="http://crimical.tumblr.com/">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment