Advertisement
bramrps

wsrpst4

Nov 13th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. <!-- Custom Theme #4 by watchingsamrps for askthesamuelevans for being Sam of the Week 11/3 - 11/9 -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <meta name="font:Body" content="Georgia" />
  23. <meta name="color:Background" content="#a8c7c7" />
  24. <meta name="color:Borderbar" content="#464b4b" />
  25. <meta name="color:Body" content="#000" />
  26. <meta name="color:Entries" content="#f0f1f2" />
  27. <meta name="color:Borders" content="#000" />
  28. <meta name="color:Bold" content="#a8c7c7" />
  29. <meta name="color:Link" content="#464b4b" />
  30. <meta name="color:Link Bg" content="#a8c7c7" />
  31. <meta name="color:Link Hover" content="#f0f1f2" />
  32. <meta name="color:Sidebars" content="#f0f1f2" />
  33. <meta name="color:Entry titles" content="#464b4b" />
  34. <meta name="color:Entries Border" content="#000" />
  35. <meta name="image:Image" content="" />
  36. <meta name="image:Image2" content="" />
  37. <meta name="image:Borderbar" content="" />
  38. <meta name="image:Background" content="" />
  39. <meta name="text:Link1" content="link" />
  40. <meta name="text:Link1 Title" content="/" />
  41. <meta name="text:Link2" content="link" />
  42. <meta name="text:Link2 Title" content="/" />
  43. <meta name="text:Link3" content="link" />
  44. <meta name="text:Link3 Title" content="/" />
  45. <meta name="text:Link4" content="link" />
  46. <meta name="text:Link4 Title" content="/" />
  47. <meta name="text:Link5" content="link" />
  48. <meta name="text:Link5 Title" content="/" />
  49. <meta name="text:Link6" content="link" />
  50. <meta name="text:Link6 Title" content="/" />
  51.  
  52. <meta name="text:Sub" content="this is your subtitle" />
  53. <meta name="text:Main" content="your main title" />
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. body {
  59. background: {color:Background};
  60. background-image: url('{image:Background}');
  61. background-attachment:fixed;
  62. position:absolute;
  63. font-size:12px;
  64. font-family: {font:Body};
  65. color:{color:Body};
  66. }
  67.  
  68. blockquote {
  69. margin-left: 15px;
  70. margin-right:15px;
  71. border-left: 1px solid {color:Borders};
  72. padding-left:5px;
  73. text-align: justify;
  74. }
  75.  
  76.  
  77. b, strong {
  78. color:{color:Bold};
  79. }
  80.  
  81. i, em {
  82. color:{color:Body}
  83. text-shadow: 0px 0px 2px #000;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:normal;
  89. color:{color:Link};
  90. -webkit-transition: all 0.5s ease-in-out;
  91. -moz-transition: all 0.5s ease-in-out;
  92. -o-transition: all 0.5s ease-in-out;
  93. }
  94.  
  95. a:hover {
  96. text-transform:lowercase;
  97. -webkit-transition: all 0.5s ease-in-out;
  98. -moz-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. }
  101.  
  102. pre {
  103. font-family:georgia;
  104. font-size:8px;
  105. text-transform:Uppercase;
  106. background-color: #C18651;
  107. padding:2px;
  108. text-align:center;
  109. border-left:1px solid #3a1e13;
  110. border-right:1px solid #3a1e13;
  111. color:{color:Body};
  112. }
  113.  
  114. h1 {
  115. margin-top:0px;
  116. margin-bottom:5px;
  117. color:{color:Entry titles};
  118. font-family:'georgia';
  119. font-style:normal;
  120. text-align:left;
  121. text-transform:uppercase;
  122. font-size: 20px;
  123. color: {color:Entry titles};
  124. padding-bottom:0px;
  125. text-shadow: 1px 1px 1px #000;
  126. }
  127.  
  128. h2 {
  129. margin-top:0px;
  130. margin-bottom:5px;
  131. font-family:'georgia';
  132. text-transform:uppercase;
  133. text-align:center;
  134. font-size: 25px;
  135. color:{color:Entry titles};
  136. text-shadow: 1px 1px 1px #000;
  137. }
  138.  
  139. h3 {
  140. margin-top:0px;
  141. margin-bottom:-5px;
  142. color:{color:Entry titles};
  143. font-family:'georgia
  144. font-style:normal;
  145. text-align:center;
  146. text-transform:uppercase;
  147. font-size: 20px;
  148. text-shadow: 1px 1px 1px #000;
  149. color: {color:Entry titles};
  150. }
  151.  
  152. h4 {
  153. margin-top:10px;
  154. margin-bottom:-5px;
  155. font-family:'head versus heart';
  156. text-transform:uppercase;
  157. text-align:center;
  158. font-size: 17px;
  159. color:{color:Link};
  160. text-shadow: 1px 2px 1px #000;
  161. }
  162.  
  163. img {
  164. border: 0;
  165. max-width: 100%;}
  166.  
  167. img:hover {
  168. opacity:0.7;
  169. -webkit-transition:all 0.4s ease-in-out;
  170. -moz-transition:all 0.4s ease-in-out;
  171. -o-transition:all 0.4s ease-in-out;
  172. -ms-transition: all 0.4s ease-in-out;
  173. transition:all 0.5s ease-in-out
  174. }
  175.  
  176.  
  177. #toptitle {
  178. text:{text:Main};
  179. font-family:'georgia';
  180. font-size:12px;
  181. color:{color:Entry titles};
  182. text-transform:uppercase;
  183. font-weight:bold;
  184. text-align:center;
  185. margin-top:5px;
  186. text-shadow: 1px 1px 0px #000;
  187. }
  188.  
  189. #topsub {
  190. text:{text:Sub};
  191. font-family:'georgia';
  192. font-size:8.5px;
  193. color:{color:Link Bg};
  194. text-transform:uppercase;
  195. text-align:center;
  196. }
  197.  
  198.  
  199. #borderbar1 {
  200. position:fixed;
  201. top:57px;
  202. left:75px;
  203. width:420px;
  204. height:454px;
  205. padding:3px;
  206. background-color:{color:Borderbar};
  207. background-image:url('{image:Borderbar}');
  208. background-attachment:fixed;
  209. border-color:{color:Borders};
  210. border-width:1px;
  211. border-style: solid;
  212. }
  213.  
  214.  
  215.  
  216.  
  217. #sidebar {
  218. position:fixed;
  219. top:60px;
  220. left:282px;
  221. width:216px;
  222. height:300px;
  223. background-color:{color:Sidebars};
  224. border-radius: 0px 0px 0px 0px;
  225. border-color:{color:Borders};
  226. border-width:1px;
  227. border-style: solid;
  228. }
  229.  
  230.  
  231. #sidebar2 {
  232. position:fixed;
  233. top:364px;
  234. left:78px;
  235. width:95px;
  236. height:149px;
  237. padding-top:1px;
  238. background-color:{color:Sidebars};
  239. border-color:{color:Borders};
  240. border-style:solid;
  241. border-width:1px;
  242. border-radius: 0px 0px 0px 0px;
  243. }
  244.  
  245.  
  246.  
  247.  
  248. #image {
  249. z-index:3;
  250. position:fixed;
  251. top:60px;
  252. left:78px;
  253. width:200px;
  254. height:300px;
  255. background-image:url('http://static.tumblr.com/77cc8ba874713c71f0b2cec715033539/tfklyhf/CT1ney5q6/tumblr_static_3wzkhuyvbjwgsw4ok8gg08kow.png');
  256. background-attachment:none;
  257. background-size:auto;
  258. background-position:top left;
  259. background-repeat:no-repeat;
  260. float:center;
  261. overflow:hidden;
  262. background-color:#fff;
  263. border-color:{color:Borders};
  264. border-style:solid;
  265. border-width:1px;
  266. border-radius: 0px 0px 0px 0px;
  267. }
  268.  
  269. #image2 {
  270. z-index:3;
  271. position:fixed;
  272. top:364px;
  273. left:178px;
  274. width:320px;
  275. height:150px;
  276. background-image:url('http://static.tumblr.com/87acf9f77e641ee3f42c809c190a330f/tfklyhf/4Yxney5q6/tumblr_static_bmn4f1twn0o4g40cgcc44g04w.png');
  277. background-attachment:none;
  278. background-size:auto;
  279. background-position:top left;
  280. background-repeat:no-repeat;
  281. float:center;
  282. overflow:hidden;
  283. background-color:#fff;
  284. border-color:{color:Borders};
  285. border-style:solid;
  286. border-width:1px;
  287. }
  288.  
  289.  
  290. #description {
  291. padding:10px;
  292. color:{color:Description};
  293. font-size:10px;
  294. text-align:justify;
  295. font-family:'georgia';
  296. }
  297.  
  298. #pagination {
  299. font-family:'georgia';
  300. font-size:20px;
  301. text-transform:uppercase;
  302. display:inline-block;
  303. margin-top:0px;
  304. color:{color:Body};
  305. -webkit-transition: all 0.2s ease-in-out;
  306. -moz-transition: all 0.2s ease-in-out;
  307. -o-transition: all 0.2s ease-in-out;
  308. }
  309.  
  310. #links {
  311. text-align:center;
  312. }
  313.  
  314.  
  315. #links a{
  316. font-family:'georgia';
  317. background-color:{color:Link Bg};
  318. color:#fff;
  319. width:40px;
  320. height:35px;
  321. line-height:35px;
  322. font-size:20px;
  323. text-transform:uppercase;
  324. display:inline-block;
  325. margin-top:3px;
  326. margin-bottom:0px;
  327. padding:0px;
  328. color:{color:Link};
  329. border-color:{color:Borders};
  330. border-style:solid;
  331. border-width:1px;
  332. -webkit-transition: all 0.2s ease-in-out;
  333. -moz-transition: all 0.2s ease-in-out;
  334. -o-transition: all 0.2s ease-in-out;
  335. }
  336.  
  337. #links a:hover{
  338. color:{color:Link};
  339. background:{color:Link Hover};
  340. box-shadow:3px 3px 3px #000;
  341. -webkit-transition: opacity 0.7s linear;opacity: 1;
  342. -webkit-transition: all 0.3s ease-out;
  343. -moz-transition: all 0.3s ease-out;
  344. transition: all 0.3s ease-out;
  345. }
  346.  
  347.  
  348.  
  349. .user_1 .label {
  350. color:{color:Link};
  351. font-family:'georgia';
  352. font-size: 10px;
  353. padding: 5px;
  354. text-transform:uppercase;
  355. font-weight:bold
  356. }
  357.  
  358. .user_2 .label {
  359. color:{color:Entry titles};
  360. font-family:'georgia';
  361. font-size: 10px;
  362. padding: 5px;
  363. text-transform:uppercase;
  364. font-weight:bold
  365. }
  366.  
  367. .user_3 .label {
  368. color:{color:Link};
  369. font-family:'georgia';
  370. font-size: 10px;
  371. padding: 5px;
  372. text-transform:uppercase;
  373. font-weight:bold
  374. }
  375.  
  376. .user_4 .label {
  377. color:{color:Entry titles};
  378. font-family:'georgia';
  379. font-size: 10px;
  380. padding: 5px;
  381. text-transform:uppercase;
  382. font-weight:bold
  383. }
  384.  
  385. .user_5 .label {
  386. color:{color:Link};
  387. font-family:'georgia';
  388. font-size: 10px;
  389. padding: 5px;
  390. text-transform:uppercase;
  391. font-weight:bold
  392. }
  393.  
  394. .user_6 .label {
  395. color:{color:Entry titles};
  396. font-family:'georgia';
  397. font-size: 10px;
  398. padding: 5px;
  399. text-transform:uppercase;
  400. font-weight:bold
  401. }
  402.  
  403. .user_7 .label {
  404. color:{color:Link};
  405. font-family:'georgia';
  406. font-size: 10px;
  407. padding: 5px;
  408. text-transform:uppercase;
  409. font-weight:bold
  410. }
  411.  
  412. .user_8 .label {
  413. color:{color:Entry titles};
  414. font-family:'georgia';
  415. font-size: 10px;
  416. padding: 5px;
  417. text-transform:uppercase;
  418. font-weight:bold
  419. }
  420.  
  421. .user_9 .label {
  422. color:{color:Link};
  423. font-family:'georgia';
  424. font-size: 10px;
  425. padding: 5px;
  426. text-transform:uppercase;
  427. font-weight:bold
  428. }
  429.  
  430. .user_10 .label {
  431. color:{color:Entry titles};
  432. font-family:'georgia';
  433. font-size: 10px;
  434. padding: 5px;
  435. text-transform:uppercase;
  436. font-weight:bold
  437. }
  438.  
  439.  
  440. ul.chat, .chat ol, .chat li {
  441. list-style:none;
  442. margin-top:-8px;
  443. margin-bottom:0px;
  444. padding: 3px;
  445. }
  446.  
  447. p {
  448. margin-top:0px;
  449. margin-bottom:4px
  450. }
  451.  
  452.  
  453.  
  454. #entries {
  455. position:absolute;
  456. margin-left:540px;
  457. margin-top:10px;
  458. font-size:10px;
  459. text-align:justify;
  460.  
  461. }
  462.  
  463. #post {
  464. background-color:{color:Entries};
  465. padding:8px;
  466. padding-top:5px;
  467. padding-bottom:10px;
  468. width:500px;
  469. border-color:{color:Entries border};
  470. border-style:solid;
  471. border-width:1px;
  472. margin-bottom:2px;
  473. box-shadow:1px 0px 5px #000;
  474. }
  475.  
  476.  
  477.  
  478. #quotetext {
  479. font-family:'georgia';
  480. font-size:18px;
  481. color:{color:Borders};
  482. font-style:normal;
  483. text-align:justify;
  484. margin-top:5px;
  485. padding:2px;
  486. }
  487.  
  488.  
  489. #asks {
  490. text-align:left;
  491. font-size:10px;
  492. font-family:'georgia';
  493. margin:5px;
  494. padding:10px;
  495. min-height:40px;
  496. background-color:transparent;
  497. border-top:1px solid {color:Entry titles};
  498. border-left:1px solid {color:Entry titles};
  499. border-bottom:2px solid {color:Entry titles};
  500. border-right:2px solid {color:Entry titles};
  501. box-shadow:3px 3px 3px #000;
  502. }
  503.  
  504. .asker {
  505. font-family:'lobster';
  506. color:{color:Entry titles};
  507. text-transform:lowercase;
  508. margin-top:2px;
  509. margin-bottom:-8px;
  510. font-size:20px;
  511. text-shadow:1px 1px 1px #000;
  512. font-style:normal;
  513. letter-spacing:1px;
  514.  
  515. }
  516.  
  517. #askimage {
  518. height:60px;
  519. width:60px;
  520. float:left;
  521. margin-top:10px;
  522. margin-left:10px;
  523. padding-right:5px;
  524. opacity:0.5;
  525. -webkit-transition:all 0.4s ease-in-out;
  526. -moz-transition:all 0.4s ease-in-out;
  527. -o-transition:all 0.4s ease-in-out;
  528. -ms-transition: all 0.4s ease-in-out;
  529. transition:all 0.5s ease-in-out;
  530. }
  531.  
  532. #answers {
  533. padding-left:20px;
  534. padding-right:20px;
  535. margin-left:5px;
  536. margin-top:8px;
  537. margin-bottom:10px;
  538. text-align:justify;
  539. }
  540.  
  541. #audio {
  542. border-radius:100%;
  543. width:100%;
  544. height:100px;
  545. margin-bottom:5px
  546. }
  547.  
  548. .albumart {
  549. border-radius:10px;
  550. margin-top:15px;
  551. margin-left:45px;
  552. float:left;
  553. width:71px;
  554. height:71px
  555. }
  556.  
  557. .player {
  558. border-radius:50px;
  559. margin-left:45px;
  560. margin-top:15px;
  561. display:block;
  562. height:50px;
  563. width:50px;
  564. padding:11px;
  565. overflow:hidden;
  566. position:absolute;
  567. opacity:0.3;
  568. background:#fff;
  569. -webkit-transition:all 0.4s ease-in-out;
  570. -moz-transition:all 0.4s ease-in-out;
  571. -o-transition:all 0.4s ease-in-out;
  572. -ms-transition: all 0.4s ease-in-out;
  573. transition:all 0.5s ease-in-out
  574. }
  575.  
  576. .player:hover {
  577. opacity:0.7;
  578. -webkit-transition:all 0.4s ease-in-out;
  579. -moz-transition:all 0.4s ease-in-out;
  580. -o-transition:all 0.4s ease-in-out;
  581. -ms-transition: all 0.4s ease-in-out;
  582. transition:all 0.5s ease-in-out}
  583.  
  584. .audioplayer {
  585. width:24px;
  586. height:24px;
  587. margin-top:12px;
  588. margin-left:12px;
  589. overflow:hidden
  590.  
  591. }
  592.  
  593. .audioinfo {
  594. font-size:10px;
  595. font-family:georgia;
  596. text-transform:uppercase;
  597. color:{color:text};
  598. text-align:left;
  599. padding-top:15px;
  600. margin-left:130px;
  601. }
  602.  
  603. .audiotitle {
  604. color:{color:Entry titles};
  605. margin-top:10px;
  606. margin-bottom:-10px;
  607. margin-left:20px;
  608. text-transform: uppercase;
  609. font-size: 20px;
  610. font-family:'georgia';
  611. font-weight:bold;
  612. text-shadow: 1px 2px 1px #000;
  613. }
  614.  
  615. #infobox {
  616. background-color:{color:Entries};
  617. width:516px;
  618. height:25px;
  619. border-color:{color:Entries border};
  620. border-style:solid;
  621. border-width:1px;
  622. margin-bottom:40px;
  623. box-shadow:1px 3px 5px #000;
  624. }
  625.  
  626. #info {
  627. font-family:'georgia';
  628. font-size:8px;
  629. text-align: right;
  630. padding-right: 3px;
  631. padding-top: 3px;
  632. color:{color:Entries border};
  633. text-transform:uppercase;
  634. background-color:transparent;
  635. }
  636.  
  637. #info2 {
  638. font-family:'georgia';
  639. font-size:8px;
  640. text-align: right;
  641. margin-bottom: 0px;
  642. padding: 2px;
  643. padding-top:0px;
  644. color:{color:Body};
  645. text-transform:lowercase;
  646. font-style:italic;
  647. background-color:transparent;
  648. }
  649.  
  650. #credit a{
  651. position:fixed;
  652. right:3px;
  653. bottom:3px;
  654. padding:4px;
  655. background:white;
  656. font-size:11px;
  657. color:black;
  658. -moz-transition-duration:1s;
  659. -webkit-transition-duration:1s;
  660. -o-transition-duration:1s;
  661. }
  662.  
  663. #credit a:hover {
  664. opacity:1;
  665. color:white;
  666. background:black;
  667. -moz-transition-duration:1s;
  668. -webkit-transition-duration:1s;
  669. -o-transition-duration:1s;
  670. }
  671.  
  672.  
  673. </style>
  674. <style type="text/css">{CustomCSS}</style>
  675. </head>
  676.  
  677. <body>
  678.  
  679.  
  680. <div id="borderbar1"></div>
  681.  
  682.  
  683. <div id="sidebar2">
  684. <div id="links">
  685. <a href="{text:Link1}" title="Link1 Title">01.</a>
  686. <a href="{text:Link2}" title="Link2 Title">02.</a><br>
  687. <a href="{text:Link3}" title="Link3 Title">03.</a>
  688. <a href="{text:Link4}" title="Link4 Title">04.</a><br>
  689. <a href="{text:Link5}" title="Link5 Title">05.</a>
  690. <a href="{text:Link6}" title="Link6 Title">06.</a>
  691. </div>
  692.  
  693. <center>
  694. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div> </center>
  695.  
  696. </div>
  697.  
  698. <div id="image">
  699.  
  700.  
  701. <div id="sidebar">
  702.  
  703. <div id="toptitle">{text:Main}</div>
  704. <div id="topsub">{text:Sub}</div>
  705.  
  706.  
  707. <div id="description">
  708. {block:Description}
  709. {Description}{/block:Description}</div>
  710.  
  711.  
  712.  
  713. </div>
  714.  
  715.  
  716.  
  717. <div id="image2">
  718. </div>
  719.  
  720.  
  721. </div>
  722.  
  723. </div>
  724.  
  725.  
  726.  
  727.  
  728. <div id="entries">
  729.  
  730. {block:Posts}
  731.  
  732. <div id="post">
  733.  
  734. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  735.  
  736. {block:Quote}<div id="quotetext">“{Quote}” </div>
  737. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  738.  
  739. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  740. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  741.  
  742. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  743. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  744.  
  745. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  746.  
  747. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  748.  
  749. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  750.  
  751.  
  752.  
  753.  
  754. {block:Audio}
  755. <div id="audio">
  756. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  757. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 50px">{/block:AlbumArt}</div>
  758. <div class="audioinfo">
  759. <div class="audiotitle">⋆ {block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  760. {block:Artist}{Artist}{/block:Artist} {block:Album} ★ {Album}{/block:Album}</div></div>
  761. {block:Caption}{Caption}{/block:Caption}
  762. {/block:Audio}
  763.  
  764. {block:Answer}
  765.  
  766. <div id="asks"><div style="font-family:'lobster'; text-transform:lowercase; font-size:20px; text-shadow:1px 1px 1px #000; text-align:left; padding-bottom:0px; border-bottom:1px dotted {color:Entry titles};"><b>{Asker} wondered ;;</b></div><p></p>
  767. <div style="margin-left:10px; text-align:justify; text-transform:uppercase; font-size:8px;">{Question}</div></div>
  768. <div id="answers">{Answer}</div>{/block:Answer}
  769.  
  770.  
  771. </div>
  772.  
  773. <div id="infobox"><div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  774. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  775. {block:ContentSource} <a href="{SourceURL}">✶</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  776. <div id="info2"><b>tagged:</b> {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  777. </div></div></div>
  778.  
  779. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  780. {/block:Posts}
  781.  
  782.  
  783. </div></div></div>
  784.  
  785.  
  786.  
  787.  
  788.  
  789. <div id="credit"><a href="http://watchingsamrps.tumblr.com">WSR</a></div>
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement