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>
- <head>
- <!--
- ▒█▀▀▄ ░█▀▀█ ▒█▀▀█ ▒█░▒█ ▒█▄░▒█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█ ▒█▀▀▀█ ▒█▀▀▀█
- ▒█░▒█ ▒█▄▄█ ▒█▄▄█ ▒█▀▀█ ▒█▒█▒█ ▒█▀▀▀ ▒█▄▄▀ ▒█░░▒█ ░▀▀▀▄▄ ░▀▀▀▄▄
- ▒█▄▄▀ ▒█░▒█ ▒█░░░ ▒█░▒█ ▒█░░▀█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█ ▒█▄▄▄█ ▒█▄▄▄█
- THEME #34 EFFUSION THEME BY DAKILANGGELPREN
- + Do not remove the text or else you'll be tracked
- + Do not copy or steal anything from this theme and use it on your next theme/future theme.
- + Do not redistribute this theme or claim it as yours
- + Feel free to edit anything, but never remove my credit.
- + Do not remove the credits on the sidebar, ask permission first.
- + If you're planning to make a huge revamping of my theme, please let me know.
- -->
- <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}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/3iwd31y/yAnnnvjxx/daphneross.js"></script>
- <!-- VISIBLE OR NOT OPTIONS -->
- <meta name="if:Show Statistics" content="1"/>
- <meta name="if:Show Quotes" content="1"/>
- <meta name="if:Show Disclaimer" content="1"/>
- <meta name="if:Enable RightClick" content="1"/>
- <meta name="if:Enable ImgOpacity" content="1"/>
- <meta name="if:Show link 1" content="1"/>
- <meta name="if:Show link 2" content="1"/>
- <meta name="if:Show link 3" content="1"/>
- <meta name="if:Show link 4" content="1"/>
- <meta name="if:Show link 5" content="1"/>
- <meta name="if:Show link 6" content="1"/>
- <meta name="if:Show link 7" content="1"/>
- <meta name="if:Show Accounts" content="1"/>
- <meta name="if:Show Account1" content="1"/>
- <meta name="if:Show Account2" content="1"/>
- <!--FONTS-->
- <link href='http://fonts.googleapis.com/css?family=Bitter|Raleway:300|Roboto' rel='stylesheet' type='text/css'>
- <!--IMAGE-->
- <meta name="image:Sidebar picture" content="http://data2.whicdn.com/images/172962448/large.gif">
- <meta name="image:Background picture" content="">
- <!--COLORS-->
- <meta name="color: Topbar background color" content="#000000">
- <meta name="color: Top links text color" content="#ffffff">
- <meta name="color: Top links text color when hover" content="">
- <meta name="color:Sidebar and text post color" content="#000000">
- <meta name="color:Quotes and Text color" content="#444444">
- <meta name="color: Published ask bg" content="#000000">
- <meta name="color: Published ask text" content="#ffffff">
- <!--TEXTS-->
- <meta name="text:Favorite Quote" content="Throughout life people will make you mad, disrespect you and treat you bad. Let God deal with the things they do, cause hate in your heart will consume you too. - Will Smith">
- <meta name="text:Information title" content="About the Blogger">
- <meta name="text:link1" content="put links">
- <meta name="text:link2" content="put links">
- <meta name="text:link3" content="put links">
- <meta name="text:link4" content="put links">
- <meta name="text:link5" content="put links">
- <meta name="text:link6" content="put links">
- <meta name="text:link7" content="put links">
- <meta name="text:link1 url" content="">
- <meta name="text:link2 url" content="">
- <meta name="text:link3 url" content="">
- <meta name="text:link4 url" content="">
- <meta name="text:link5 url" content="">
- <meta name="text:link6 url" content="">
- <meta name="text:link7 url" content="">
- <meta name="text:account1" content="other accounts">
- <meta name="text:account2" content="other accounts">
- <meta name="text:account1 url" content="">
- <meta name="text:account2 url" content="">
- <meta name="text:previous page" content="← Previous Page">
- <meta name="text:next page" content="Next Page →">
- <style type="text/css">
- body{
- background-image:url({image:Background picture});
- background-attachment:fixed;
- font-family: 'Bitter', serif;
- font-size:7.6pt;
- line-height:18px;
- text-align:justify;
- color:{color:Sidebar and text post color};
- }
- A:link, A:visited, A:active{
- text-decoration:none;
- color:{color:Sidebar and text post color};
- -webkit-transition-duration: 1.0s;
- }
- A:hover{
- color:{color: Topbar background color};
- text-decoration:none;
- -webkit-transition-duration: 1.0s;
- text-shadow: -2px 0px 9px rgba(150, 150, 150, 1);
- }
- img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- img:hover{
- {block:IfEnableImgOpacity}
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.70;
- {/block:IfEnableImgOpacity}
- }
- #header{
- width: 100%;
- height:52px;
- margin-top:-10px;
- margin-left:-10px;
- background-color:{color: Topbar background color};
- -webkit-box-shadow: 0px 2px 8px 0px #a9a9a9;
- -moz-box-shadow: 0px 2px 8px 0px #a9a9a9;
- box-shadow: 0px 2px 8px 0px #a9a9a9;
- position:absolute;
- z-index:966666666666666666666666666666666666666669;
- }
- #subnav {
- width: 139px;
- text-align: center;
- display:inline-block;
- font-size: 11px;
- padding: 4px;
- margin-top:15px;
- margin-bottom: 5px;
- letter-spacing:2px;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- color: {color: Top links text color};
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- z-index:966666666666666666666666666666666666666669;
- }
- #subnav a{
- z-index:966666666666666666666666666666666666666669;
- color: {color: Top links text color};
- font-weight: normal;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 1s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 1s;
- }
- #subnav a:hover{
- text-shadow: 1px 1px 1px transparent;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 1s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 1s;
- }
- #subnav:hover {
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #subnav:hover #nav a:moo{
- z-index:966666666666666666666666666666666666666669;
- border-top:0px solid #fff;
- }
- #subnav:hover #nav{
- opacity:100;
- -webkit-transition-duration:.7s;
- overflow:hidden;
- background-color:transparent;
- z-index:966666666666666666666666666666666666666669;
- height:auto;
- }
- #container{
- width:925px;
- height:auto;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- position:absolute;
- overflow: auto;
- overflow-y: hidden;
- position: relative;
- }
- #sidebar{
- margin-top:15px;
- float:left;
- width:260px;
- height:auto;
- }
- .sidecontents{
- width:250px;
- padding:17px;
- margin-bottom:33px;
- border:1px solid #e7e5e5;
- background:#ffffff;
- }
- .labels{
- font-family: 'Roboto', sans-serif;
- font-size:11px;
- background:{color: Topbar background color};
- color:{color: Top links text color};
- text-transform:uppercase;
- text-align:center;
- letter-spacing:2px;
- padding:9px;
- width:270px;
- margin-top:-20px;
- margin-left:-20px;
- margin-bottom:11px;
- }
- #post {
- border:1px solid #e7e5e5;
- background:#ffffff;
- padding:17px;
- margin-bottom:33px;
- z-index:-0;
- }
- #entries {
- margin-top:13px;
- width:600px;
- float:right;
- }
- .cont{
- background:transparent;
- width:500px;
- margin-left:auto;
- margin-right:auto;
- }
- blockquote {
- margin-left: 20px;
- border-left: 1px solid {color: Topbar background color};
- background:#ffffff;
- padding: 10px;
- overflow: hidden;
- width:450px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color: Topbar background color};
- border: 1px solid {color: Topbar background color};
- height:auto;
- border-radius:2px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color: Topbar background color};
- height:10px !important;
- border-radius:2px;
- }
- ::-webkit-scrollbar {
- height:7px; width:7px;
- background-color:#ffffff;
- }
- .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
- .conversation ul li { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
- .conversation ul li span.label {font-weight: normal;}
- .conversation ul li.odd {
- background-color: {color: Topbar background color}; color: #ffffff;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- border-right:2px solid {color: Topbar background color};
- border-bottom:2px solid {color: Topbar background color};
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- border:2px solid {color: Topbar background color};
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 110px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .askborder {
- float: left;
- padding: 4px;
- border: 1px solid #dddddd;
- border-radius:3px;
- }
- a.asker{
- color:{color: Published ask text};
- }
- a.asker:hover{
- color:#ffffff;
- text-decoration: none;
- }
- .bubble {
- align:right;
- background:{color: Published ask bg};
- margin:1px 0px 3px 63px;
- padding:10px;
- position:relative;
- color:{color: Published ask text};
- border-radius: 7px 7px 7px 7px;
- -moz-border-radius: 7px 7px 7px 7px;
- -webkit-border-radius: 7px 7px 7px 7px;
- }
- .bubble p {margin:1px 0px;}
- .bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height:1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color: Published ask bg};
- }
- .pagination{
- font-family: 'Roboto', sans-serif;
- font-size:11px;
- background:{color: Topbar background color};
- color:{color: Top links text color};
- text-transform:uppercase;
- text-align:center;
- letter-spacing:2px;
- padding:9px;
- width:auto;
- }
- .pagination a{
- color:{color: Top links text color when hover};
- }
- .textpost{
- font-family: 'Raleway', sans-serif;
- font-size:20px;
- line-height:25px;
- text-align:center;
- color:{color:Quotes and Text color};
- }
- #nav {
- position:absolute;
- overflow:hidden;
- margin-left:-5px;
- width: 150px;
- height: 0px;
- text-transform: uppercase;
- line-height: 20px;
- font-size: 12px;
- padding-top: 3px;
- transition: all 0.5s ease;
- o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- z-index:15;
- }
- #nav a{
- z-index:966666666666666666666666666666666666666669;
- background-color:{color: Topbar background color};
- opacity:.9;
- padding:5px;
- text-align:center;
- display:block;
- text-transform: uppercase;
- line-height: 20px;
- font-family: 'Calibri';
- font-weight:bold;
- letter-spacing:1px;
- font-size: 10px;
- color:{color: Top links text color};
- }
- #nav a:hover{
- color:{color: Top links text color when hover};
- text-decoration:none;
- }
- #post .reblogbox {
- opacity:0;
- padding:5px;
- position:absolute;
- background:transparent;
- overflow:hidden;
- margin-left:400px;
- }
- #post:hover .reblogbox {
- opacity:.9;
- height:20px;
- width:auto;
- background:{color: Topbar background color};
- border:3px double #ffffff;
- margin-left:10px;
- overflow:visible;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .8s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .8s;
- -moz-box-shadow: 0 0 10px #fff;
- -webkit-box-shadow: 0px 0px 10px #fff;
- }
- #post .likes {
- opacity:0;
- padding:5px;
- position:absolute;
- background:transparent;
- overflow:hidden;
- margin-left:495px;
- }
- #post .likes a{
- color:{color: Top links text color};
- }
- #post:hover .likes {
- opacity:.9;
- height:20px;
- width:auto;
- background:{color: Topbar background color};
- color:{color: Top links text color};
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- border:3px double #ffffff;
- margin-left:10px;
- margin-top:80px;
- overflow:visible;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .5s;
- -moz-box-shadow: 0 0 10px #fff;
- -webkit-box-shadow: 0px 0px 10px #fff;
- }
- #post .time {
- opacity:0;
- padding:5px;
- position:absolute;
- background:transparent;
- overflow:hidden;
- margin-left:300px;
- }
- #post:hover .time {
- opacity:.9;
- height:20px;
- width:auto;
- background:{color: Topbar background color};
- color:{color: Top links text color};
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- border:3px double #ffffff;
- margin-left:10px;
- margin-top:40px;
- overflow:visible;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .2s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .2s;
- -moz-box-shadow: 0 0 10px #fff;
- -webkit-box-shadow: 0px 0px 10px #fff;
- }
- .pagination{
- width:auto;
- font-family: 'Roboto', sans-serif;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px;
- background:{color: Topbar background color};
- color:{color: Top links text color};
- display: inline-block;
- border-bottom: 2px solid rgba(0,0,0,0.1);
- }
- .pagination a{
- color:{color: Top links text color};
- }
- </style>
- </head>
- <body>
- {block:IfEnableRightClick}
- <SCRIPT TYPE="text/javascript">
- <!--
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- {/block:IfEnableRightClick}
- <div id="header">
- <center>
- <div id="subnav"><a href="/">Refresh</a>
- </div>
- <div id="subnav"><a href="/ask">Message</a></div>
- <div id="subnav"><a href="/submit">Submit</a></div>
- <div id="subnav"><a href="/archive">Previous</a></div>
- <div id="subnav">More Lurks
- <div id="nav">
- {block:IfShowLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfShowLink4}
- {block:IfShowLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfShowLink5}
- {block:IfShowLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfShowLink6}
- {block:IfShowLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfShowLink7}
- </div></div>
- {block:IfShowAccounts}
- <div id="subnav">Accounts
- <div id="nav">
- {block:IfShowAccount1}<a href="{text:account1 url}">{text:account1}</a>{/block:IfShowAccount1}
- {block:IfShowAccount2}<a href="{text:account2 url}">{text:account2}</a>{/block:IfShowAccount2}
- </div></div>
- {/block:IfShowAccounts}
- <!--PLEASE DO NOT REMOVE THE CREDITS-->
- <!--PLEASE DO NOT REMOVE THE CREDITS-->
- <div id="subnav"><a href="http://dakilanggerlpren.tumblr.com/">Theme</a></div>
- </center>
- </div>
- <!--PLEASE DO NOT REMOVE THE CREDITS-->
- <!--PLEASE DO NOT REMOVE THE CREDITS-->
- <br><br><br>
- <div id="container">
- <!--SIDEBAR START-->
- <div id="sidebar">
- <div class="sidecontents">
- <div class="labels">{text:Information title}</div>
- <center><img src="{image:Sidebar picture}" style="width: 220px; box-shadow: 0px 0px 5px #bbb; margin:3px; border: 4px solid #fff; background-color: #fff; margin-bottom:0px;" align="center"><br><br></center>
- {Description}
- </div>
- {block:IfShowStatistics}
- <div class="sidecontents">
- <div class="labels">Blog Statistics</div>
- <center>
- <script language="JavaScript">
- var ref = (''+document.referrer+'');
- var w_h = window.screen.width + " x " + window.screen.height;
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4851324&e1=Online User&e2=Online Users&r=' + ref + '&wh=' + w_h + '"><\/script>');
- </script><br>
- <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2895306&name=Blog Visits"></script><br>
- Date today is <script language="JavaScript" src="http://freehostedscripts.net/date2.php"></script><br>
- You are using <script language="JavaScript" src="http://freehostedscripts.net/browserinfo.php"></script><br>
- Your IP Address: <script language="JavaScript" src="http://freehostedscripts.net/ip.php"></script>
- </center>
- </div>
- {/block:IfShowStatistics}
- {block:IfShowQuotes}
- <div class="sidecontents">
- <div class="labels">Favorite Quote</div>
- {text:Favorite Quote}
- </div>
- {/block:IfShowQuotes}
- {block:IfShowDisclaimer}
- <div class="sidecontents">
- <div class="labels">Disclaimer</div>
- All images and notes found in my blog are all mine except for those I reblog. Similarities and copying of any content in my blog without any permission is strictly prohibited. If you will use any of the content in this blog, you must give me some credits or use my blog as the source. Thank you for understanding. Good day.
- </div>
- {/block:IfShowDisclaimer}
- </div>
- <!--SIDEBAR END-->
- <!--POST CONTENT START-->
- <div id="entries">
- {block:Posts}
- <!-- {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}
- <div id="post">
- <div class="reblogbox"><div style="float:left; padding-right:10px;">{LikeButton size="18" color="white"}</div><div style="float:right;">{ReblogButton size="19" color="white"}</div></div>
- <div class="likes">with <a href="{Permalink}">{NoteCount} Likes/Reblogs</a></div>
- <div class="time">posted on {DayOfWeek}, {DayOfMonth} {Month} {Year}, {TimeAgo}</div>
- {block:Text}<div class="textpost">{block:Title}<br>{Title}{/block:Title}</div><br>{Body}{/block:Text}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-500}" width="565px"/></a>
- {/block:Photo}
- {block:Photoset}<br><center>{Photoset-500}</center>{/block:Photoset}
- {block:Quote}<div class="textpost"><br>"{Quote}"</div>
- <div style="text-align:right; padding-right:10px; margin-top:5px;">{block:Source} <i>— {Source}</i>{/block:Source}</div>{/block:Quote}
- {block:Link}<br><a href="{URL}" class="link" {Target}><div class="textpost">{Name} </div></a>{/block:Link}
- {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<br><div class="title"><div class="textpost">{Title}</div></div>{/block:Title}<br>
- <div class="post">
- <div class="conversation">
- <ul>
- {block:Lines}<li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- </div>
- </div>
- {/block:Chat}
- <div class="video"><br>{block:Video}{Video-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span><a class="asker">{asker}</a> whispered: {Question}</div><br>
- <div align="left">{Answer}</div>
- {/block:Answer} <br>
- </div>
- {block:PostNotes}
- <div class="bottom">
- <div id="box"></div>
- <div id="notes" style="margin-top:-30px; border-top: px solid #EEEEEE; margin: 10px 0 40px 0;"></div>
- <div style="margin-left:0px;">
- {PostNotes}
- </div>
- <center>{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}</center></div>
- {/block:PostNotes}
- {/block:Posts}
- <div class="cont">
- <center>{block:NextPage}<a href="{NextPage}"><div class="pagination">{text:next page}</div></a>{/block:NextPage}
- {block:PreviousPage} <a href="{PreviousPage}"><div class="pagination">{text:previous page}</div></a>{/block:PreviousPage}<br>
- </center>
- <center>
- {block:PermalinkPagination}
- {block:NextPost}<a href="{NextPost}"><div class="pagination">{text:next page}</div></a>{/block:NextPost}
- {block:PreviousPost} <a href="{PreviousPost}"><div class="pagination">{text:previous page}</div></a>{/block:PreviousPost}
- {/block:PermalinkPagination}<p>
- </center></div>
- <br>
- </div></div>
- <!--POST CONTENT END-->
- </div>
- <BODY onselectstart="return false;" ondragstart="return false;">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment