Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #17 'Stradivarius' by Brianna @ colorfulmetaphors.tumblr.com
- Rules:
- 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
- 2. Do not redistribute this theme.
- 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
- 4. Do not use this theme as a base code.
- 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
- Help:
- - Theme looks best in Google Chrome.
- - SAVE and REFRESH the page before changing appearance options.
- - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
- - There are seven extra links available. Add them under the appearance options.
- - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). The default is below the post. To have the info on the top of the post, select 'TopInfo' under the appearance options.
- - There are two post sizes. For 500px, deslect '400pxPosts'.
- - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
- - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
- Enjoy!
- --->
- <!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}
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Volkhov:400' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#b2b2b2"/>
- <meta name="color:side text" content="#4b4b4b"/>
- <meta name="color:borders" content="#888888"/>
- <meta name="color:side img bg" content="#000000"/>
- <meta name="color:link" content="#3e3e3e"/>
- <meta name="color:link hover" content="#d3d3d3"/>
- <meta name="color:tags" content="#bfbfbf"/>
- <meta name="color:tags hover" content="#373737"/>
- <meta name="color:info bg" content="#282828"/>
- <meta name="color:info link" content="#555555"/>
- <meta name="color:info link hover" content="#f3f3f3"/>
- <meta name="color:main link" content="#474747"/>
- <meta name="color:main link hover" content="#cccccc"/>
- <meta name="color:extra link" content="#bdbdbd"/>
- <meta name="color:extra link hover" content="#2c2c2c"/>
- <meta name="color:title" content="#3e3e3e"/>
- <meta name="color:blockquotes" content="#f1f1f1"/>
- <meta name="color:scrollbar background" content="#dddddd"/>
- <meta name="color:scrollbar" content="#333333"/>
- <meta name="color:highlight" content="#2e2e2e"/>
- <meta name="color:highlight text" content="#f3f3f3"/>
- <meta name="font:sidebar" content=""/>
- <meta name="font:body" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:bodyfontsize" content="11"/>
- <meta name="text:bgimgposition" content="bottom right" />
- <meta name="text:link1" content="/"/>
- <meta name="text:link1name" content="link 1"/>
- <meta name="text:link2" content="/"/>
- <meta name="text:link2name" content="link 2"/>
- <meta name="text:link3" content="/"/>
- <meta name="text:link3name" content="link 3"/>
- <meta name="text:link4" content="/"/>
- <meta name="text:link4name" content="link 4"/>
- <meta name="text:link5" content="/"/>
- <meta name="text:link5name" content="link 5"/>
- <meta name="text:link6" content="/"/>
- <meta name="text:link6name" content="link 6"/>
- <meta name="text:link7" content="/"/>
- <meta name="text:link7name" content="link 7"/>
- <meta name="if:BackgroundImageRepeat" content="" />
- <meta name="if:TopInfo" content=""/>
- <meta name="if:400pxPosts" content=""/>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {
- width: 7px;
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-thumb {
- width:7px;
- background-color:{color:scrollbar};
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlight text};
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background:{color:background};
- font-size: 7px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- max-width: 150px;
- padding: 5px 10px 5px 10px;
- display: block;
- margin: 17px 0px 0px -10px;
- box-shadow:3px 3px 5px;
- font-family: 'Droid Sans', sans-serif;
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:bodyfontsize}px;
- line-height:13px;
- font-family:{font:body};
- word-spacing:2px;
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-position:{text:bgimgposition};
- {block:IfBackgroundImageRepeat}
- background-repeat:repeat;
- {/block:IfBackgroundImageRepeat}
- {block:IfNotBackgroundImageRepeat}
- background-repeat:no-repeat;
- {/block:IfNotBackgroundImageRepeat}
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- blockquote {
- padding:1px 10px 1px 10px;
- border-left:1px solid {color:text};
- margin-left:10px;
- font-size:9px;
- word-wrap:break-word;
- background-color:{color:blockquotes};
- {block:IndexPage}
- {block:If500pxPosts}
- width:460px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- width:360px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:210px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:460px;
- {/block:PermalinkPage}
- }
- blockquote blockquote {
- padding:5px 5px 5px 5px;
- border-left:1px solid {color:text};
- background-color:{color:blockquotes};
- {block:IndexPage}
- {block:If500pxPosts}
- min-width:250px;
- width:auto;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- min-width:200px;
- width:auto;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- min-width:100px;
- max-width:200px;
- width:auto;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- min-width:250px;
- width:auto;
- {/block:PermalinkPage}
- }
- blockquote img {
- {block:IndexPage}
- {block:If500pxPosts}
- max-width:430px;
- {/block:If500pxPosts}
- {block:If400pxPosts}
- max-width:330px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- max-width:180px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:430px;
- {/block:PermalinkPage}
- }
- h1 {
- font-size:15px;
- font-family: 'Great Vibes', cursive;
- }
- #theme {
- margin:auto;
- {block:IndexPage}
- {block:IfNot400pxPosts}
- width:726px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:626px;
- {/block:If400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:726px;
- {/block:PermalinkPage}
- }
- #entries {
- margin-left:226px;
- padding-top:20px;
- {block:IndexPage}
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #post {
- word-wrap:break-word;
- margin-bottom:50px;
- {block:IndexPage}
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- {block:IndexPage}
- {block:IfTopInfo}
- #post:hover #info {
- opacity:0.9;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- {/block:IfTopInfo}
- {/block:IndexPage}
- #sidebar {
- width:176px;
- position:fixed;
- margin-top:200px;
- text-align:center;
- }
- #title {
- font-size:14px;
- text-align:center;
- color:{color:title};
- letter-spacing:1px;
- font-family: 'Great Vibes', cursive;
- }
- #sidebarimage {
- margin-top:2px;
- width: 170px;
- height:220px;
- background-color:{color:side img bg};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebarimage:hover .text {
- opacity:0.8;
- }
- #sidebarimage img {
- width:150px;
- height:200px;
- border:10px double {color:borders};
- }
- #link {
- margin-top:3px;
- width:170px;
- text-align:center;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link a {
- display:inline-block;
- height:14px;
- font-size:7px;
- color:{color:main link};
- text-align:center;
- margin-left:4px;
- margin-right:4px;
- font-family: 'Volkhov', serif;
- text-transform:uppercase;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link a:hover {
- color:{color:main link hover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link2 {
- position:absolute;
- bottom:5px;
- width:110px;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link2 a {
- text-align:center;
- width:30px;
- margin-left:-4px;
- font-style:italic;
- display:inline-block;
- font-size:8px;
- font-family:georgia;
- color:{color:extra link};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #link2 a:hover {
- color:{color:extra link hover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .text {
- position:absolute;
- margin-left:19px;
- margin-top:19px;
- padding:10px;
- width:110px;
- height:160px;
- opacity:0;
- background-color:#fff;
- border:1px solid {color:borders};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .d {
- font-size:10px;
- line-height:11px;
- text-align:justify;
- color:{color:side text};
- max-height:140px;
- overflow:auto;
- font-family:{font:sidebar};
- letter-spacing:0px;
- }
- .d a {
- text-decoration:underline;
- }
- #pagination {
- margin-top:3px;
- padding-top:3px;
- text-align:center;
- color:{color:main link};
- font-size:8px;
- font-family: 'Volkhov', serif;
- border-top:1px solid {color:borders};
- }
- #info {
- background-color:{color:info bg};
- font-family: 'Volkhov', serif;
- padding:5px;
- font-size:8px;
- {block:IndexPage}
- text-align:center;
- {block:IfNotTopInfo}
- margin-top:5px;
- border-top:1px solid {color:borders};
- {/block:IfNotTopInfo}
- {block:IfTopInfo}
- z-index:9999;
- position:absolute;
- border-bottom:1px solid {color:borders};
- opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- {block:If400pxPosts}
- width:390px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:490px;
- {/block:IfNot400pxPosts}
- {block:IfTopInfo}
- {/block:IndexPage}
- {block:PermalinkPage}
- text-align:left;
- width:490px;
- {/block:PermalinkPage}
- }
- #info a {
- color:{color:info link};
- font-family: 'Volkhov', serif;
- {block:IndexPage}
- font-size:8px;
- {/block:IndexPage}
- {block:PermalinkPage}
- font-size:7px;
- text-transform:uppercase;
- text-decoration:underline;
- {/block:PermalinkPage}
- }
- #info a:hover {
- color:{color:info link hover};
- }
- #tags {
- padding-top:5px;
- {block:IndexPage}
- text-align:center;
- {block:IfTopInfo}
- margin-top:5px;
- border-top:1px solid {color:borders};
- {/block:IfTopInfo}
- {/block:IndexPage}
- {block:PermalinkPage}
- text-align:left;
- {/block:PermalinkPage}
- }
- #tags a {
- font-family: 'Volkhov', serif;
- {block:IndexPage}
- margin-right:4px;
- font-style:italic;
- font-size:8px;
- margin-left:4px;
- color:{color:tags};
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:8px;
- font-size:7px;
- color:{color:info link};
- {/block:PermalinkPage}
- }
- #tags a:hover {
- color:{color:tags hover};
- }
- #credit {
- position:fixed;
- bottom:0px;
- left:0px;
- padding:4px 10px 4px 5px;
- text-decoration:none;
- font-size:11px;
- background-color:{color:main link};
- color:{color:background};
- font-family: 'Allura', cursive;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .quote {
- padding-left:50px;
- padding-right:50px;
- font-size:12px;
- line-height:110%;
- text-align:center;
- font-family: 'Droid Sans', sans-serif;
- }
- .face {
- float:right;
- width:37px;
- height:30px;
- padding-left:5px;
- border-left:1px solid {color:info bg};
- }
- .face img {
- border:7px solid {color:info bg};
- }
- .question {
- padding:10px;
- background-color:{color:blockquotes};
- min-height:30px;
- {block:IndexPage}
- {block:If400pxPosts}
- width:380px;
- {/block:If400pxPosts}
- {block:If500pxPosts}
- width:480px;
- {/block:If500pxPosts}
- {block:IfNot400pxPosts}
- {block:IfNot500pxPosts}
- width:230px;
- {/block:IfNot500pxPosts}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:480px;
- {/block:PermalinkPage}
- }
- .words {
- text-align:justify;
- line-height:150%;
- }
- .audio {
- margin-right:5px;
- width:70px;
- float:left;
- }
- .hidden {
- width:70px;
- height:73px;
- }
- .tumblr_audio_player {
- margin:0px;
- padding:0px;
- width:500px;
- height:50px;
- }
- .pull {
- margin-left:5px;
- margin-top:-5px;
- }
- .player {
- width:35px;
- height:37px;
- margin-left:10px;
- margin-top:10px;
- overflow:hidden;
- position:absolute;
- opacity:0.7;
- background-color:#fff;
- z-index:8888;
- border:7px solid #ECECEC;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .player:hover {
- opacity:1;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .caption {
- margin-top:20px;
- }
- .audio img{
- max-width: 70px;
- height: auto;
- }
- .song {
- margin-left:70px;
- margin-top:-55px;
- text-transform:uppercase;
- font-size:10px;
- padding-bottom:13px;
- font-family: 'Droid Sans', sans-serif;
- }
- .link {
- padding:15px;
- border:1px solid {color:info bg};
- border-radius:20px;
- font-size:15px;
- font-style:italic;
- }
- .link a {
- color:{color:tags};
- }
- .link a:hover {
- text-shadow:1px 1px 1px;
- }
- ol.notes {
- padding:0px;
- margin-left:10px;
- list-style-type:decimal;
- font-style:italic;
- border-bottom: solid 1px {color:info bg};
- width:480px;
- }
- ol.notes li.note {
- border-top: solid 1px {color:info bg};
- padding: 10px;
- font-family: 'Droid Sans', sans-serif;
- font-size:9px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note blockquote {
- border-color: {color:text};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- {CustomCSS}</style></head><body>
- <div id="theme">
- <div id="sidebar">
- <div id="title">
- {Title}
- </div>
- <div id="sidebarimage">
- <div class="text">
- <div class="d">
- {Description}
- </div>
- <div id="link2">
- {block:IfLink2Name}
- <a href="{text:link2}">{text:link2name}</a>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <a href="{text:link3}">{text:link3name}</a>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <a href="{text:link4}">{text:link4name}</a>
- {/block:IfLink4Name}
- {block:IfLink5Name}
- <a href="{text:link5}">{text:link5name}</a>
- {/block:IfLink5Name}
- {block:IfLink6Name}
- <a href="{text:link6}">{text:link6name}</a>
- {/block:IfLink6Name}
- {block:IfLink7Name}
- <a href="{text:link7}">{text:link7name}</a>
- {/block:IfLink7Name}
- </div>
- </div>
- <img src="{image:sidebar}"/>
- </div>
- <div id="link">
- <a href="/">home</a>
- <a href="/ask">askbox</a>
- <a href="/archive">index</a>
- {block:IfLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:IfLink1Name}
- </div>
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">
- <span style="font-family: 'Volkhov', serif; font-size:11px">
- «
- </span>
- </a>
- {/block:PreviousPage}
- {CurrentPage} | {TotalPages}
- {block:NextPage}
- <a href="{NextPage}">
- <span style="font-family: 'Volkhov', serif; font-size:11px">
- »
- </span>
- </a>
- {/block:NextPage}
- </div>
- </div>
- <a target="blank" title="theme by colorfulmetaphors" href="http://colorfulmetaphors.tumblr.com/">
- <div id="credit">
- T
- </div>
- </a>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:IndexPage}
- {block:IfTopInfo}
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{TimeAgo}</a>
- with
- {/block:Date}
- {NoteCountWithLabel} |
- <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom} |
- {block:ContentSource}©
- <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- {/block:IfTopInfo}
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}
- {block:IndexPage}
- {block:If400pxPosts}
- <img src="{PhotoURL-500}" width="400">
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- <img src="{PhotoURL-500}">
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}">
- {/block:PermalinkPage}
- {LinkCloseTag}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:If400pxPosts}
- {Photoset-400}
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {Photoset-500}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- {Quote}
- </div>
- {block:Source}
- <div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-top:5px">— {Source} —
- </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link">
- <a target="blank" href="{URL}" {Target}>----- {Name}</a>
- </div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>
- {Title}
- </h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <strong>{Label} </strong>
- {/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="audio">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="hidden">
- <div class="player">
- <div class="pull">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="song">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- <br />{Artist}
- {/block:Artist}
- <br />{PlayCountWithLabel}
- </div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {block:If400pxPosts}
- {Video-400}
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- {Video-500}
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="words">
- <a href="{AskerURL}" title="{AskerName}">
- <div style="float:right;margin-left:5px;padding-left:5px;border-left:1px solid {color:posts};height:30px;">
- <img src="{AskerPortraitURL-16}" border="7px solid {color:posts}">
- </div>
- </a>
- {Question}
- </div>
- </div>
- <br />
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:IfNotTopInfo}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> with
- {NoteCountWithLabel} |
- {block:RebloggedFrom}
- {block:ContentSource}©
- <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- <a href="{ReblogParentURL}">{ReblogParentName}</a> |
- {/block:RebloggedFrom}
- <a href="{ReblogURL}">reblog</a>
- </div>
- {block:HasTags}
- <div id="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfNotTopInfo}
- {block:IfTopInfo}
- <div id="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IfTopInfo}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="info">
- {block:Date}
- {TimeAgo} on {Month} {DayofMonth}{DayofMonthSuffix} with
- {/block:Date}
- {NoteCountWithLabel} |
- <a href="{ReblogURL}">reblog post</a>
- {block:RebloggedFrom}
- <br />
- {block:ContentSource}
- © <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div id="tags">
- <i>tagged as:</i>
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment