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">
- <!----
- © borntobewildthemes.tumblr.com | "Skyrim"
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our theme! We hope that you will enjoy it!
- ---->
- <html>
- <head>
- <!--Custom cursor-->
- {block:IfCustomCursor}
- <style>body, a, a:hover { cursor:url('https://41.media.tumblr.com/a7742eb870f97e69991ee4ebf1189a27/tumblr_inline_nlsi82Kime1tnrm7z_500.png'), auto; }</style>
- {/block:IfCustomCursor}
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Nova+Slim' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Sidebar image" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="color:Title" content="#eee"/>
- <meta name="color:Link" content="#777"/>
- <meta name="color:Link" content="#777"/>
- <meta name="color:Hover" content="#eee"/>
- <meta name="color:Icon" content="#eee"/>
- <meta name="color:Text" content="#777"/>
- <meta name="color:Bold" content="#333"/>
- <meta name="color:Italic" content="#bbb"/>
- <meta name="color:Description" content="#777"/>
- <meta name="color:Borders" content="#777"/>
- <meta name="color:Info background" content="#000"/>
- <meta name="select:Title Font" content="Exo" title="Exo">
- <meta name="select:Title Font" content="Baumans" title="Baumans">
- <meta name="select:Title Font" content="Marvel" title="Marvel">
- <meta name="select:Title Font" content="Ubuntu" title="Ubuntu">
- <meta name="select:Title Font" content="Nova Slim" title="Nova Slim">
- <meta name="select:Title font size" content="20px" title="20px">
- <meta name="select:Title font size" content="22px" title="22px">
- <meta name="select:Title font size" content="25px" title="25px">
- <meta name="select:Title font size" content="27px" title="27px">
- <meta name="select:Title font size" content="30px" title="30px">
- <meta name="font:Body font" content="Helvetica"/>
- <meta name="select:Body font size" content="12px" title="12px">
- <meta name="select:Body font size" content="13px" title="13px">
- <meta name="select:Body font size" content="14px" title="14px">
- <meta name="select:Body font size" content="15px" title="15px">
- <meta name="select:Body font size" content="16px" title="16px">
- <meta name="if:Show Info On Hover" content="0" />
- <meta name="if:Show Search" content="1" />
- <meta name="if:Show Date" content="1" />
- <meta name="if:Custom Cursor" content="1" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="text:Link 1" content="link 1"/>
- <meta name="text:Link 2" content="link 2"/>
- <meta name="text:Link 3" content="link 3"/>
- <meta name="text:Link 4" content="link 4"/>
- <meta name="text:Link 5" content="link 5"/>
- <meta name="text:Link 6" content="link 6"/>
- <meta name="text:Link 1 url" content="link 1 url"/>
- <meta name="text:Link 2 url" content="link 2 url"/>
- <meta name="text:Link 3 url" content="link 3 url"/>
- <meta name="text:Link 4 url" content="link 4 url"/>
- <meta name="text:Link 5 url" content="link 5 url"/>
- <meta name="text:Link 6 url" content="link 6 url"/>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin:0;
- padding:0;
- width:100%;
- height:100%;
- color:{color:text};
- font-family:{font:Body font};
- line-height:17px;
- font-size:14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- overflow:hidden;
- }
- /* Paragraph */
- p {margin-top:5px; margin-bottom:5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Title */
- h1{
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- border-bottom:1px solid {color:Borders};
- }
- /* Captions */
- h2{
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height: -moz-calc({select:Body font size} + 3px);
- line-height: -webkit-calc({select:Body font size} + 3px);
- line-height: -o-calc({select:Body font size} + 3px);
- line-height: calc({select:Body font size} + 3px);
- font-weight:normal;
- }
- /* Links */
- a:link, a:active, a:visited{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- color:{color:Link};
- text-decoration:none;
- }
- a:hover {
- color: {color:Hover};
- }
- a img{border: 0px;}
- /* Bold and italic */
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- /* Blockquote */
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px solid {color:Borders};
- }
- /* Text selection */
- ::-moz-selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- ::selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- ::-webkit-scrollbar {
- width: 12px;
- }
- ::-webkit-scrollbar-track {
- background:url('http://i62.tinypic.com/s4qrzb.png');
- border-radius:0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #a0a0a0;
- border-left: 1px solid #000;
- border-right:0.5px solid #000;
- height:30px;
- width:12px;
- box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:{color:Link};
- background:#000;
- border:1px solid {color:Borders};
- font-size:13px;
- line-height:16px;
- }
- /* ----------------------- MAIN CONTAINER ----------------------------- */
- #wrap{
- width:860px;
- margin:auto;
- }
- #container{
- width:540px;
- height:430px;
- margin-left:230px;
- margin-right:auto;
- margin-top:10px;
- margin-right:auto;
- background:url('http://i62.tinypic.com/16kdl5u.jpg');
- background-repeat:no-repeat;
- position:static;
- padding-top:12px;
- padding-right:100px;
- overflow:visible;
- opacity:0.9;
- }
- #blogtitle{
- margin-left:45px;
- margin-top:10px;
- text-align:center;
- font-size:30px;
- line-height:35px;
- font-family:{select:Title Font};
- color: {color:Title};
- letter-spacing:2px;
- width:500px;
- text-shadow: 1px 0px {color:Borders};
- }
- #blogtitle:hover{
- color: {color:Hover};
- }
- /* -------- POSTS AND ENTRIES ------- */
- #post{
- width:560px;
- height:373px;
- float:left;
- margin-top:5px;
- margin-left:40px;
- position:absolute;
- overflow-y:auto;
- opacity:0.9;
- overflow-x:hidden;
- }
- .entry {
- margin:10px;
- float:left;
- width:500px;
- padding-top:10px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:25px
- text-align:left;
- margin-left:0px;
- border:2.5px solid {color:Borders};
- overflow:hidden;
- }
- /* -------- SIDEBAR ------- */
- #sidebar{
- position:absolute;
- width:240px;
- background:url('http://i62.tinypic.com/e5gpqu.jpg');
- z-index:99999;
- height:450px;
- margin-top:10px;
- margin-left:-3px;
- opacity:0.9;
- }
- /* About */
- .about{
- width:150px;
- margin-top:15px;
- margin-left:70px;
- text-align:right;
- line-height:20px;
- font-size:20px;
- color: {color:Title};
- font-family:{select:Title Font};
- font-weight:normal;
- }
- .portrait {
- width:40px;
- height:40px;
- border:2px solid gray;
- margin:5px;
- margin-left:0px;
- float:left;
- }
- #desc{
- position:absolute;
- width:200px;
- height:130px;
- overflow-y:auto;
- margin-left:15px;
- margin-top:25px;
- padding:5px;
- text-align:right;
- line-height:14px;
- display:block;
- font-size:12px;
- color: {color:Description};
- }
- /* Links */
- #sidebarlinks{
- position:absolute;
- width:200px;
- height:auto;
- margin-left:20px;
- margin-top:167px;
- text-align:right;
- line-height:20px;
- font-size:20px;
- color: {color:Title};
- font-family:{select:Title Font};
- border-top:2.6px solid #272726;
- padding-top:10px;
- text-transform:uppercase;
- }
- #sidebarlinks a{
- text-align:right;
- line-height:25px;
- height:30px;
- margin-top:5px;
- font-size:15px;
- padding-left:25px;
- color: {color:Link};
- text-transform:uppercase;
- }
- #sidebarlinks a:hover{
- background:url('http://i59.tinypic.com/2egg1s2.jpg');
- }
- /* Pagination */
- .pagination {
- position:absolute;
- margin-top:375px;
- margin-left:10px;
- width:220px;
- color:{color:Title};
- text-align:center;
- font-size:15px;
- font-weight:normal;
- letter-spacing:0px;
- text-transform: lowercase;
- font-style: italic;
- }
- .pagination a{
- color:{color:Title};
- }
- /* ----------------------- HEADER ----------------------------- */
- #header{
- position:relative;
- float:center;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- opacity:0.9;
- background:url('http://i58.tinypic.com/a2vguh.jpg');
- width:770px;
- height:35px;
- z-index:10000;
- padding:5px;
- }
- /* Header links */
- .linkone{
- position:absolute;
- width:200px;
- height:auto;
- margin-top:8px;
- margin-left:120px;
- padding-left:20px;
- font-size:20px;
- font-family:{select:Title Font};
- color:{color:Links};
- transition: all 0.3s ease-out;
- -o-transition-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .linktwo{
- position:absolute;
- width:200px;
- height:auto;
- margin-top:8px;
- margin-left:330px;
- padding-left:20px;
- font-size:20px;
- font-family:{select:Title Font};
- color:{color:Links};
- transition: all 0.3s ease-out;
- -o-transition-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .linkthree{
- position:absolute;
- width:200px;
- height:auto;
- margin-top:8px;
- margin-left:520px;
- padding-left:20px;
- font-size:20px;
- font-family:{select:Title Font};
- color:{color:Links};
- transition: all 0.3s ease-out;
- -o-transition-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- /* ----------------------- FOOTER ----------------------------- */
- #footer{
- position:fixed;
- width:100%;
- color:#fff;
- background:#000;
- z-index:999999;
- height:50px;
- border-top:3px solid #615F5B;
- left:0;
- bottom:0;
- opacity:0.9;
- margin-top:20px;
- padding:10px;
- font-size:15px;
- text-align:right;
- }
- /* Search box */
- .search {
- overflow:visible;
- margin-top:5px;
- height:40px;
- width:323px;
- background:url('http://i62.tinypic.com/205w4eo.jpg');
- background-repeat:no-repeat;
- }
- /* Date */
- .date {
- position:absolute;
- right:50px;
- top:25px;
- height:40px;
- width:323px;
- }
- .date a{
- color:#fff;
- }
- /* ----------------------- POST STYLES ----------------------------- */
- /* ----------------------- POST STYLES ----------------------------- */
- /* Quote posts */
- .quote {
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- color:{color:Italic};
- height:auto;
- margin:10px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source {
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height:130%;
- height:auto;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;
- }
- /* Link posts */
- #linktitle{
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height:130%;
- width:96%;
- padding:2%;
- border:1px solid {color:Borders};
- }
- #linktitle a{
- color:{color:Link};
- }
- #linktitle i{
- color:{color:Icon};
- }
- /* Chat posts */
- .chat .line {
- color: {color:Text};
- padding:2px;
- }
- .label {
- color:{color:Bold};
- font-size:15px;
- font-family:{select:Title Font};
- padding-right:2px;
- }
- /* Audio posts */
- #audiocon{
- width:100%;
- height:auto;
- min-height:75px;
- overflow:hidden;
- margin-bottom:10px;
- }
- .album{
- width:65px;
- height:65px;
- background-image:url(http://i61.tinypic.com/s6k3zb.jpg);
- border: 5px solid {color:Borders};
- }
- .album img{
- max-width:65px;
- margin-left:0px;
- float:left;
- margin-top:0px;
- z-index:10;
- }
- .audio{
- position:absolute;
- max-width:325px;
- margin-left:80px;
- float:left;
- margin-top:0;
- z-index:10;
- font-size:12px;
- overflow:hidden;
- }
- .audio i{
- color:{color:Icon};
- border:1px solid {color:Borders};
- padding:2px;
- width:12px;
- height:12px;
- font-size:12px;
- margin-bottom:1px;
- text-align:center;
- }
- .play{
- position:absolute;
- margin:20px;
- max-width:25px;
- max-height:25px;
- overflow:hidden;
- opacity:0.8;
- }
- /* Ask Posts */
- .bubble {
- position: relative;
- height:auto;
- margin:5px;
- padding:5px;
- border: 1px solid {color:Borders};
- z-index:1;
- min-height:50px;
- }
- .asker img {
- float:left;
- border:1px solid {color:Borders};
- margin-right:5px;
- z-index:100;
- border-radius:100%;
- }
- /* ----------------------- POST INFO ----------------------------- */
- #postinfo{
- margin-top:10px;
- width:500px;
- {block:IndexPage}
- {block:IfShowInfoOnHover}
- display:none;
- height:0;
- {/block:IfShowInfoOnHover}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:10px;
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- z-index:1000;
- }
- .entry:hover #postinfo{
- {block:IndexPage}
- {block:IfShowInfoOnHover}
- height:auto;
- display:block;
- bottom:0px;
- left:0px;
- padding-left:10px;
- padding-right:10px;
- position:absolute;
- background:{color:Info background};
- opacity:0.9;
- color:{color:Link};
- border-top:1px solid {color:Borders};
- {/block:IfShowInfoOnHover}
- {/block:IndexPage}
- }
- #postinfo a {
- font-size:12px;
- }
- .info {
- height:28px;
- line-height:20px;
- float:center;
- padding-top:5px;
- margin-top:0px;
- margin-bottom:5px;
- font-size:12px;
- width:500px;
- color:{color:Link};
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- border-top:1px solid {color:Borders};
- text-transform:lowercase;
- {block:IfShowInfoOnHover}
- border:none;
- {/block:IfShowInfoOnHover}
- }
- .info i{
- color:{color:Icon};
- }
- /* Like reblog and permalink buttons */
- .plrbuttons {
- float:right;
- margin-left:300px;
- margin-top:-22px;
- {block:ifTwoColumns}
- margin-left:180px;
- {/block:ifTwoColumns}
- {block:PermalinkPage}
- margin-left:300px;
- {block:PermalinkPage}
- z-index:200000;
- list-style: none;
- padding:5px;
- padding-bottom:2px;
- }
- .plrbuttons i {
- float:left;
- display:inline-block;
- margin-left:5px;
- list-style:none;
- color:#cccccc;
- font-size:15px;
- }
- .plrbuttons li:first-child {
- border-right: 0px solid #e8e8e8;
- }
- /* Tags */
- .tags {
- margin-top:5px;
- display:inline;
- width:100%;
- }
- .tags i{
- color:{color:Icon};
- display:inline;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:27px;
- z-index:100000;
- }
- #credits img{
- border:3px solid {color:Borders};
- }
- /* ----------------------- CUSTOM CSS ----------------------------- */
- </style>
- <style type="text/css">
- </style>
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#container').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : ".entry",
- bufferPx : 100,
- loadingText : "<em></em>",
- },
- function() { $('#container').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <!--End scripts-->
- <meta charset="utf-8">
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <div id="wrap">
- <div id="header">
- <div class="linkone"><a href="/ask">MESSAGE</a></div>
- <div class="linktwo"><a href="/submit">SUBMIT</a></div>
- <div class="linkthree"><a href="/archive">ARCHIVE</a></div>
- </div>
- <!--End header-->
- <div id="sidebar">
- <div class="about">
- ABOUT
- </div>
- <div id="desc">
- <a href="/"><img src="{image:Sidebar image}"
- class="portrait" /></a>
- <div align="justify"><span>{description}</span></div>
- </div>
- <div id="sidebarlinks">LINKS<br><br>
- <a href="{text:Link 1 url}">{text:Link 1}</a><br>
- <a href="{text:Link 2 url}">{text:Link 2}</a><br>
- <a href="{text:Link 3 url}">{text:Link 3}</a><br>
- <a href="{text:Link 4 url}">{text:Link 4}</a><br>
- <a href="{text:Link 5 url}">{text:Link 5}</a><br>
- <a href="{text:Link 6 url}">{text:Link 6}</a><br>
- </div>
- <div class="pagination">
- {block:Pagination}<center>
- {block:PreviousPage}<a href="{PreviousPage}">«Newer </a></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Older »</a>{/block:NextPage}
- </center>{/block:Pagination}
- </div>
- </div>
- <!--End sidebar-->
- <div id="container">
- <div class="autopagerize_page_element">
- <div id="blogtitle"><a href="/">{title}</a></div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <!--Hide via and source in captions-->
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}
- {ReblogParentName}
- {/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" width="500">
- </a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <i class="fa fa-quote-left"></i><br>
- {Quote}
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- <h1><i class="fa fa-link"></i>
- {Name} »</h1></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">
- <span style="text-transform:uppercase;
- letter-spacing:1px">
- <b>{Label}</b>
- </span></span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="audiocon">
- <div class="audio">
- {block:TrackName}<i class="fa fa-microphone"></i> {TrackName}{/block:TrackName}
- {block:Artist}<br><i class="fa fa-user"></i> {Artist}{/block:Artist}
- {block:Album}<br><i class="fa fa-music"></i> {Album}{/block:Album}
- {block:PlayCount}<br><i class="fa fa-heart"></i> {PlayCount}{/block:PlayCount}<br></div>
- <div class="album">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- <div class="play">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- {/block:Audio}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Answer}
- <div class="bubble">
- <div class="asker">
- <img src="{AskerPortraitURL-48}">
- </div>
- <span></span>{Asker}:
- {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:IfShowCaptions}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:PermalinkPage}
- {block:Date}
- <div id="postinfo">
- <div class="info">
- <i class="fa fa-clock-o"></i>
- {ShortMonth} {DayOfMonthWithZero}
- {block:NoteCount}
- <i class="fa fa-heart-o"></i>
- {NoteCount}
- {/block:NoteCount}
- {block:RebloggedFrom}
- <i>//</i>
- <a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">VIA</a>
- {/block:RebloggedFrom}
- {block:RebloggedFrom}
- <i>//</i>
- <a href="{ReblogRootURL}" title="Source: {ReblogRootName}">src</a>
- {/block:RebloggedFrom}
- <div class="plrbuttons">
- <a href="{Permalink}">
- <i class="fa fa-external-link"></i></a>
- <i>{LikeButton size="15"}</i>
- <i>{ReblogButton size="15"}</i>
- </div>
- </div>
- <!--End info -->
- {block:IndexPage}
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">
- <i class="fa fa-tag"></i> {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">
- <i class="fa fa-tag"></i>
- {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- <!--End post info-->
- {/block:Date}
- <!-- Permalink page -->
- {block:PermalinkPage}
- <div class="notes">
- {block:PermalinkPagination}
- <center><br>
- {block:PreviousPost}
- <a href="{PreviousPost}"> « Previous Post – </a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">Next Post »</a>
- {/block:NextPost}
- </center>
- {/block:PermalinkPagination} <br>
- {block:PostNotes}<br>
- <div style="text-align:left; max-height: 400px; width:500px; overflow: auto; overflow-x: hidden;">
- {PostNotes}</div>
- {/block:PostNotes}</div>
- <br><br>
- {/block:PermalinkPage}
- </div>
- <!--End entry-->
- {/block:Posts}
- </div>
- <!--End post-->
- </div>
- <!--End container-->
- </div>
- <!--End autopagerize_page_element-->
- </div>
- <!--End wrap-->
- <div id="footer">
- {block:IfShowSearch}
- <center>
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="" style="width:210px; height:17px; border:1px solid transparent; background:transparent; color: #eee; font-size: 13px;margin-top:8px; margin-left:10px;"/>
- <input type="button" value="search" style="height:20px;border:1px solid transparent; background:transparent; color: #4d4d4d; font-size: 13px;"/></form>
- </div>
- </center>
- {/block:IfShowSearch}
- {block:ifShowDate}
- <div class="date">
- <script language="JavaScript" src="http://freehostedscripts.net/date.php"></script></div>
- {/block:ifShowDate}
- </div>
- <!--End footer-->
- </body>
- <a href="http://borntobewildthemes.tumblr.com" title="Theme SKYRIM by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement