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}" />
- <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=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical{
- background-color:black;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:black;
- }
- ::-webkit-scrollbar{
- height:4px;
- width:4px;
- background-color:white;
- }
- body{
- background-color:white;
- font-family:times, serif;
- font-size:10px;
- letter-spacing:0px;
- color:black;
- text-align:justify;
- margin:0px;
- border-top:8px solid black;
- }
- a, a:active, a:visited{
- text-decoration:none;
- -webkit-transition:0.5s ease-in;
- color:{color:links};
- }
- a:hover{
- color:black;
- }
- /* footer */
- #footer{
- bottom:0px;
- left:0px;
- right:0px;
- height:120px;
- background-color:black;
- color:white !important;
- position:fixed;
- opacity:0;
- -webkit-transition:0.8s ease;
- text-align:center;
- z-index:90;
- }
- .icon{
- height:60px;
- z-index:100;
- position:fixed;
- bottom:29px;
- left:39px;
- }
- .icon img{
- height:60px;
- border:1px solid white;
- }
- #footer:hover{
- opacity:1;
- }
- #footer .box{
- height:80px;
- margin:20px auto 20px;
- width:350px;
- }
- #footer .box h1{
- font-weight:normal;
- font-size:12px;
- font-family:justus;
- text-align:center;
- margin-top:;
- letter-spacing:2px;
- color:white;
- }
- #footer .box .descr{
- color:white;
- font-size:10px;
- }
- #footer .links{
- position:absolute;
- text-align:left;
- margin-left:105px;
- margin-top:22px;
- font-size:7px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #footer .links a{
- display:block;
- color:white;
- margin:5px 0 5px;
- }
- .pages{
- height:60px;
- width:60px;
- overflow:hidden;
- z-index:100;
- position:fixed;
- bottom:29px;
- right:39px;
- background-color:black;
- border:1px solid white;
- color:white;
- text-align:center;
- font-size:8px;
- }
- .pages a.arrow1, .pages a.arrow2{
- display:block;
- width:60px;
- height:10px;
- margin:0px;
- text-align:center;
- padding:5px 0 5px;
- color:white;
- position:absolute;
- }
- .pages a.arrow1{
- margin-top:0px;
- }
- .pages a.arrow2{
- margin-top:40px;
- }
- .pages span.current{
- position:absolute;
- margin-top:20px;
- display:block;
- padding:5px 0 5px;
- width:60px;
- height:10px;
- }
- /* posts */
- #posts{
- width:500px;
- margin:90px auto 140px;
- }
- .post{
- width:500px;
- margin-bottom:90px;
- -webkit-transition:0.8s ease-in;
- }
- .post h1{
- text-align:center;
- margin:0px 0px 10px;
- font-size:13px;
- font-family:justus;
- font-weight:normal;
- }
- .postquote{
- display:block;
- width:350px;
- margin:0px auto 20px;
- line-height:15px;
- text-align:center;
- font-style:;
- font-size:12px;
- letter-spacing:0px;
- word-spacing:2px;
- font-family:'playfair display';
- }
- .quotesource{
- text-align:right;
- margin-top:-8px;
- }
- .quotesource span{
- background-color:white;
- padding-left:10px;
- }
- .quoteborder{
- border-bottom:3px double #f2f2f2;
- }
- /* AUDIO POSTS */
- .musicplayer{
- width:27px;
- height:27px;
- overflow:hidden;
- z-index:2;
- display:block;
- background-color:black;
- margin:38px 0px 0px 180px;
- position:absolute;
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .audio{
- position:absolute;
- width:398px;
- height:100px;
- background-color:black;
- margin-left:102px;
- }
- .covers{
- width:100px;
- height:100px;
- }
- .audioimg{
- width:100px;
- height:100px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width:100px;
- }
- .audioinfo{
- position:absolute;
- width:80px;
- height:80px;
- background-color:white;
- padding:10px;
- text-align:center;
- z-index:4;
- font-size:8px;
- text-transform:uppercase;
- opacity:0;
- -webkit-transition:0.6s ease-in;
- }
- .post:hover .audioinfo{
- opacity:1;
- }
- .audioinfo h4{
- margin-top:10px;
- font-family:justus;
- font-size:10px;
- font-weight:normal;
- text-transform:none;
- }
- /* ASK */
- .question{
- display:block;
- padding:15px;
- width:400px;
- }
- .askurl{
- text-align:right;
- font-size:8px;
- text-transform:uppercase;
- margin-top:10px;
- font-style:italic;
- }
- .askurl span{
- padding:2px 1px 2px 4px;
- background-color:white;
- color:black;
- }
- /* info */
- .postinfo{
- width:350px;
- margin:20px auto 0;
- padding:11px 25px 10px;
- background-color:black;
- color:white;
- font-size:7px;
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:1px;
- text-align:center;
- opacity:0;
- -webkit-transition:0.6s ease-in;
- {block:PermalinkPage}display:none;{/block:PermalinkPage}
- }
- .postinfo a{
- color:white;
- }
- .post:hover .postinfo{
- opacity:1;
- -webkit-transition:0.6s ease-in;
- }
- .postinfo .tags{
- margin-top:5px;
- text-transform:none;
- font-size:8px;
- font-style:normal;
- }
- .postinfo .tags a{
- margin:0 7px 0;
- }
- .postinfo .tags a:hover{
- color:#333;
- }
- .permainfo{
- text-align:right;
- margin-top:30px;
- border-top:1px solid #f2f2f2;
- padding-top:10px;
- font-size:8px;
- letter-spacing:1px;
- margin-bottom:60px;
- }
- .permainfo .tags{margin-top:5px;text-align:right;}
- .permainfo .tags a{color:black;margin-left:10px;}
- .permainfo .tags a:hover{color:{color:links};}
- ol.notes{list-style-type:none;width:500px;margin-left:-40px;font-family:cambria;font-size:8px;text-transform:uppercase;line-height:10px;}
- ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
- ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
- ol.notes li.note span.action{margin-left:10px;}
- ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
- </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 class="icon">
- <a href="/"><img src="{PortraitURL-64}" /></a>
- </div>
- {block:Pagination}<div class="pages">
- {block:PreviousPage}<a class="arrow1" href="{PreviousPage}">←</a>{/block:PreviousPage}
- <span class="current">{CurrentPage} / {TotalPages}</span>
- {block:NextPage}<a class="arrow2" href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- <div id="footer">
- <div class="links"><table><tr><td><div style="height:75px"> </div></td>
- <td>
- <div style="font-size:7px;">
- <a href="/ask">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}
- <a href="http://crimical.tumblr.com/">theme</a>
- </div>
- </td>
- </tr></table></div>
- <div class="box">
- <table><tr><td><div style="height:75px;width:0px;"> </div></td>
- <td><div style="width:350px">
- <h1>{title}</h1>
- <div class="descr">{description}</div>
- </div></td>
- <td><div style="height:75px;width:0px;"> </div></td>
- </tr></table>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- {block:Quote}
- <div class="postquote">{Quote}</div>
- {block:Source}<div class="quoteborder"> </div>
- <div class="quotesource"><span>{Source}</span></div>{/block:Source}
- {/block:Quote}
- {block:Photo}
- <a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img src="{PhotoURL-500}" width="500px" /></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="font-family:'justus'; font-size:10px;"> {Label}</span>{/block:Label} {Line}<br></div>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
- <div class="audioinfo">{block:TrackName}<h4>{TrackName}</h4>{/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>
- <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- {Caption}
- {/block:Audio}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Video}
- {Video-500}
- {Caption}
- {/block:Video}
- {block:Answer}
- <div class="question" style="width:470px;background-color:black;color:white">{Question}
- <div class="askurl"><span>{Asker}<span></div>
- </div>
- {Answer}
- {/block:Answer}
- {block:Date}<div class="postinfo">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} ∙ {NoteCount}{/block:NoteCount}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>{/block:Date}
- {block:PermalinkPage}
- {block:Date}<div class="permainfo">
- {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} ∙ {12Hour}:{Minutes}{AmPm}{block:NoteCount} ∙ {NoteCountWithLabel}{/block:NoteCount}<br />
- {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a> ∙ from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:ContentSource} ∙ <a title="{SourceTitle}" href="{SourceURL}">{block:NoSourceLogo}©{/block:NoSourceLogo}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" />{/block:SourceLogo}</a>{/block:ContentSource}
- {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>{/block:Date}
- {PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment