Advertisement
puellae-themes

SV2 4c

Dec 28th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.72 KB | None | 0 0
  1. <!--
  2.  
  3. Silence Theme Version 2 by
  4.  
  5. _ __ ___ _ __ ___
  6. / \ | \| || | | \ | / |
  7. | || || || | | \ | / |
  8. | ||__/| || |___ | \ |---| |___
  9. \ /| | || | | \ | \ |
  10. \_/ | \__/ |___|___ | \_| \__ |___
  11.  
  12.  
  13.  
  14. Please don't remove the credit. I worked very hard on this.
  15.  
  16.  
  17. If you don't have any html skills I wouldn't suggest you to use this theme because you have pretty much to edit in the html code not in the appearance page.
  18. I will work on this. If you have questions just send me a message and I will help you. Please leave the credit & enjoy your new theme :)xx
  19.  
  20.  
  21. -->
  22. <head>
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59.  
  60. {block:IndexPage}
  61. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  62. <script type="text/javascript" src="http://static.tumblr.com/sxplfnv/rrjmfqebp/jquery.txt"></script>
  63. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  64. <script type="text/javascript">
  65. $(window).load(function () {
  66. var $content = $('#content');
  67. $content.masonry({itemSelector: '.entry'}),
  68. $content.infinitescroll({
  69. navSelector : 'div#pagination',
  70. nextSelector : 'div#pagination a#nextPage',
  71. itemSelector : '.entry',
  72. loading: {
  73. finishedMsg: '',
  74. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  75. },
  76. bufferPx : 600,
  77. debug : false,
  78. },
  79. // call masonry as a callback.
  80. function( newElements ) {
  81. var $newElems = $( newElements );
  82. $newElems.hide();
  83. // ensure that images load before adding to masonry layout
  84. $newElems.imagesLoaded(function(){
  85. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  86. {/block:IndexPage}
  87.  
  88.  
  89.  
  90. <head>
  91. <title>{Title}</title>
  92.  
  93.  
  94. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  95. <html xmlns="http://www.w3.org/1999/xhtml">
  96. <head>
  97.  
  98. <script type="text/javascript"
  99. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  100.  
  101. {block:IndexPage}
  102. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  103. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  104. <script type="text/javascript">
  105. $(window).load(function () {
  106. var $content = $('#content');
  107. $content.masonry({itemSelector: '.entry'}),
  108. $content.infinitescroll({
  109. navSelector : 'div#pagination',
  110. nextSelector : 'div#pagination a#nextPage',
  111. itemSelector : '.entry',
  112. loading: {
  113. finishedMsg: '',
  114. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  115. },
  116. bufferPx : 600,
  117. debug : false,
  118. },
  119. // call masonry as a callback.
  120. function( newElements ) {
  121. var $newElems = $( newElements );
  122. $newElems.hide();
  123. // ensure that images load before adding to masonry layout
  124. $newElems.imagesLoaded(function(){
  125. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  126. {/block:IndexPage}
  127.  
  128.  
  129. <meta name="color:background" content="#fff"/>
  130. <meta name="color:Text" content="#000"/>
  131. <meta name="color:Link" content="#000"/>
  132. <meta name="color:Title" content="#000"/>
  133. <meta name="color:Hover" content="#fff"/>
  134. <meta name="color:scrollbar" content="#fff"/>
  135. <meta name="image:Sidebar" content=""/>
  136. <meta name="image:Background" content=""/>
  137. <meta name="if:show blog title" content="1"/>
  138.  
  139. <meta name="text:Link One Title" content="" />
  140. <meta name="text:Link One" content="" />
  141. <meta name="text:Link Two Title" content="" />
  142. <meta name="text:Link Two" content="" />
  143. <meta name="text:Link Three Title" content="" />
  144. <meta name="text:Link Three" content="" />
  145. <meta name="text:Link Four Title" content="" />
  146. <meta name="text:Link Four" content="" />
  147.  
  148. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  149.  
  150. <style type="text/css">
  151. img{
  152. -webkit-transition: opacity 0.5s linear;
  153. opacityL 0.6;
  154. }
  155.  
  156. img:hover{
  157. -webkit-transition: opacity 0.7s linear;
  158. opacity:1;
  159. }
  160.  
  161.  
  162.  
  163.  
  164. #tumblr_controls{
  165. position:fixed !important;
  166. -webkit-filter: invert(100%)
  167. }
  168.  
  169. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  170.  
  171. body, div, p, textarea, submit, input{ font-family: 'Text Me One', sans-serif; font-size:12px; line-height:15px; letter-spacing:1px; color:{color:Text};}
  172.  
  173. p { margin:0px; margin-top:0px;}
  174.  
  175. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  176.  
  177. a:hover {color:{color:Hover}; text-decoration: underline;}
  178.  
  179.  
  180. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
  181.  
  182. img {
  183. border: 0px;
  184. padding: 0px;
  185. margin: 0px;
  186. }
  187.  
  188. body, p {
  189. font-size:12px;
  190. letter-spacing:1px;
  191. font-family: 'Text Me One', sans-serif;
  192. line-height:12px;
  193. padding: -2px;
  194. margin: 2px;
  195. color:{color:text};
  196. }
  197.  
  198. body {
  199. background-color:{color:background};
  200. background-image:url({image:Background});
  201. background-attachment: fixed;
  202. background-repeat: repeat;
  203. }
  204.  
  205. a {
  206. text-decoration:none;
  207. color:{color:text};
  208. -webkit-transition: all 0.4s linear;
  209. -moz-transition: all 0.4s linear;
  210. transition: all 0.4s linear;
  211. }
  212.  
  213. a:hover{
  214. color:{color:link hover};
  215. }
  216.  
  217.  
  218.  
  219. div#all{
  220. width:100%;
  221. height:100%;
  222. z-index:-100;
  223. }
  224.  
  225. div#center{
  226. margin: auto;
  227. width: 1000px;
  228. }
  229.  
  230.  
  231. #blogtitle {
  232. position:fixed !important;
  233. color:#fff;
  234. font-size: 32px;
  235. width: 350px;
  236. height: 50px;
  237. margin-top: 118px;
  238. margin-left: 85px;
  239. text-align: left;
  240. margin-bottom: 0px;
  241. padding:2px;
  242. background-color:transparent;
  243. font-family: 'The girl next door';
  244. line-height: 17px;
  245. letter-spacing: 4px;
  246.  
  247. }
  248.  
  249. div#content {
  250. width: 1470px;
  251. margin-left:75px;
  252. margin-top:200px;
  253. float:left;
  254. }
  255.  
  256. div#sidebar{
  257. position:absolute;
  258. width:650px;
  259. height:auto;
  260. background: transparent;
  261. text-align: center;
  262. font-size: 13px;
  263. line-height:18px;
  264. padding-top:0px;
  265. padding-left:0px;
  266. padding-right:2px;
  267. overflow: hidden;
  268. margin-left:390px;
  269. margin-top: 0px;
  270. }
  271.  
  272. div#sidebar img {
  273. width: 250px;
  274. height: auto;
  275. border-radius: 00px 00px 00px 00px;
  276. }
  277.  
  278.  
  279. div#sidebox{
  280. padding: 2px;
  281. height: auto;
  282. background: white;
  283. border:1px solid black;
  284. position:fixed;
  285. margin-left: 2px;
  286. bottom: 2px;
  287. width:80px;
  288. }
  289.  
  290.  
  291. .entry {
  292. float:left;
  293. display: block;
  294. padding: 10px;
  295. padding-bottom: 40px;
  296. overflow:hidden;
  297. width:290px;
  298. background: white;
  299. {block:PermalinkPage}
  300. width:480px;
  301. margin-left:50px;
  302. text-align:center;
  303. {/block:PermalinkPage}
  304. }
  305.  
  306. .perma {
  307. opacity: 0.0;
  308. filter: alpha(opacity = 0);
  309. z-index:9999991;
  310. display: inline-block;
  311. position: absolute;
  312. {block:ifshownotecountonhover}
  313. bottom: 0px;
  314. {block:ifshownotecountonhover}
  315. {block:ifnotshownotecountonhover}
  316. bottom: 4px;
  317. {block:ifnotshownotecountonhover}
  318. left: 5px;
  319. -moz-transition: all 0.3s ease-out;
  320. -o-transition: all 0.3s ease-out;
  321. -webkit-transition: all 0.3s ease-out;
  322. transition: all 0.3s ease-out;
  323. }
  324.  
  325. .entry:hover .perma {
  326. opacity: 1;
  327. filter: alpha(opacity = 100);
  328. }
  329.  
  330. .likep {
  331. width: 25px;
  332. height: 20px;
  333. background-position: 4px 0px;
  334. overflow: hidden;
  335. z-index: 9999999;
  336. display: inline-block;
  337. }
  338.  
  339. .rep {
  340. width: 24px;
  341. height: 20px;
  342. overflow: hidden;
  343. z-index: 9999999;
  344. display: inline-block;
  345. }
  346.  
  347. .likep a:hover {
  348. background-position: 4px 0px;
  349. }
  350.  
  351. .likep a {
  352. background-image: url("http://static.tumblr.com/ykziu7r/ICbmd11nu/like.png");
  353. background-position: 4px 0px;
  354. display: block;
  355. z-index: 9999999;
  356. }
  357.  
  358. .likep img {
  359. width: 21px;
  360. height: 20px;
  361. }
  362.  
  363. .rep img{
  364. width: 24px;
  365. height: 20px;
  366. line-height: 30px;
  367. display: inline;
  368. -webkit-filter: invert(100%)
  369. }
  370.  
  371. .not { display: inline-block;
  372. background: rgba(0, 0, 0, .55);
  373. height: 20px;
  374. top: -6px;
  375. padding: 0 5px;
  376. font: 11px/20px 'Text Me One', sans-serif;
  377. line-height: 20px;
  378. color: #fff;
  379. padding-left: 4px;
  380. padding-right: 4px;
  381. -webkit-border-radius: 3px;
  382. -moz-border-radius: 3px;
  383. border-radius: 3px;
  384. position: relative;
  385. -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  386. -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  387. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  388. -webkit-filter: invert(100%)
  389. }
  390.  
  391. .not a, .not:hover a, .not a:hover {
  392. color: #ffffff!important;
  393. font-weight: bold;
  394. font-family: 'Text Me One', sans-serif;
  395. }
  396.  
  397. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  398. opacity: 1;
  399. filter: alpha(opacity = 100);
  400. }
  401.  
  402. .not:hover , .rep:hover, .likep:hover {
  403. opacity: 1!important;
  404. filter: alpha(opacity = 100)!important;
  405. }
  406. }
  407.  
  408. #infscr-loading{
  409. opacity:0.0;
  410. }
  411.  
  412. .title{
  413. font-family: 'Text Me One', sans-serif;
  414. font-size:22px;
  415. line-height:35px;
  416. color:#000;
  417. }
  418.  
  419. a img{border: 0px;}
  420.  
  421. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  422.  
  423. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  424. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  425.  
  426. .notes img{width:10px; position:relative; top:3px;}
  427.  
  428. .permalink {
  429. display: block;
  430. border-top: 1px solid #ddd;
  431. padding: 2px;
  432. margin: 4px 8px 0px 8px;
  433. text-transform: uppercase;
  434. font-family: 'Text Me One', sans-serif;
  435. font-size: 10px;
  436. color: #424242;
  437. line-height: 10px;
  438. text-align: center;
  439. text-decoration: none;
  440. -webkit-transition: color 0.5s ease-out;
  441. -moz-transition: color 0.5s ease-out;
  442. }
  443.  
  444. #permalink {
  445. position: absolute;
  446. margin-top: 8px;
  447. margin-left: 61px;
  448. opacity: 0;
  449. -webkit-transition: all .3s ease;
  450. -moz-transition: all .3s ease;
  451. -o-transition: all .3s ease;
  452. transition: all .3s ease;
  453. }
  454.  
  455. .permalink2 {
  456. color: #000000;
  457. padding-top: 0px;
  458. padding-bottom: 0px;
  459. font-size: 10px;
  460. text-align: center;
  461. opacity: 0;
  462. filter: alpha(opacity = 0);
  463. -webkit-transition-duration: 1.0s;
  464. }
  465.  
  466. .entry:hover .permalink2 {
  467. opacity: 1;
  468. filter: alpha(opacity = 100);
  469. -webkit-transition-duration: 1.0s;
  470. }
  471.  
  472.  
  473. .perma1 {
  474. opacity: 0.0;
  475. filter: alpha(opacity = 0);
  476. position:absolute;
  477. z-index:9999991;
  478. bottom: 0px;
  479. right: 7px;
  480. -webkit-transition-duration: 1.0s;
  481. }
  482.  
  483. blockquote{
  484. padding:0px 0px 2px 5px;
  485. margin:0px 0px 2px 4px;
  486. border-left: 1px dotted #555555;
  487. }
  488.  
  489.  
  490. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  491.  
  492.  
  493.  
  494. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  495.  
  496.  
  497.  
  498. {CustomCSS}
  499.  
  500. </style>
  501. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "YOURTEXT";tb8_messages[1] = "YOURTEXT";tb8_messages[2] = "YOURTEXT";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script>
  502.  
  503.  
  504. <title>{title}</title>
  505.  
  506. <link rel="shortcut icon" href="{Favicon}">
  507. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  508. <meta name="viewport" content="width=820" />
  509.  
  510. </head>
  511. <body>
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526. <div id="content">
  527. {block:Posts}
  528. <div class="entry">
  529.  
  530. {block:Answer}
  531. <div style="background-color: #fff; box-shadow: 0px 0px 0px 0px #E6DFDF; font-family: 'Text Me One', sans-serif; font-size: 12px;">
  532. <b>{Asker}</b> asked: {Question}</span></div><br>
  533. {Answer}<br>
  534. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date} {NoteCountwithLabel}</div></a>
  535. {/block:IndexPage}
  536. {/block:Answer}
  537.  
  538. {block:Text}
  539. {block:Title}<span class="title">{Title}</span>{/block:Title}
  540. <div style="margin-left:3px;">{Body}</div>
  541.  
  542. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  543. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  544. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date} {/block:Date} {NoteCountwithLabel}</div></a>
  545. {/block:IndexPage}
  546. {/block:Text}
  547.  
  548. {block:Link}
  549. <a href="{URL}"><span class="title">{Name}</span></a>
  550. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  551. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  552. {block:IndexPage}<div style="height:0px;background-color:#fff;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  553.  
  554. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  555. {/block:IndexPage}
  556. {block:Link}
  557.  
  558. {block:Photo}
  559. {block:IndexPage}
  560. <div class="perma">
  561. <div class="likep">
  562. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  563. </div>
  564. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  565. </div>
  566.  
  567. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  568. </div>
  569. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/></a>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. {LinkOpenTag}
  573. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="840"/></a>
  574. {LinkCloseTag}
  575. {/block:permalinkpage}
  576. {/block:Photo}
  577.  
  578. {block:Photoset}
  579. <center>
  580. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  581. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  582. </center>
  583.  
  584. {block:IndexPage}
  585. <div class="permalink">
  586. <a href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}">reblog</a></span></div>
  587. {/block:IndexPage}
  588. {/block:Photoset}
  589.  
  590. {block:Quote}
  591. <div style="margin-left:3px;">
  592. {Quote}</span>
  593. {block:Source}<strong>{Source}</strong>{/block:Source}
  594. </div>
  595.  
  596. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  597. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  598. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date} {NoteCountwithLabel}</div></a>
  599. {/block:IndexPage}
  600. {/block:Quote}
  601.  
  602. {block:Chat}
  603. <div style="margin-left:3px;">
  604. {block:Title}<span class="title">{Title}</span>{/block:Title}
  605. <ul class="chat">
  606. {block:Lines}
  607. <li class="user_{UserNumber}">
  608. {block:Label}
  609. <span class="label">{Label}</span>
  610. {/block:Label}
  611. {Line}
  612. </li>
  613. {/block:Lines}
  614. </ul>
  615. </div>
  616.  
  617. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  618. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  619. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  620. {/block:IndexPage}
  621. {/block:Chat}
  622.  
  623. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  624. <center>{AudioPlayerBlack}
  625. {block:Caption}{Caption}{/block:Caption}</center>
  626.  
  627.  
  628. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  629. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  630. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  631. {/block:IndexPage}
  632. {/block:Audio}
  633.  
  634. {block:Video}
  635. {block:IndexPage}
  636. <center>
  637. {Video-340}</center>
  638. {/block:IndexPage}
  639. {block:PermalinkPage}
  640. <center>
  641. {Video-550}</center>
  642. {/block:PermalinkPage}
  643. {block:Video}
  644.  
  645. {block:PermalinkPage}
  646. <center>
  647. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  648.  
  649.  
  650. {/block:PermalinkPage}
  651.  
  652. {block:PermalinkPage}
  653. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  654. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  655. {/block:PermalinkPage}
  656.  
  657.  
  658. {block:PostNotes}
  659. </center></center>
  660. <div align="left">{PostNotes}</div>
  661. {/block:PostNotes}
  662. </div>
  663.  
  664. {/block:Posts}
  665.  
  666.  
  667. {block:IndexPage}
  668. {block:Pagination}
  669. <div id="pagination">
  670. {block:NextPage}
  671. <a id="nextPage" href="{NextPage}"></a>
  672. {/block:NextPage}
  673. {block:PreviousPage}
  674. <a href="{PreviousPage}"></a>
  675. {/block:PreviousPage}
  676. </div>
  677. {/block:Pagination}
  678. {/block:IndexPage}
  679. </div>
  680.  
  681.  
  682. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  683.  
  684.  
  685. <div id="sidebar">
  686. <a href="/"><img src="{image:sidebar}" width=250px></a>
  687. <center>
  688. {Description}<br><br>
  689. </center>
  690. <center>
  691. <a href="/ask">message</a>
  692. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</a>{block:ifLinkOneTitle}</a>
  693. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</a>
  694. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  695. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a>{/block:ifLinkFourTitle}
  696.  
  697.  
  698. </center>
  699. </div>
  700.  
  701. <div id="blogtitle">
  702. {block:ifshowblogtitle}
  703. {Title}
  704. {/block:ifshowblogtitle}
  705. </div>
  706. </div>
  707.  
  708.  
  709. </body>
  710.  
  711. </div></div></div></div></div></div></div></div></div></div>
  712.  
  713.  
  714. </html>
  715.  
  716. <!----Please dont remove theme credit,xo --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement