Advertisement
kkaylalala

roleplay theme swag

Nov 29th, 2013
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.84 KB | None | 0 0
  1. <!--- theme by kaeluhrps @ themesofrp have fun with it it's sort of basic bc i haven't been making themes in a while xoxo kisses --->
  2. <!DOCTYPE html>
  3. <head>
  4.  
  5. <!--random shit you need-->
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!--Default Variables are here, folks-->
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#cccccc"/>
  15. <meta name="color:link" content="#a7a7a7"/>
  16. <meta name="color:links hover" content="#a8a8a8"/>
  17. <meta name="color:title"content="#070707"/>
  18. <meta name="color:scrollbar" content="#d5d5d5" />
  19. <meta name="color:permalink" content="#eeeeee"/>
  20. <meta name="color:ask and chat" content="#eeeeee"/>
  21. <meta name="color:snow 1" content="#eeeeee"/>
  22. <meta name="color:snow 2" content="#eeeeee"/>
  23. <meta name="color:snow 3" content="#eeeeee"/>
  24. <meta name="color:snow 4" content="#eeeeee"/>
  25. <meta name="color:snow 5" content="#eeeeee"/>
  26. <meta name="color:posts" content="#eeeeee"/>
  27.  
  28. <meta name="image:side image" content=""/>
  29. <meta name="image:pngswag" content=""/>
  30. <meta name="image:png" content=""/>
  31. <meta name="image:link 1" content=""/>
  32. <meta name="image:link 2" content=""/>
  33. <meta name="image:link 3" content=""/>
  34.  
  35. <meta name="if:Show Tags" content="0">
  36. <meta name="if:Crosshair cursor" content="0">
  37.  
  38. <meta name="text:Link 1 URL" content="" />
  39. <meta name="text:Link 2 URL" content="" />
  40. <meta name="text:Link 3 URL" content="" />
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <!-- jquery -->
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. <!--CSS time baby. This is where you change font size, color, etc. Just be careful, my dears. -->
  55.  
  56. <style type="text/css">
  57.  
  58. #s-m-t-tooltip{
  59. font-size:9px;
  60. position:absolute;
  61. margin-top: 15px;
  62. letter-spacing:1px;
  63. z-index:9999;
  64. background:rgba(255,255,255,1);
  65. border-radius:2px;
  66. color:black;
  67. padding:2px 3px 2px 3px;
  68. -webkit-transition:all 0.3s;
  69. -moz-transition:all 0.3s;
  70. -ms-transition:all 0.3s;
  71. -o-transition:all 0.3s;
  72. transition:all 0.3s;
  73. }
  74.  
  75.  
  76. {block:IfCrosshairCursor}
  77. * {cursor:crosshair;}
  78. {/block:IfCrosshairCursor}
  79.  
  80. /*scrollbar*/
  81. ::-webkit-scrollbar{height: 5px;
  82. width: 3px;
  83. -webkit-border-radius: 0px;
  84. background-color:{color:background}}
  85. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  86. ::-webkit-scrollbar-track{background-color:{color:background};}
  87.  
  88.  
  89.  
  90.  
  91.  
  92. #credit {position:fixed;
  93. opacity:1;
  94. bottom:5px;
  95. right:10px;
  96. text-transform:uppercase;
  97. padding:5px 5px;
  98. font-size:12px;}
  99.  
  100.  
  101. /*main structure*/
  102. blockquote {
  103. padding:5px 0 5px 15px;
  104. border-left:2px solid {color:text};
  105. margin-left:30px;
  106. }
  107.  
  108.  
  109. body {
  110. background:{color:background};
  111. color:{color:text};
  112. font-family:sans-serif;
  113. font-size:11px;
  114. text-align:justify;
  115. margin:0;
  116. line-height:14px;}
  117.  
  118.  
  119. a {
  120. color:{color:link};
  121. text-decoration:none;
  122. -webkit-transition:all 0.3s;
  123. -moz-transition:all 0.3s;
  124. -ms-transition:all 0.3s;
  125. -o-transition:all 0.3s;
  126. transition:all 0.3s; }
  127.  
  128. a:hover {
  129. color:{color:links hover};
  130. -webkit-transition:all 0.3s;
  131. -moz-transition:all 0.3s;
  132. -ms-transition:all 0.3s;
  133. -o-transition:all 0.3s;
  134. transition:all 0.3s; }
  135.  
  136. img{
  137. opacity:1;
  138. border:none;
  139. text-decoration:none}
  140.  
  141.  
  142. b, strong {
  143. color:{color:title}}
  144. i, em {
  145. color:{color:text}}
  146. p {
  147. margin-top:5px;
  148. margin-bottom:5px}
  149. ol {
  150. list-style:normal;}
  151. ul {
  152. list-style:square;}
  153.  
  154. small {
  155. font-size:8px;}
  156.  
  157. big {
  158. font-size:12px;}
  159.  
  160.  
  161.  
  162.  
  163. #title {font-size:14px;
  164. line-height:18px;
  165. font-weight:bold;
  166. color:{color:title};}
  167. #title a {color:{color:title};
  168. }
  169.  
  170.  
  171.  
  172.  
  173. /*header*/
  174. #headers {
  175. position:fixed;
  176. text-align:left;
  177. top:50px;
  178. opacity:1;
  179. margin-left:-570px;
  180. -webkit-transform: rotate(320deg);
  181. -moz-transform: rotate(320deg);
  182. -o-transform: rotate(320deg);
  183. }
  184.  
  185.  
  186.  
  187.  
  188. #standardlinks {
  189. font-size:9px;
  190. margin-top:3px;
  191. text-align:right;
  192. text-transform:lowercase;
  193. font-weight:normal;
  194. }
  195.  
  196.  
  197. #standardlinks a {
  198. padding:0 2px;
  199. }
  200. #standardlinks a:hover {font-style:italic;
  201. text-decoration:none;}
  202.  
  203.  
  204. #s img {width:90px;
  205. height:90px;
  206. -webkit-transition:all 0.3s;
  207. -moz-transition:all 0.3s;
  208. -ms-transition:all 0.3s;
  209. -o-transition:all 0.3s;
  210. transition:all 0.3s;
  211. }
  212.  
  213. #s img:hover {-webkit-filter: grayscale(0.6);
  214. -webkit-transition:all 0.3s;
  215. -moz-transition:all 0.3s;
  216. -ms-transition:all 0.3s;
  217. -o-transition:all 0.3s;
  218. transition:all 0.3s; }
  219.  
  220. #blogt {font-size:14px;
  221. font-weight:bold;
  222. text-align:right;
  223. color:{color:title};}
  224.  
  225. #description {
  226. font-size:9px;
  227. line-height:14px;
  228. border-top:1px solid {color:text};
  229. padding-top:2px;
  230. text-align:right;
  231. }
  232.  
  233.  
  234. /*pagination*/
  235. #pagination {
  236. float:left;
  237. margin-top:-2px;
  238. color:{color:blog title};
  239. }
  240. #pagination a {color:{color:blog title};
  241. font-size:10px;
  242. line-height:14px;
  243. }
  244.  
  245. /*container*/
  246. #con {
  247. left:50%;
  248. margin-left:-220px;
  249. position:absolute;
  250. }
  251.  
  252. #hover {
  253. position: fixed;
  254. margin-top: 320px;
  255. margin-left: 95px;
  256. }
  257.  
  258.  
  259.  
  260. /*posts*/
  261.  
  262. #entries {
  263. margin-top:85px;
  264. width:400px;
  265. background:{color:posts};
  266. padding: 15px;
  267. }
  268.  
  269.  
  270.  
  271. #posts {
  272. width:400px;
  273. {block:IndexPage}
  274. margin-bottom:10px;
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. margin-bottom:50px;
  278. {/block:PermalinkPage}
  279. }
  280. #posts img {
  281. max-width:400px;
  282. }
  283.  
  284.  
  285.  
  286.  
  287. #titlequote{
  288. font-size:14px;
  289. line-height:18px;
  290. letter-spacing:-1px;
  291. font-weight:bold;
  292. text-align:left;
  293. color:{color:title};
  294. }
  295.  
  296.  
  297. #source {text-align:right;
  298. padding-top:5px;
  299. font-size:9px}
  300.  
  301. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  302. .caption img{max-width:100%;}
  303. .caption {width:100%;
  304. text-transform:none;
  305. margin-top:5px;
  306. }
  307.  
  308.  
  309.  
  310.  
  311.  
  312. #pngswag {
  313. position:fixed;
  314. margin-top: 110px;
  315. margin-left: 220px;
  316. }
  317.  
  318.  
  319.  
  320. /*audio*/
  321.  
  322. .player {
  323. width:25px;
  324. height:25px;
  325. overflow:hidden;
  326. margin-left:15px;
  327. padding-top:15px;
  328. z-index:2;}
  329.  
  330. .audioinfo {
  331. text-align:right;
  332. z-index:2;
  333. position:absolute;
  334. color:white;
  335. padding-top:17px;
  336. letter-spacing:1px;
  337. width:280px;
  338. margin-left:100px;
  339. }
  340.  
  341.  
  342. .playerback {height:60px;
  343. width:100%;
  344. background-color:black;
  345. }
  346.  
  347.  
  348.  
  349.  
  350.  
  351. /*asks*/
  352. #question {}
  353. .as {
  354. font-weight:none;
  355. margin-right:5px;
  356. letter-spacing:1px;
  357. text-transform:uppercase;
  358. font-size:8px;}
  359. .as a {color:{color:text};}
  360. .q {
  361. background:{color:ask and chat};
  362. padding:5px;
  363. text-align:justify;
  364. }
  365. .a {color:{color:text};
  366. padding:10px 20px;
  367. text-align:justify;}
  368.  
  369.  
  370.  
  371. .chat ol {
  372. padding:0;
  373. line-height:180%;
  374. list-style:none;
  375. }
  376.  
  377. .line.odd {
  378. background-color:{color:ask and chat};
  379. border-radius:2px;
  380. padding:5px;
  381. }
  382.  
  383. .line.even {
  384. background-color:{color:background};
  385. padding:5px;
  386. }
  387.  
  388. .label {font-weight:bold;
  389. padding-right:1px;
  390. letter-spacing:1px;
  391. text-transform:uppercase;
  392. color:{color:title};
  393. }
  394.  
  395.  
  396.  
  397.  
  398.  
  399. /*permalink and notes*/
  400.  
  401.  
  402. #permalink {
  403. margin-bottom:15px;
  404. color:{color:permalink};
  405. font-size:7px;
  406. text-align:right;
  407. letter-spacing:1px;
  408. text-transform:uppercase;
  409. border-top:1px solid {color:permalink}
  410. }
  411. #permalink a {color:{color:permalink};
  412. }
  413.  
  414. .d {background:{color:posts};
  415. padding-left:5px;
  416. margin-top:-7px;
  417. right:0px;
  418. position:absolute;}
  419.  
  420. .tags {{block:ifNotShowTags}
  421. {block:IndexPage}
  422. display:none;
  423. {/block:IndexPage}
  424. {/block:ifNotShowTags}
  425. margin-top:10px;
  426. word-break:break-all;
  427. font-size:9px;
  428.  
  429.  
  430. }
  431. .tags a{
  432. letter-spacing:1px;
  433. padding:0 5px;
  434. color:{color:permalink};
  435. text-transform:none;}
  436.  
  437.  
  438. .pagenotes {
  439. {block:IndexPage}
  440. display: none!important;
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. width:400px;
  444. {/block:PermalinkPage}
  445. text-align:left;
  446. height:250px;
  447. overflow-x:hidden;
  448. overflow-y:auto;
  449.  
  450. }
  451. .pagenotes img {
  452. display:none!important;}
  453. .pagenotes li {
  454. list-style-type:none;
  455. padding:5px 0px;
  456. text-align:left;
  457. margin:0 0 0 -40px;
  458. font-size:8px;
  459. text-transform:uppercase;
  460. border-bottom:1px solid #eee;
  461. }
  462. .t {
  463. font-size:11px;
  464. letter-spacing:1px;
  465. color:{color:title};
  466. text-transform:uppercase;}
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. {CustomCSS}
  479.  
  480.  
  481. </style>
  482.  
  483.  
  484. <style type="text/css">
  485.  
  486. #bloc
  487. {position:fixed;
  488. top:50px;
  489. left:100px;}
  490.  
  491. .transition
  492. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  493.  
  494. #picture
  495. {width:250px;}
  496.  
  497. #picture:hover
  498. {width:340px;}
  499.  
  500. #left
  501. {float:left;
  502. overflow:hidden;
  503. width:125px;}
  504.  
  505. #right
  506. {overflow:hidden;
  507. width:125px;}
  508.  
  509. #about
  510. {float:left;
  511. width:0px;
  512. height:0px;
  513. opacity:0;}
  514.  
  515.  
  516. #picture:hover #about
  517. {width:125px;
  518. padding:20px 10px 20px 10px;
  519. opacity:1;}
  520.  
  521. #picture:hover #left
  522. {margin-left:-65px;}
  523.  
  524. #png {
  525. position: fixed;
  526. margin-top: -100px;
  527. margin-left: -20px;
  528. width: 150px;
  529. }
  530.  
  531. #links {
  532. position: fixed;
  533. margin-top: 100px;
  534. margin-left: 1080px;
  535. }
  536.  
  537.  
  538. </style>
  539.  
  540.  
  541.  
  542.  
  543. <body>
  544.  
  545.  
  546. <div id="links">
  547. <a href="{text:link 1 URL}"><img src="{image:link 1}"></a><br>
  548. <a href="{text:link 2 URL}"><img src="{image:link 2}"></a><br>
  549. <a href="{text:link 3 URL}"><img src="{image:link 3}"></a>
  550. </div>
  551.  
  552. <div id="bloc">
  553. <div id="picture" class="transition">
  554. <div id="left" class="transition">
  555. <img width="250px" src="{image:side image}">
  556. </div>
  557. <div id="about" class="transition">{description}</div>
  558. <div id="right" class="transition">
  559. <img width="250px" style="margin-left:-125px;" src="{image:side image}">
  560. </div>
  561. </div>
  562. </div>
  563.  
  564. </body>
  565.  
  566. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  567.  
  568. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  569.  
  570. <script>
  571.  
  572. (function($){
  573.  
  574. $(document).ready(function(){
  575.  
  576. $("a[title]").style_my_tooltips({
  577.  
  578. tip_follows_cursor:true,
  579.  
  580. tip_delay_time:30,
  581.  
  582. tip_fade_speed:300,
  583.  
  584. attribute:"title"
  585.  
  586. });
  587.  
  588. });
  589.  
  590. })(jQuery);
  591.  
  592. </script>
  593.  
  594.  
  595.  
  596. </head>
  597.  
  598. <body>
  599.  
  600. <script type="text/javascript">
  601. /* SNOWFLAKES BY NAEIVE */
  602.  
  603. // Set the colors for the snow. Add/remove as many colors as you like //
  604. var snowcolor=new Array("{color:snow 1}","{color:snow 2}","{color:snow 3}","{color:snow 4}","{color:snow 5}")
  605.  
  606. var snowmax=40
  607. var snowtype=new Array("Times")
  608. var snowletter="*"
  609. var sinkspeed=0.3
  610. var snowmaxsize=40
  611. var snowminsize=8
  612. var snowingzone=1
  613.  
  614. // Do not edit below this line //
  615. var snow=new Array()
  616. var marginbottom
  617. var marginright
  618. var timer
  619. var i_snow=0
  620. var x_mv=new Array();
  621. var crds=new Array();
  622. var lftrght=new Array();
  623. var browserinfos=navigator.userAgent
  624. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  625. var ns6=document.getElementById&&!document.all
  626. var opera=browserinfos.match(/Opera/)
  627. var browserok=ie5||ns6||opera
  628.  
  629. function randommaker(range) {
  630. rand=Math.floor(range*Math.random())
  631. return rand
  632. }
  633.  
  634. function initsnow() {
  635. if (ie5 || opera) {
  636. marginbottom = document.body.scrollHeight
  637. marginright = document.body.clientWidth-15
  638. }
  639. else if (ns6) {
  640. marginbottom = document.body.scrollHeight
  641. marginright = window.innerWidth-15
  642. }
  643. var snowsizerange=snowmaxsize-snowminsize
  644. for (i=0;i<=snowmax;i++) {
  645. crds[i] = 0;
  646. lftrght[i] = Math.random()*15;
  647. x_mv[i] = 0.03 + Math.random()/10;
  648. snow[i]=document.getElementById("s"+i)
  649. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  650. snow[i].size=randommaker(snowsizerange)+snowminsize
  651. snow[i].style.fontSize=snow[i].size+'px';
  652. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  653. snow[i].style.zIndex=1000
  654. snow[i].sink=sinkspeed*snow[i].size/5
  655. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  656. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  657. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  658. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  659. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  660. snow[i].style.left=snow[i].posx+'px';
  661. snow[i].style.top=snow[i].posy+'px';
  662. }
  663. movesnow()
  664. }
  665.  
  666. function movesnow() {
  667. for (i=0;i<=snowmax;i++) {
  668. crds[i] += x_mv[i];
  669. snow[i].posy+=snow[i].sink
  670. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  671. snow[i].style.top=snow[i].posy+'px';
  672.  
  673. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  674. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  675. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  676. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  677. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  678. snow[i].posy=0
  679. }
  680. }
  681. var timer=setTimeout("movesnow()",50)
  682. }
  683.  
  684. for (i=0;i<=snowmax;i++) {
  685. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  686. }
  687. if (browserok) {
  688. window.onload=initsnow
  689. }
  690.  
  691. </script>
  692.  
  693. <div id="hover"><img src="http://media.tumblr.com/ab50e273f029567e0fa28b2ffee9fbb7/tumblr_inline_mx28izCtJa1ri9vj4.png"></div>
  694.  
  695. <div id="pngswag"><img src="{image:pngswag}"><div id="png"><img src="{image:png}"></div></div>
  696. <div id="con">
  697.  
  698. <div id="headers">
  699.  
  700. <div id="blogt">
  701. <div id="pagination">
  702. {block:Pagination}
  703. {block:PreviousPage}<a href="{PreviousPage}">&minus;</a> {/block:PreviousPage}
  704. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  705. {/block:Pagination}
  706. </div>
  707.  
  708. </div>
  709.  
  710. </div>
  711.  
  712.  
  713.  
  714.  
  715. <div id="entries">
  716.  
  717. {block:Posts}
  718. <div id="posts">
  719. {block:Date}
  720. <div id="permalink">
  721. <span class="d">
  722. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} <span style="font-family:arial">♥</span> <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</span>
  723. {block:PermalinkPage}
  724. {block:ContentSource}
  725. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  726. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  727. {/block:SourceLogo}
  728. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  729. {/block:ContentSource}
  730. {block:RebloggedFrom}<span style="float:left"><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}</span>{/block:RebloggedFrom}
  731. {/block:PermalinkPage}</span>
  732. </div>
  733. {/block:Date}
  734.  
  735.  
  736. {block:Quote}
  737.  
  738.  
  739. <div id="titlequote">“ {Quote} ”</div>
  740. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  741. {/block:Quote}
  742.  
  743.  
  744.  
  745. {block:Text}
  746.  
  747. {block:Title}
  748. <div id="title">{Title}</div>{/block:Title}
  749. {Body}
  750.  
  751.  
  752. {/block:Text}
  753.  
  754. {block:Link}
  755.  
  756. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  757.  
  758. {/block:Link}
  759.  
  760. {block:Chat}
  761. {block:Title}
  762. <h1>{Title}</h1>
  763. {/block:Title}
  764. <div class="chat">
  765. <ol>{block:Lines}
  766. <li class="line {Alt}">
  767. {block:Label}
  768. <span class="label">
  769. {Label}</span>
  770. {/block:Label}{Line}</li>
  771. {/block:Lines}
  772. </ol></div>
  773. {/block:Chat}
  774.  
  775. {block:Photo}
  776. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  777. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  778.  
  779.  
  780. {/block:Photo}
  781.  
  782. {block:Photoset}
  783.  
  784. <center>{Photoset-400}</center>
  785. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  786.  
  787.  
  788.  
  789. {/block:Photoset}
  790.  
  791. {block:Video}
  792.  
  793.  
  794.  
  795. {Video-400}
  796. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  797. {/block:Video}
  798.  
  799.  
  800.  
  801. {block:Audio}
  802.  
  803. <div class="audioinfo">
  804. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  805. </div>
  806. <div class="playerback">
  807. <div class="player">{AudioPlayerBlack}</div>
  808. </div>
  809. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  810.  
  811.  
  812. {/block:Audio}
  813.  
  814. {block:Answer}
  815. <div id="question">
  816. <div class="q"><span class="as">{Asker} said:</span>
  817. {Question}</div>
  818. <div class="a">{Answer}</div>
  819. </div>
  820.  
  821. {/block:Answer}
  822.  
  823.  
  824.  
  825. {block:Date}
  826.  
  827.  
  828. {block:Date}
  829. {block:HasTags}<div class="tags"><span style="font-size:10px;">+</span>{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  830. {/block:Date}
  831.  
  832.  
  833.  
  834. </div>
  835.  
  836.  
  837.  
  838.  
  839.  
  840. {block:PermalinkPage}
  841. {/block:PermalinkPage}
  842. <div class="pagenotes">
  843. {block:NoteCount}<div class="t">Notes</div>{/block:NoteCount}
  844. {PostNotes}
  845. </ol>
  846.  
  847.  
  848. </div>
  849. {/block:PostNotes}
  850. {/block:Posts}
  851.  
  852.  
  853.  
  854.  
  855.  
  856. </div>
  857. <div id="credit" data="credit"> <a href="http://kaeluhrps.tumblr.com">ツ</a>
  858.  
  859.  
  860. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement