Advertisement
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">
- <!--
- THEME 3 by ARYASNARK
- -->
- <head>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</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}
- <meta name="color:background" content="#ffffff">
- <meta name="color:title" content ="#3b3b3b">
- <meta name="color:text" content="#3b3b3b">
- <meta name="color:tags" content="#3b3b3b">
- <meta name="color:permalink" content="#e0e0e0">
- <meta name="color:link" content="#b8b8b8">
- <meta name="color:link hover" content="#3b3b3b">
- <meta name="color:sidelink" content="#3b3b3b">
- <meta name="color:sidelink hover" content="#3b3b3b">
- <meta name="color:border" content="#eeeeee">
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="color:scrollbar bg" content="#ffffff">
- <meta name="if:show captions" content="1"/>
- <meta name="if:hover" content="1"/>
- <meta name="text:link 1 title" content=""/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 2 title" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 3 title" content=""/>
- <meta name="text:link 3" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- body {
- margin:0px;
- padding:0px;
- font-family:baskerville;
- font-size:10px;
- color:{color:text};
- background:{color:background};
- }
- a:link, a, a:active, a:visited {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- }
- #entry {
- margin-left:320px;
- width:520px;
- font-family:baskerville;
- }
- .post {
- float:center;
- overflow:hidden;
- text-align:left;
- padding-top:20px;
- padding-bottom:60px;
- padding-right:20px;
- width:500px;
- overflow:hidden;
- }
- h1 {
- font-size:14px;
- text-transform:none;
- font-weight:lighter;
- padding-left:10px;
- color:{color:title};
- }
- h1 a {
- color:{color:title};
- text-transform:none;
- }
- #sidebar {
- background-color:{color:background};
- border-right: solid 1px {color:border};
- width:300px;
- height:110%;
- position:fixed;
- top:1px;
- overflow:hidden;
- }
- #blogtitle {
- width:279px;
- margin-top:50px;
- margin-bottom:-5px;
- font-family:{font:text};
- text-transform:lowercase;
- font-size:28px;
- font-weight:normal;
- text-align:right;
- padding:5px;
- }
- #blogtitle a {
- color:{color:title};
- text-transform:lowercase;
- text-decoration:underline;
- }
- #sidelink {
- display:navigate;
- width:279px;
- font-size:10px;
- letter-spacing:1px;
- text-align:right;
- font-style:none;
- text-transform:lowercase;
- line-height:180%;
- padding:5px 7px 5px 7px;
- }
- #sidelink a {
- color:{color:sidelink};
- padding-left:3px;
- padding-right:3px;
- padding-top:2px;
- padding-bottom:2px;
- background-color:{color:background};
- }
- #sidelink a:hover {
- font-style:none;
- width:300px;
- color:{color:sidelink hover};
- text-transform:uppercase;
- background-color:{color:background};
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- -ms-transition: all 0s ease-in-out;
- transition: all 0s ease-in-out;
- }
- #description {
- width:150px;
- margin-left:127px;
- margin-bottom:2px;
- padding:5px;
- font-family:baskerville;
- font-size:10px;
- text-align:right;
- letter-spacing:0px;
- line-height:150%;
- }
- .pagination {
- margin-top:10px;
- margin-right:21px;
- text-align:right;
- font-family:baskerville;
- font-size:9px;
- letter-spacing:1px;
- }
- .pagination a {
- color:{color:text};
- padding-left:3px;
- padding-right:3px;
- padding-top:2px;
- padding-bottom:2px;
- background-color:{color:border};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .pagination a:hover {
- color:{color:text};
- padding-left:3px;
- padding-right:3px;
- padding-top:2px;
- padding-bottom:2px;
- background-color:{color:background};
- }
- .quote {
- font-family:baskerville;
- font-size:16px;
- font-style:none;
- text-align:center;
- letter-spacing:1px;
- line-height:110%;
- padding-right:5px;
- padding-left:5px;
- padding-bottom:3px;
- }
- #source {
- text-align:left;
- padding-left:20px;
- padding-right:5px;
- }
- .audioimage{float:left;text-align: center; margin-left:0px;width: 95px;
- border: 0px solid; color:transparent;}
- .audioimage img{max-width: 95px;height:95px; width:95px; margin: 0 0 0px 0}
- .player {width:41px; height:41px; position:absolute; z-index:3; background:#FFFFFF; margin-top:6px; margin-left:27px; opacity:0.3; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; border-radius: 20px 20px 20px 20px;}
- .player:hover {opacity:0.80; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
- .audioplayer {background-color:transparent; width:15px; height:25px; overflow:hidden; padding:3px; margin-left:5px; margin-top:5px; -webkit-border-radius:15px 15px 15px 15px;}
- .audiodata {background-color:{color:background}; color:{color:text}; text-transform:uppercase; height:10px; padding:6px 0px 5px 0px; width:401px; margin-bottom:-7px; margin-left:99px; text-align:center}
- .audiodata b{color:{color:source};line-height:7px}
- .playcount {background-color:{color:background};font-size:7px;font-family:baskerville;color:{color:text}; text-transform:uppercase; height:10px; padding:6px 0px 5px 0px; width:401px; margin-left:99px; margin-top:10px; text-align:center}
- .caption {
- text-align:left;
- padding-left:10px;
- padding-right:10px;
- font-family:baskerville;
- display:block;
- }
- .caption img {
- max-width:490px;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid {color:border};
- }
- #asker {
- text-align:left;
- margin-top:0px;
- margin-bottom:3px;
- font-size:14px;
- font-style:italic;
- }
- #asked, #asker a {
- font-size:14px;
- font-style:italic;
- font-family:baskerville;
- letter-spacing:0px;
- background:none;
- border-bottom:none;
- }
- #asker a:hover {
- color:{color:link hover};
- }
- #bottompost {
- width:490px;
- margin-top:4px;
- font-family:baskerville;
- font-size:9px;
- text-align:left;
- letter-spacing:1px;
- padding:5px;
- line-height:150%;
- {block:indexpage}
- {block:ifhover}
- opacity:0;
- {/block:ifhover}
- {block:indexpage}
- border-top:1px solid {color:border};
- background-color:{color:bottompost bg};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #bottompost a {
- color:{color:bottompost link};
- }
- #bottompost a:hover {
- color:{color:bottompost link hover};
- }
- {block:ifhover}
- .post:hover #bottompost {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- }
- {/block:ifhover}
- #tags {
- margin-left:10px;
- font-size:9px;
- font-family:baskerville;
- text-transform:none;
- color:{color:tags};
- line-height:200%;
- {block:indexpage}
- {block:ifhover}
- opacity:0;
- {/block:ifhover}
- {block:indexpage}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tags a {
- color:{color:tags};
- padding:2px;
- background-color:{color:border};
- }
- #tags a:hover {
- color:{color:tags};
- background-color:{color:background};
- }
- {block:ifhover}
- .post:hover #tags {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- {/block:ifhover}
- ol.notes {
- padding-bottom:2%;
- width:460px;
- list-style-type:lower-roman;
- text-align:left;
- }
- ol.notes li.note{
- border-bottom:1px solid {color:border};
- padding:2%;
- }
- ol.notes li.note img.avatar{
- width:0px;
- height:0px;}
- #credit {
- text-transform:lowercase;
- position:fixed;
- right:7px;
- bottom:7px;
- text-align:center;
- font-size:9px;
- letter-spacing:1px;
- font-family:baskerville;
- opacity:.60;
- width:30px;
- }
- iframe#tumblr_controls {
- top:5px;
- right:10px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- opacity:.6;
- filter:alpha(opacity=60);
- -moz-opacity:.6;
- }
- </style></head>
- <body>
- <div id="credit"><a href="http://aryasnark.tumblr.com/">credit</a></div>
- <div id="sidebar">
- <br>
- <div id="blogtitle"><a href="/">{Title}</a></div>
- <div id="sidelink">
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a><br>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a><br>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a><br>{/block:iflink3}
- <a href="/ask">ask</a><br>
- <a href="/archive">archive</a>
- </div>
- <div id="description">{block:Description}{Description}{/block:Description}</div>
- <br>
- {block:IndexPage}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- {block:NextPage}
- </div>
- {/block:IndexPage}
- </div>
- </div>
- <div id="entry">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝ {Quote} ❞</div>
- {block:Source}
- <div id="source">—— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}
- <div style="padding-left:5px;padding-right:5px;">{Description}</div>
- {/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}
- <span style="background-color:{color:background};">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart" width="95px" height="95px" align="left"/>{/block:AlbumArt}
- <br><br>
- <div class="player"><div class="audioplayer">{AudioPlayer}</div> </div></span>
- <div class="audiodata">{block:TrackName}{TrackName} - {/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}</div>
- <div class="playcount">{PlayCountWithLabel}</div><br><br><br>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="asker">{Asker} <font id="asked">asked:</font>
- <br><center>{Question}</center></div>
- <font style="margin-left:5px;margin-right:5px;">{Answer}</font>
- {/block:Answer}
- {block:IndexPage}
- <div id="bottompost"><a href="{Permalink}">{DayOfWeek}, {DayOfMonth}{DayOfMonthSuffix} of {Month}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}<div id="tags">{block:HasTags}↳ {block:Tags}
- <a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="bottompost">
- {block:Date}{DayOfWeek}, {DayofMonth} of {Month}, {Year}{/block:Date}
- <font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
- <br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br>
- <div id="tags">{block:HasTags}↳ {block:Tags}
- <a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:permalinkpage}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement