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 #008 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:background" content="#fcfafa" />
- <meta name="color:border" content="#e1e1e1" />
- <meta name="color:sidebar" content="#fafafa" />
- <meta name="color:sidebartext" content="#a2aaaa" />
- <meta name="color:text" content="#757577" />
- <meta name="color:h1" content="#ba4d7d" />
- <meta name="color:link" content="#494852" />
- <meta name="color:linkhover" content="#d374b1" />
- <meta name="color:linkbackground" content="#f0f0f0" />
- <meta name="color:info" content="#f8f8f8" />
- <meta name="color:entry" content="#f8f8f8" />
- <meta name="color:asktext" content="#4b4d53" />
- <meta name="color:infolinks" content="#a2aaaa" />
- <meta name="color:infotext" content="#d1d0d0" />
- <meta name="color:bold" content="#838792" />
- <meta name="color:italics" content="#a2aaaa" />
- <meta name="image:sidebarimg" content=""/>
- <meta name="image:background" content=""/>
- <meta name="if:Likebutton" content="1">
- <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="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <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}
- <style type="text/css">
- body {background-color:{color:background}; color:{color:text}; font-family: Calibri, Helvetica; font-size: 14px; 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; background-color: {color:background};}
- a:hover {color:{color:linkhover}; 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};}
- i, em {text-transform: italic; color:{color:italics};}
- s, strike, del {color: {color:italics};}
- p {margin: 10px 10px 10px 10px;}
- blockquote {padding:0px; padding-left:5px; margin:5px; border-left: 4px solid {color:border};}
- blockquote blockquote {width: 95%; border-left: 4px solid {color:border}; padding:0 5px;}
- pre {width:95%; margin-left:auto; margin-right:auto; font-family: Arial,Helvetica; font-size:11px; padding: 5px 7px 5px 7px; word-wrap: break-word; background-color:{color:background}; color: {color:sidebartext}; max-height:100px!important; overflow-y:auto;}
- h1 {line-height: 75%; font-family: Palatino; letter-spacing: 1px; font-size: 18px; font-style: italic; color: {color:h1}; background-color: transparent;}
- /* SIDEBAR */
- #wholebar {
- width: 240px;
- height:480px;
- margin-left:690px;
- margin-top:-40px;
- background-color:transparent;
- position:fixed;
- }
- .sidebar {
- width: 200px;
- height: 200px;
- margin:250px 0 0 10px;
- background-color: {color:sidebar};
- color: {color:text};
- position: relative;
- z-index: 10;
- text-align:center;
- padding:3px;
- background-image:url('{image:sidebarimg}');
- border:7px solid {color:sidebar};
- }
- .sidebar a {
- display:inline-block;
- opacity:1;
- background-color: {color:sidebar};
- color: {color:link};
- font-family: Calibri, Helvetica;
- font-size:8px;
- text-transform:uppercase;
- padding: 0 4px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .sidebar a:hover {
- opacity:1;
- background-color: {color:background};
- color: {color:linkhover};
- -moz-transform: scale(1.5);
- -webkit-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.2s;
- -o-transition-duration: 0.2s;
- }
- .about {
- opacity: 0;
- height: 0px;
- height: 140px;
- width: 200px;
- position: absolute;
- z-index: 5;
- background-color: {color:sidebar};
- margin:250px 0 0 10px;
- color: {color:sidebartext};
- padding:10px;
- font-size:0px;
- line-height:118%;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- overflow:auto;
- }
- .about a {color:{color:h1};}
- .about a:hover {color: {color:text};}
- #wholebar:hover .about {
- opacity: 1;
- margin-top: 100px;
- font-size:11px;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- .sidebarlinks {
- opacity: 0;
- height: 0px;
- height: 58px;
- width: 200px;
- position: absolute;
- z-index: 15;
- padding:10px;
- background-color: {color:sidebar};
- margin:250px 0 0 10px;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;}
- .sidebarlinks a {
- display:inline-block;
- background-color: {color:linkbackground};
- width:85px;
- font-family: Calibri, Helvetica;
- font-size:8px;
- text-transform:uppercase;
- text-align:center;
- padding: 0 4px;
- margin: auto 2px;
- }
- .sidebarlinks a:hover {
- background-color: {color:background};
- color: {color:linkhover};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #wholebar:hover .sidebarlinks {
- opacity: 1;
- margin-top: 392px;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- /* ENTRIES */
- #kitten {
- right:5px;
- bottom:5px;
- color: {color:text};
- background-color: {color:sidebar};
- padding: 1px 3px 1px 3px;
- font-family:Calibri;
- font-size:8px;
- text-transform:uppercase;
- position:fixed;
- }
- #kitten a {
- color:{color:h1};
- background-color:transparent;
- }
- #kitten a:hover {
- color:{color:text};}
- #container {
- width: 520px;
- height: 100%;
- margin-left: 70px;
- background-color: transparent;
- }
- #entries {
- width: 520px;
- height: auto;
- background-color: transparent;
- margin-bottom: 5px;
- text-align: center;
- padding: 10px;
- position:absolute;
- }
- #entry {
- width:520px;
- margin:auto;
- background-color: {color:entry};
- padding:10px;
- margin-bottom:15px;
- }
- #posts {
- width: 500px;
- background-color: {color:entry};
- text-align: justify;
- font-family: Tahoma, Arial, Verdana;
- font-size: 12px;
- padding: 4px;
- margin-bottom: 2px;
- margin-left: auto;
- margin-right: auto;
- }
- #info {
- padding:9px 0 2px 0;
- border-top: 1px solid {color:border};
- color: {color:infotext};
- background-color:{color:info};
- font-size: 10px;
- font-family: Calibri;
- letter-spacing: 1px;
- text-transform:uppercase;
- text-align:center;
- line-height:108%;
- margin-bottom:0px;
- margin-top:-10px;
- }
- #info a {
- color: {color:infolinks};
- background-color:transparent;
- }
- #info a:hover {
- color: {color:linkhover};
- background-color: transparent;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .rebagel {
- width:50px;
- height:0px;
- padding: 1px 2px 2px 1px;
- font-family:Calibri;
- font-size:0px;
- text-transform:uppercase;
- color:{color:link};
- text-align:center;
- background-color:{color:linkbackground};
- opacity:0;
- margin-top:5px;
- margin-left:450px;
- z-index:15;
- position:absolute;
- }
- .rebagel a {
- color: {color:link};
- background-color:transparent;}
- .rebagel a:hover {color: {color:bold};}
- .rebagel:hover {
- background-color:{color:entry};
- color:{color:bold};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #entry:hover .rebagel {
- opacity:1;
- height: 15px;
- font-size:8px;
- margin-top: 5px;
- margin-left:500px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- {block:IfLikebutton}
- .heart {
- width:20px;
- height:20;
- padding: 1px 2px 2px 1px;
- text-align:center;
- background-color:transparent;
- opacity:1;
- margin-top:-11px;
- margin-left:-20px;
- z-index:15;
- position:absolute;
- }
- .heart:hover {
- opacity:1;
- background-color:transparent;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .my-like {
- background-image: url('http://media.tumblr.com/tumblr_m8lxbfhxEC1qevl9v.png') !important;
- background-repeat:no-repeat;
- height:13px;
- width:15px;
- cursor:pointer;
- display:inline-block;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .my-liked, .my-like:hover {
- background-image: url('http://media.tumblr.com/tumblr_m8lvzjlhRb1qevl9v.png') !important;
- background-repeat:no-repeat;
- height:13px;
- width:15px;
- cursor:pointer;
- display:inline-block;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- {/block:IfLikebutton}
- /* POSTS */
- .titles {line-height: 90%; font-family: georgia; letter-spacing: -1px; font-size: 23px; font-style: italic; color: {color:italics}; text-transform:lowercase; text-shadow:-2px -2px 1px {color:border};}
- .titles a {color:{color:h1}; font-style:none; background-color:transparent;}
- .titles a:hover {color: {color:italics};}
- #darlings {
- float:right;
- width: 91px;
- height:75px;
- padding:2px;
- background-color:transparent;
- text-align:center;
- }
- #askericon {
- float:right;
- width:55px;
- height: 55px;
- text-align:center;
- background-color: {color:background};
- margin:2px auto 5px auto;
- padding:8px;
- }
- #askericon img {
- width: 48px;
- height: 48px;
- padding: 0px;
- margin-top:3px;
- margin-right:3px;
- float:right;}
- #askericon img:hover {
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #question {
- width: 95%;
- background-color:transparent;
- font-size: 13px;
- font-weight: normal;
- font-family: Calibri, Helvetica;
- text-align: right;
- line-height:110%;
- letter-spacing: 1px;
- color: {color:asktext};
- margin-left:0px;
- margin-top:-22px;
- padding: 10px;
- }
- #question a {
- color:{color:italics};
- background-color:transparent;}
- #bubble {
- width: 8px;
- height: 4px;
- font-size:27px;
- font-family:Georgia;
- position: absolute;
- color:{color:background};
- margin-left: -25px;
- margin-top: 10px;
- }
- #answer {
- margin-top: 3px;
- text-align:justify;
- padding: 3px;
- }
- .qqmarkleft {
- font-size: 80px;
- font-family: Georgia;
- font-weight: bold;
- line-height: 100px;
- position: relative;
- bottom: 10px;
- left: 30px;
- margin-bottom: -90px;
- color: {color:infotext};
- opacity: 0.7;
- }
- .qqmarkright {
- font-family: Georgia;
- font-size: 80px;
- font-weight: bold;
- padding-right: 0px;
- line-height: 30px;
- text-align: right;
- right: 30px;
- position: relative;
- margin-bottom: -10px;
- color: {color:infotext};
- opacity: 0.7;
- }
- .qquote {
- width: 75%;
- font-family: Tahoma, Arial, Verdana;
- font-size: 13px;
- text-align: justify;
- padding-top: 10px;
- letter-spacing: 1px;
- line-height: 15px;
- text-transform: none;
- text-indent: 15px;
- margin: 0px 10px;
- margin-bottom: 10px;
- }
- .qusource {
- width: 500px;
- margin-top:-2px;
- text-align:right;
- font-size: 9.5px;
- font-family: Tahoma;
- color: {color:text};
- line-height: 9px;
- opacity: 0.9;
- margin-bottom:3px;
- }
- .qusource a {
- text-align:right;
- font-size: 9.5px;
- color: {color:link};
- line-height: 9px;
- opacity: 0.9;
- background-color: transparent;
- }
- .qusource a:hover {
- color: {color:text};
- line-height: 9px;
- opacity: 1;
- }
- #audio {
- margin-bottom: 50px;
- width: 500px;
- height:auto;
- }
- .cover {
- width: 100px;
- height: 100px;
- position: absolute;
- }
- .cover img {
- width: 100px;
- height: 100px;
- float: left;
- }
- .playercontainer {
- width:100px;
- height:100px;
- position:absolute;
- display:block;
- background-color: #ffffff;
- z-index:6;
- opacity:0.3;
- -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;
- }
- .playercontainer:hover {
- opacity:0.7;
- -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;
- margin-left: 36px;
- margin-top: 36px;
- overflow: hidden;
- background-color:#fff;
- }
- .sugarbabylove {
- margin-left:110px;
- float:left;
- width:76%;
- padding:5px;
- margin-top:10px;
- font-size:10px;
- line-height:110%;
- letter-spacing:1px;
- color: {color:sidebartext};
- background-color:{color:background};
- }
- .chat {line-height: 12px; list-style: none; width: 90%; margin-left: 10px;}
- .chat ul {line-height: 17px; list-style: none; padding: 0px;}
- .person1 {background-color: {color:entry}; color: {color:text};letter-spacing:0px; }
- .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}; }
- .person2 {background-color: {color: background}; color: {color: italics}; letter-spacing:0px;}
- .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: italics}; }
- .image {
- 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;
- transition: all 0.7s ease-in-out;
- }
- .image:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- .cap {
- padding: 0px;
- text-align: justify;
- margin-top:-10px;}
- .cap img {
- max-width:470px;
- height:auto;}
- .source {display:none}
- #notes {background-color: {color:sidebar}; width:520px; margin-bottom:10px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; padding:10px;}
- #notestext {width: 500px; margin-left: auto; margin-right: auto; background-color: {color:entry}; padding:5px; text-align: left;}
- #notes blockquote a{
- color:{color:h1};
- font-weight:normal;
- backround-color: transparent;
- padding: 5px;
- margin: 0;
- }
- ol.notes {list-style: none; padding:0px;}
- ol.notes li {background-color: {color: background}; margin: 0 px; padding: 5px;}
- ol.notes .avatar {border: 3px solid {color:sidebar}; height: 10px; padding: 0px; width: 10px;}
- ol.notes li .clear {height: 0px!important;}
- ol.notes li blockquote {border-color: {color:entry}!important; background-color: {color:sidebar}; padding: 5px; width:90%; margin: 4px auto 0px auto;}
- #clear {width:300px; height:0px; clear:both; background-color: transparent}
- ::-webkit-scrollbar-corner {
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:sidebar};
- width:5px;
- height:auto;
- border: 1px solid {color:border};
- -webkit-border-radius: 3px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:sidebar};
- width:auto;
- height:5px;
- border: 1px solid {color:border};
- -webkit-border-radius: 3px;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- background-color: {color:background};
- }
- ::-moz-selection {background-color: {color:infotext}; color: {color:h1};}
- ::selection {background-color: {color:infotext}; color: {color:h1};}
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function () {
- $('#scrlTop').click(function () {
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- return false;
- });
- });
- </script>
- {block:IfLikebutton}
- <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>
- {/block:IfLikebutton}
- </head>
- <body>
- <div id="wholebar">
- <div class="sidebarlinks">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br> {/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br> {/block:ifLink6}
- </div>
- <div class="about"><div class="titles"><center><small>{Title}</small></center></div>{block:Description}{Description}{/block:Description}<br><br></div>
- <div class="sidebar">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="previous page">«</a>{/block:PreviousPage}{/block:Pagination} <a href="/">home</a> <a href="/ask">ask</a> {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}<a href="/archive">past</a> <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="theme">♔</a> {block:Pagination}{block:NextPage}<a href="{NextPage}" title="next page">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="entry">
- <div id="posts">
- {block:text} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:text}
- {block:photo} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photo}
- {block:photoset} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photoset}
- {block:quote} {block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:quote}
- {block:audio}{block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:audio}
- {block:video} {block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:video}
- {block:chat} {block:IfLikebutton} <div class="heart my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:chat}
- {block:link} {block:IfLikebutton} <div class="heart my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></div>{/block:IfLikebutton}
- <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:link}
- {block:answer} {/block:answer}
- {block:Text}
- {block:Title}<div class="titles">* <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" border="0"></div>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- <div class="image">{Photoset-500}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
- {block:Source}
- <div class="qusource"> {Source} </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="titles">* <a href="{URL}" {Target}>{Name} </a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="titles">* <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}
- <div id="question">
- <div id="darlings"><div id="askericon">
- <div id="bubble">◀</div>
- <a href="{AskerURL}" target="_blank" title="{AskerName}"><img id="askericon" src="{AskerPortraitURL-48}"></a>
- </div></div>
- <small><i>{Asker} {text:asker}:<br /></i></small>{Question}</div>
- <div id="answer"><p>{Answer}</p></div>
- {/block:Answer}
- {block:Audio}<div id="audio">
- <div class="cover"><img src="http://static.tumblr.com/ougddg1/jHxm8imhe/defaultalbum.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}
- {block:TrackName}<div class="sugarbabylove"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
- {block:Artist}<div class="sugarbabylove"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
- {block:Album}<div class="sugarbabylove"><b>Album:</b> {Album}</div>{/block:Album}
- </div>
- {block:Caption}<br>{Caption}{/block:Caption}
- {/block:Audio}<br>
- <div class="cap">
- {block:Photo}{block:Caption}{Caption}<br>{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}<br>{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}<br>{/block:Caption}{/block:Photoset}</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 id="info">{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> with {NoteCountWithLabel} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> && <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- <div id="clear"></div>
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- <div id="kitten"><a href="#" id="scrlTop" title="scroll to top">top</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement