Advertisement
bramrps

THEME 17: WHEN THE STARS GO BLUE

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