Advertisement
puellae-themes

Silence Theme Version Two

Dec 25th, 2012
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.55 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. #fade { /*--Transparent background layer--*/
  170. display: none; /*--hidden by default--*/
  171. background: #000;
  172. position: fixed; left: 0; top: 0;
  173. width: 100%; height: 100%;
  174. opacity: .70;
  175. z-index: 9999;
  176. }
  177. .popup_block{
  178. display: none; /*--hidden by default--*/
  179. background: #fff;
  180. padding: 20px;
  181. border: 1px solid #000;
  182. float: left;
  183. font-size: 1.2em;
  184. position: fixed;
  185. top: 50%; left: 50%;
  186. z-index: 99999;
  187. /*--CSS3 Box Shadows--*/
  188. -webkit-box-shadow: 0px 0px 20px #000;
  189. -moz-box-shadow: 0px 0px 20px #000;
  190. box-shadow: 0px 0px 20px #000;
  191. /*--CSS3 Rounded Corners--*/
  192. -webkit-border-radius: 10px;
  193. -moz-border-radius: 10px;
  194. border-radius: 10px;
  195. }
  196. img.btn_close {
  197. float: right;
  198. margin: -5px -5px 0 0;
  199. }
  200. /*--Making IE6 Understand Fixed Positioning--*/
  201. *html #fade {
  202. position: absolute;
  203. }
  204. *html .popup_block {
  205. position: absolute;
  206. }
  207.  
  208. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  209.  
  210. 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};}
  211.  
  212. p { margin:0px; margin-top:0px;}
  213.  
  214. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  215.  
  216. a:hover {color:{color:Hover}; text-decoration: underline;}
  217.  
  218.  
  219. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
  220.  
  221. img {
  222. border: 0px;
  223. padding: 0px;
  224. margin: 0px;
  225. }
  226.  
  227. body, p {
  228. font-size:12px;
  229. letter-spacing:1px;
  230. font-family: 'Text Me One', sans-serif;
  231. line-height:12px;
  232. padding: -2px;
  233. margin: 2px;
  234. color:{color:text};
  235. }
  236.  
  237. body {
  238. background-color:{color:background};
  239. background-image:url({image:Background});
  240. background-attachment: fixed;
  241. background-repeat: repeat;
  242. }
  243.  
  244. a {
  245. text-decoration:none;
  246. color:{color:text};
  247. -webkit-transition: all 0.4s linear;
  248. -moz-transition: all 0.4s linear;
  249. transition: all 0.4s linear;
  250. }
  251.  
  252. a:hover{
  253. color:{color:link hover};
  254. }
  255.  
  256.  
  257.  
  258. div#all{
  259. width:100%;
  260. height:100%;
  261. z-index:-100;
  262. }
  263.  
  264. div#center{
  265. margin: auto;
  266. width: 1000px;
  267. }
  268.  
  269.  
  270. #blogtitle {
  271. position:fixed !important;
  272. color:#fff;
  273. font-size: 32px;
  274. width: 350px;
  275. height: 50px;
  276. margin-top: 118px;
  277. margin-left: 85px;
  278. text-align: left;
  279. margin-bottom: 0px;
  280. padding:2px;
  281. background-color:transparent;
  282. font-family: 'The girl next door';
  283. line-height: 17px;
  284. letter-spacing: 4px;
  285.  
  286. }
  287.  
  288. div#content {
  289. width: 955px;
  290. margin-left:220px;
  291. margin-top:200px;
  292. float:left;
  293. }
  294.  
  295. div#sidebar{
  296. position:absolute;
  297. width:650px;
  298. height:auto;
  299. background: transparent;
  300. text-align: center;
  301. font-size: 13px;
  302. line-height:18px;
  303. padding-top:0px;
  304. padding-left:0px;
  305. padding-right:2px;
  306. overflow: hidden;
  307. margin-left:390px;
  308. margin-top: 0px;
  309. }
  310.  
  311. div#sidebar img {
  312. width: 250px;
  313. height: auto;
  314. border-radius: 00px 00px 00px 00px;
  315. }
  316.  
  317.  
  318. div#sidebox{
  319. padding: 2px;
  320. height: auto;
  321. background: white;
  322. border:1px solid black;
  323. position:fixed;
  324. margin-left: 2px;
  325. bottom: 2px;
  326. width:80px;
  327. }
  328.  
  329.  
  330. .entry {
  331. float:left;
  332. display: block;
  333. padding: 10px;
  334. padding-bottom: 40px;
  335. overflow:hidden;
  336. width:290px;
  337. background: white;
  338. {block:PermalinkPage}
  339. width:480px;
  340. margin-left:50px;
  341. text-align:center;
  342. {/block:PermalinkPage}
  343. }
  344.  
  345. .perma {
  346. opacity: 0.0;
  347. filter: alpha(opacity = 0);
  348. z-index:9999991;
  349. display: inline-block;
  350. position: absolute;
  351. {block:ifshownotecountonhover}
  352. bottom: 0px;
  353. {block:ifshownotecountonhover}
  354. {block:ifnotshownotecountonhover}
  355. bottom: 4px;
  356. {block:ifnotshownotecountonhover}
  357. left: 5px;
  358. -moz-transition: all 0.3s ease-out;
  359. -o-transition: all 0.3s ease-out;
  360. -webkit-transition: all 0.3s ease-out;
  361. transition: all 0.3s ease-out;
  362. }
  363.  
  364. .entry:hover .perma {
  365. opacity: 1;
  366. filter: alpha(opacity = 100);
  367. }
  368.  
  369. .likep {
  370. width: 25px;
  371. height: 20px;
  372. background-position: 4px 0px;
  373. overflow: hidden;
  374. z-index: 9999999;
  375. display: inline-block;
  376. }
  377.  
  378. .rep {
  379. width: 24px;
  380. height: 20px;
  381. overflow: hidden;
  382. z-index: 9999999;
  383. display: inline-block;
  384. }
  385.  
  386. .likep a:hover {
  387. background-position: 4px 0px;
  388. }
  389.  
  390. .likep a {
  391. background-image: url("http://static.tumblr.com/ykziu7r/ICbmd11nu/like.png");
  392. background-position: 4px 0px;
  393. display: block;
  394. z-index: 9999999;
  395. }
  396.  
  397. .likep img {
  398. width: 21px;
  399. height: 20px;
  400. }
  401.  
  402. .rep img{
  403. width: 24px;
  404. height: 20px;
  405. line-height: 30px;
  406. display: inline;
  407. -webkit-filter: invert(100%)
  408. }
  409.  
  410. .not { display: inline-block;
  411. background: rgba(0, 0, 0, .55);
  412. height: 20px;
  413. top: -6px;
  414. padding: 0 5px;
  415. font: 11px/20px 'Text Me One', sans-serif;
  416. line-height: 20px;
  417. color: #fff;
  418. padding-left: 4px;
  419. padding-right: 4px;
  420. -webkit-border-radius: 3px;
  421. -moz-border-radius: 3px;
  422. border-radius: 3px;
  423. position: relative;
  424. -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  425. -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  426. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  427. -webkit-filter: invert(100%)
  428. }
  429.  
  430. .not a, .not:hover a, .not a:hover {
  431. color: #ffffff!important;
  432. font-weight: bold;
  433. font-family: 'Text Me One', sans-serif;
  434. }
  435.  
  436. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  437. opacity: 1;
  438. filter: alpha(opacity = 100);
  439. }
  440.  
  441. .not:hover , .rep:hover, .likep:hover {
  442. opacity: 1!important;
  443. filter: alpha(opacity = 100)!important;
  444. }
  445. }
  446.  
  447. #infscr-loading{
  448. opacity:0.0;
  449. }
  450.  
  451. .title{
  452. font-family: 'Text Me One', sans-serif;
  453. font-size:22px;
  454. line-height:35px;
  455. color:#000;
  456. }
  457.  
  458. a img{border: 0px;}
  459.  
  460. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  461.  
  462. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  463. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  464.  
  465. .notes img{width:10px; position:relative; top:3px;}
  466.  
  467. .permalink {
  468. display: block;
  469. border-top: 1px solid #ddd;
  470. padding: 2px;
  471. margin: 4px 8px 0px 8px;
  472. text-transform: uppercase;
  473. font-family: 'Text Me One', sans-serif;
  474. font-size: 10px;
  475. color: #424242;
  476. line-height: 10px;
  477. text-align: center;
  478. text-decoration: none;
  479. -webkit-transition: color 0.5s ease-out;
  480. -moz-transition: color 0.5s ease-out;
  481. }
  482.  
  483. #permalink {
  484. position: absolute;
  485. margin-top: 8px;
  486. margin-left: 61px;
  487. opacity: 0;
  488. -webkit-transition: all .3s ease;
  489. -moz-transition: all .3s ease;
  490. -o-transition: all .3s ease;
  491. transition: all .3s ease;
  492. }
  493.  
  494. .permalink2 {
  495. color: #000000;
  496. padding-top: 0px;
  497. padding-bottom: 0px;
  498. font-size: 10px;
  499. text-align: center;
  500. opacity: 0;
  501. filter: alpha(opacity = 0);
  502. -webkit-transition-duration: 1.0s;
  503. }
  504.  
  505. .entry:hover .permalink2 {
  506. opacity: 1;
  507. filter: alpha(opacity = 100);
  508. -webkit-transition-duration: 1.0s;
  509. }
  510.  
  511.  
  512. .perma1 {
  513. opacity: 0.0;
  514. filter: alpha(opacity = 0);
  515. position:absolute;
  516. z-index:9999991;
  517. bottom: 0px;
  518. right: 7px;
  519. -webkit-transition-duration: 1.0s;
  520. }
  521.  
  522. blockquote{
  523. padding:0px 0px 2px 5px;
  524. margin:0px 0px 2px 4px;
  525. border-left: 1px dotted #555555;
  526. }
  527.  
  528.  
  529. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  530.  
  531.  
  532.  
  533. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  534.  
  535.  
  536.  
  537. {CustomCSS}
  538.  
  539. </style>
  540. <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>
  541.  
  542.  
  543. <title>{title}</title>
  544.  
  545. <link rel="shortcut icon" href="{Favicon}">
  546. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  547. <meta name="viewport" content="width=820" />
  548.  
  549. </head>
  550. <body>
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565. <div id="content">
  566. {block:Posts}
  567. <div class="entry">
  568.  
  569. {block:Answer}
  570. <div style="background-color: #fff; box-shadow: 0px 0px 0px 0px #E6DFDF; font-family: 'Text Me One', sans-serif; font-size: 12px;">
  571. <b>{Asker}</b> asked: {Question}</span></div><br>
  572. {Answer}<br>
  573. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date} {NoteCountwithLabel}</div></a>
  574. {/block:IndexPage}
  575. {/block:Answer}
  576.  
  577. {block:Text}
  578. {block:Title}<span class="title">{Title}</span>{/block:Title}
  579. <div style="margin-left:3px;">{Body}</div>
  580.  
  581. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  582. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  583. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date} {/block:Date} {NoteCountwithLabel}</div></a>
  584. {/block:IndexPage}
  585. {/block:Text}
  586.  
  587. {block:Link}
  588. <a href="{URL}"><span class="title">{Name}</span></a>
  589. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  590. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  591. {block:IndexPage}<div style="height:0px;background-color:#fff;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  592.  
  593. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  594. {/block:IndexPage}
  595. {block:Link}
  596.  
  597. {block:Photo}
  598. {block:IndexPage}
  599. <div class="perma">
  600. <div class="likep">
  601. <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>
  602. </div>
  603. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  604. </div>
  605.  
  606. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  607. </div>
  608. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250"/></a>
  609. {/block:IndexPage}
  610. {block:PermalinkPage}
  611. {LinkOpenTag}
  612. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="840"/></a>
  613. {LinkCloseTag}
  614. {/block:permalinkpage}
  615. {/block:Photo}
  616.  
  617. {block:Photoset}
  618. <center>
  619. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  620. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  621. </center>
  622.  
  623. {block:IndexPage}
  624. <div class="permalink">
  625. <a href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}">reblog</a></span></div>
  626. {/block:IndexPage}
  627. {/block:Photoset}
  628.  
  629. {block:Quote}
  630. <div style="margin-left:3px;">
  631. {Quote}</span>
  632. {block:Source}<strong>{Source}</strong>{/block:Source}
  633. </div>
  634.  
  635. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  636. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  637. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date} {NoteCountwithLabel}</div></a>
  638. {/block:IndexPage}
  639. {/block:Quote}
  640.  
  641. {block:Chat}
  642. <div style="margin-left:3px;">
  643. {block:Title}<span class="title">{Title}</span>{/block:Title}
  644. <ul class="chat">
  645. {block:Lines}
  646. <li class="user_{UserNumber}">
  647. {block:Label}
  648. <span class="label">{Label}</span>
  649. {/block:Label}
  650. {Line}
  651. </li>
  652. {/block:Lines}
  653. </ul>
  654. </div>
  655.  
  656. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  657. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  658. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  659. {/block:IndexPage}
  660. {/block:Chat}
  661.  
  662. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  663. <center>{AudioPlayerBlack}
  664. {block:Caption}{Caption}{/block:Caption}</center>
  665.  
  666.  
  667. {block:IndexPage}<div style="height:0px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:0px;"></div>
  668. <span class="permalink"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font>
  669. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{block:Date}{/block:Date}{NoteCountwithLabel}</div></a>
  670. {/block:IndexPage}
  671. {/block:Audio}
  672.  
  673. {block:Video}
  674. {block:IndexPage}
  675. <center>
  676. {Video-340}</center>
  677. {/block:IndexPage}
  678. {block:PermalinkPage}
  679. <center>
  680. {Video-550}</center>
  681. {/block:PermalinkPage}
  682. {block:Video}
  683.  
  684. {block:PermalinkPage}
  685. <center>
  686. <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>
  687.  
  688.  
  689. {/block:PermalinkPage}
  690.  
  691. {block:PermalinkPage}
  692. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  693. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  694. {/block:PermalinkPage}
  695.  
  696.  
  697. {block:PostNotes}
  698. </center></center>
  699. <div align="left">{PostNotes}</div>
  700. {/block:PostNotes}
  701. </div>
  702.  
  703. {/block:Posts}
  704.  
  705.  
  706. {block:IndexPage}
  707. {block:Pagination}
  708. <div id="pagination">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}"></a>
  714. {/block:PreviousPage}
  715. </div>
  716. {/block:Pagination}
  717. {/block:IndexPage}
  718. </div>
  719.  
  720.  
  721. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  722.  
  723.  
  724. <div id="sidebar">
  725. <a href="/"><img src="{image:sidebar}" width=250px></a>
  726. <center>
  727. {Description}<br><br>
  728. </center>
  729. <center>
  730. <a href="/ask">message</a>
  731. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</a>{block:ifLinkOneTitle}</a>
  732. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</a>
  733. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  734. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a>{/block:ifLinkFourTitle}
  735.  
  736.  
  737. </center>
  738. </div>
  739.  
  740. <div id="blogtitle">
  741. {block:ifshowblogtitle}
  742. {Title}
  743. {/block:ifshowblogtitle}
  744. </div>
  745. </div>
  746.  
  747.  
  748. </body>
  749.  
  750. </div></div></div></div></div></div></div></div></div></div>
  751.  
  752.  
  753. </html>
  754.  
  755. <!----Please dont remove theme credit,xo --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement