Advertisement
bramrps

THEME 25: SUPERHEROES

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