Advertisement
bramrps

THEME 5: BATTLEFIELD

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