Advertisement
bljrps

THEME 008: I'VE GOT FREEDOM, BROTHER

Jun 14th, 2015
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  10.  
  11. <!-- A THEME BY BILLYLEWISJRRPS.
  12. " i've got freedom, brother! "
  13. DON'T REDISTRUBTE EVER, OKAY? THANKS! -->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#a8a8a8"/>
  17. <meta name="color:entries" content="#ffffff"/>
  18. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  19. <meta name="color:Title" content="#b8b8b8"/>
  20. <meta name="color:Border" content="#dddddd"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Scrollbar" content="#000000"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#c0bfbf"/>
  25. <meta name="color:Question" content="#000000"/>
  26. <meta name="color:Answer Backg" content="#000000"/>
  27. <meta name="color:secondary" content="#f2f2f2"/>
  28. <meta name="color:shadow" content="#111111" />
  29. <meta name="image:background" content="" />
  30. <meta name="image:bbar" content="" />
  31. <meta name="image:sidebar1" content=""/>
  32. <meta name="image:sidebar2" content=""/>
  33. <meta name="text:Home Text" content="" />
  34. <meta name="text:Ask Text" content="" />
  35. <meta name="text:main title" content="Billy Lewis JRRPS" />
  36. <meta name="text:subtitle" content="Billy Lewis JRRPS" />
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:Link 1 Text" content="" />
  39. <meta name="text:Link 2" content="" />
  40. <meta name="text:Link 2 Text" content="" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 3 Text" content="" />
  43. <meta name="text:Link 4" content="" />
  44. <meta name="text:Link 4 Text" content="" />
  45. <meta name="text:Link 5" content="" />
  46. <meta name="text:Link 5 Text" content="" />
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. height:8px;
  52. border-left:1px solid {color:border};
  53. border-bottom:1px solid {color:border};
  54. background-color:{color:Scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:8px;
  59. width:8px;
  60. background-color:{color:ScrollbarBg};
  61. }
  62.  
  63. img { border: 0;
  64. margin-bottom:4px;
  65. max-width: 100%;}
  66.  
  67. pre {margin-top:2px;
  68. margin-bottom:3px;
  69. padding:5px;
  70. color: {color:title};
  71. background-color:{color:text};
  72. font-family:arial;
  73. text-shadow: 1px 1px 0px {color:shadow};
  74. text-align:center;
  75. line-height:80%;
  76. letter-spacing:-1px;
  77. font-size: 20px;
  78. font-weight: bold;
  79. font-style:italic;
  80. text-transform: uppercase;
  81. white-space: pre-wrap;}
  82.  
  83. body {
  84. background:{color:background};
  85. margin:0px;
  86. color:{color:text};
  87. font-family:georgia;
  88. font-size:10px;
  89. line-height:100%;
  90. letter-spacing:0px;
  91. text-align:justify;
  92. background-size:20%;
  93. background-repeat: no-repeat;
  94. background-attachment: fixed;
  95. background-position:bottom right;
  96. background-image:url('{image:Background}');
  97. }
  98.  
  99. a {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:{color:Post Links};
  104. }
  105.  
  106. img {
  107. border:none;
  108. }
  109.  
  110. blockquote {border-left:1px solid {color:border}; padding-left:9px; margin:1px 5px 2px 5px; word-wrap: break-word;}
  111. }
  112.  
  113. h1 {size:25px;}
  114.  
  115. a:hover {
  116. color:#000000;
  117. -moz-transition-duration:0.3s;
  118. -webkit-transition-duration:0.3s;
  119. -o-transition-duration:0.3s;
  120. }
  121. b, strong {color:{color:sidebar links};}
  122. i, em {color:{color:title}}
  123. p {margin-top:6px; margin-bottom:5px}
  124.  
  125. #blogtitle {width:400px;
  126. padding:15px;
  127. margin-top:-10px;
  128. margin-left:30px;
  129. text-align:center;
  130. letter-spacing:-15px;
  131. font-style:italic;
  132. font-weight:900;
  133. text-transform:uppercase;
  134. line-height:75%;
  135. font-size: 110px;
  136. color: rgba(0, 0, 0, 0.1);
  137. font-family:arial;
  138. text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
  139. -webkit-text-stroke: 1px rgba(0,0,0,.3);
  140. background-repeat: no-repeat;
  141. background-image: url({image:sidebar1});
  142. background-position: 138%;
  143. -moz-background-size: 100%;
  144. background-size: 90%;
  145. -webkit-background-clip: text;
  146. -moz-background-clip: text;
  147. background-clip: text;
  148. -webkit-transition: all 0.5s linear;
  149. -moz-transition: all 0.5s linear;
  150. -o-transition: all 0.5s linear;
  151. -ms-transition: all 0.5s linear;
  152. transition: all 0.5s linear;
  153. -moz-box-shadow: 0px 0px 1px 1px rgba(67, 201, 117, 0.2);}
  154.  
  155. #blogtitle:hover { padding:15px;
  156. background-repeat: no-repeat;
  157. background-image: url({image:sidebar2});
  158. background-size: 90%;
  159. background-position: 88%;
  160. color: rgba(0, 0, 0, 0.1);
  161. -moz-box-shadow: 0px 0px 1px 8px rgba(242, 208, 20, 0.2);}
  162.  
  163. #blogsubtitle {
  164. width:470px;
  165. margin-top:5px;
  166. margin-left:30px;
  167. text-align:center;
  168. font-family:'trebuchet ms';
  169. letter-spacing:1px;
  170. font-size:7px;
  171. font-style:none;
  172. padding:5px;
  173. margin-bottom:-22px;
  174. line-height:9px;
  175. text-transform:uppercase;
  176. border-top:1px solid;
  177. border-color:{color:Border};
  178. }
  179. /*ENTRIES*/
  180.  
  181. #entries {
  182. border-left:1px solid;
  183. padding-left:30px;
  184. padding-top:10px;
  185. padding-bottom:10px;
  186. border-color:{color:Border};
  187. width:520px;
  188. margin-left:562px;
  189. margin-top:10px;
  190. font-size:10px;
  191. font-family:georgia;
  192. letter-spacing:0px;
  193. }
  194.  
  195. #post {
  196. width:500px;
  197. padding-bottom:40px;
  198. padding:25px;
  199. background-color:{color:entries};
  200. margin-top:2px;
  201. }
  202.  
  203. #post_title {font-size:23px; line-height:80%;font-family:arial; text-shadow:1px 1px 0px {color:shadow}; text-transform:uppercase; color:{color:title}; font-style:italic; font-weight:bold; margin-bottom:3px;}
  204.  
  205. #post_title2 {font-size:23px; line-height:80%; font-family:arial; text-shadow:1px 1px 0px {color:shadow}; text-transform:uppercase; color:{color:title}; font-style:italic; font-weight:bold; margin-bottom:3px;}
  206. /*SIDEBAR*/
  207.  
  208. #sidebar {
  209. position:fixed;
  210. margin-top:15px;
  211. margin-left:5px;
  212. }
  213.  
  214.  
  215. .links {margin-top:25px;
  216. width:460px;
  217. margin-left:35px;
  218. font-family:arial;
  219. padding: 4px;
  220. text-align:center;
  221. text-transform:uppercase;
  222. font-style:italic;
  223. position:fixed;}
  224.  
  225. .links a {
  226. width:94px;
  227. padding:3px;
  228. margin-left:12px;
  229. font-weight:bold;
  230. font-size:29px;
  231. margin-right:10px;
  232. letter-spacing:0px;
  233. text-shadow:1px 1px 0px {color:border};
  234. color:{color:Sidebar Links};
  235. }
  236.  
  237. .links a:hover {
  238. -moz-transition-duration:0.3s;
  239. -webkit-transition-duration:0.3s;
  240. -o-transition-duration:0.3s;
  241. color:{color:Hover};
  242. text-shadow:1px 1px 0px {color:shadow};
  243. }
  244.  
  245. #bbar {position:fixed; background-image: url('{image:bbar}'); height:200px; width:460px; margin-left:35px; margin-top:55px; background-color:{color:secondary}; overflow:hidden; border:1px solid {color:border}}
  246.  
  247. #entriesbbar {background-image: url('{image:bbar}');height:auto;
  248. width:550px;
  249. padding:10px;
  250. margin-bottom:30px;
  251. background-color:{color:secondary}; overflow:hidden; border:1px solid {color:border}}
  252.  
  253. #description {
  254. background-color:{color:entries};
  255. border:1px solid {color:border};
  256. text-align:justify;
  257. font-family:georgia;
  258. width:430px;
  259. height:150px;
  260. overflow:auto;
  261. margin-top:7px;
  262. margin-left:9px;
  263. font-size:9px;
  264. padding-top:2px;
  265. padding-left:5px;
  266. padding-right:5px;
  267. position:fixed;
  268. white-space: pre-wrap;
  269. text-shadow:none;
  270. text-transform:none;
  271. color:{color:Text};
  272. }
  273.  
  274. #pagination {margin-top:170px;
  275. position:fixed;
  276. width:450px;
  277. font-style:italic;
  278. font-size:20px;
  279. font-style:bold;
  280. padding:2px;
  281. text-shadow: 1px 1px 0px {color:shadow};
  282. font-family:'arial';
  283. letter-spacing:0px;
  284. text-align:center;
  285. padding:2px;
  286. color:{color:sidebar links};
  287. text-transform:lowercase;
  288. }
  289.  
  290. #pagination a {
  291. padding:3px;
  292. margin-left:12px;
  293. font-weight:bold;
  294. font-size:27px;
  295. margin-right:10px;
  296. letter-spacing:0px;
  297. color:{color:title};
  298. }
  299.  
  300. #pagination a:hover {
  301. -moz-transition-duration:0.3s;
  302. -webkit-transition-duration:0.3s;
  303. -o-transition-duration:0.3s;
  304. color:{color:Sidebar Links};
  305. }
  306.  
  307. div#qTip {
  308. font-family:arial;
  309. color:white;
  310. font-size:8px;
  311. margin-top:9px;
  312. display:none;
  313. text-transform:uppercase;
  314. font-weight:bold;
  315. text-align:center;
  316. position:absolute;
  317. z-index:99;
  318. letter-spacing:2px;
  319. background:black;
  320. padding:3px 4px;
  321. opacity:0.9; }
  322.  
  323. #audios {
  324. width:100%;
  325. height:100px;
  326. margin-bottom:12px}
  327.  
  328. .albumart {
  329. background-color:{color:background};
  330. float:left;
  331. width:100px;
  332. height:100px}
  333.  
  334. .player {
  335. width:25px;
  336. height:25px;
  337. margin-top:34px;
  338. margin-left:33px;
  339. overflow:hidden;
  340. position:absolute;
  341. padding:3px;
  342. opacity:0.4;
  343. -webkit-transition:all 0.4s ease-in-out;
  344. -moz-transition:all 0.4s ease-in-out;
  345. -o-transition:all 0.4s ease-in-out;
  346. -ms-transition: all 0.4s ease-in-out;
  347. transition:all 0.5s ease-in-out}
  348.  
  349. .player:hover {
  350. opacity:0.7;
  351. -webkit-transition:all 0.4s ease-in-out;
  352. -moz-transition:all 0.4s ease-in-out;
  353. -o-transition:all 0.4s ease-in-out;
  354. -ms-transition: all 0.4s ease-in-out;
  355. transition:all 0.5s ease-in-out}
  356.  
  357. .audioinfo {
  358. margin-left:120px;
  359. line-height:150%;
  360. font-family:calibri;
  361. font-size:10px}
  362. /*POST INFO*/
  363.  
  364. #info {
  365. width:500px;
  366. text-align:left;
  367. font-family:'trebuchet ms';
  368. margin-top:3px;
  369. margin-left:0px;
  370. letter-spacing:1px;
  371. font-size:7px;
  372. font-style:none;
  373. padding:1px;
  374. margin-bottom:4px;
  375. line-height:10px;
  376. text-transform:uppercase;
  377. border-top:1px solid;
  378. border-color:{color:Border};
  379. }
  380.  
  381. #reblog { margin-top:-10px;
  382. text-align:right;
  383. font-family:'trebuchet ms';
  384. font-size:7px;
  385. font-style:none;
  386. text-transform:uppercase;
  387. }
  388.  
  389. #info a { -webkit-transition:all 0.4s ease-in-out;
  390. -moz-transition:all 0.4s ease-in-out;
  391. -o-transition:all 0.4s ease-in-out;
  392. -ms-transition: all 0.4s ease-in-out;
  393. transition:all 0.5s ease-in-out
  394. text-align:center;
  395. color:{color:Post Links};
  396. }
  397.  
  398. #info a:hover {
  399. -moz-transition-duration:0.3s;
  400. -webkit-transition-duration:0.3s;
  401. -o-transition-duration:0.3s;
  402. color:{color:Hover}
  403. }
  404.  
  405. #tags {
  406. float:left;
  407. width:489px;
  408. margin-top:-2px;
  409. text-align:left;
  410. font-size:7px;
  411. font-size:8px;
  412. opacity:0.1;
  413. -moz-transition-duration:0.3s;
  414. -webkit-transition-duration:0.3s;
  415. -o-transition-duration:0.3s;
  416. }
  417. #tags:hover {float:left;
  418. width:489px;
  419. margin-top:2px;
  420. opacity:1;
  421. -moz-transition-timing-function: ease;
  422. -o-transition-timing-function: ease;
  423. -webkit-transition-timing-function: ease;
  424. transition-timing-function: ease;
  425. }
  426.  
  427.  
  428. #tags a {
  429. letter-spacing:0px;
  430. font-size:8px;
  431. text-align:center;
  432. line-height:80%;
  433. padding:2px;
  434. font-family:'CALIBRI';
  435. text-decoration:none;
  436. display:inline-block;
  437. color:{color:post links};
  438. }
  439.  
  440. #tags a:hover {
  441. background-color:#ffffff;
  442. -moz-transition-duration:0.3s;
  443. -webkit-transition-duration:0.3s;
  444. -o-transition-duration:0.3s;
  445. color:{color:Hover};
  446. padding:2px;
  447. border:1px solid {color:border};
  448. }
  449.  
  450. .ul.chat {}
  451. .chat ol {}
  452. .chat li {
  453. list-style:none;
  454. border-radius: 5px;
  455. border: 1px solid {color:border};
  456. margin-bottom:2px;
  457. padding:10px;
  458. }
  459.  
  460. .user_1 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  461. .user_1 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  462. .user_2 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  463. .user_2 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  464. .user_3 {margin-left:35px; color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  465. .user_3 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  466. .user_4 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  467. .user_4 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  468. .user_5 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  469. .user_5 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  470. .user_6 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  471. .user_6 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  472. .user_7 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  473. .user_7 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  474. .user_8 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  475. .user_8 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  476. .user_9 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  477. .user_9 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  478. .user_10 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  479. .user_10 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  480. .user_11 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  481. .user_11 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  482. .user_12 .label {color:{color:text}; text-transform:uppercase; font-weight:bold}
  483. .user_12 {margin-left:-30px; margin-right:35px; color:{color:secondary};padding:9px; background-color:{color:title};margin-bottom:4px; text-transform:uppercase; }
  484. .user_13 {margin-left:35px;color:{color:secondary};padding:9px; background-color:{color:text};margin-bottom:4px; text-transform:uppercase; text-align:right;}
  485. .user_13 .label {color:{color:post links};text-align:right text-transform:uppercase; font-weight:bold}
  486.  
  487. /*QUESTION*/
  488.  
  489. #asker {
  490. margin-top:0px;
  491. color:{color:entries};
  492. padding:20px;
  493. background-color:{color:Answer Backg};
  494. background-image:url('{image:bbar}');
  495. border:1px solid {color:border};
  496. }
  497.  
  498. #question {
  499. color:{color:question};
  500. padding:18px;
  501. font-family:'georgia';
  502. font-style:italic;
  503. font-size:15px;
  504. letter-spacing:0px;
  505. text-align:left;
  506. margin-top:0px;
  507. text-transform:lowercase;
  508. line-height:100%;
  509. background-color:{color:Answer Backg};
  510. }
  511.  
  512.  
  513. /* credit do not touch */
  514. .creditup a{font-family:arial;
  515. font-size:9px;
  516. bottom:5px;
  517. right:7px;
  518. position:fixed;
  519. font-weight:bold;
  520. center;
  521. text-transform:uppercase;
  522. color:{color:border};
  523. text-align:justify;
  524. text-decoration:none;
  525. text-shadow: 1px 1px 0px {color:shadow};
  526. }
  527. .creditup span{letter-spacing:1.3px; font-family:georgia;}
  528. .creditup a:hover{color:{color:hover};}
  529. {CustomCSS}</style></head><body>
  530. <div id="sidebar"><a href="/"><div id="blogtitle">{text:main title}</div></a><div id="blogsubtitle">{text:subtitle}</div>
  531.  
  532. <div class="links">
  533. <a href="/" title="{text:Home Text}.">I.</a>
  534. <a href="/ask" title="{text:Ask Text}.">II.</a>
  535. {block:ifLink1}<a href="{text:Link 1}" title="{text:Link 1 Text}.">III.</a>{/block:ifLink1}
  536. {block:ifLink2}<a href="{text:Link 2}" title="{text:Link 2 Text}.">IV.</a>{/block:ifLink2}
  537. {block:ifLink3}<a href="{text:Link 3}" title="{text:Link 3 Text}.">V.</a>{/block:ifLink3}
  538. {block:ifLink4}<a href="{text:Link 4}" title="{text:Link 4 Text}.">VI.</a>{/block:ifLink4}
  539. {block:ifLink5}<a href="{text:Link 5}" title="{text:Link 5 Text}.">VII.</a>{/block:ifLink5}
  540. </div><div id="bbar">
  541. <div id="description">{Description}</div>
  542. <div id="pagination">
  543. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  544. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}</div>
  545. </div>
  546. </div>
  547. </div>
  548. <div id="entries">
  549. {block:Posts}<div id="entriesbbar">
  550. <div id="post">
  551.  
  552. {block:Quote}
  553. <div id="post_title2">❝ {Quote} ❞</div>
  554. {block:Source} <div style="text-transform:uppercase; text-align:right; font-size:10px; font-style:italic; text-shadow:none;">— {Source}</div>{/block:Source}
  555. {/block:Quote}
  556.  
  557. {block:Title}<div id="post_title">{Title}</div>{/block:Title}
  558.  
  559. {block:Text}{Body}{/block:Text}
  560.  
  561. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  562. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  563.  
  564. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  565. {/block:Caption}{/block:Photoset}
  566.  
  567. {block:Link}
  568. <div id="post_title"><a href="{URL}" class="link" {Target}>— {Name}</a></div>{block:Description}{Description}{/block:Description}
  569. {/block:Link}
  570.  
  571. {block:Chat}
  572.  
  573. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  574. {/block:Chat}
  575. {/block:Chat}
  576.  
  577. {block:Audio}
  578. <div id="audios">
  579. <div class="player">{AudioPlayerWhite}</div>
  580. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  581. <div class="audioinfo"><br>
  582. <b>SONG:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  583. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}<br>
  584. <b>ALBUM:</b> {block:Album}{Album}{/block:Album}<br>
  585. <b>PLAYS:</b> {PlayCount}</div></div>
  586. {block:Caption}{Caption}{/block:Caption}
  587. {/block:Audio}<br>
  588.  
  589. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  590.  
  591. {block:Answer}<div id="asker"><div id="question">{Question}<br> <div style="text-transform:uppercase; text-align:right; color:{color:entries}; font-size:10px; font-style:italic; text-shadow:none;">— {Asker}</div></div> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  592.  
  593. <div id="info">
  594. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  595. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  596. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  597. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  598. with {NoteCountWithLabel}</a> <div id="reblog">— <a href="{ReblogURL}">REBLOG</a></div>
  599. {block:HasTags}<div id="tags">
  600.  
  601. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  602. </div>{block:HasTags}
  603. </div>
  604. </div></div>
  605. {/block:Posts}</div></div>
  606. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  607. {/block:Posts}</div></div></div>
  608. <br><br><br><br>
  609.  
  610. <div class="creditup"><a href="http://billylewisjrrps.tumblr.com"><span>BLJRPS</span><br>t h e m e</a></div>
  611. </div>
  612. </div>
  613.  
  614. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement