spirkism

Theme #10: Hidden

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