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">
- <!--
- theme #015 by Rose @ itsacrimescene.tumblr.com
- Please do not copy or claim as your own
- Do not remove this credit from the code
- Thank you :3
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:accent" content="#537186" />
- <meta name="color:asktext" content="#565970" />
- <meta name="color:background" content="#9eb1b5" />
- <meta name="color:bold" content="#6a7075" />
- <meta name="color:border" content="#bac6c6" />
- <meta name="color:container" content="#e0e1db" />
- <meta name="color:infolinks" content="#c29289" />
- <meta name="color:infotext" content="#afa5a5" />
- <meta name="color:italics" content="#aaaab3" />
- <meta name="color:link" content="#f3f3f1" />
- <meta name="color:posts" content="#ccd6d5" />
- <meta name="color:sidebar" content="#aab6b6" />
- <meta name="color:sidebartext" content="#a2aaa7" />
- <meta name="color:tags" content="#aca8a8" />
- <meta name="color:text" content="#899696" />
- <meta name="image:background" content="http://static.tumblr.com/868d227386237dfa6d9ca7f83dbdf5dc/ougddg1/gmHmi882x/tumblr_static_vintagebackgrounds1.jpg"/>
- <meta name="image:sidebarimg" content=""/>
- <meta name="text:blogtitle" content="" />
- <meta name="text:subtitle" content="" />
- <meta name="text:asker" content="said" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}</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=Give+You+Glory|Special+Elite' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <script>
- $().ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: "on", //on/off
- tip_delay_time: 200 //milliseconds
- });
- });
- </script>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <style type="text/css">
- body {background-color:{color:background}; color:{color:text}; font-family: Tahoma; font-size: 12px; line-height:125%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed;}
- a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
- a:hover {color:{color:infolinks}; text-decoration: none; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
- img a {border:0px;}
- b, strong{font-weight: bold; color:{color:bold}; font-size: 115%; letter-spacing: 0px;}
- i, em {font-style: italic; color:{color:italics}; font-size:105%; font-family:Georgia;}
- s, strike, del {color: {color:italics}; font-size:110%;}
- p {margin-top: 5px}
- blockquote {padding-left: 5px; margin: 10px 0 10px 5px; border-left: 2px solid {color:border};}
- blockquote img {max-width:470px;}
- pre {width:95%; margin-left:auto; margin-right:auto; font-family: Arial; font-size:11px; padding: 5px 6px 5px 6px; word-wrap: break-word; background-color:{color:background}; color: {color:italics}; border: 1px solid {color:border}; max-height:100px!important; overflow-y:auto;}
- #s-m-t-tooltip{
- position: absolute;
- max-width: 300px;
- padding: 1px 8px 1px 8px;
- z-index: 99999;
- display: inline-block;
- font-family: Calibri;
- font-size: 9px;
- color: #fff;
- background-color:{color:bold};
- text-transform: uppercase;
- }
- /* CONTAINER */
- #elementary {
- width: 970px;
- height: 100%;
- padding:2px;
- margin: 0px auto 0px auto;
- background-color: {color:container};
- border-right: 2px solid {color:border};
- position:fixed;
- }
- /* SIDEBAR */
- #sidebar {
- width: 220px;
- height: auto;
- background-color: {color:container};
- color: {color:sidebartext};
- font-family:Calibri;
- font-size:12px;
- line-height:12px;
- text-align:justify;
- position:fixed;
- margin: 70px 0 0 40px;
- }
- #blogtitle {
- width: 210px;
- height: auto;
- margin: 0 auto 0px auto;
- font-family: 'Give You Glory', cursive;
- font-size:17px;
- text-align:center;
- font-weight:bold;
- text-shadow:-1px -1px 0px {color:link};
- color: {color:accent};
- }
- #subtitle {
- width: 210px;
- height:auto;
- margin: 0 auto 0px auto;
- font-family: Calibri, Arial;
- font-size:9px;
- text-transform:uppercase;
- text-align:center;
- }
- #sidebarimg {
- width: 200px;
- height: auto;
- background-color: {color:posts};
- border: 1px solid {color:border};
- margin: 10px auto 0 auto;
- padding: 10px;
- }
- #sidebarimg img {
- width: 200px;
- height: auto;
- margin: 0px auto 0px auto;
- }
- #desc {
- width: 210px;
- height: auto;
- margin: 10px auto 10px auto;
- text-align:center;
- font-family:Calibri;
- font-size:11px;
- line-height:13px;
- }
- #desc:first-letter {
- font-size: 14px;
- font-family: 'Give You Glory', cursive;
- font-weight:bold;
- color: {color:accent};}
- /* PAGINATION */
- #pagination {
- width: 220px;
- height: auto;
- margin: 15px auto;
- font-family:Calibri;
- font-size:9px;
- text-align:center;
- text-transform:uppercase;
- color: {color:sidebartext};
- }
- #pagination a {
- color: {color:infolinks};
- background-color: {color:posts};
- padding: 4px;
- margin: 0 1px;
- border: 1px solid {color:border};
- }
- #pagination a:hover {
- color: {color:text};
- background-color: {color:container};
- border: 1px solid {color:posts};}
- .current_page {
- padding: 4px 3px;
- }
- /* LINKBAR */
- #linkbar {
- position:fixed;
- width: 80px;
- height: 1000%;
- background-color: {color:sidebar};
- margin: -5px 0 0 285px;
- }
- #linking {
- width: 80px;
- height: auto;
- margin: 160px auto 0 auto;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #linking a{
- display:block;
- width: 60px;
- height: auto;
- padding: 8px 2px;
- font-family:Calibri;
- font-size:8px;
- line-height: 10px;
- text-align:center;
- text-transform:uppercase;
- background-color: {color:container};
- border: 1px solid {color:container};
- color: {color:infolinks};
- margin: 0 auto 5px auto;
- }
- #linking a:hover {
- color: {color:bold};
- background-color: {color:posts};
- border: 1px solid {color:posts};}
- /* POSTS */
- #entries {
- width: 540px;
- height: auto;
- margin: 50px 0 50px 390px;
- position:absolute;
- }
- #entry {
- width: 520px;
- height: auto;
- margin: 20px auto 50px auto;
- background-color: {color:posts};
- border: 1px solid {color:border};
- padding: 20px 10px 10px 10px;
- }
- #posts {
- width: 500px;
- height: auto;
- background-color: {color:posts};
- padding: 0px;
- margin: auto;
- }
- #posts p a {
- font-family: 'Special Elite', cursive;
- text-transform: none;
- letter-spacing: 1;
- }
- /* INFO */
- #info {
- padding: 1px 10px;
- font-family:Calibri;
- font-size:9px;
- line-height:11px;
- color: {color:infotext};
- text-transform:uppercase;
- border-left: 15px solid {color:border};
- margin: 10px auto 0 auto;
- background-color: {color:container};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #info a {
- color: {color:infolinks};
- }
- #info a:hover {
- color: {color:infotext};
- }
- #entry:hover #info {
- border-left: 98px solid {color:border};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #tagbox {
- width: 520px;
- height: auto;
- margin: -48px auto 52px auto;
- padding: 3px 5px;
- text-align:right;
- font-size:8px;
- line-height: 10px;
- color: {color:sidebartext};
- }
- #tagbox a {
- font-family:Calibri;
- font-size:9px;
- color: {color:tags};
- text-transform:uppercase;
- padding: 0px 2px 0 0;
- }
- #tagbox a:hover {
- color: {color:accent};
- border-bottom: 1px dashed {color:infolinks};
- background-color: transparent;
- }
- /* DATE */
- #datething {
- width: 50px;
- height: 50px;
- position:absolute;
- text-align:center;
- margin: -10px 0 0 590px;
- background-color: {color:container};
- border: 1px solid {color:border};
- }
- .day {
- font-family: 'Give You Glory', cursive;
- font-size:22px;
- line-height:22px;
- font-weight:bold;
- color: {color:accent};
- text-shadow: -1px -1px 0px {color:sidebartext};
- margin: 10px auto 0 auto;
- }
- .month {
- font-family:Calibri;
- font-size:10px;
- text-transform:uppercase;
- color: {color:italics};
- margin: -5px auto 0 auto;}
- /* LIKE AND REBLOG */
- #buttons {
- width: 0px;
- height: 9px;
- max-height:9px;
- margin: -12px 0 0 0px;
- opacity: 0;
- font-family: Calibri;
- font-size: 9px;
- line-height: 9px;
- text-transform:uppercase;
- color: {color:container};
- position:absolute;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- line-height: 9px;
- color: {color:link};
- position:absolute;
- }
- .my-liked, .my-like:hover {
- color: #b72525;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- }
- .rebagel {
- line-height: 9px;
- font-family:Calibri;
- font-size: 9px;
- line-height: 9px;
- text-transform:uppercase;
- position:absolute;
- padding-left:0;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- .rebagel a {
- color: {color:link};
- display:inline-block;
- }
- .rebagel a:hover {
- color: {color:infolinks};
- }
- #entry:hover #buttons {
- width: 70px;
- height: 9px;
- font-size:9px;
- margin: -12px 0 0 14px;
- opacity:1;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #entry:hover .rebagel {
- padding-left: 35px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;}
- /* CONTENT */
- #titled {
- font-family: 'Give You Glory', cursive;
- font-size: 16px;
- line-height: 18px;
- color: {color:sidebartext};
- text-align:center;
- }
- #titled a {
- font-size:18px;
- color: {color:accent};
- text-shadow: -1px -1px 0px {color:container};
- font-weight:bold;
- }
- #titled a:hover {
- color: {color:text};
- }
- #question {
- width: 90%;
- margin: 0px auto 5px auto;
- text-align:justify;
- text-indent: 20px;
- color: {color:asktext};
- position:relative;
- line-height: 14px;
- }
- #question p {
- margin-top: 0px;}
- #question p:first-letter {
- font-size: 125%;
- font-family: 'Give You Glory', cursive;
- color: {color:accent};
- font-weight:bold;
- text-shadow: -1px -1px 0px {color:container};
- }
- .qmarks {
- position:absolute;
- font-family:Georgia;
- font-size:70px;
- margin: 25px 0 0 21px;
- opacity: 0.7;
- color: {color:container};}
- .asker {
- font-family: 'Give You Glory', cursive;
- font-size:13px;
- line-height: 12px;
- color: {color:accent};
- text-align: left;
- margin-bottom: -8px;
- }
- .asker a {
- color: {color:accent};
- text-transform:none;}
- .asker a:hover {
- color: {color:italics};}
- .answer {
- margin: 10px auto 0 auto;
- padding: 5px 0px;
- }
- #qquote {
- width: 75%;
- margin: 2px auto 5px auto;
- font-family: 'Give You Glory', cursive;
- font-size:17px;
- text-align:justify;
- text-indent: 20px;
- color: {color:asktext};
- }
- #qquote p:first-letter {
- font-size: 125%;
- color: {color:accent};
- font-weight:bold;
- text-shadow: -1px -1px 0px {color:container};}
- .qqmarks {
- position:absolute;
- font-family:Georgia;
- font-size:70px;
- margin: 13px 0 0 50px;
- opacity: 0.7;
- color: {color:container};}
- .qusource {
- text-align:right;
- font-family: Calibri;
- font-size:10px;
- width: 95%;
- text-indent: 55px;
- margin: 0 auto;
- }
- #audio {
- margin-bottom: 0px;
- width: 490px;
- height:100px;
- padding: 5px;
- background-color: {color:container}
- }
- .cover {
- width: 100px;
- height: 100px;
- position: absolute;
- }
- .cover img {
- width: 100px;
- height: 100px;
- float: left;
- }
- .playercontainer {
- width:54px;
- height:54px;
- position:absolute;
- display:block;
- background-color: #ffffff;
- z-index:6;
- opacity:0.6;
- -webkit-transition:all 0.7s ease-in-out;
- -moz-transition:all 0.7s ease-in-out;
- -o-transition:all 0.7s ease-in-out;
- -ms-transition:all 0.7s ease-in-out;
- transition:all 0.7s ease-in-out;
- margin-left: 22px;
- margin-top: 23px;
- }
- .playercontainer:hover {
- opacity:0.8;
- -webkit-transition:all 0.7s ease-in-out;
- -moz-transition:all 0.7s ease-in-out;
- -o-transition:all 0.7s ease-in-out;
- -ms-transition:all 0.7s ease-in-out;
- transition:all 0.7s ease-in-out;
- }
- .player {
- width: 25px;
- height: 25px;
- overflow: hidden;
- margin: 15px 14px;
- background-color:#ffffff;
- }
- .sugarbabylove {
- margin-left:105px;
- float:left;
- width:373px;
- padding:5px;
- margin-bottom:5px;
- font-size:10px;
- line-height:13px;
- letter-spacing:0px;
- color: {color:infotext};
- background-color:{color:container};
- text-align:center;
- }
- .sugarbabylove small {
- color: {color:sidebartext};
- font-style:italic;}
- .trackname {
- text-align:center;
- font-family: 'Give You Glory', cursive;
- font-size:17px;
- line-height:18px;
- color: {color:bold};
- padding: 15px 0px 13px 0px;
- }
- .chat {line-height: 20px; list-style: none; width: 500px; margin: 0px;}
- .chat ul {line-height: 20px; list-style: none; padding: 2px 7px 2px 7px;}
- .person1 {background-color: {color:container}; color: {color:sidebartext};letter-spacing:1px;}
- .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:sidebartext}; font-family: 'Give You Glory';}
- .person2 {background-color: {color:posts}; color: {color:text}; letter-spacing:1px;}
- .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text}; font-family: 'Give You Glory';}
- .person3 {background-color: {color:container}; color: {color:infotext};letter-spacing:1px; font-style:italic;}
- .person3 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:infotext}; font-family: 'Give You Glory';}
- .person4 {background-color: {color:posts}; color: {color:bold};letter-spacing:1px;}
- .person4 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:bold}; font-family: 'Give You Glory';}
- .cap {
- margin: 5px auto 0 auto;}
- #notes {background-color: {color:posts}; width:520px; margin: 0px auto 10px auto; padding:10px;}
- #notestext {width: 510px; margin-left: auto; margin-right: auto; background-color: {color:posts}; padding:5px; text-align: left;}
- #notes blockquote a {color:{color:infolinks}; font-weight:normal; background-color: transparent; padding: 5px; margin:0;}
- ol.notes {list-style: none; padding:0px;}
- ol.notes li {background-color: {color:posts}; margin: 0 px; padding: 5px;}
- ol.notes .avatar {border: 1px solid {color:background}; height: 10px; padding: 0px; width: 10px;}
- ol.notes li .clear {height: 0px!important;}
- ol.notes li blockquote {border-color: {color:container}!important; background-color: {color:container}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
- ::-webkit-scrollbar-corner {
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:container};
- width:7px;
- height:auto;
- border: 1px solid {color:link};
- -webkit-border-radius: 1px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:container};
- width:auto;
- height:7px;
- border: 1px solid {color:link};
- -webkit-border-radius: 1px;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color: {color:background};
- }
- ::-moz-selection {background-color:{color:background}; color:{color:link};}
- ::selection {background-color: {color:background}; color: {color:link};}
- .source {
- display:none;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="elementary">
- <div id="sidebar">
- <div id="blogtitle">{text:blogtitle}</div>
- <div id="subtitle">{text:subtitle}</div>
- <div id="sidebarimg"><img src="{image:sidebarimg}" /></div>
- {block:Description}<div id="desc">{Description}</div>{/block:Description}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="6"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="linkbar">
- <div id="linking">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">archive</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages} {/block:HasPages}
- <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="itsacrimetheme">theme</a>
- </div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="entry">
- {block:Date}
- <div id="datething">
- <div class="day">{DayOfMonthWithZero}</div>
- <div class="month">{ShortMonth}</div>
- </div>
- {/block:Date}
- <div id="posts">
- {block:Text}
- {block:Title}<div id="titled">« <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
- {/block:Photo}
- {block:Photoset}
- <div class="image">{Photoset-500}</div>
- {/block:Photoset}
- {block:Quote}
- <b class="qqmarks">“</b><div id="qquote"><p>{Quote}</p></div>
- {block:Source}
- <div class="qusource">— {Source} </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="titled">« <a href="{URL}" {Target}>{Name} </a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Answer}
- <b class="qmarks">“</b><div id="question"><span class="asker">{Asker} {text:asker}:</span>
- <p>{Question}</p></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}<div id="audio">
- <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
- {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
- </div>{/block:AudioPlayer}
- <div class="sugarbabylove">
- {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- {block:Album} <small>&&</small> {Album}{/block:Album}
- {block:PlayCount}<small><br>{PlayCountWithLabel}</small>{/block:PlayCount}
- </div>
- </div>
- {/block:Audio}
- <div class="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- </div>
- <div class="source">
- {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
- </div>
- </div>
- <div id="info"> {block:Date}{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
- {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
- {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
- {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
- {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
- {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
- {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
- {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
- {block:answer} answered {/block:answer}<a href="{Permalink}" title="Permalink to this post">{TimeAgo}</a> @ {12HourWithZero}:{Minutes} {AmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}</div>
- {block:IndexPage}
- {block:text}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:text}
- {block:photo}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:photo}
- {block:photoset}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:photoset}
- {block:quote}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:quote}
- {block:audio}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:audio}
- {block:video}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:video}
- {block:chat}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:chat}
- {block:link}<div id="buttons">
- <div class="rebagel"><a href="{ReblogURL}" title="Reblog this post">reblog</a></div>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div></div>{/block:link}
- {block:answer}{/block:answer}
- {/block:IndexPage}
- </div>
- <div id="tagbox">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement