Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- THEME 08: valentine --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <head>
- <i><title>{text:browser title}</title></i>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- default appearance options -->
- <meta name="color:background" content="#fff"/>
- <meta name="color:container" content=""/>
- <meta name="color:sidebar" content=""/>
- <meta name="color:border" content="#941414"/>
- <meta name="color:blog title" content="#941414"/>
- <meta name="color:drop shadow" content="#7999aa"/>
- <meta name="color:description" content="#000"/>
- <meta name="color:descriptionbg" content="#f6f6f6"/>
- <meta name="color:postbg" content="#f6f6f6"/>
- <meta name="color:body" content="#3c1a1a"/>
- <meta name="color:blockquote" content="#fff"/>
- <meta name="color:bold" content="#555140"/>
- <meta name="color:italic" content="#972e0d"/>
- <meta name="color:sub sup" content="#c38585"/>
- <meta name="color:link" content="#ccc"/>
- <meta name="color:link hover" content="#f30000"/>
- <meta name="color:sidelink" content="#888888"/>
- <meta name="color:sidelink 2" content="#ad9f9f"/>
- <meta name="color:sidelink hover" content="#7e1c1c"/>
- <meta name="color:permalink" content="#ccc"/>
- <meta name="color:permalink hover" content="#444444"/>
- <meta name="color:tags" content="#ccc"/>
- <meta name="color:tags hover" content="#444444"/>
- <meta name="color:pagination" content="#ccc"/>
- <meta name="color:pagination hover" content="#4f1c1c"/>
- <meta name="color:scrollbar" content="#2b130d" />
- <meta name="color:scrollbar1" content="#866b6b" />
- <meta name="color:tooltiptext" content="#f6f6f6" />
- <meta name="color:tooltipborder" content="#941414" />
- <meta name="color:tooltipbg" content="#941414" />
- <meta name="if:postborder" content="0"/>
- <meta name="if:postbg" content="0"/>
- <meta name="if:400posts" content="0"/>
- <meta name="if:hover tags" content="1">
- <meta name="if:u tags" content="1">
- <meta name="if:hover permalinks" content="1">
- <meta name="image:background" content=""/>
- <meta name="image:portrait1" content=""/>
- <meta name="image:portrait2" content=""/>
- <meta name="image:portrait3" content=""/>
- <meta name="text:font size" content="9px"/>
- <meta name="text:browser title" content=""/>
- <meta name="text:liststyletype icon" content="⌬" />
- <meta name="text:link 1" content="link">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="">
- <meta name="text:link 5" content="link">
- <meta name="text:link 5 url" content="">
- <meta name="text:link 6" content="link">
- <meta name="text:link 6 url" content="">
- <!-- scripts -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--custom fonts-->
- <link href="https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield|Rajdhani:300" rel="stylesheet">
- </head>
- <style type="text/css">
- /*customize scrollbar*/
- ::-webkit-scrollbar {
- width: 4px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- background: -moz-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1}; 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, {color:scrollbar} 0%, {color:scrollbar1} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530a09', endColorstr='#110303',GradientType=0 ); /* IE6-9 */
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:body};
- font-family: arial;
- line-height:130%;
- font-size:{text:font size};
- text-align:justify;
- background-image:url('{image:background}');
- background-size:cover;
- background-position:top left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- }
- a {
- color: {color:link};
- text-decoration: none;
- transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- letter-spacing:3px;
- }
- img {
- max-width:100%;
- height:auto;
- border:none;
- }
- sub, sup {
- font-size:{text:font size};
- color:{color:sub sup};
- }
- small{
- font-size:9px;
- color:{color:body};
- }
- b {
- text-transform:uppercase;
- color:{color:bold};
- font-family:arial helvetica;
- }
- i,em {
- font-family: 'Mrs Saint Delafield', cursive;
- letter-spacing:3px;
- color:{color:italic};
- text-transform:lowercase;
- }
- h1, h2 {
- font-size:15px;
- color:{color:body};
- text-transform:uppercase;
- font-family: 'Rajdhani', sans-serif;
- background-color:{color:background};
- padding:10px;
- font-style:bold, italic;
- text-align:center;
- }
- blockquote {
- border-left:3px ridge {color:blockquote};
- padding-left:5px;
- margin-left:10px;
- margin-top:10px;
- }
- /*customization for list style type*/
- ul {
- list-style: none;
- padding: 0;
- }
- li {
- padding-left: 5px;
- }
- li:before {
- font-size:8px;
- content: "{text:liststyletype icon}"; /* FontAwesome Unicode */
- display: inline-block;
- margin-left: 5px; /* same as padding-left set on li */
- width: 1.3em; /* same as padding-left set on li */
- }
- /*customize title*/
- #title{
- position:fixed;
- color:{color:blog title};
- padding:5px;
- letter-spacing:20px;
- margin-top:320px;
- margin-left:700px;
- font-weight:bold;
- font-family: arial;
- font-size:10px;
- text-align:left;
- width:500px;
- height:20px;
- text-transform:uppercase;
- text-shadow: 2px 1px 0px {color:drop shadow};
- transform:rotate(90deg);
- }
- /*customize your left sidebar*/
- #sidebar {
- position:fixed;
- opacity:1;
- overflow:hidden;
- width:280px;
- height:600px;
- top:30px;
- margin-top:40px;
- margin-left:45px;
- border:inset 5px {color:border};
- border-right:none;
- background-color:{color:sidebar};
- }
- #sidebar img {
- position:absolute;
- border-radius:50%;
- border-left:2px dotted {color:border};
- border-top:2px inset {color:border};
- padding:5px;
- }
- /*customize your description*/
- .description {
- position:fixed;
- top:300px;
- left:75px;
- height:185px;
- width:200px;
- padding:10px;
- padding-top:20px;
- font-family:arial;
- text-align:justify;
- overflow:auto;
- letter-spacing:3px;
- line-height:15px;
- color:{color:description};
- background:{color:descriptionbg};
- }
- .description::first-letter {
- font-size:30px;
- text-transform:uppercase;
- margin-top:5px;
- }
- /*customize post container*/
- #container {
- width:600px;
- height:590px;
- margin-left:325px;
- top:70px;
- position:fixed;
- padding:5px;
- overflow:auto;
- border: inset 5px {color:border};
- border-left:solid 0px {color:border};
- background-color: {color:container};
- }
- /*customize posts*/
- #posts {
- width:530px;
- padding:10px;
- margin-left:auto;
- margin-right:auto;
- margin-top:0px;
- margin-bottom:30px;
- {block:ifpostbg}
- background-color:{color:postbg};
- {/block:ifpostbg}
- {block:if400posts}
- width:430px;
- {/block:if400posts}
- {block:ifpostborder}
- border-width: 1px;
- border-style: solid;
- -webkit-border-image:
- -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
- -webkit-border-image:
- -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
- -moz-border-image:
- -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
- -o-border-image:
- -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
- border-image:
- linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
- {/block:ifpostborder}
- }
- #posttitle {
- margin-bottom: 5px;
- color:{color:sidebar link};
- font-family: 'Rajdhani', sans-serif;
- font-size:30px;
- line-height:115%;
- text-align:left;
- text-transform: uppercase;
- }
- #posts:first-child {
- margin-top:10px;
- }
- #posts:last-child {
- margin-bottom:30px;
- }
- #posts img {
- width:100%;
- height:auto;
- border:none;
- }
- {block:permalinkpage}
- #posts {
- margin-bottom:10px;
- }
- {/block:permalinkpage}
- /* customize your sidebar links */
- #tri {
- position:absolute;
- }
- #tri a {
- width: 0;
- height: 0;
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- border-bottom: 50px solid {color:sidelink};
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #tri a:hover {
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- border-bottom: 60px solid {color:sidelink hover};
- }
- #tri2 {
- position:absolute;
- }
- #tri2 a {
- width: 0;
- height: 0;
- opacity:.8;
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- border-bottom: 50px solid {color:sidelink 2};
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all 0.8s ease;
- }
- #tri2 a:hover {
- opacity:1;
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- border-bottom: 60px solid {color:sidelink hover};
- }
- .t1 {
- bottom:70px;
- left:110px;
- transform:rotate(180deg);
- }
- .t2 {
- bottom:70px;
- left:110px;
- transform:rotate(225deg);
- }
- .t3 {
- bottom:70px;
- left:110px;
- transform:rotate(-90deg);
- }
- .t4 {
- bottom:70px;
- left:110px;
- transform:rotate(-45deg);
- }
- .t5 {
- bottom:70px;
- left:110px;
- }
- .t6 {
- bottom:70px;
- left:110px;
- transform:rotate(45deg);
- }
- .t7 {
- bottom:70px;
- left:110px;
- transform:rotate(90deg);
- }
- .t8 {
- bottom:70px;
- left:110px;
- transform:rotate(-225deg);
- }
- /*customization for permalinks "post info" */
- .permalinks {
- text-transform:lowercase;
- font-size:8px;
- line-height:8px;
- text-align:center;
- {block:ifhoverpermalinks}
- height:0px;
- visibility:hidden;
- {/block:ifhoverpermalinks}
- }
- .permalinks a {
- color:{color:permalink};
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- {block:ifhoverpermalinks}
- #posts:hover .permalinks {
- height:20px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- visibility:visible;
- }
- {/block:ifhoverpermalinks}
- /*customize your pagination*/
- .pagination {
- position: fixed;
- bottom:30px;
- left:50px;
- font-size:11px;
- color: {color:pagination};
- text-shadow: 1px 1px 0px {color:drop shadow};
- }
- .pagination a {
- color: {color:pagination};
- }
- .pagination a:hover {
- color: {color:pagination hover};
- }
- /*customize tags*/
- .tags {
- {block:ifhovertags}
- opacity:0;
- max-height:0px;
- {/block:ifhovertags}
- text-align:center;
- margin-top:5px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a {
- color:{color:tags};
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a:hover {
- color:{color:tags hover};
- letter-spacing:0px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- {block:ifhovertags}
- #posts:hover .tags {
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- {/block:ifhovertags}
- .notes a {
- color:{color:permalink};
- }
- .notes a:hover {
- color:{color:permalink hover};
- }
- .notes li {
- text-align:left;
- }
- .notes li:before {
- content: ""; /* FontAwesome Unicode */
- display: inline-block;
- margin-left: 0px; /* same as padding-left set on li */
- width: 1.3em; /* same as padding-left set on li */
- }
- .notes img {
- max-width:20px;
- }
- .quote {
- font-size:20px;
- text-align:center;
- line-height:90%;
- margin-bottom:10px;
- }
- .qsource {
- text-align:center;
- margin-top:10px;
- }
- .chat {
- line-height:20px;
- list-style:none;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:link};
- }
- #asks {
- text-align:justify;
- padding:22px 5px 5px 8px;
- color:{color:body};
- background-color:{color:background};
- min-height:43px;
- margin-left:70px;
- font-size:9px;
- }
- .asker {
- text-transform:lowercase;
- margin-bottom:-12px;
- font-size:11px;
- letter-spacing:0px;
- font-family: 'Rajdhani', sans-serif;
- }
- #answers {
- color:{color:body};
- font-size:11px;
- margin-top:8px
- }
- .media {
- position:relative;
- display:inline-block;
- width:100%;
- }
- .albumimg {
- max-width:60px;
- margin-left:235px;
- margin-top:10px;
- border-radius:100%;
- opacity:.2;
- z-index:1;
- }
- .playerbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:1000;
- margin:10px 19px 8px 11px;
- }
- .player {
- background-color:#000;
- position:relative;
- z-index:1000;
- margin-left:240px;
- top:65px;
- width:50px;
- border-radius:50px;
- opacity:.7;
- }
- .albuminfo {
- width:100px;
- margin-right:auto;
- margin-left:auto;
- margin-top:10px;
- margin-bottom:10px;
- text-align:center;
- }
- .albuminfo a:hover {
- letter-spacing:0px;
- }
- /*customization for tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px; /*if you want rounded corners*/
- padding:4px;
- margin:15px 15px 5px 0px;/*how far it appears from link*/
- color:{color:tooltiptext};
- border:1px solid {color:tooltipborder};
- font-family: 'Rajdhani', sans-serif;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- background:{color:tooltipbg};
- z-index:99999;/*don't change this*/
- }
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- bottom:0px;
- right:3px;
- position:fixed;
- padding:5px;
- height:30px;
- width:30px;
- opacity:0.6;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #mycredit:hover {
- opacity:1;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- <!--blog title-->
- <div id="title">{title}</div>
- <!--start of sidebar -->
- <div id="sidebar">
- <!--sidebar images "portraits"-->
- <img src="{image:portrait1}" style="height:100px; left:20px; top:20px; opacity:.8;">
- <img src="http://lh5.ggpht.com/-Mf-iIN9UK_k/UFCwgZeHUbI/AAAAAAAAaf4/xVEAkU1UMUE/tumblr_m938s2oPN81rrb3d7o1_500_thumb%25255B2%25255D.jpg?imgmax=800" style="height:70px; right:30px; top:70px; opacity:.8">
- <img src="http://www.horror-asylum.com/news/pics/thumbs/-even-more-resident-evil-retribution-stills.jpg" style="height:50px; left:100px; top:150px; opacity:.8">
- <!--description -->
- <div class="description">{description}</div>
- <!--sidebar triangle links -->
- <div id="tri" class="t1"><a href="/" title="home"></a></div>
- <div id="tri2" class="t2"><a href="/ask" title="ask"></a></div>
- {block:iflink1}<div id="tri" class="t3"><a href="{text:link 1 url}" title="{text:link 1}"></a></div>{/block:iflink1}
- {block:iflink2}<div id="tri2" class="t4"><a href="{text:link 2 url}" title="{text:link 2}"></a></div>{/block:iflink2}
- {block:iflink3}<div id="tri" class="t5"><a href="{text:link 3 url}" title="{text:link 3}"></a></div>{/block:iflink3}
- {block:iflink4}<div id="tri2" class="t6"><a href="{text:link 4 url}" title="{text:link 4}"></a></div>{/block:iflink4}
- {block:iflink5}<div id="tri" class="t7"><a href="{text:link 5 url}" title="{text:link 5}"></a></div>{/block:iflink5}
- {block:iflink6}<div id="tri2" class="t8"><a href="{text:link 6 url}" title="{text:link 6}"></a></div>{/block:iflink6}
- </div><!--end of sidebar -->
- <!--pagination-->
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">retreat</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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}" class="jump_page">advance</a>{/block:NextPage}
- {/block:Pagination} </div>
- <div id="container">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
- {Body}{/block:Text}
- {block:if400posts}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:if400posts}
- {block:ifnot400posts}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifnot400posts}
- {block:Photoset}{Photoset}{block:Caption}{Caption}
- {/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>
- {block:Source}<div class="qsource">{Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="posttitle">{chat}</div><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Audio}
- <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerblack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" class="albumimg">{/block:AlbumArt}
- <div class="albuminfo">
- ╾ <a href="{Permalink}" title="{block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}⌬ {Artist}{/block:Artist}{block:Album} ⌬ {Album}{/block:Album}">℧</a> ╼
- </div>
- {/block:Audio}
- {block:if400posts}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:if400posts}
- {block:ifnot400posts}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifnot400posts}
- {block:Answer}
- <img src="{AskerPortraitURL-64}" style="height:34px; width:34px; float:left; margin-top:0px; border:1px solid transparent; padding: 16px; border-radius: 0%; -moz-border-radius-topleft: 50%;
- -webkit-border-top-left-radius: 50%;
- border-top-left-radius: 50%;
- -moz-border-radius-topright: 50%;
- -webkit-border-top-right-radius: 50%;
- border-top-right-radius: 50%;
- -MOZ-BORDER-RADIUS-BOTTOMRIGHT: 0;
- -WEBKIT-BORDER-BOTTOM-RIGHT-RADIUS: 0;
- BORDER-BOTTOM-RIGHT-RADIUS: 0;
- -moz-border-radius-bottomleft: 50%;
- -webkit-border-bottom-left-radius: 50%;
- border-bottom-left-radius: 50%;">
- <div id="asks"><div class="asker">incoming message from <span style="text-transform:uppercase;">{Asker}</span>:</div>
- <br>{Question}</div>
- <div id="answers">{Answer}</div>
- {/block:Answer}
- <div id="{ShortURL}-hide"><div class="permalinks">{block:Date}
- <a href="{Permalink}" title="{Month} {DayOfMonth}">{TimeAgo} </a> [ <a href="{permalink}" title="n{NoteCount}"> x </a> ]{/block:Date}<br>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> ⌬
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}⌬
- <a href="{ReblogURL}">reblog</a> </div></div>
- {block:ifutags}
- {block:HasTags}<div class="tags">╾ <a href="{Permalink}" title="{block:Tags}#{Tag}{/block:Tags}">℧</a> ╼</div>
- {/block:HasTags}{/block:ifutags}
- {block:ifnotutags}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}{/block:ifnotutags}
- {block:PostNotes}<div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment