Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: BEHIND BARS
- by Phil (spirkism/spirkthemes)
- Rules:
- - please do not steal/redistribute, I spent quite a bit of time coding this
- - also don't remove the credit please, that would make me very sad :(
- - don't use as a base code, there are plenty of those out there
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
- And now: enjoy! :)
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light|Megrim|Fredericka+the+Great|Josefin+Sans:400,600|Limelight|Open+Sans+Condensed:300|Julius+Sans+One|Lobster|Audiowide|Special+Elite|Amatic+SC|Pacifico' rel='stylesheet' type='text/css'>
- <script>
- $(document).ready(function(){
- $('#descbutton').click(function(){
- $('#desc').fadeIn(2000);
- $('#descbg').fadeIn(2000);
- });
- $('#descbg').click(function(){
- $('#desc').fadeOut(1000);
- $('#descbg').fadeOut(1000);
- });
- });
- </script>
- <meta name="color:background" content="#fff" />
- <meta name="color:text" content="#2E2E2E" />
- <meta name="color:links" content="#220146" />
- <meta name="color:linkshover" content="#5104A4" />
- <meta name="color:stripes" content="#343434" />
- <meta name="color:imgborder" content="#343434" />
- <meta name="color:header" content="#505050" />
- <meta name="color:descbg" content="#fff" />
- <meta name="color:desctext" content="#000" />
- <meta name="color:sblinkbg" content="#A34DFF" />
- <meta name="color:sblinktext" content="#303030" />
- <meta name="color:posts" content="#DBDBDB" />
- <meta name="color:border" content="#E6E6E6" />
- <meta name="color:postinside" content="#ffffff" />
- <meta name="color:title" content="#7A1BDF" />
- <meta name="color:titlehover" content="#B670FF" />
- <meta name="color:caption" content="#7A1BDF" />
- <meta name="image:background" content="" />
- <meta name="image:left image 01" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:left image 02" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:left image 03" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:right image 01" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:right image 02" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:right image 03" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="text:header opacity" content="0.7" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link1text" content="home" />
- <meta name="text:link2url" content="/ask" />
- <meta name="text:link2text" content="message" />
- <meta name="text:desc" content="description" />
- <meta name="text:link4url" content="/" />
- <meta name="text:link4text" content="link" />
- <meta name="text:link5url" content="/" />
- <meta name="text:link5text" content="link" />
- <meta name="text:link6url" content="/" />
- <meta name="text:link6text" content="link" />
- <meta name="select:Font" content="fredericka" title="Fredericka the Great"/>
- <meta name="select:Font" content="limelight" title="Limelight"/>
- <meta name="select:Font" content="shadowsintolight" title="Shadows Into Light"/>
- <meta name="select:Font" content="lobster" title="Lobster"/>
- <meta name="select:Font" content="pacifico" title="Pacifico"/>
- <meta name="select:Font" content="audiowide" title="Audiowide"/>
- <meta name="select:Font" content="specialelite" title="Special Elite"/>
- <meta name="select:Font" content="amaticsc" title="Amatic SC"/>
- <meta name="select:Sidebar images shape" content="square" title="Square"/>
- <meta name="select:Sidebar images shape" content="round" title="Round"/>
- <meta name="select:Sidebar images shape" content="change1" title="Change from square to round on hover"/>
- <meta name="select:Sidebar images shape" content="change2" title="Change from round to sqaure on hover"/>
- <meta name="select:Header" content="header-small" title="Small header" />
- <meta name="select:Header" content="header-big" title="Large header" />
- <meta name="select:Header" content="no-header" title="No header" />
- <meta name="select:tags" content="visibletags" title="visible tags" />
- <meta name="select:tags" content="hovertags" title="hover tags" />
- <meta name="if:InfiniteScroll" content="0" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:title};
- border-left: 2px solid {color:background};
- border-right: 2px solid {color:background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:11px;
- background-color:{color:title};
- border-left: 5px solid {color:background};
- border-right: 5px solid {color:background};
- }
- iframe#tumblr_controls {
- position:fixed;-webkit-filter:invert(100%);opacity:0.5;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
- div#qTip {
- margin-left: 5px;
- margin-top: -5px;
- text-transform: lowercase;
- font-size: 10px;
- font-family: 'Calibri', sans-serif;
- line-height: 12px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 99999999999999999999999999999999999999999999999;
- background-color: {color:background};
- padding: 2px 3px;
- color: {color:text};
- max-width: 200px;
- height: auto;
- border: 1.5px solid {color:title};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- background-color: {color:background};
- background: url({image:background}) fixed;
- margin: 0 auto;
- font-family: 'Calibri', sans-serif;
- word-wrap:break-word;
- }
- a:link, a:active, a:visited {
- text-decoration: none;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- color:{color:links};
- }
- a:hover {
- color:{color:linkshover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- :focus, :active {
- outline: 0;
- }
- #header-small {
- position: fixed;
- left: 50%;
- width: 785px;
- margin-left: -395px;
- height: 50px;
- background-color: {color:header};
- top: 0;
- color: white;
- z-index: 99999;
- opacity: {text:header opacity};
- }
- #header-big {
- position: fixed;
- left: 50%;
- width: 785px;
- margin-left: -395px;
- height: 89px;
- background-color: {color:header};
- top: 0;
- color: white;
- z-index: 99999;
- opacity: {text:header opacity};
- }
- #no-header {
- position: fixed;
- left: 50%;
- width: 785px;
- margin-left: -395px;
- height: 50px;
- background-color: {color:header};
- top: 0;
- color: white;
- z-index: 99999;
- display: none;
- }
- #title {
- position: absolute;
- top: 30%;
- text-align: center;
- width: 785px;
- font-size: 20px;
- }
- #title a {
- color: {color:title};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #title a:hover {
- color: {color:titlehover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #stripe-left {
- top: 0;
- position: fixed;
- height: 100%;
- width: 125px;
- background-color: transparent;
- left: 50%;
- margin-left: -420px;
- }
- #stripe-l {
- top: 0;
- position: absolute;
- height: 100%;
- width: 25px;
- background-color: {color:stripes};
- left: 0;
- }
- #stripe-right {
- top: 0;
- position: fixed;
- height: 100%;
- width: 125px;
- background-color: transparent;
- left: 50%;
- margin-left: 390px;
- }
- #stripe-r {
- top: 0;
- position: absolute;
- height: 100%;
- width: 25px;
- background-color: {color:stripes};
- left: 0;
- }
- .sbimg img {
- width: 80px;
- height: 80px;
- border: 10px solid {color:imgborder};
- }
- #left-img01 {
- position: absolute;
- top: 50%;
- margin-top: -230px;
- margin-left: -55px;
- }
- #left-img02 {
- position: absolute;
- top: 50%;
- margin-top: -50px;
- margin-left: -20px;
- }
- #left-img03 {
- position: absolute;
- top: 50%;
- margin-top: 130px;
- margin-left: -55px;
- }
- #right-img01 {
- position: absolute;
- top: 50%;
- margin-top: -230px;
- margin-left: -20px;
- }
- #right-img02 {
- position: absolute;
- top: 50%;
- margin-top: -50px;
- margin-left: -55px;
- }
- #right-img03 {
- position: absolute;
- top: 50%;
- margin-top: 130px;
- margin-left: -20px;
- }
- .square img {
- border-radius: 0px;
- }
- .round img {
- border-radius: 80px;
- }
- .change1 img {
- border-radius: 0px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .change1:hover img {
- border-radius: 80px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .change2 img {
- border-radius: 80px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .change2:hover img {
- border-radius: 0px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .square .sblink {
- position: absolute;
- width: 70px;
- height: 70px;
- background-color: {color:sblinkbg};
- line-height: 70px;
- color: {color:sblinktext};
- margin-left: 15px;
- margin-top: -89px;
- text-align: center;
- opacity: 0;
- font-family: 'Calibri', sans-serif;
- font-size: 12px;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- .round .sblink {
- position: absolute;
- width: 70px;
- height: 70px;
- background-color: {color:sblinkbg};
- line-height: 70px;
- color: {color:sblinktext};
- margin-left: 15px;
- margin-top: -89px;
- text-align: center;
- border-radius: 70px;
- opacity: 0;
- font-family: 'Calibri', sans-serif;
- font-size: 12px;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- .change1 .sblink {
- position: absolute;
- width: 70px;
- height: 70px;
- background-color: {color:sblinkbg};
- line-height: 70px;
- color: {color:sblinktext};
- margin-left: 15px;
- margin-top: -89px;
- text-align: center;
- opacity: 0;
- font-family: 'Calibri', sans-serif;
- font-size: 12px;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- .change1:hover .sblink {
- border-radius: 70px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .change2 .sblink {
- position: absolute;
- width: 70px;
- height: 70px;
- background-color: {color:sblinkbg};
- line-height: 70px;
- color: {color:sblinktext};
- margin-left: 15px;
- margin-top: -89px;
- text-align: center;
- border-radius: 70px;
- opacity: 0;
- font-family: 'Calibri', sans-serif;
- font-size: 12px;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- .change2:hover .sblink {
- border-radius: 0px;
- -webkit-transition: 0.8s ease;transition: 0.8s ease;
- -o-transition: 0.8s ease;
- -moz-transition: 0.8s ease;
- }
- .sbimg:hover .sblink {
- opacity: 1;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- #descbutton {
- cursor: pointer;
- }
- #desc {
- position: fixed;
- width: 400px;
- height: auto;
- left: 50%;
- margin-left: -220px;
- top: 50%;
- margin-top: -100px;
- background-color: {color:descbg};
- color: {color:desctext};
- z-index: 999999999999999999999999999999999999999999999999999999999999999;
- display: none;
- padding: 20px;
- text-align: center;
- border: 3px solid {color:imgborder};
- font-family: 'Calibri', sans-serif;
- font-size: 12px;
- }
- #descbg {
- top: 0;
- left: 0;
- position: fixed;
- z-index: 9999999999999999999999999999999999999;
- background-color: black;
- opacity: 0.5;
- width: 100%;
- height: 100%;
- display: none;
- }
- #prevpage {
- position: absolute;
- font-size: 35px;
- font-family: sans-serif;
- bottom: 30px;
- margin-left: 3px;
- }
- #nextpage {
- position: absolute;
- font-size: 35px;
- font-family: sans-serif;
- bottom: 30px;
- margin-left: 3px;
- }
- /* SIDEBAR */
- .limelight {
- font-family: 'Limelight', sans-serif;
- }
- .fredericka {
- font-family: 'Fredericka the Great', sans-serif;
- }
- .shadowsintolight {
- font-family: 'Shadows Into Light', sans-serif;
- }
- .lobster {
- font-family: 'Lobster', sans-serif;
- }
- .pacifico {
- font-family: 'Pacifico', sans-serif;
- }
- .audiowide {
- font-family: 'Audiowide', sans-serif;
- }
- .specialelite {
- font-family: 'Special Elite', sans-serif;
- }
- .amaticsc {
- font-family: 'Amatic SC', sans-serif;
- }
- /*CONTENT THINGS */
- #content {
- width: 520px;
- background-color: none;
- color: {color:text};
- overflow: hidden;
- margin: 0 auto;
- margin-top: 120px;
- position: relative;
- }
- #content a {
- color: {color:link color};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:link hover color};
- }
- #content blockquote {
- border-left: solid 2px #505050;
- margin: 0;
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- background-color: {color:posts};
- width: 500px;
- height: auto;
- margin: 0 0 80px 0;
- padding: 10px 10px 10px 10px;
- font-size: 14px;
- position: relative;
- }
- #content #posts .title {
- font-size: 16px;
- }
- #content #posts .text {
- font-size: 12px;
- }
- /* PERMALINK STUFF */
- #permalink {
- font-size: 9px;
- margin-top: 2px;
- }
- #posts:hover .hovertags {
- opacity: 1;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .hovertags {
- font-size:9px;
- width: 500px;
- text-align: center;
- margin-top: 15px;
- opacity:0;
- position: absolute;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .hovertags .comma:last-child {
- display: none;
- }
- .visibletags {
- font-size:9px;
- width: 500px;
- text-align: center;
- margin-top: 15px;
- position: absolute;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .visibletags .comma:last-child {
- display: none;
- }
- #reblogged {
- position: relative;
- font-size: 9px;
- overflow: hidden;
- }
- /* PERMALINK PAGE THINGS */
- #content #notecontainer {
- margin-left: 30px;
- margin-top: -10px;
- width: 460px;
- font-size: 11px;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 1px 1px 1px 1px;
- padding: 1px;
- line-height: 16px;
- }
- #content #notecontainer img.avatar {
- width: 16px;
- height: 16px;
- margin: 1px 5px 1px 1px;
- padding: 1px;
- }
- #content #posts #tagsbox {
- padding: 1px 4px 3px 4px;
- margin-top: 5px;
- background-color: {color:postinside};
- text-align: center;
- }
- /* POST STUFF */
- .linkpost {
- background-color: #ececec;
- padding: 5px;
- }
- .linktitle {
- margin-bottom: 3px;
- font-size: 15px;
- background-color: {color:postinside};
- padding: 10px;
- text-align: center;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linktitle:hover {
- background-color: {color:caption};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .askericon {
- width: auto;
- margin-left:228px;
- margin-top: -20px;
- overflow: visible;
- border-radius: 100px;
- }
- .askericon img {
- border-radius: 100px;
- border: 1px solid {color:border};
- }
- .askericon img:hover{
- }
- .askicon img {
- z-index: 9;
- height: 40px;
- width: 40px;
- position: relative;
- }
- .askicon img{
- z-index: 9;
- width: 40px;
- }
- .question {
- overflow: hidden;
- width: 480px;
- height: auto;
- margin-top: -14px;
- padding: 2px 10px 5px 10px;
- color: {color:text color};
- background-color: {color:postinside};
- font-size: 14px;
- text-decoration: italic;
- z-index:-9;
- text-align: center;
- font-family: 'Josefin Sans';
- }
- .asker {
- font-size: 13px;
- text-transform:uppercase;
- color: {color:link};
- text-align: center;
- margin-top: 10px;
- margin-bottom: 3px;
- }
- .answer {
- font-size: 12px;
- padding: 5px 10px 0 10px;
- width: 480px;
- margin-top:-12px;
- overflow: hidden;
- background-color: {color:postinside};
- text-align: center;
- }
- .textpost {
- font-size: 12px;
- margin-top: -12px;
- }
- .posttitle {
- margin-bottom: 3px;
- font-size: 15px;
- background-color: {color:postinside};
- padding: 10px;
- text-align: center;
- }
- .caption {
- font-size: 12px;
- background-color: {color:caption};
- padding: 5px;
- }
- .quote {
- font-size: 15px;
- }
- .audiopost {
- padding: 0 10px;
- width: 477px;
- font-size: 10px;
- margin-top: -20px;
- }
- .audio {
- border: 1px solid {color:border};
- text-align: center;
- padding: 5px 10px;
- width: 478px;
- font-size: 15px;
- margin-bottom: 7px;
- }
- .chattitle {
- font-size: 16px;
- }
- /* PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT */
- #credit {
- bottom: 8px;
- right: 8px;
- border: 1px solid #BABABA;
- font-size: 13px;
- color: #5A5A5A;
- height: 15px;
- width: 15px;
- line-height: 15px;
- position: fixed;
- text-align: center;
- background-color: white;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #credit:hover {
- background-color: #2E2E2E;
- color: #fff;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- </style>
- </head>
- <body>
- <div id="{select:Header}"><div id="title" class="{select:Font}"><a href="/">{title}</a></div></div>
- <div id="descbg"></div>
- <div id="desc">{description}</div>
- <div id="stripe-left">
- <div id="stripe-l"></div>
- <div id="left-img01" class="sbimg {select:Sidebar images shape}"><img src="{image:left image 01}"><a href="{text:link1url}"><div class="sblink">{text:link1text}</div></a></div>
- <div id="left-img02" class="sbimg {select:Sidebar images shape}"><img src="{image:left image 02}"><a href="{text:link2url}"><div class="sblink">{text:link2text}</div></a></div>
- <div id="left-img03" class="sbimg {select:Sidebar images shape}"><img src="{image:left image 03}"><div class="sblink" id="descbutton">{text:desc}</div></div>
- {block:IfNotInfiniteScroll}
- {block:PreviousPage}
- <div id="prevpage"><a href="{PreviousPage}">«</a></div>
- {/block:PreviousPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <div id="stripe-right">
- <div id="stripe-r"></div>
- <div id="right-img01" class="sbimg {select:Sidebar images shape}"><img src="{image:right image 01}"><a href="{text:link4url}"><div class="sblink">{text:link4text}</div></a></div>
- <div id="right-img02" class="sbimg {select:Sidebar images shape}"><img src="{image:right image 02}"><a href="{text:link5url}"><div class="sblink">{text:link5text}</div></a></div>
- <div id="right-img03" class="sbimg {select:Sidebar images shape}"><img src="{image:right image 03}"><a href="{text:link6url}"><div class="sblink">{text:link6text}</div></a></div>
- {block:IfNotInfiniteScroll}
- {block:NextPage}
- <div id="nextpage"><a href="{NextPage}">»</a></div>
- {/block:NextPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <!-- boring post stuff - you don't really need to edit there I'd say -->
- <div id="content">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="audio {select:Font}">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- ···
- {Artist}
- {/block:Artist}
- </div>
- {AudioPlayerWhite}
- {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote {select:Font}">“{Quote}”</div>
- {block:Source}<div class="text">~ {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="{select:Font}" id="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="askericon"><div class="askicon"><img src="{AskerPortraitURL-64}" /></div></div>
- <div class="question"><div class="asker {select:Font}">{Asker}:</div>{Question}</div><br />
- <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
- {/block:Answer}
- {block:Reblog}<div class="caption">{Replies}</div>{/block:Reblog}
- {block:Chat}
- {block:Title}<div class="chattitle {select:Font}">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} <em>{Line}</em><br />
- {/block:Lines}
- {/block:Chat}
- {block:Link}
- <div class="linkpost">
- <a href="{URL}" ><div class="{select:Font} linktitle">{Name}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
- {/block:Link}
- <div id="tagsbox">
- <div id="permalink">
- <a href="{Permalink}">
- {block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
- {block:RebloggedFrom} · via: <a href="{ReblogParentURL}">{ReblogParentName}</a> -
- originally: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- ·
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>
- {block:HasTags}<div class="{select:tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> · </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div> <!-- posts div -->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div> <!-- content div-->
- <!-- credit, please do not remove! -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment