Advertisement
bramrps

THEME 4: ABOUT LAST NIGHT

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