- <!--
- THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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">
- <html>
- <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}
- <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
- <meta name="color:Background" content=""/>
- <meta name="color:Body Font" content="#363636"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Links" content="#0096ff"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Nav background 1" content="#bdec9c" />
- <meta name="color:Nav background 2" content="#a6eb75" />
- <meta name="color:Nav background 3" content="#8bee44" />
- <meta name="color:Nav background 4" content="#7ce631" />
- <meta name="color:Nav background 5" content="#5bd504" />
- <meta name="color:Nav background 6" content="#56bd0d" />
- <meta name="color:Nav background hover" content="#cccccc" />
- <meta name="color:Nav font" content="#000000" />
- <meta name="color:Nav font hover" content="#333333" />
- <meta name="color:Post Title" content="#000000"/>
- <meta name="color:Quote" content="#363636"/>
- <meta name="color:Answer Background" content="#F5F5F5"/>
- <meta name="color:ScrollBar" content="#484848"/>
- <meta name="color:ScrollBar Background" content="#e8e8e8"/>
- <meta name="color:Post background" content="#cccccc"/>
- <meta name="color:Border" content="#46ade6" />
- <meta name="image:Sidebar" content="http://27.media.tumblr.com/tumblr_m2yamwOCMa1rpehnco1_500.jpg"/>
- <meta name="image:Background" content="http://static.tumblr.com/14xu0fs/8TIlyott4/tumblr_lxs1e8cjnr1rnpeyto1_250.png"/>
- <meta name="image:Post Box Background" content=""/>
- <meta name="image:post background" content="http://media.tumblr.com/tumblr_lpwow8f8U31qcn2vb.png"/>
- <meta name="text:blog title" content="title here"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 name" content="Link 1"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 name" content="Link 2"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 name" content="Link 3"/>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: Century Gothic;
- font-size: 9px;
- color: {color:Body Font};
- text-align: justify;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
- @font-face {
- font-family: 'loremipsumBold';
- src: url('loremipsum-webfont.eot');
- src: url('loremipsum-webfont.eot?#iefix') format('embedded-opentype'),
- url('loremipsum-webfont.woff') format('woff'),
- url('loremipsum-webfont.ttf') format('truetype'),
- url('loremipsum-webfont.svg#loremipsumBold') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 200px;
- top:5px;
- width: 500px;
- background-color:{color:Posts};
- border:1px dashed {color:Border};
- margin-bottom: 5px;
- padding: 5px;
- z-index:500;
- }
- #permalink {
- font-family: 'Cedarville Cursive';
- font-size: 50px;
- opacity: 0;
- right: -230px;
- filter: alpha (opacity=0);
- position: absolute;
- top: -10px;
- text-align: center;
- padding-right: 5px;
- width: 350px;
- background-image: url('{image:Post Box Background}');
- background-color: #transp;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transform: rotate(-270deg);
- -moz-transform: rotate(-270deg);
- }
- #lineup:hover #permalink {
- background-color: #transp;
- opacity: 8;
- filter: alpha (opacity=8);
- width: 400px;
- border-radius: 0px 0px 0px 100px;
- }
- #take{
- background-color: {color:Posts};
- background-image: url('{image:Post Box Background}');
- position:absolute;
- height:auto;
- text-align:right;
- margin-top:0px;
- margin-left:480px;
- z-index:998;
- font-size:8px;
- padding:2px;
- color:{color:Border};
- text-transform:uppercase;
- font-family:consolas;
- width:40px;
- opacity:0;
- padding-right:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #take:hover, #reblog:hover{
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #lol:hover #take{
- opacity:1;
- margin-left:450px;
- margin-top:0px;
- width:40px;
- filter: alpha (opacity=9)
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- .answer {
- background-color: {color:Answer Background};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: "loremipsum", serif;
- font-size: 30px;
- letter-spacing: {text:Title letter spacing};
- background-color: {color:Title Background};
- color: {color:Title};
- text-shadow: 1px 1px 1px #C4C4C4;
- font-weight: lighter;
- }
- a.perma {
- color: {color:Border};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: 'Cedarville Cursive';
- font-size: 18px;
- color: {color:Post Title};
- text-align: center;
- text-shadow: 1px 1px 1px #C4C4C4;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family: 'Cedarville Cursive';
- font-size: 14px;
- font-style: italic;
- color: {color:Quote}
- }
- blockquote {
- padding: 1px 1px 1px 1px;
- background-color: #eee;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- a:hover {
- color:{color:Links hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:ScrollBar};
- border-top:2px solid {color:ScrollBar};
- border-bottom:2px solid {color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:vertical:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:{color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar{
- height:6px;
- width:6px;
- background-color: {color:ScrollBar Background};
- }
- .topp {
- font-family: consolas;
- font-size: 10px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: #000000;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- .linkers{
- position: fixed;
- margin-left: -10px;
- top: 190px;
- z-index:1;
- }
- .navi a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 1};
- background-color: {color:nav background 1};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- .navi2 a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 2};
- background-color: {color:nav background 2};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family:tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi2 a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- .navi3 a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 3};
- background-color: {color:nav background 3};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi3 a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- .navi4 a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 4};
- background-color: {color:nav background 4};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi4 a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- .navi5 a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 5};
- background-color: {color:nav background 5};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi5 a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- .navi6 a{
- float: left;
- width: 1500px;;
- height: 13px;
- border-left: 20px solid {color:nav background 6};
- background-color: {color:nav background 6};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: tinytots;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi6 a:hover{
- float: left;
- width: 1500px;
- height: 13px;
- font-family:tinytots;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-bottom: 5px;
- padding-left: 5px;
- border-left: 50px solid {color:nav background hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -moz-border-radius: 70px;
- border-radius: 70px;
- padding-top: 5px; z-index:1;}
- #side {
- width: 500px;
- height: auto;
- z-index: 2;
- float:left;
- position: relative;
- }
- #side2 {
- z-index: 2;
- float:left;
- position: relative;
- }
- #sidee {
- width: 512px;
- left: 208px;
- height: 1500px;
- top: -10px;
- background:{color:post background} url({image:post background});
- position:fixed;
- right:0px;
- float:right;
- z-index: 2;
- }
- .giffy{
- margin-left:800px;
- top:192px;
- position: fixed;
- border: 10px solid {color:Posts};
- z-index:500;
- }
- .b1a4{
- margin-left: 765px;
- top:152px;
- font-family:"loremipsum", serif;
- position: fixed;
- font-size: 30px;
- color: {color:Title};
- text-shadow: 1px 1px 1px #C4C4C4;
- width: 300px;
- }
- .aboutz{
- margin-left:880px;
- top:335px;
- font-family:tinytots;
- position: fixed;
- font-size: 8px;
- color:#0f0f0f;
- width: 70px;
- z-index:999;
- letter-spacing:2px;
- }
- #playz
- {
- position: fixed; top: 330px; left:814px;
- z-index:500;
- width:200px;height:15px; text-align:center;
- padding:1px 8px 3px 1px;
- margin-top:0px;
- font-family: tinytots;
- font-size: 8px;
- background-color:{color:Posts}; opacity:0.8;
- -moz-border-radius:0px 0px 0px 0px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
- #mustz
- { margin-top:-50px;margin-left:5px;
- color:#0f0f0f;
- opacity:1;
- -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
- #must1z
- {margin-top:20px;
- opacity:0;
- -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
- #playz:hover #must1z
- {
- margin-top:10px;
- opacity:100;}
- #playz:hover #mustz
- {padding-top:0px;
- opacity:0;}
- #playz:hover
- {opacity:1; -moz-border-radius:40px 40px 0px 0px;
- border-radius:0px 0px 40px 40px;
- height: 250px;-webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-ou}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="topp">
- <a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/tumblr_lrc2jmMG3W1qzuf77.gif"></a>
- </div>
- <div id="side2"><div id="sidee"></div><div>
- <div class="b1a4">{text:blog title}</div>
- <div class="aboutz">+ about</div>
- <div class="giffy"><img src="{image:Sidebar}" width="200"></div>
- <div id="playz">
- <div id="must1z">
- <br>
- <br>
- {Description}
- </div>
- <div id="mustz"> </div></div></div>
- <div class="linkers">
- <div class="navi"><a href="/"> Index</a><br></div>
- <div class="navi2"><a href="/ask"> Message</a><br></div>
- <div class="navi3"><a href="/archive"> History</a><br></div>
- {block:IfLink1}<div class="navi4"><a href="{text:Link 1}"> {text:link 1 name}</a><br></div>{/block:IfLink1}
- {block:IfLink2}<div class="navi5"><a href="{text:Link 2}"> {text:link 2 name}</a><br></div>{/block:IfLink2}
- {block:IfLink3}<div class="navi6"><a href="{text:Link 3}"> {text:link 3 name}</a><br></div>{/block:IfLink3}
- </div>
- <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="lineup">
- <div id="lol">
- {Block:IndexPage}<a href="{ReblogURL}" target="_blank" id="take"> reblog</a>{/Block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {Body}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
- {LinkCloseTag}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
- {PostNotes}</div>
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
- </div>
- {block:Source}
- <div style="text-align:right">—{Source}</div>
- {/block:Source}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>
- <div class="story"><div style="margin-left:0px">{Name}</div></div>
- </a>
- {block:Description}
- {Description}
- {/block:Description}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- <p>{PlayCountWithLabel}</p>
- <br clear="all">
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <div style="float:left; font-size: 28px; margin-top: -10px;">❝</div><b>{Asker}</b>: {Question}<div class="answer">{Answer}</div>
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Answer}
- {Block:IndexPage}<div id="permalink">
- <a href="{Permalink}" class="perma">
- {NoteCount}
- </a>
- </div></div>
- </div>{/Block:IndexPage}
- {/block:Posts}</div>
- </body>
- </html>

