Advertisement
rasperries

ts tk 2

Jan 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.69 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. [ T H E M E B Y ]
  8.  
  9. ○ ● ○
  10.  
  11. [ T O M K I R K ]
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -->
  18. <html>
  19. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml">
  21. <head>
  22. <!--Default Variables-->
  23. <!--Colors-->
  24. <meta name="color:Ask Background" content="#000000"/>
  25. <meta name="color:Ask Text" content="#ffffff"/>
  26. <meta name="color:Navi" content="#000000"/>
  27. <meta name="color:Navi Text" content="#ffffff"/>
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:Link" content="#000000"/>
  31. <meta name="color:Link Hover" content="#000000"/>
  32. <meta name="color:Link Border" content="#F347FC"/>
  33. <meta name="color:Accent" content="#F347FC"/>
  34. <meta name="color:Accent Text" content="#ffffff"/>
  35. <meta name="color:Tool Tip" content="#ffffff"/>
  36. <meta name="color:Tool Tip Text" content="#000000"/>
  37.  
  38. <!--Images-->
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <!--Options-->
  43. <meta name="if:Tiny Cursor" content="1"/>
  44. <meta name="if:Infinite Scrolling" content=""/>
  45. <meta name="if:Captions" content=""/>
  46. <meta name="if:Faded Images" content=""/>
  47. <meta name="if:Inverted Images" content=""/>
  48. <meta name="if:Lazy Load" content=""/>
  49. <meta name="if:Full Bkg Img" content="1" />
  50. <meta name="if:Animation" content="1"/>
  51.  
  52. <!--Links-->
  53. <meta name="text:Link 1 URL" content="/"/>
  54. <meta name="text:Link 1 name" content=""/>
  55. <meta name="text:Link 2 URL" content="/"/>
  56. <meta name="text:Link 2 name" content=""/>
  57. <meta name="text:Link 3 URL" content="/"/>
  58. <meta name="text:Link 3 name" content=""/>
  59. <meta name="text:Link 4 URL" content="/"/>
  60. <meta name="text:Link 4 name" content=""/>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  64. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  65.  
  66. {block:Description}
  67. <meta name="description" content="{MetaDescription}" />{/block:Description}
  68. <title>
  69. {block:PostSummary}
  70. {PostSummary} - {/block:PostSummary}{Title}</title>
  71. </style>
  72.  
  73.  
  74. <script type="text/javascript">
  75. if(location.href == 'http://matthelders.tumblr.com/') location.replace('http://matthelders.tumblr.com/tagged/a');;
  76. </script>
  77.  
  78. <style type="text/css">
  79.  
  80. {block:ifInvertedImages}img{
  81. opacity: 1;
  82. filter:alpha(opacity=10);
  83. -moz-opacity: 0.1;
  84. -moz-transition: all .9s ease;
  85. -o-transition: all .9s ease;
  86. transition: all .9s ease;
  87. -webkit-transition: all .9s ease;}
  88. {/block:ifInvertedImages}
  89.  
  90.  
  91. {block:ifInvertedImages} img:hover{
  92. opacity: .8;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifInvertedImages}
  100.  
  101. {block:ifFadedImages}img{
  102. opacity: .8;
  103. filter:alpha(opacity=10);
  104. -moz-opacity: 0.1;
  105. -moz-transition: all .9s ease;
  106. -o-transition: all .9s ease;
  107. transition: all .9s ease;
  108. -webkit-transition: all .9s ease;}
  109. {/block:ifFadedImages}
  110.  
  111.  
  112. {block:ifFadedImages} img:hover{
  113. opacity: 1;
  114. filter:alpha(opacity=100);
  115. -moz-opacity: 1;
  116. -moz-transition: all .9s ease;
  117. -o-transition: all .9s ease;
  118. transition: all .9s ease;
  119. -webkit-transition: all .9s ease;}
  120. {/block:ifFadedImages}
  121.  
  122. {block:ifInvertedImages}.photo {
  123. opacity: 1;
  124. filter:alpha(opacity=10);
  125. -moz-opacity: 0.1;
  126. -moz-transition: all .9s ease;
  127. -o-transition: all .9s ease;
  128. transition: all .9s ease;
  129. -webkit-transition: all .9s ease;}
  130. {/block:ifInvertedImages}
  131.  
  132.  
  133. {block:ifInvertedImages}.photo:hover{
  134. opacity: .8;
  135. filter:alpha(opacity=100);
  136. -moz-opacity: 1;
  137. -moz-transition: all .9s ease;
  138. -o-transition: all .9s ease;
  139. transition: all .9s ease;
  140. -webkit-transition: all .9s ease;}
  141. {/block:ifInvertedImages}
  142.  
  143. {block:ifFadedImages}.photo {
  144. opacity: .8;
  145. filter:alpha(opacity=10);
  146. -moz-opacity: 0.1;
  147. -moz-transition: all .9s ease;
  148. -o-transition: all .9s ease;
  149. transition: all .9s ease;
  150. -webkit-transition: all .9s ease;}
  151. {/block:ifFadedImages}
  152.  
  153.  
  154. {block:ifFadedImages}.photo:hover{
  155. opacity: 1;
  156. filter:alpha(opacity=100);
  157. -moz-opacity: 1;
  158. -moz-transition: all .9s ease;
  159. -o-transition: all .9s ease;
  160. transition: all .9s ease;
  161. -webkit-transition: all .9s ease;}
  162. {/block:ifFadedImages}
  163.  
  164. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  165.  
  166. iframe#tumblr_controls:hover{opacity:1;}
  167.  
  168. html, body, a, a:link {
  169. {block:ifTinyCursor}
  170. cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nb3e1jKNMm1rh7826.png),auto;
  171. {/block:IfTinyCursor}
  172. }
  173.  
  174.  
  175. body{
  176. background:{color:Background};
  177. background-image:url('{image:Background}');
  178. background-attachment:fixed;
  179. background-repeat:repeat;
  180. background-position:center;
  181. font-family:helvetica;
  182. font-size:9px;
  183. font-weight:lighter;
  184. letter-spacing:0.03em;
  185. text-align:justify;
  186. line-height:125%;
  187. color:{color:Text};
  188. {block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}
  189. }
  190.  
  191. small, sub {
  192. font-family:helvetica;
  193. font-size:9px;
  194. font-weight:lighter;
  195. line-height:125%;
  196. letter-spacing:0.03em;
  197. vertical-align:baseline;
  198. }
  199.  
  200.  
  201. a:link, a:active, a:visited{color:{color:Link};border-bottom:1px solid {color:Link Border};text-decoration:none; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  202.  
  203. a:hover{border-bottom:1px solid transparent;text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nb3e1oTcM51rh7826.png),auto;{/block:IfTinyCursor}}
  204.  
  205. #s-m-t-tooltip {
  206. max-width:300px;
  207. margin:-20px 20px 20px 20px;
  208. background-color:{color:Tool Tip};
  209. color:{color:Tool Tip Text};
  210. padding:3px 5px 3px 5px;
  211. font-size:11px;
  212. line-height:11px;
  213. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  214. -webkit-transition: all 0.2s ease-out;
  215. -moz-transition: all 0.2s ease-out;
  216. transition: all 0.2s ease-out;
  217. z-index:999999999999999999999999999999999999;
  218. }
  219.  
  220. #container {
  221. margin:auto;
  222. padding:25px 0 0 0;
  223. {block:IndexPage}width:250px;{/block:IndexPage}
  224. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  225. }
  226.  
  227. #content{
  228. {block:IndexPage}width:250px;{/block:IndexPage}
  229. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  230. }
  231.  
  232. #entry {
  233. margin:0 0 90px 0px;
  234. {block:IndexPage}width:250px;{/block:IndexPage}
  235. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  236. {block:ifAnimation}
  237. -webkit-animation:ent 5s;
  238. animation:ent 5s;
  239. {/block:ifAnimation}
  240. z-index:1;
  241. }
  242.  
  243. @-webkit-keyframes ent {
  244. 0% {opacity:0;}
  245. 25% {opacity:1;}
  246. }
  247.  
  248. #entry img{max-width:100%;}
  249.  
  250. #entry #pic{
  251. overflow:hidden;
  252. position:relative;
  253. }
  254.  
  255. #entry #pic img{
  256. max-width:100%;
  257. -webkit-transition: all 0.5s ease-out;
  258. -moz-transition: all 0.5s ease-out;
  259. transition: all 0.5s ease-out;
  260. }
  261.  
  262. #entry:hover #pic img{
  263. -webkit-transform: scale(1.10);
  264. -moz-transform: scale(1.10);
  265. -o-transform: scale(1.10);
  266. transform: scale(1.10);
  267. }
  268.  
  269. #pic #permalinkpic{
  270. position:absolute;
  271. width:100%;
  272. height:100%;
  273. background:{color:Accent};
  274. z-index:9999;
  275. opacity:0;
  276. -webkit-transition: all 0.5s ease-out;
  277. -moz-transition: all 0.5s ease-out;
  278. transition: all 0.5s ease-out;
  279. }
  280.  
  281. #entry:hover #permalinkpic{
  282. opacity:.6;
  283. }
  284.  
  285. #entry .tg{
  286. position:absolute;
  287. text-align:left;
  288. width:150px;
  289. padding:15px 0 6px 20px;
  290. overflow:hidden;
  291. opacity:0;
  292. line-height:20px;
  293. z-index:99999999;
  294. -webkit-transition: all 0.5s ease-out;
  295. -moz-transition: all 0.5s ease-out;
  296. transition: all 0.5s ease-out;
  297. }
  298.  
  299. .tg a{border-bottom:1px solid transparent;color:{color:Accent Text};padding:0 0 2px 0;}
  300. .tg a:hover{border-bottom:1px solid {color:Accent Text};}
  301.  
  302. #entry:hover .tg{
  303. opacity:1;
  304. }
  305.  
  306. #entry .nt a{
  307. position:absolute;
  308. font-family:helvetica;
  309. font-weight:bold;
  310. color:{color:Accent Text};
  311. font-size:35px;
  312. line-height:100%;
  313. bottom:0;
  314. right:0;
  315. border-bottom:0px;
  316. opacity:0;
  317. z-index:99999999;
  318. -webkit-transition: all 0.5s ease-out;
  319. -moz-transition: all 0.5s ease-out;
  320. transition: all 0.5s ease-out;
  321. }
  322.  
  323. #entry:hover .nt a{
  324. opacity:1;
  325. }
  326.  
  327. #entry #ps{
  328. -webkit-transition: all 0.5s ease-out;
  329. -moz-transition: all 0.5s ease-out;
  330. transition: all 0.5s ease-out;
  331. }
  332.  
  333. #entry:hover #ps{
  334. -webkit-transform: scale(1.10);
  335. -moz-transform: scale(1.10);
  336. -o-transform: scale(1.10);
  337. transform: scale(1.10);
  338. }
  339.  
  340. #ask {
  341. padding:10px;
  342. background:{color:Ask Background};
  343. color:{color:Ask Text};
  344. }
  345.  
  346. .asktri1{
  347. margin:-6px 0 0 30px;
  348. color:{color:Ask Background};
  349. font-size:65px;
  350. font-family:arial;
  351. }
  352.  
  353. .askername{
  354. position:Absolute;
  355. margin:-32px 0 0 39px;
  356. }
  357.  
  358. .askername a{
  359. color:{color:Ask Text};
  360. border-bottom:2px solid {color:Asker Text};
  361. }
  362.  
  363. .askerimg{
  364. margin-bottom:8px;
  365. }
  366.  
  367. .askerimg img{
  368. width:30px;
  369. border-radius:30px;
  370. -webkit-border-radius:30px;
  371. -moz-border-radius:30px;
  372. }
  373.  
  374. #answer{
  375. margin:10px 15px 20px 15px;
  376. }
  377.  
  378.  
  379. h1{
  380. font-size:13px;
  381. line-height:135%;
  382. margin:0 0 -5px 0;
  383. font-family:helvetica;
  384. font-weight:lighter;
  385. }
  386.  
  387. h2{
  388. margin:0 0 5px 0;
  389. font-size:9px;
  390. line-height:125%;
  391. text-align:justify;
  392. letter-spacing:0.03em;
  393. font-family:helvetica;
  394. font-weight:lighter;
  395. }
  396.  
  397. .bt{
  398. margin:0 0 10px 0;
  399. font-size:20px;
  400. line-height:18px;
  401. text-transform:lowercase;
  402. letter-spacing:0.03em;
  403. font-weight:lighter;
  404. font-family:helvetica;
  405. border-bottom:1px solid transparent;
  406. }
  407.  
  408. .bt a{
  409. font-size:20px;
  410. line-height:18px;
  411. text-transform:lowercase;
  412. letter-spacing:0.03em;
  413. font-weight:lighter;
  414. font-family:helvetica;
  415. border-bottom:1px solid transparent;
  416. }
  417.  
  418. blockquote{
  419. padding-left:13px;
  420. margin:0 0 0 0px;
  421. border-left:1px solid #ddd;
  422. }
  423.  
  424. p {
  425. margin:10px 0 10px 0;
  426. }
  427.  
  428. .ol, ul {
  429. margin-left:30px;
  430. padding:5px;
  431. }
  432.  
  433. .ul {
  434. list-style-type:square;
  435. }
  436.  
  437. .chat .line{
  438. padding: 2px;
  439. }
  440.  
  441. .chat .line .odd{
  442. padding:2px;
  443. color:{color:Ask Text};
  444. background:{color:Ask Background};
  445. }
  446.  
  447. .label {
  448. font-weight:bold;
  449. }
  450.  
  451. .audioart img{
  452. {block:IndexPage}width:250px;{/block:IndexPage}
  453. {block:PermalinkPage}width:250px;{/block:PermalinkPage}
  454. }
  455.  
  456. .audioplayer{
  457. padding:5px;
  458. background:black;
  459. opacity:1;
  460. }
  461.  
  462. .audioinfo{
  463. border-top:1px solid rgba(255,255,255,1);
  464. padding:5px;
  465. background:black;
  466. color:white;
  467. opacity:1;
  468. }
  469.  
  470. #entry #permalinktxt{
  471. margin:10px 0 0 0;
  472. opacity:1;
  473. font-size:9px;
  474. font-weight:;
  475. line-height:180%;
  476. }
  477.  
  478. #entry:hover #permalink{
  479. opacity:1;
  480. }
  481.  
  482. #entry #permalinkpg{
  483. margin:10px 0 0 0;
  484. line-height:20px;
  485. }
  486.  
  487. .com:last-child{display:none;}
  488.  
  489. .notes img{
  490. width:10px;
  491. position:left;
  492. margin:3px 5px 0 0;
  493. -webkit-border-radius:10px;
  494. -moz-border-radius:10px;
  495. border-radius:10px;
  496. border-bottom:1px solid transparent;
  497. }
  498.  
  499. .notes img a{
  500. border-bottom:1px solid transparent;
  501. }
  502.  
  503. .notes {
  504. line-height:30px;
  505. }
  506.  
  507. #side{
  508. position:fixed;
  509. width:150px;
  510. top:100px;
  511. left:265;
  512.  
  513. z-index:99;
  514. {block:ifAnimation}
  515. -webkit-animation:si 5s;
  516. animation:so 5s;
  517. {/block:ifAnimation}
  518. z-index:1;
  519. }
  520.  
  521. @-webkit-keyframes si {
  522. 0% {opacity:0;bottom:-300px;}
  523. 25% {opacity:1;bottom:0;}
  524. }
  525.  
  526. #sit{
  527. position:fixed;
  528. margin:68px 0 0 395px;
  529. {block:ifAnimation}
  530. -webkit-animation:tg 5s;
  531. animation:tg 5s;
  532. {/block:ifAnimation}
  533. z-index:1;
  534. }
  535.  
  536. @-webkit-keyframes tg {
  537. 0% {opacity:0;margin:-100px 0 0 30px;}
  538. 25% {opacity:1;margin:20px 0 0 30px;}
  539. }
  540.  
  541. #toggle{
  542. width:20px;
  543. height:20px;
  544. cursor:help;
  545. }
  546.  
  547. #toggle div{
  548. width:100%;
  549. height:2px;
  550. background:{color:Navi};
  551. margin:4px auto;
  552. -webkit-border-radius:4px;
  553. -moz-border-radius:4px;
  554. border-radius:4px;
  555. -webkit-transition: all 0.2s linear;
  556. -moz-transition: all 0.2s linear;
  557. transition: all 0.2s linear;
  558. }
  559.  
  560. #toggle.on .one{
  561. transform:rotate(45deg) translate(2px, 2px);
  562. }
  563.  
  564. #toggle.on .two{
  565. opacity:0;
  566. }
  567.  
  568. #toggle.on .three{
  569. transform:rotate(-45deg) translate(6px, -6px);
  570. }
  571.  
  572. #n{
  573. width:200px;
  574. z-index:999999999999999999999999999;
  575. }
  576.  
  577. #n a{
  578. display:block;
  579. background:{color:Navi};
  580. color:{color:Navi Text};
  581. padding:2px 6px 2px 6px;
  582. margin:0 0 3px 0;
  583. border:1px solid {color:Navi};
  584. }
  585.  
  586. #n a:hover{
  587. background:transparent;
  588. color:{color:Navi};
  589. }
  590.  
  591. #m_1{
  592. position:absolute;
  593. display:none;
  594. margin:0 0 0 0;
  595. z-index:999999999999999999999999999;
  596. }
  597.  
  598. #m_2{
  599. position:absolute;
  600. display:none;
  601. margin:28px 0 0 0;
  602. z-index:999999999999999999999999999;
  603. }
  604.  
  605. #m_3{
  606. position:absolute;
  607. display:none;
  608. margin:56px 0 0 0;
  609. z-index:999999999999999999999999999;
  610. }
  611.  
  612. #m_4{
  613. position:absolute;
  614. display:none;
  615. margin:84px 0 0 0;
  616. z-index:999999999999999999999999999;
  617. }
  618.  
  619.  
  620. #pgs{
  621. margin:20px 0 60px 0;
  622. text-align:center;
  623. font-size:8px;
  624. letter-spacing:2px;
  625. }
  626.  
  627. #pgs a{
  628. text-align:center;
  629. font-size:7px;
  630. font-weight:lighter;
  631. letter-spacing:3px;
  632. margin:0 5px 0 5px;
  633. border-bottom:0px solid {color:Link Border};
  634. text-decoration:none;
  635. }
  636.  
  637. #links {
  638. margin-top:10px;
  639. margin-left:0px;
  640. line-height:16px;
  641. text-align:right;
  642. font-size:7px;
  643. }
  644.  
  645. #links a {
  646. margin-right:0px;
  647. display:inline-block;
  648. margin-bottom:7px;
  649. text-transform:uppercase;
  650. letter-spacing:1px;
  651. width:150px;
  652. font-weight:;
  653. border-bottom:px solid #f0f0f0;
  654. }
  655.  
  656. #links a:hover {
  657. text-decoration:none;
  658. color:{color:link hover};
  659. }
  660.  
  661. #sidebarim {
  662. margin-bottom:10px;
  663. margin-left:px;
  664. }
  665.  
  666. #sidebarim img {
  667. -webkit-filter:grayscale(0%);
  668. width:100px;
  669. height:automatic;
  670. border:3px solid #f8f8f8;
  671. }
  672.  
  673. #hours{
  674. position:fixed;
  675. width:107px;
  676. margin:0 0 0 -180px;
  677. z-index:999;
  678. }
  679.  
  680. #hours a{
  681. /*
  682. color:{color:Accent Text};
  683. */
  684. }
  685.  
  686. .preface{
  687. margin:5px 0 0 0;
  688. line-height:20px;
  689. }
  690.  
  691. .preface a{
  692. color:{color:Text};
  693. padding:0 0 2px 0;
  694. border-bottom:0px solid {color:Text};
  695. }
  696.  
  697. .preface a:hover{
  698. {block:ifNotRainbowLinks}
  699. border-bottom:1px solid {color:Text};
  700. {/block:ifNotRainbowLinks}
  701. }
  702.  
  703.  
  704. #description {
  705. margin-left:0px;
  706. text-align:left;
  707. }
  708.  
  709. {CustomCSS}
  710. </style>
  711.  
  712. <link rel="shortcut icon" href="{Favicon}">
  713. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  714. {block:ifLazyLoad}
  715. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  716. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  717. <script type="text/javascript" charset="utf-8">
  718. var $j = jQuery.noConflict();
  719. $j(function() {
  720. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  721. $j("img").lazyload({
  722. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  723. effect: "fadeIn",
  724. });
  725. });
  726. </script>
  727. {/block:ifLazyLoad}
  728.  
  729. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  730. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  731. <script>
  732. (function($){
  733. $(document).ready(function(){
  734. $("a[title]").style_my_tooltips({
  735. tip_follows_cursor:true,
  736. tip_delay_time:90,
  737. tip_fade_speed:100,
  738. attribute:"title"
  739. });
  740. });
  741. })(jQuery);
  742. </script>
  743.  
  744. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt"></script>
  745.  
  746.  
  747. <body>
  748.  
  749. <br><br><br><br><br><br>
  750. <div id="container">
  751. <div id="hours">
  752. <div style="margin:0 0 0 0;">
  753. <div id="sidebarim"><a href="/"><img src="{image:sidebar}"></a></div>
  754. <div id="description">trish, twenty one <br>(she/her)<br><br>you made flowers grow in my lungs and although they are beautiful, i can't fucking breathe </div></div>
  755.  
  756. <div class="preface">
  757. {block:ifLink1name}
  758. <a href="{text:Link 1 URL}"><i class="fa fa-file-image-o"></i> .{text:Link 1 name}</a><br>
  759. {/block:ifLink1name}
  760. {block:ifLink2name}
  761. <a href="{text:Link 2 URL}"><i class="fa fa-comments"></i> .{text:Link 2 name}</a><br>
  762. {/block:ifLink2name}
  763. {block:ifLink3name}
  764. <a href="{text:Link 3 URL}"><i class="fa fa-exclamation-circle"></i> .{text:Link 3 name}</a><br>
  765. {/block:ifLink3name}
  766. {block:ifLink4name}
  767. <a href="{text:Link 4 URL}"><i class="fa fa-star-o"></i> .{text:Link 4 name}</a><br>
  768. {/block:ifLink4name}
  769. </div>
  770. </div>
  771.  
  772. <div id="content">
  773.  
  774. {block:Posts}
  775. <div id="entry">
  776.  
  777. {block:Answer}
  778. <div id="ask">
  779. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  780. <span class="askername"> {Asker} asked:</span>
  781. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  782. </div>
  783. <div class="asktri1">▾</div>
  784. <div id="answer">{Answer}</div>
  785. {block:IndexPage}
  786. <div id="permalinktxt">
  787. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  788. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  789. {block:HasTags}
  790. <br>
  791. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  792. {/block:Tags}
  793. {/block:HasTags}
  794. </div>
  795. {/block:IndexPage}
  796. {/block:Answer}
  797.  
  798. {block:Text}
  799. {block:Title}
  800. <h1>{Title}</h1>
  801. {/block:Title}
  802. {Body}
  803. {block:IndexPage}
  804. <div id="permalinktxt">
  805. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  806. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  807. {block:HasTags}
  808. <br>
  809. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  810. {/block:Tags}
  811. {/block:HasTags}
  812. </div>
  813. {/block:IndexPage}
  814. {/block:Text}
  815.  
  816. {block:Link}
  817. <h1><a href="{URL}">{Name} »</a></h1>
  818. {block:Description}{Description}{/block:Description}
  819. {block:IndexPage}
  820. <div id="permalinktxt">
  821. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  822. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  823. {block:HasTags}
  824. <br>
  825. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  826. {/block:Tags}
  827. {/block:HasTags}
  828. </div>
  829. {/block:IndexPage}
  830. {/block:Link}
  831.  
  832. {block:Photo}
  833. <div id="pic">
  834. {block:IndexPage}
  835. <div id="permalinkpic"></div>
  836. <div class="tg">
  837. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  838. </div>
  839. <div class="nt"><a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a></div>
  840. {/block:IndexPage}
  841. <center>
  842. <a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"></a>
  843. </center>
  844. </div>
  845. {block:ifCaptions}
  846. {block:Caption}{Caption}{/block:Caption}
  847. {/block:ifCaptions}
  848. {block:ifNotCaptions}
  849. {block:PermalinkPage}
  850. {block:Caption}{Caption}{/block:Caption}
  851. {/block:PermalinkPage}
  852. {/block:ifNotCaptions}
  853. {block:ContentSource}
  854. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  855. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  856. {/block:SourceLogo}
  857. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  858. {/block:ContentSource}
  859. {block:ReblogParentURL}
  860. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  861. {/block:ReblogParentURL}
  862. {/block:Photo}
  863.  
  864. {block:Photoset}
  865. <div class="photo">
  866. <center>
  867. <div id="pic">
  868. {block:IndexPage}
  869. <div id="permalinkpic"></div>
  870. <div class="tg">
  871. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  872. </div>
  873. <div class="nt"><a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a></div>
  874. {/block:IndexPage}
  875. {block:IndexPage}<div id="ps">{Photoset-250}</div>{/block:IndexPage}
  876. {block:PermalinkPage}<div id="ps">{Photoset-250}</div>{/block:PermalinkPage}
  877. </div>
  878. </center>
  879. </div>
  880. {block:ifCaptions}
  881. {block:Caption}{Caption}{/block:Caption}
  882. {/block:ifCaptions}
  883. {block:ifNotCaptions}
  884. {block:PermalinkPage}
  885. {block:Caption}{Caption}{/block:Caption}
  886. {/block:PermalinkPage}
  887. {/block:ifNotCaptions}
  888. {/block:Photoset}
  889.  
  890. {block:Quote}
  891. <h2>{Quote}</h2>
  892. {block:Source}
  893. <i> - {Source}</i>
  894. {/block:Source}
  895. {block:IndexPage}
  896. <div id="permalinktxt">
  897. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  898. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  899. {block:HasTags}
  900. <br>
  901. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  902. {/block:Tags}
  903. {/block:HasTags}
  904. </div>
  905. {/block:IndexPage}
  906. {/block:Quote}
  907.  
  908. {block:Chat}
  909. {block:Title}
  910. <h1>{Title}</h1>
  911. {/block:Title}
  912. <div class="chat">
  913. {block:Lines}
  914. <div class="chat">
  915. <div class="line {Alt}">
  916. <div class="{Alt} user_{UserNumber}">
  917. {block:Label}
  918. <b>{Label} </b>
  919. {/block:Label}
  920. {Line}
  921. </div>
  922. </div>
  923. </div>
  924. {/block:Lines}
  925. </div>
  926. {block:IndexPage}
  927. <div id="permalinktxt">
  928. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  929. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  930. {block:HasTags}
  931. <br>
  932. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  933. {/block:Tags}
  934. {/block:HasTags}
  935. </div>
  936. {/block:IndexPage}
  937. {/block:Chat}
  938.  
  939. {block:Audio}
  940. {block:AudioPlayer}
  941. <div class="audioplayer">
  942. {AudioPlayerBlack}
  943. </div>
  944. {/block:AudioPlayer}
  945. {block:TrackName}
  946. <div class="audioinfo">
  947. Song : {TrackName}
  948. </div>
  949. {/block:TrackName}
  950. {block:Artist}
  951. <div class="audioinfo">
  952. Artist : {Artist}
  953. </div>
  954. {/block:Artist}
  955. {block:Album}
  956. <div class="audioinfo">
  957. Album : {Album}
  958. </div>
  959. {/block:Album}
  960. {block:Caption}{Caption}{/block:Caption}
  961. {block:IndexPage}
  962. <div id="permalinktxt">
  963. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  964. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  965. {block:HasTags}
  966. <br>
  967. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  968. {/block:Tags}
  969. {/block:HasTags}
  970. </div>
  971. {/block:IndexPage}
  972. {/block:Audio}
  973.  
  974. {block:Video}
  975. <div class="photo">
  976. <center>
  977. {block:IndexPage}{Video-250}{/block:IndexPage}
  978. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  979. </center>
  980. </div>
  981. {block:ifCaptions}
  982. {block:Caption}{Caption}{/block:Caption}
  983. {/block:ifCaptions}
  984. {block:ifNotCaptions}
  985. {block:PermalinkPage}
  986. {block:Caption}{Caption}{/block:Caption}
  987. {/block:PermalinkPage}
  988. {/block:ifNotCaptions}
  989. {block:IndexPage}
  990. <div id="permalinktxt">
  991. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  992. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  993. {block:HasTags}
  994. <br>
  995. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  996. {/block:Tags}
  997. {/block:HasTags}
  998. </div>
  999. {/block:IndexPage}
  1000. {/block:Video}
  1001.  
  1002. {block:PermalinkPage}
  1003. {block:Date}
  1004. <div id="permalinkpg">
  1005. <b>Posted:</b> {TimeAgo} on
  1006. {ShortMonth} {DayofMonth},{Year} at
  1007. {12Hour}:{Minutes} {CapitalAmPm}
  1008. {block:NoteCount}<br>
  1009. <b>Notes:</b>
  1010. {NoteCount}
  1011. {/block:NoteCount}
  1012. {block:HasTags}
  1013. <br>
  1014. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  1015. {/block:Tags}
  1016. {/block:HasTags}
  1017. <br>{block:RebloggedFrom}
  1018. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  1019. </div>
  1020. {block:PostNotes}
  1021. {PostNotes}
  1022. {/block:PostNotes}
  1023. </div>
  1024. {/block:Date}
  1025. {/block:PermalinkPage}
  1026.  
  1027. </div>
  1028. {/block:Posts}
  1029.  
  1030. {block:ifNotInfiniteScrolling}
  1031. <div id="pgs">
  1032. {block:Pagination}
  1033. {block:PreviousPage} <a href="{PreviousPage}">BACK</a>{/block:PreviousPage} &nbsp;
  1034. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  1035. {/block:Pagination}
  1036. </div>
  1037. {/block:ifNotInfiniteScrolling}
  1038. </div>
  1039.  
  1040. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  1041. <script>
  1042. $("#toggle").click(function() {
  1043. $(this).toggleClass("on");
  1044. $("#m_1").fadeToggle(150);
  1045. $("#m_2").fadeToggle(450);
  1046. $("#m_3").fadeToggle(750);
  1047. $("#m_4").fadeToggle(1050);
  1048. });
  1049. </script>
  1050.  
  1051. {block:ifInfiniteScrolling}
  1052. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1053. {/block:ifInfiniteScrolling}
  1054.  
  1055. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:15px;font-size:8px;"><script language="JavaScript">
  1056. var ref = (''+document.referrer+'');
  1057. var w_h = window.screen.width + " x " + window.screen.height;
  1058. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  1059. </script></div>
  1060. </body>
  1061. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement