Advertisement
bramrps

THEME 2: UNDERDOG

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