Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #21 'Baseball Cap' 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'.
- - Your sidebar image can either be an image you upload, or your Tumblr icon. For icon, select 'Icon' under the appearance options.
- - The sidebar image is 100px square. Smaller images will be stretched and larger ones will be compressed.
- - The title is the home link.
- - There are seven extra links available. Add them under the appearance options.
- - There are two post sizes available. For 500px, deselect '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=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rokkitt' 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="#bfbfbf"/>
- <meta name="color:sidebar" content="#313131"/>
- <meta name="color:side text" content="#353535"/>
- <meta name="color:desc link" content="#b2b2b2"/>
- <meta name="color:borders" content="#888888"/>
- <meta name="color:blockquotes" content="#eaeaea"/>
- <meta name="color:link" content="#373737"/>
- <meta name="color:link hover" content="#999999"/>
- <meta name="color:tags" content="#373737"/>
- <meta name="color:tags hover" content="#fafafa"/>
- <meta name="color:info bg" content="#444444"/>
- <meta name="color:infolink" content="#e0e0e0"/>
- <meta name="color:infolink hover" content="#0c0c0c"/>
- <meta name="color:sidelink" content="#cecece"/>
- <meta name="color:sidelink hover" content="#CCCCCC"/>
- <meta name="color:title" content="#888888"/>
- <meta name="color:title hover" content="#333333"/>
- <meta name="color:scroll barbackground" content="#dddddd"/>
- <meta name="color:scrollbar" content="#999999"/>
- <meta name="color:highlight" content="#dddddd"/>
- <meta name="color:highlight text" content="#111111"/>
- <meta name="font:sidebar" content=""/>
- <meta name="font:body" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:body font size" content="11"/>
- <meta name="text:bg img position" 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:400pxPosts" content="1"/>
- <meta name="if:Icon" 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: 8px;
- 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;
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:body font size}px;
- font-family:{font:body};
- background-image:url('{image:background}');
- background-attachment:fixed;
- word-spacing:1px;
- text-align:justify;
- background-position:{text:bg img position};
- {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 {
- text-decoration:line-through;
- 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:IfNot400pxPosts}
- width:460px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:360px;
- {/block:If400pxPosts}
- {/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:IfNot400pxPosts}
- min-width:250px;
- width:auto;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- min-width:200px;
- width:auto;
- {/block:If400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- min-width:250px;
- width:auto;
- {/block:PermalinkPage}
- }
- blockquote img {
- {block:IndexPage}
- {block:IfNot400pxPosts}
- max-width:430px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- max-width:330px;
- {/block:If400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:430px;
- {/block:PermalinkPage}
- }
- h1 {
- font-size:15px;
- }
- #theme {
- {block:IndexPage}
- {block:If400pxPosts}
- width:830px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:930px;
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:830px;
- {/block:PermalinkPage}
- margin:auto;
- }
- #entries {
- padding-top:30px;
- position:absolute;
- margin-left:280px;
- background-color:{color:background};
- {block:IndexPage}
- {block:If400pxPosts}
- width:420px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:520px;
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:520px;
- {/block:PermalinkPage}
- }
- #post {
- word-wrap:break-word;
- background-color:{color:background};
- padding:10px;
- margin-top:30px;
- {block:IndexPage}
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #across {
- width:100%;
- background-color:{color:sidebar};
- position:fixed;
- height:50px;
- margin-top:110px;
- }
- #sidebar {
- width:230px;
- margin-top:100px;
- position:fixed;
- }
- #curve {
- width:218px;
- min-height:100px;
- background-color:{color:background};
- }
- #title {
- width:130px;
- text-align:right;
- }
- #title a {
- font-size:13px;
- color:{color:title};
- font-family: 'News Cycle', sans-serif;
- }
- #title a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- #sidebarimage {
- margin-left:120px;
- margin-top:-10px;
- width:105px;
- height:105px;
- position:absolute;
- z-index:9999;
- border-radius:50%;
- -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 img {
- width:100px;
- height:100px;
- border-radius:50%;
- border:5px solid {color:sidebar};
- }
- #sidebarimage:hover #link {
- opacity:0.8;
- -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 #link a {
- opacity:1;
- -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 {
- opacity:0;
- position:absolute;
- background-color:#fff;
- height:80px;
- width:105px;
- padding-top:25px;
- border-radius:50%;
- margin-left:2px;
- margin-top:2px;
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- z-index:9999;
- 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;
- }
- #sidebarimage:hover #link {
- opacity:0.8;
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- -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;
- width:40px;
- font-size:8px;
- font-family:georgia, serif;
- font-style:italic;
- -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 {
- text-decoration:line-through;
- color:{color:sidelink 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 {
- text-align:justify;
- line-height:170%;
- font-size:10px;
- color:{color:side text};
- font-family:{font:sidebar};
- width:200px;
- }
- .sr {
- float:right;
- clear:right;
- height:11.5px;
- }
- .text a {
- color:{color:desc link};
- }
- .text a:hover {
- color:{color:scrollbar};
- }
- #pagination {
- margin-top:10px;
- width:210px;
- border-top:7px solid {color:sidebar};
- padding-top:10px;
- }
- #stack {
- float:right;
- }
- #stack a {
- display:inline-block;
- margin-left:3px;
- margin-right:3px;
- width:63px;
- text-align:right;
- color:{color:side text};
- font-size:16px;
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:8px;
- font-family: 'Rokkitt', serif;
- }
- #jumps {
- margin-top:2px;
- text-align:left;
- width:66px;
- float:left;
- }
- #jumps a {
- margin-left:2px;
- margin-right:2px;
- display:inline-block;
- height:10px;
- width:10px;
- background-color:{color:sidebar};
- border-radius:50%;
- }
- #info {
- background-color:{color:info bg};
- border-top:1px solid {color:borders};
- padding:5px;
- font-family: 'News Cycle', sans-serif;
- margin-top:10px;
- {block:IndexPage}
- text-transform:uppercase;
- font-size:8px;
- text-align:right;
- {/block:IndexPage}
- {block:PermalinkPage}
- font-size:10px;
- {/block:PermalinkPage}
- }
- #info a {
- color:{color:infolink};
- {block:IndexPage}
- letter-spacing:1px;
- {/block:IndexPage}
- {block:PermalinkPage}
- text-decoration:underline;
- {/block:PermalinkPage}
- }
- #info a:hover {
- color:{color:infolink hover};
- text-decoration:none;
- }
- #tags {
- {block:IndexPage}
- margin-top:3px;
- border-top:1px dotted {color:borders};
- padding-top:3px;
- text-align:right;
- font-family:calibri, sans-serif;
- {/block:IndexPage}
- {block:PermalinkPage}
- text-transform:uppercase;
- font-size:8px;
- {/block:PermalinkPage}
- }
- #tags a {
- font-size:8px;
- text-align:right;
- font-style:italic;
- {block:IndexPage}
- color:{color:tags};
- {/block:IndexPage}
- {block:PermalinkPage}
- letter-spacing:1px;
- color:{colorinfolink};
- {/block:PermalinkPage}
- }
- #tags a:hover {
- color:{color:tags hover};
- text-decoration:none;
- }
- #credit {
- position:fixed;
- bottom:0px;
- left:0px;
- text-align:left;
- padding:4px 10px 4px 5px;
- text-decoration:none;
- font-size:11px;
- background-color:{color:side text};
- 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:IfNot400pxPosts}
- width:480px;
- {/block:IfNot400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:480px;
- {/block:PermalinkPage}
- }
- .words {
- text-align:justify;
- line-height:150%;
- }
- .reply {
- border-top:1px dotted {color:text};
- margin-top:10px;
- }
- .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;
- background-color:{color:info bg};
- border:1px solid {color:borders};
- border-radius:20px;
- font-size:15px;
- font-style:italic;
- }
- .link a {
- color:{color:infolink};
- }
- .link a:hover {
- text-shadow:1px 1px 1px;
- }
- ol.notes {
- padding:0px;
- margin-left:30px;
- list-style-type:decimal;
- font-style:italic;
- border-bottom: solid 1px {color:sidebar};
- width:470px;
- }
- ol.notes li.note {
- border-top: solid 1px {color:sidebar};
- 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="across"></div>
- <div id="sidebar">
- <div id="sidebarimage">
- <div id="link">
- <a href="/ask">askbox</a>
- {block:ifLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:ifLink1Name}
- {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>
- {block:IfNotIcon}
- <img src="{image:sidebar}">
- {/block:IfNotIcon}
- {block:IfIcon}
- <img src="{PortraitURL-96}">
- {/block:IfIcon}
- </div>
- <div id="curve">
- <div class="sr" style="width:90px;"></div>
- <div class="sr" style="width:97px;"></div>
- <div class="sr" style="width:104px;"></div>
- <div class="sr" style="width:106px;"></div>
- <div class="sr" style="width:106px;"></div>
- <div class="sr" style="width:102px;"></div>
- <div class="sr" style="width:97px;"></div>
- <div class="sr" style="width:82px;"></div>
- <div id="title">
- <a href="/">
- {Title}
- </a>
- </div>
- <div class="text">
- {Description}
- </div>
- </div>
- {block:Pagination}
- <div id="pagination">
- <div id="stack">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- <div id="jumps">
- {block:JumpPagination length="5"}
- {block:JumpPage}
- <a title="page {PageNumber}" href="{URL}"></a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- </div>
- {/block:Pagination}
- </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: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>
- <div class="reply">
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
- |
- {/block:Date}
- {block:RebloggedFrom}
- {block:ContentSource}
- © <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- via
- <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:IndexPage}
- {block:PermalinkPage}
- <div id="info">
- {block:Date}
- {TimeAgo} on {Month} {DayofMonth}{DayofMonthSuffix}, {Year} |
- {/block:Date}
- {NoteCountWithLabel} | <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom}
- <br />
- {block:ContentSource}
- originally from <a href="{SourceURL}">{ReblogRootName}</a>,
- {/block:ContentSource}
- via
- <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div id="tags">
- tagged as:
- {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