Advertisement
brittsrps

Theme 03 - Tale As Old As Time V2

Apr 25th, 2015
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME 03 - CLARINGBITCHRPS - TALE AS OLD AS TIME V2
  6. 1) Don't copy and redistribute, you get it.
  7. 2) Edit as much as you like, just keep the credit.
  8. 3) I only have two rules, but it looks better with three points?
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:bg" content="#f5dff5"/>
  26. <meta name="color:Text" content="#bbbbbb"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Blogtitle" content="0f0f0f0"/>
  29. <meta name="color:Posttitle" content="0f0f0f0"/>
  30. <meta name="color:Desc" content="#ffffff"/>
  31. <meta name="color:Info" content="#ffffff"/>
  32. <meta name="color:Link" content="#aaaaaa"/>
  33. <meta name="color:Sidelinks" content="ffffff"/>
  34. <meta name="color:Hover" content="#f1f1f1"/>
  35. <meta name="color:Banner" content="#000000"/>
  36. <meta name="color:Backbar" content="#b990b9"/>
  37. <meta name="color:Borders" content="#000000"/>
  38. <meta name="color:Navi" content="#b990b9"/>
  39. <meta name="color:Navi2" content="#b990b9"/>
  40. <meta name="color:scrollbar" content="ffffff"/>
  41. <meta name="color:scrollbarbg" content="ffffff"/>
  42. <meta name="color:chat1" content="#e5e5e5"/>
  43. <meta name="color:chat2" content="#6cb8fe"/>
  44.  
  45. <meta name="image:sidebar" content=""/>
  46. <meta name="image:askborder" content=""/>
  47. <meta name="image:backbar" content=""/>
  48.  
  49. <meta name="text:blogtitle" content"title">
  50. <meta name="text:titleleft" content"180px">
  51. <meta name="text:link1" content="link">
  52. <meta name="text:link1url" content="/">
  53. <meta name="text:link2" content="link">
  54. <meta name="text:link2url" content="/">
  55. <meta name="text:link3" content="link">
  56. <meta name="text:link3url" content="/">
  57. <meta name="text:link4" content="link">
  58. <meta name="text:link4url" content="/">
  59. <meta name="text:link5" content="link">
  60. <meta name="text:link5url" content="/">
  61. <meta name="text:link6" content="link">
  62. <meta name="text:link6url" content="/">
  63. <meta name="text:link7" content="link">
  64. <meta name="text:link7url" content="/">
  65. <meta name="text:link8" content="link">
  66. <meta name="text:link8url" content="/">
  67.  
  68. <style type="text/css">
  69.  
  70. ::-moz-selection {background-color:#FEFEFE;
  71. color:#E6E6E6;}
  72. ::selection {background-color:#FEFEFE;
  73. color:#E6E6E6;}
  74. ::-webkit-scrollbar {height: 6px;width: 4px;}
  75. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; width: 3px; border-radius:5px;}
  76. ::-webkit-scrollbar-track{background-color:{color:scrollbg}; width: 3px;}
  77.  
  78. body {
  79. background-color:{color:bg};
  80. font-family:cambria;
  81. font-size:10px;
  82. padding-bottom:5px;
  83. padding-top:0px;
  84. padding-right:0px;
  85. padding-left:0px;
  86. text-align:justify;
  87. color:{color:text};
  88. margin:0;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. -moz-outline-style:none;
  94. color:{color:link};
  95. -webkit-transition: all 0.5s ease;
  96. -moz-transition: all 0.5s ease;
  97. -o-transition: all 0.5s ease
  98. }
  99.  
  100. a:hover {
  101. opacity:1;
  102. color:{color:hover};
  103. -webkit-transition: all 0.5s ease;
  104. -moz-transition: all 0.5s ease;
  105. -o-transition: all 0.5s ease
  106. }
  107.  
  108.  
  109. img {
  110. border:none;
  111. opacity: 1;
  112. }
  113.  
  114.  
  115. h1 {
  116. font-size:12px;
  117. text-align:center;
  118. color:{color:text};
  119. text-transform:uppercase;
  120. }
  121.  
  122. pre {
  123. font-family:'arial';
  124. text-align:center;
  125. font-size:13px;
  126. max-width:500px;
  127. font-weight:bold;
  128. padding:3px;
  129. color:white;
  130. background-color:{color:navi};
  131. border: 1px solid black;
  132. }
  133. }
  134.  
  135. blockquote {
  136. width: 490px;
  137. font-size:9px;
  138. text-transform: normal;
  139. line-height:10px;
  140. margin-left:0px;
  141. padding: 4px;
  142. padding-left:9px;
  143. border-left: 2px solid {color:text};
  144. color: {color:text};
  145. }
  146.  
  147. #title2 {
  148. position:fixed;
  149. width:840px;
  150. margin-left:{text:titleleft};
  151. margin-top:-232px;
  152. font-family:arial;
  153. font-size:25px;
  154. font-weight:bold;
  155. font-style:italic;
  156. text-align:right;
  157. text-transform:uppercase;
  158. text-shadow: 1px 2px 0px #2b2b2b;
  159. color:{color:blogtitle};
  160. z-index:2;
  161. }
  162.  
  163.  
  164. #blogtitle {
  165. position:fixed;
  166. margin-left:{text:title marginleft};
  167. margin-top:325px;
  168. font-family:arial;
  169. font-size:27px;
  170. font-weight:bold;
  171. font-style:italic;
  172. text-shadow: 1px 2px 0px #2b2b2b;
  173. color:{color:blogtitle};
  174. z-index:1;
  175. -ms-transform: rotate(-90deg);
  176. -webkit-transform: rotate(-90deg);
  177. transform: rotate(-90deg);
  178. }
  179.  
  180. #posttitle {
  181. width:500px;
  182. padding:0px;
  183. margin-top:2px;
  184. margin-bottom:-6px;
  185. margin-left:1px;
  186. font-family:arial;
  187. text-align:right;
  188. font-size:20px;
  189. text-transform:uppercase;
  190. font-weight:bold;
  191. font-style:italic;
  192. text-shadow: 1px 2px 0px #2b2b2b;
  193. color:{color:posttitle};
  194. z-index:1;
  195. }
  196.  
  197. #blogtitle2 {
  198. position:fixed;
  199. font-family:arial;
  200. margin-left:920px;
  201. margin-top:375px;
  202. font-size:18px;
  203. text-transform:lowercase;
  204. font-weight:bold;
  205. font-style:italic;
  206. text-decoration:underline;
  207. text-shadow: 1px 1px 0px #2b2b2b;
  208. color:white;
  209. text-align:center;
  210. z-index:1;
  211. }
  212. #blogtitle3 {
  213. position:fixed;
  214. font-family:arial;
  215. margin-left:1042px;
  216. margin-top:375px;
  217. font-size:18px;
  218. text-transform:lowercase;
  219. text-decoration:underline;
  220.  
  221. font-weight:bold;
  222. font-style:italic;
  223. text-shadow: 1px 1px 0px #2b2b2b;
  224. color:white;
  225. text-align:center;
  226. z-index:1;
  227. }
  228.  
  229. #backbar {
  230. position:fixed;
  231. width:420px;
  232. height:500px;
  233. background-image:url('{image:backbar}');
  234. overflow:hidden;
  235. background-repeat: repeat;
  236. background-color:{color:backbar};
  237. border: 1px solid {color:borders};
  238. margin-top:98px;
  239. margin-left:40px;
  240. box-shadow: 0px 0px 20px;
  241. z-index:-1;
  242. }
  243.  
  244. #backbar2 {
  245. position:fixed;
  246. width:78px;
  247. height:350px;
  248. background-image:{image:backbar};
  249. overflow:hidden;
  250. background-repeat: repeat;
  251. background-color:{color:backbar};
  252. border: 1px solid {color:borders};
  253. margin-top:37px;
  254. margin-left:450px;
  255. border-top-left-radius:2px;
  256. border-top-right-radius:2px;
  257. }
  258.  
  259. #sidebar {
  260. position:fixed;
  261. width:400px;
  262. height:400px;
  263. margin-left:866px;
  264. margin-top:18px;
  265. margin-bottom:0px;
  266. box-shadow: 0px 0px 3px #919191;
  267.  
  268. }
  269.  
  270. #sidebarimage img {
  271. width:400px;
  272. height:400px;
  273. opacity:1;
  274. padding-top:0px;
  275. padding-bottom:10px;
  276. padding-right:0px;
  277. padding-left:0px;
  278.  
  279. }
  280.  
  281. #box {
  282. position:fixed;
  283. width:88px;
  284. height:136px;
  285. margin-left:6px;
  286. margin-top:6px;
  287. margin-bottom:0px;
  288. border:1px solid black;
  289.  
  290. }
  291.  
  292. #boximage img {
  293. width:88px;
  294. height:136px;
  295. opacity:1;
  296. padding-top:0px;
  297. padding-bottom:10px;
  298. padding-right:0px;
  299. padding-left:0px;
  300.  
  301. }
  302.  
  303.  
  304. #small {
  305. position:fixed;
  306. overflow:hidden;
  307. width:310px;
  308. height:119px;
  309. margin-left:702px;
  310. margin-top:97px;
  311. margin-bottom:0px;
  312. border: 1px solid black;
  313. z-index:2;
  314.  
  315. }
  316.  
  317. #small img {
  318. width:310px;
  319. height:119px;
  320. opacity:1;
  321. padding-top:0px;
  322. padding-bottom:10px;
  323. padding-right:0px;
  324. padding-left:0px;
  325.  
  326. }
  327.  
  328.  
  329. #title2box {
  330. position:fixed;
  331. float:right;
  332. width:110%;
  333. height:230px;
  334. margin-left:0px;
  335. margin-top:-300px;
  336. background-color:{color:banner};
  337. border: 1px solid black;
  338. z-index:1;
  339. }
  340.  
  341. #pattern {
  342. position:fixed;
  343. float:right;
  344. width:110%;
  345. height:50px;
  346. margin-left:0px;
  347. margin-top:-75px;
  348. background-color:{color:navi};
  349. background-image: url('{image:backbar}');
  350. border: 1px solid black;
  351. z-index:1;
  352. }
  353.  
  354. #pagibox {
  355. position:fixed;
  356. float:right;
  357. width:301px;
  358. height:42px;
  359. margin-left:80px;
  360. margin-top:-92px;
  361. background-color:{color:navi};
  362. border: 1px solid black;
  363. }
  364.  
  365. #desc {
  366. position:fixed;
  367. width:400px;
  368. height:100px;
  369. margin-left:277px;
  370. margin-top:97px;
  371. padding:10px;
  372. z-index:2;
  373. box-shadow: 0px 0px 3px #333;
  374. background-color:{color:desc}}
  375.  
  376. #desctext {
  377. font-family:{font:cambria};
  378. overflow:scroll;
  379. font-size:10px;
  380. padding-right:3px;
  381. width:410px;
  382. height:115px;
  383. margin-top:-10px;
  384. margin-left:-3px;
  385. text-align:center;
  386. color:{color:text};
  387.  
  388. }
  389.  
  390.  
  391.  
  392. #sidebar2 {
  393. position:fixed;
  394. width:230px;
  395. height:200px;
  396. margin-left:868px;
  397. margin-top:286px;
  398. background-color:transparent;
  399. border: 0px solid {color:borders};
  400. }
  401.  
  402.  
  403. #sidebar3 {
  404. position:fixed;
  405. width:150px;
  406. height:800px;
  407. margin-left:48px;
  408. margin-top:466px;
  409. background-color:transparent;
  410. border: 0px solid {color:borders};
  411. }
  412.  
  413. #navi {
  414. position:fixed;
  415. width:auto;
  416. margin-top:3px;
  417. margin-left:131px;
  418.  
  419. }
  420.  
  421. #navi a {
  422. float:center;
  423. display:inline-block;
  424. width:90px;
  425. height:42px;
  426. padding:0px 0px;
  427. margin-bottom:2px;
  428. font-size:14px;
  429. font-family: arial;
  430. font-weight:bold;
  431. font-style:italic;
  432. line-height:42px;
  433. border:1px solid {color:borders};
  434. background-color:{color:navi};
  435. color:{color:sidelinks};
  436. text-shadow: 1px 1px 0px #000000;
  437. text-transform:;
  438. -webkit-transition: all 0.2s ease-in;
  439. -moz-transition: all 0.2s ease-in;
  440. transition: all 0.2s ease-in}
  441.  
  442. #navi a:hover {
  443. background-color:{color:navi2};
  444. box-shadow:1px 1px 1px #000000;}
  445. }
  446.  
  447.  
  448. .pagi {
  449. margin-left:10px;
  450. margin-top:00px;
  451. font-family:arial;
  452. text-align:center;
  453. }
  454.  
  455. .pagi a {
  456. margin-top:0px;
  457. font-size:12px;
  458. font-style:italic;
  459. }
  460.  
  461.  
  462. #entries {
  463. padding:10px;
  464. width:500px;
  465. margin-left:350px;
  466. margin-top:240px;
  467. font-size:10px;
  468. margin-bottom:50px;
  469. }
  470.  
  471. #postbox {
  472. padding:0px;
  473. width:530px;
  474. margin-bottom:20px;
  475. background-color:{color:backbar};
  476. background-image: url('{image:backbar}');
  477. border:1px solid #404040;
  478. box-shadow: 0px 0px 3px #919191;
  479. }
  480.  
  481. #postbox2 {
  482. padding:0px;
  483. width:490px;
  484. height:150px;
  485. margin-bottom:20px;
  486. background-color:{color:backbar};
  487. background-image: url('{image:backbar}');
  488. border:1px solid #404040;
  489. box-shadow: 0px 0px 3px #919191;
  490. }
  491.  
  492. #posts {
  493. width:500px;
  494. margin-left:-1px;
  495. padding-bottom:20px;
  496. padding:15px;
  497. margin-top:10px;
  498. background-color:{color:Post};
  499. border: 1px solid {color:borders};
  500. }
  501.  
  502.  
  503. #info {
  504. background-color:{color:backbar};
  505. width:530px;
  506. padding-bottom:5px;
  507. font-size:10px;
  508. margin-bottom:-15px;
  509. margin-left:-15px;
  510. font-style:bold;
  511. text-align:center;
  512. -moz-transition-duration:0.5s;
  513. -webkit-transition-duration:0.5s;
  514. -o-transition-duration:0.5s;
  515. }
  516.  
  517. #info a{
  518. margin-top:-20px;
  519. color:{color:info};
  520. }
  521.  
  522. #info a:hover{
  523. color:{color:sidelinks};
  524. }
  525.  
  526. .tags {
  527. font-family:arial;
  528. width:500px;
  529. line-height:100%;
  530. text-align:left;
  531. padding-top:7px;
  532. text-transform: lowercase;
  533. font-size:8px;
  534. -moz-transition-duration:0.5s;
  535. -webkit-transition-duration:0.5s;
  536. -o-transition-duration:0.5s;
  537. }
  538.  
  539. .tags a {
  540. font-style:italic;
  541. color:{color:info};
  542. margin-right:5px;
  543. line-height:120%;
  544. }
  545.  
  546. .tags a:hover {
  547. text-decoration:underline;
  548. color:{color:info};
  549. }
  550.  
  551. .notes {
  552. background-color:transparent;
  553. text-transform:normal;
  554. letter-spacing:0px;
  555. font-size:9px;
  556. margin-top:20px;
  557. font-style:normal;
  558. margin-left:350px;
  559. text-align:left;
  560. line-height:30px;
  561. border-bottom:1px solid #D8D8D8;
  562. }
  563.  
  564. .notes img{
  565. padding:0px;
  566. border:2px solid #eee;
  567. margin-bottom:-4px;
  568. -webkit-transition:all 0.5s ease-in-out;
  569. -moz-transition:all 0.5s ease-in-out;
  570. -o-transition:all 0.5s ease-in-out;
  571. -ms-transition:all 0.5s ease-in-out;
  572. transition:all 0.5s ease-in-out;
  573. }
  574.  
  575. .notes img:hover {opacity: 0.6;
  576. -webkit-transition:all 0.5s ease-in-out;
  577. -moz-transition:all 0.5s ease-in-out;
  578. -o-transition:all 0.5s ease-in-out;
  579. -ms-transition:all 0.5s ease-in-out;
  580. transition:all 0.5s ease-in-out;}
  581.  
  582.  
  583. .quote {
  584. font-size:11px;
  585. font-family:helvetica;
  586. font-style:normal;
  587. line-height:17px;
  588. margin-bottom:15px;
  589. text-transform:normal;
  590. text-align:left;
  591. font-weight:normal;
  592. font-style:none;
  593. color:{color:text};
  594. }
  595.  
  596. .quotesource {
  597. font-size:9px;
  598. text-align:right;
  599. font-style:none;
  600. text-transform:lowercase;
  601. font-family:helvetica;
  602. margin-bottom:5px;
  603. color:{color:text};
  604. }
  605.  
  606.  
  607. .audio {
  608. height:60px;
  609. margin-bottom:50px;
  610. }
  611.  
  612. .audio-album {
  613. position:absolute;
  614. width:100px;
  615. padding:3px;
  616. border:1px solid #E1E1E1;
  617. -webkit-transition: opacity 0.1s linear;
  618. opacity: 1;
  619. z-index:0;
  620. }
  621.  
  622. .audio-player {
  623. opacity:1;
  624. filter:alpha(opacity=90);
  625. width:25px;
  626. height:25px;
  627. overflow:hidden;
  628. position:absolute;
  629. border:30px;
  630. z-index:2;
  631. margin-left:43px;
  632. margin-top:43px;
  633. opacity:0;
  634. -webkit-transition: all 0.6s ease-out;
  635. -o-transition: all 0.6s ease-out;
  636. -webkit-transition: all 0.6s ease-out;
  637. -moz-transition: all 0.6s ease-out;
  638. }
  639.  
  640. .audio-info {
  641. margin-top:7px;
  642. position:relative;
  643. margin-left:120px;
  644. line-height:180%;
  645. padding:2px;
  646. z-index:0;
  647. }
  648.  
  649. .audio:hover .audio-player {
  650. opacity:.6;
  651. -webkit-transition: all 0.6s ease-out;
  652. -o-transition: all 0.6s ease-out;
  653. -webkit-transition: all 0.6s ease-out;
  654. -moz-transition: all 0.6s ease-out;
  655. }
  656.  
  657. .question{
  658. width:100%;
  659. height:40px;
  660. line-height:60px;
  661. text-align:right;
  662. font-size:12px;
  663. font-style:italic;
  664. font-weight:bold;
  665. margin-bottom:4px;
  666. border-bottom:2px solid {color:Borders};
  667. }
  668.  
  669. .question img{
  670. border: 3px;
  671. border-image:url('{image:askborder}') 2 2 round;
  672. margin-right:4px;
  673. }
  674.  
  675. .answer{
  676. margin-top:10px;
  677. width:490px;
  678. padding:5px;
  679. background:{color:posts};
  680. }
  681.  
  682. .user_1 .label {
  683. font-weight:bold;
  684. }
  685.  
  686. .user_2 .label {
  687. font-weight:bold;
  688. }
  689.  
  690. .user_1 {color:{color:text}; font-weight:normal; font-style:italic; background-color:{color:chat1}; margin-left:-40px;
  691. }
  692. .user_2 {color:{color:text}; font-weight:normal; font-style:italic; text-align:right; background-color:{color:chat2}; margin-left:75px;
  693. }
  694. .user_3 {color:{color:text}; font-weight:normal; font-style:italic; background-color:{color:chat1};}
  695. .user_4 {color:{color:text}; font-weight:normal; font-style:italic; text-align:right; background-color:{color:chat2};}
  696. .user_5 {color:{color:text}; font-weight:normal; font-style:italic; background-color:{color:chat1};}
  697. .user_6 {color:{color:text}; font-weight:normal; font-style:italic; text-align:right; background-color:{color:chat2};}
  698. .ul.chat {}
  699. .chat ol {}
  700. .chat li {
  701. list-style:none;
  702. border-radius: 0.2em;
  703. border: 1px solid rgba(0, 0, 0, 0.05);
  704. box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
  705. margin-bottom: 10px;
  706. padding:10px;
  707. width: 80%;
  708. }
  709.  
  710.  
  711. #maker{
  712. float:right;
  713. position:fixed;
  714. bottom:1px;
  715. right:10px;
  716. padding:3px;
  717. font-size:10px;
  718. text-align:center;
  719. line-height:20%;
  720. text-transform:uppercase;
  721. border: 0px solid {color:borders};
  722. }
  723.  
  724. #maker a{
  725. padding:3px;
  726. color:{color:links};
  727. }
  728.  
  729. {CustomCSS}</style></head><body>
  730.  
  731.  
  732.  
  733.  
  734. <div id="title2">{text:blogtitle}</div>
  735.  
  736.  
  737. </div></div>
  738.  
  739. <div id="title2box">
  740. <div id="desc">
  741. <div id="desctext">
  742. {block:description}{description}{/block:description}
  743.  
  744. </div>
  745. </div>
  746. <div id="small"><div id="smallimage"><img src="{image:sidebar}"></div></div>
  747.  
  748. </div>
  749. <div id="pattern">
  750. <center> <div id="navi">
  751. <a href="/" ><center>home</center></a>
  752. <a href="/ask" ><center>ask</center></a>
  753. {block:ifLink1}<a href="{text:link1url}"><center>{text:link1}</center></a>{/block:ifLink1}
  754. {block:ifLink2}<a href="{text:link2url}"><center>{text:link2}</center></a>{/block:ifLink2}
  755. {block:ifLink3}<a href="{text:link3url}"><center>{text:link3}</center></a>{/block:ifLink3}
  756. {block:ifLink4}<a href="{text:link4url}"><center>{text:link4}</center></a>{/block:ifLink4}
  757. {block:ifLink5}<a href="{text:link5url}"><center>{text:link5}</center></a>{/block:ifLink5}
  758. {block:ifLink6}<a href="{text:link6url}"><center>{text:link6}</center></a>{/block:ifLink6}
  759. {block:ifLink7}<a href="{text:link7url}"><center>{text:link7}</center></a>{/block:ifLink7}
  760. {block:ifLink8}<a href="{text:link8url}"><center>{text:link8}</center></a>{/block:ifLink8}
  761. {block:Pagination}
  762.  
  763.  
  764. {block:PreviousPage}
  765. <a href="{PreviousPage}"><center>back</center></a>
  766. {/block:PreviousPage}
  767.  
  768. {block:NextPage}
  769. <a href="{NextPage}"><center>forward</center></a>
  770. {/block:NextPage}
  771. {/block:Pagination}
  772. </div>
  773. </div></center>
  774.  
  775.  
  776. </div>
  777.  
  778. </div>
  779.  
  780.  
  781. </div>
  782.  
  783. </div>
  784. </div>
  785.  
  786.  
  787. <div id="entries">{block:Posts}<div id="postbox"><div id=posttitle>{block:Title}{Title}{/block:Title}</div><div id="posts">
  788.  
  789.  
  790. {block:Text}{Body}{/block:Text}
  791.  
  792.  
  793. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  794.  
  795.  
  796. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  797.  
  798.  
  799. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  800.  
  801.  
  802. {block:Quote}<div class="quote">" {Quote} "</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  803.  
  804.  
  805. {block:Audio}
  806. <div class="audio">
  807. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  808. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  809.  
  810.  
  811. <div class="audio-info">
  812. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  813. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  814. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  815. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  816. </div></div>
  817. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  818. {/block:Audio}
  819.  
  820.  
  821. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  822.  
  823.  
  824.  
  825. {block:Chat}<ul class="chat"> {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  826.  
  827.  
  828. {block:Answer}<div class="question"><img src="{AskerPortraitURL-64}"align="left"><big><big><big>{Asker}</big></big></big></div><center>{Question}&nbsp;</center><div class="answer">{Answer}</div>
  829. {/block:Answer}
  830.  
  831.  
  832.  
  833.  
  834. <div id="info"><hr color=black size=1 width=99.5%><i> posted <a href="{Permalink}">{Timeago} </a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a></i>
  835. {block:HasTags}<div id="tags"><big>{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></div></big>
  836. {/block:Posts}</div></div>
  837. {/block:Posts} </div>
  838. </div>
  839.  
  840.  
  841. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  842. </div></div>
  843.  
  844.  
  845. </body>
  846.  
  847. <div id="maker"><a href="http://claringbitchrps.tumblr.com"><img src="https://40.media.tumblr.com/f0ec577c294156391ff88a22e10b1f5a/tumblr_inline_nmyjhj135k1rj2zqt_540.png"></a></div></center>
  848.  
  849. </div>
  850. </div></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement