spirkism

Theme #11: Steve McGarrett

Aug 23rd, 2014
1,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.65 KB | None | 0 0
  1. <!--
  2. THEME: STEVE MCGARRETT
  3. by Phil (spirkism/spirkthemes)
  4.  
  5. Rules:
  6. - please do not steal/redistribute, I spent quite a bit of time coding this
  7. - also don't remove the credit please, that would make me very sad :(
  8. - don't use as a base code, there are plenty of those out there + don't take snippets
  9. - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
  10. - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
  11. And now: enjoy! :)
  12. -->
  13.  
  14.  
  15.  
  16. <!DOCTYPE html>
  17.  
  18. <head>
  19.  
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  26.  
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light|Megrim|Fredericka+the+Great|Josefin+Sans:400,600|Limelight|Open+Sans+Condensed:300|Julius+Sans+One|Lobster|Audiowide|Special+Elite|Amatic+SC|Pacifico|Iceland' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <meta name="color:background" content="#fff" />
  32. <meta name="color:text" content="#2E2E2E" />
  33. <meta name="color:links" content="#016485" />
  34. <meta name="color:linkshover" content="#029BCE" />
  35. <meta name="color:sidebarright" content="#353535" />
  36. <meta name="color:sidebarleft" content="#ffffff" />
  37. <meta name="color:sidebarlefthover" content="#DDDDDD" />
  38. <meta name="color:subtitle" content="#fff" />
  39. <meta name="color:desc" content="#fff" />
  40. <meta name="color:desclink" content="#DCF7FF" />
  41. <meta name="color:desclinkhover" content="#82E1FF" />
  42. <meta name="color:sblinkbg" content="#3DCDDC" />
  43. <meta name="color:sblinktext" content="#434343" />
  44. <meta name="color:sblinkbghover" content="#008290" />
  45. <meta name="color:sblinktexthover" content="#ffffff" />
  46. <meta name="color:posts" content="#C8C8C8" />
  47. <meta name="color:border" content="#C2C2C2" />
  48. <meta name="color:postinside" content="#ffffff" />
  49. <meta name="color:title" content="#06ABBE" />
  50. <meta name="color:titlehover" content="#01C4DA" />
  51. <meta name="color:caption" content="#E6E6E6" />
  52.  
  53. <meta name="image:background" content="" />
  54. <meta name="image:sbimg01" content="" />
  55. <meta name="image:sbimg02" content="" />
  56. <meta name="image:sbimg03" content="" />
  57.  
  58. <meta name="text:link1url" content="/" />
  59. <meta name="text:link1text" content="link" />
  60. <meta name="text:link2url" content="/" />
  61. <meta name="text:link2text" content="link" />
  62. <meta name="text:link3url" content="/" />
  63. <meta name="text:link3text" content="link" />
  64. <meta name="text:link4url" content="/" />
  65. <meta name="text:link4text" content="link" />
  66. <meta name="text:link5url" content="/" />
  67. <meta name="text:link5text" content="link" />
  68. <meta name="text:link6url" content="/" />
  69. <meta name="text:link6text" content="link" />
  70. <meta name="text:link7url" content="/" />
  71. <meta name="text:link7text" content="link" />
  72. <meta name="text:link8url" content="/" />
  73. <meta name="text:link8text" content="link" />
  74. <meta name="text:subtitle" content="" />
  75.  
  76. <meta name="select:Font" content="fredericka" title="Fredericka the Great">
  77. <meta name="select:Font" content="limelight" title="Limelight">
  78. <meta name="select:Font" content="shadowsintolight" title="Shadows Into Light">
  79. <meta name="select:Font" content="lobster" title="Lobster">
  80. <meta name="select:Font" content="pacifico" title="Pacifico">
  81. <meta name="select:Font" content="audiowide" title="Audiowide">
  82. <meta name="select:Font" content="specialelite" title="Special Elite">
  83. <meta name="select:Font" content="amaticsc" title="Amatic SC">
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color: {color:title};
  91. border-left: 2px solid {color:background};
  92. border-right: 2px solid {color:background};
  93. height:auto;
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:auto;
  98. width:11px;
  99. background-color:{color:title};
  100. border-left: 5px solid {color:background};
  101. border-right: 5px solid {color:background};
  102. }
  103.  
  104. iframe#tumblr_controls {
  105. position:fixed;-webkit-filter:invert(100%);opacity:0.5;
  106. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  107. -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
  108.  
  109.  
  110. div#qTip {
  111. margin-left: 5px;
  112. margin-top: -5px;
  113. text-transform: lowercase;
  114. font-size: 10px;
  115. font-family: 'Iceland', sans-serif;
  116. line-height: 12px;
  117. display: none;
  118. text-align: center;
  119. position: absolute;
  120. z-index: 99999999999999999999999999999999999999999999999;
  121. background-color: {color:background};
  122. padding: 2px 3px;
  123. color: {color:text};
  124. max-width: 200px;
  125. height: auto;
  126. border: 1.5px solid {color:title};
  127. -webkit-transition: all 0.1s ease-out;
  128. -moz-transition: all 0.1s ease-out;
  129. -o-transition: all 0.1s ease-out;
  130. }
  131.  
  132.  
  133. body {
  134. background: url({image:background});
  135. background-attachment: fixed;
  136. background-repeat: no-repeat;
  137. background-position: 400px center;
  138. background-size: 100% auto;
  139. background-color: {color:background};
  140. margin: 0 auto;
  141. font-family: 'Calibri', sans-serif;
  142. word-wrap:break-word;
  143. }
  144.  
  145. a:link, a:active, a:visited {
  146. text-decoration: none;
  147. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  148. -o-transition: 0.5s ease;
  149. -moz-transition: 0.5s ease;
  150. color:{color:links};
  151. }
  152.  
  153. a:hover {
  154. color:{color:linkshover};
  155. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  156. -o-transition: 0.5s ease;
  157. -moz-transition: 0.5s ease;
  158. }
  159.  
  160.  
  161. :focus, :active {
  162. outline: 0;
  163. }
  164.  
  165.  
  166.  
  167. /* SIDEBAR */
  168.  
  169. #sidebar {
  170. position: fixed;
  171. top: 0;
  172. left: 0;
  173. }
  174.  
  175. #sidebar1 {
  176. position: fixed;
  177. top: 0;
  178. left: 0;
  179. height: 100%;
  180. width: 200px;
  181. z-index: 100;
  182. background: url('{image:sbimg01}');
  183. background-attachment: fixed;
  184. background-repeat: no-repeat;
  185. background-position: left;
  186. background-size: auto 100%;
  187. background-color: {color:sidebarleft};
  188. }
  189.  
  190.  
  191.  
  192.  
  193. #sidebar2 {
  194. position: fixed;
  195. height: 100%;
  196. width: 200px;
  197. top: 0;
  198. left: 200px;
  199. background-color: {color:sidebarright};
  200. z-index: 300;
  201. }
  202.  
  203. #sidebar3 {
  204. position: fixed;
  205. z-index: 200;
  206. width: 200px;
  207. height: 100%;
  208. top: 0;
  209. left: 200px;
  210. background-color: {color:sidebarlefthover};
  211. opacity: 0.95;
  212. -webkit-transition: 1.5s ease;transition: 1.5s ease;
  213. -o-transition: 1.5s ease;
  214. -moz-transition: 1.5s ease;
  215. }
  216.  
  217. #sidebar:hover #sidebar3 {
  218. left: 0;
  219. -webkit-transition: 1.5s ease;transition: 1.5s ease;
  220. -o-transition: 1.5s ease;
  221. -moz-transition: 1.5s ease;
  222. }
  223.  
  224. #sbimg2 {
  225. position: relative;
  226. width: 100px;
  227. height: 100px;
  228. border-radius: 100px;
  229. margin-top: 40px;
  230. left: 30px;
  231. border: 20px solid {color:border};
  232. }
  233.  
  234. #sbimg2 img {
  235. width: 100px;
  236. height: 100px;
  237. border-radius: 100px;
  238. }
  239.  
  240. #subtitle {
  241. margin-top: 30px;
  242. position: relative;
  243. left: 20px;
  244. color: {color:subtitle};
  245. width: 160px;
  246. text-align: center;
  247. font-family: 'Shadows Into Light', sans-serif;
  248. }
  249.  
  250. #desc {
  251. margin-top: 20px;
  252. position: relative;
  253. left: 15px;
  254. width: 150px;
  255. padding: 10px;
  256. height: auto;
  257. color: {color:desc};
  258. font-size: 13px;
  259. font-family: 'Josefin Sans', sans-serif;
  260. line-height: 18px;
  261. }
  262.  
  263. #desc a {
  264. color: {color:desclink};
  265. }
  266.  
  267.  
  268. #desc a:hover {
  269. color: {color:desclinkhover};
  270. }
  271.  
  272. #prevpage {
  273. position: absolute;
  274. bottom: 15px;
  275. left: 10px;
  276. font-size: 11px;
  277. font-family: 'Josefin Sans', sans-serif;
  278. }
  279.  
  280. #prevpage a {
  281. color: {color:desclink};
  282. }
  283.  
  284.  
  285. #prevpage a:hover {
  286. color: {color:desclinkhover};
  287. }
  288.  
  289. #nextpage {
  290. position: absolute;
  291. bottom: 15px;
  292. right: 10px;
  293. font-size: 11px;
  294. font-family: 'Josefin Sans', sans-serif;
  295. }
  296.  
  297. #nextpage a {
  298. color: {color:desclink};
  299. }
  300.  
  301. #nextpage a:hover {
  302. color: {color:desclinkhover};
  303. }
  304.  
  305.  
  306. #title {
  307. position: relative;
  308. font-size: 18px;
  309. text-align: center;
  310. top: 30px;
  311. left: 10px;
  312. width: 180px;
  313. }
  314.  
  315. #title a {
  316. color: {color:title};
  317. }
  318.  
  319. #title:hover a {
  320. color: {color:titlehover};
  321. }
  322.  
  323. #sbimg3 {
  324. position: relative;
  325. width: 100px;
  326. height: 100px;
  327. border-radius: 100px;
  328. margin-top: 50px;
  329. left: 30px;
  330. border: 20px solid {color:border};
  331. }
  332.  
  333. #sbimg3 img {
  334. width: 100px;
  335. height: 100px;
  336. border-radius: 100px;
  337. }
  338.  
  339. #sblinks {
  340. position: relative;
  341. margin-top: 30px;
  342. left: 20px;
  343. }
  344.  
  345. .sblink {
  346. width: 150px;
  347. background-color: {color:sblinkbg};
  348. color: {color:sblinktext};
  349. padding: 3px 5px;
  350. margin-bottom: 2px;
  351. font-size: 12px;
  352. font-family: 'Julius Sans One', sans-serif;
  353. text-align: center;
  354. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  355. -o-transition: 0.5s ease;
  356. -moz-transition: 0.5s ease;
  357. }
  358.  
  359. .sblink:hover {
  360. background-color: {color:sblinkbghover};
  361. color: {color:sblinktexthover};
  362. letter-spacing: 0.3em;
  363. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  364. -o-transition: 0.5s ease;
  365. -moz-transition: 0.5s ease;
  366. }
  367.  
  368. .limelight {
  369. font-family: 'Limelight', sans-serif;
  370. }
  371.  
  372. .fredericka {
  373. font-family: 'Fredericka the Great', sans-serif;
  374. }
  375.  
  376. .shadowsintolight {
  377. font-family: 'Shadows Into Light', sans-serif;
  378. }
  379.  
  380. .lobster {
  381. font-family: 'Lobster', sans-serif;
  382. }
  383.  
  384. .pacifico {
  385. font-family: 'Pacifico', sans-serif;
  386. }
  387.  
  388. .audiowide {
  389. font-family: 'Audiowide', sans-serif;
  390. }
  391.  
  392.  
  393. .specialelite {
  394. font-family: 'Special Elite', sans-serif;
  395. }
  396.  
  397. .amaticsc {
  398. font-family: 'Amatic SC', sans-serif;
  399. }
  400.  
  401. /*CONTENT THINGS */
  402.  
  403. #content {
  404. width: 560px;
  405. background-color: none;
  406. padding: 20px 0;
  407. color: {color:text};
  408. overflow: hidden;
  409. margin-left: 535px;
  410. margin-top: 20px;
  411. position: relative;
  412. }
  413.  
  414. #content a {
  415. color: {color:link color};
  416. text-decoration: none;
  417. }
  418.  
  419. #content a:hover {
  420. color: {color:link hover color};
  421. }
  422.  
  423. #content blockquote {
  424. border-left: solid 2px #505050;
  425. margin: 0;
  426. padding-left: 10px;
  427. }
  428.  
  429. img {
  430. border: 0;
  431. max-width: 100%;
  432. }
  433.  
  434.  
  435. #content #posts {
  436. background-color: {color:posts};
  437. width: 500px;
  438. height: auto;
  439. margin: 0 0 80px 0;
  440. padding: 10px 10px 10px 10px;
  441. font-size: 14px;
  442. position: relative;
  443. }
  444.  
  445.  
  446. #content #posts .title {
  447. font-size: 16px;
  448. }
  449.  
  450. #content #posts .text {
  451. font-size: 12px;
  452. }
  453.  
  454.  
  455. /* PERMALINK STUFF */
  456.  
  457. #permalink {
  458. font-size: 9px;
  459. margin-top: 2px;
  460. }
  461.  
  462. #posts:hover #tags {
  463. opacity: 1;
  464. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  465. -o-transition: 0.7s ease;
  466. -moz-transition: 0.7s ease;
  467. }
  468.  
  469. #tags {
  470. font-size:9px;
  471. width: 500px;
  472. text-align: center;
  473. margin-top: 15px;
  474. opacity:0;
  475. position: absolute;
  476. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  477. -o-transition: 0.7s ease;
  478. -moz-transition: 0.7s ease;
  479. }
  480.  
  481. #tags .comma:last-child {
  482. display: none;
  483. }
  484.  
  485.  
  486. #reblogged {
  487. position: relative;
  488. font-size: 9px;
  489. overflow: hidden;
  490. }
  491.  
  492.  
  493. /* PERMALINK PAGE THINGS */
  494.  
  495. #content #notecontainer {
  496. margin-left: 30px;
  497. margin-top: -10px;
  498. width: 460px;
  499. font-size: 11px;
  500. }
  501.  
  502.  
  503. #content #notecontainer ol.notes {
  504. list-style-type: none;
  505. margin: 1px 1px 1px 1px;
  506. padding: 1px;
  507. line-height: 16px;
  508. }
  509.  
  510. #content #notecontainer img.avatar {
  511. width: 16px;
  512. height: 16px;
  513. margin: 1px 5px 1px 1px;
  514. padding: 1px;
  515. }
  516.  
  517. #content #posts #tagsbox {
  518.  
  519. padding: 1px 4px 3px 4px;
  520. margin-top: 5px;
  521. background-color: {color:postinside};
  522. text-align: center;
  523. }
  524.  
  525. /* POST STUFF */
  526.  
  527. .linkpost {
  528. background-color: #ececec;
  529. padding: 5px;
  530. }
  531.  
  532.  
  533. .linktitle {
  534. margin-bottom: 3px;
  535. font-size: 15px;
  536. background-color: {color:postinside};
  537. padding: 10px;
  538. text-align: center;
  539. }
  540.  
  541. .linktitle:hover {
  542. background-color: {color:caption};
  543. }
  544.  
  545.  
  546.  
  547. .askericon {
  548. width: auto;
  549. margin-left:228px;
  550. margin-top: -20px;
  551. overflow: visible;
  552. border-radius: 100px;
  553.  
  554. }
  555.  
  556. .askericon img {
  557. border-radius: 100px;
  558. border: 1px solid {color:border};
  559. }
  560.  
  561.  
  562.  
  563. .askicon img {
  564. z-index: 9;
  565. height: 40px;
  566. width: 40px;
  567. position: relative;
  568. }
  569.  
  570.  
  571.  
  572. .askicon img{
  573. z-index: 9;
  574. width: 40px;
  575. -webkit-transition:all 0.6s ease-out;
  576. -moz-transition:all 0.6s ease-out;
  577. -ms-transition:all 0.6s ease-out;
  578. -o-transition:all 0.6s ease-out;
  579. transition:all 0.6s ease-out;
  580. }
  581.  
  582. .askicon img:hover {
  583. -webkit-transform:rotate(360deg);
  584. -moz-transform:rotate(360deg);
  585. -ms-transform:rotate(360deg);
  586. -o-transform:rotate(360deg);
  587. transform:rotate(360deg);
  588. }
  589.  
  590.  
  591.  
  592. .question {
  593. overflow: hidden;
  594. width: 480px;
  595. height: auto;
  596. margin-top: -14px;
  597. padding: 2px 10px 5px 10px;
  598. color: {color:text color};
  599. background-color: {color:postinside};
  600. font-size: 14px;
  601. text-decoration: italic;
  602. z-index:-9;
  603. text-align: center;
  604. font-family: 'Josefin Sans';
  605. }
  606.  
  607. .asker {
  608. font-size: 13px;
  609. color: {color:link};
  610. text-align: center;
  611. margin-top: 10px;
  612. margin-bottom: 3px;
  613. }
  614.  
  615. .answer {
  616. font-size: 12px;
  617. padding: 5px 10px 0 10px;
  618. width: 480px;
  619. margin-top:-12px;
  620. overflow: hidden;
  621. background-color: {color:postinside};
  622. text-align: center;
  623. }
  624.  
  625. .textpost {
  626. font-size: 12px;
  627. margin-top: -12px;
  628. }
  629.  
  630. .posttitle {
  631. margin-bottom: 3px;
  632. font-size: 15px;
  633. background-color: {color:postinside};
  634. padding: 10px;
  635. text-align: center;
  636. }
  637.  
  638. .caption {
  639. font-size: 12px;
  640. background-color: {color:caption};
  641. padding: 5px;
  642. }
  643.  
  644. .quote {
  645. font-size: 15px;
  646. }
  647.  
  648. .audiopost {
  649. padding: 0 10px;
  650. width: 477px;
  651. font-size: 10px;
  652. margin-top: -20px;
  653. }
  654.  
  655. .audio {
  656. border: 1px solid {color:border};
  657. text-align: center;
  658. padding: 5px 10px;
  659. width: 478px;
  660. font-size: 15px;
  661. margin-bottom: 7px;
  662. }
  663.  
  664. .chattitle {
  665. font-size: 16px;
  666. }
  667.  
  668.  
  669. /* PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT */
  670.  
  671. #credit {
  672. bottom: 8px;
  673. right: 8px;
  674. border: 1px solid #BABABA;
  675. font-size: 10px;
  676. color: #5A5A5A;
  677. height: 12px;
  678. width: 12px;
  679. line-height: 12px;
  680. position: fixed;
  681. text-align: center;
  682. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  683. -o-transition: 0.5s ease;
  684. -moz-transition: 0.5s ease;
  685. }
  686.  
  687. #credit:hover {
  688. background-color: #2E2E2E;
  689. color: #fff;
  690. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  691. -o-transition: 0.5s ease;
  692. -moz-transition: 0.5s ease;
  693. }
  694.  
  695.  
  696. </style>
  697.  
  698.  
  699. </head>
  700.  
  701.  
  702. <body>
  703.  
  704.  
  705. <div id="sidebar">
  706.  
  707. <div id="sidebar1">
  708. <!--<div id="sidebar1img"><img src="{image:sbimg01}"></div>-->
  709. </div>
  710.  
  711. <div id="sidebar2">
  712. <div id="sbimg2"><img src="{image:sbimg02}"></div>
  713. <div id="subtitle">{text:subtitle}</div>
  714. <div id="desc">{Description}</div>
  715.  
  716.  
  717.  
  718. {block:Pagination}
  719. {block:PreviousPage}
  720. <div id="prevpage"><a href="{PreviousPage}">retreat</a></div>
  721. {/block:PreviousPage}
  722. {block:NextPage}
  723. <div id="nextpage"><a href="{NextPage}">forward</a></div>
  724. {/block:NextPage}
  725. {/block:Pagination}
  726.  
  727. </div>
  728.  
  729. <div id="sidebar3">
  730. <div class="{select:Font}" id="title"><a href="/">{Title}</a></div>
  731. <div id="sbimg3"><img src="{image:sbimg03}"></div>
  732. <div id="sblinks">
  733. <a href="{text:link1url}"><div class="sblink">{text:link1text}</div></a>
  734. <a href="{text:link2url}"><div class="sblink">{text:link2text}</div></a>
  735. <a href="{text:link3url}"><div class="sblink">{text:link3text}</div></a>
  736. <a href="{text:link4url}"><div class="sblink">{text:link4text}</div></a>
  737. <a href="{text:link5url}"><div class="sblink">{text:link5text}</div></a>
  738. <a href="{text:link6url}"><div class="sblink">{text:link6text}</div></a>
  739. <a href="{text:link7url}"><div class="sblink">{text:link7text}</div></a>
  740. <a href="{text:link8url}"><div class="sblink">{text:link8text}</div></a>
  741. </div>
  742.  
  743. </div>
  744.  
  745. </div>
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754. <!-- boring post stuff - you don't really need to edit there I'd say -->
  755. <div id="content">
  756. {block:Posts}
  757.  
  758.  
  759. <div id="posts">
  760.  
  761. {block:ContentSource}
  762. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  763. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  764. {/block:SourceLogo}
  765. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  766. {/block:ContentSource}
  767.  
  768. {block:Photo}
  769. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  770. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  771. {/block:Photo}
  772.  
  773. {block:Photoset}
  774. {Photoset-500}
  775. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  776. {/block:Photoset}
  777.  
  778. {block:Video}
  779. {Video-500}
  780. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  781. {/block:Video}
  782.  
  783. {block:Audio}
  784. <div class="audio {select:Font}">
  785. {block:TrackName}
  786. {TrackName}
  787. {/block:TrackName}
  788. {block:Artist}
  789. &middot;&middot;&middot;
  790. {Artist}
  791. {/block:Artist}
  792. </div>
  793. {AudioPlayerWhite}
  794. {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
  795. {/block:Audio}
  796.  
  797. {block:Quote}
  798. <div class="quote {select:Font}">“{Quote}”</div>
  799. {block:Source}<div class="text">~ {Source}</div>{/block:Source}
  800. {/block:Quote}
  801.  
  802. {block:Text}
  803. {block:Title}<div class="{select:Font}" id="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
  804. {/block:Text}
  805.  
  806. {block:Answer}
  807. <div class="askericon"><div class="askicon"><img src="{AskerPortraitURL-64}" /></div></div>
  808. <div class="question"><div class="asker {select:Font}">{Asker}:</div>{Question}</div><br />
  809. <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
  810. {block:Reblog}<div class="caption">{Replies}</div>{/block:Reblog}
  811. {/block:Answer}
  812.  
  813. {block:Chat}
  814. {block:Title}<div class="chattitle {select:Font}">{Title}</div>{/block:Title}
  815. {block:Lines}
  816. {block:Label}<strong>{Label}</strong>{/block:Label} <em>{Line}</em><br />
  817. {/block:Lines}
  818. {/block:Chat}
  819.  
  820. {block:Link}
  821. <div class="linkpost">
  822. <a href="{URL}" ><div class="{select:Font} linktitle">{Name}</div></a>
  823. {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
  824. {/block:Link}
  825.  
  826.  
  827.  
  828. <div id="tagsbox">
  829. <div id="permalink">
  830. <a href="{Permalink}">
  831. {block:Date}{lang:Posted TimeAgo}{/block:Date}
  832. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  833. {block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;-&nbsp;
  834. originally: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  835. {/block:RebloggedFrom}
  836. &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;&nbsp;
  837. <a href="{ReblogURL}" target="_blank">reblog</a>
  838.  
  839. </div>
  840.  
  841. </div>
  842. {block:HasTags}<div id="tags">
  843. {block:Tags}
  844. <a href="{TagURL}">{Tag}</a><span class="comma"> &nbsp;&middot;&nbsp; </span>
  845. {/block:Tags}
  846. </div>
  847. {/block:HasTags}
  848.  
  849. </div> <!-- posts div -->
  850.  
  851.  
  852.  
  853.  
  854. {block:PostNotes}
  855. <div id="notecontainer">{PostNotes}</div>
  856. {/block:PostNotes}
  857.  
  858. {/block:Posts}
  859. </div> <!-- content div-->
  860.  
  861.  
  862. <!-- credit, please do not remove! -->
  863. <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
  864.  
  865. </body>
  866.  
  867.  
  868. </html>
Advertisement
Add Comment
Please, Sign In to add comment