Advertisement
Guest User

that one tumblr theme

a guest
Jul 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  12. <script>
  13. (function($){
  14. $(document).ready(function(){
  15. $("[title]").style_my_tooltips({
  16. tip_follows_cursor:true,
  17. tip_delay_time:false,
  18. tip_fade_speed:250
  19. }
  20. );
  21. });
  22. })(jQuery);
  23. </script>
  24.  
  25.  
  26.  
  27. <title>{title}</title>
  28.  
  29. <meta name="image:background" content="https://40.media.tumblr.com/12695cc1b1e6573dbfae6ffda0e93072/tumblr_nc0d0yFxXa1r3ssjeo3_250.png"/>
  30. <meta name="image:sidebar img" content=""/>
  31. <meta name="image:scroll to top button" content="https://cdn1.iconfinder.com/data/icons/iconbeast-lite/30/pointer.png"/>
  32.  
  33. <meta name="color:background" content="#dcecf5"/>
  34. <meta name="color:text" content="#222"/>
  35. <meta name="color:title" content="#000"/>
  36. <meta name="color:post bg" content="#fff"/>
  37. <meta name="color:post borders" content="#d0c3e6"/>
  38. <meta name="color:sidebar border" content="#90bac6"/>
  39. <meta name="color:sidebar bg" content="#fff"/>
  40. <meta name="color:links" content="#3f6df8"/>
  41. <meta name="color:links hover" content="#fb00ff"/>
  42. <meta name="color:scrollbar" content="#dcecf5"/>
  43. <meta name="color:blockquote bg" content="#ede5f3"/>
  44. <meta name="color:answer bubble bg" content="#96edf0"/>
  45. <meta name="color:answer bubble text" content="#000"/>
  46. <meta name="color:ask bubble bg" content="#8892e0"/>
  47. <meta name="color:ask bubble text" content="#000"/>
  48. <meta name="color:selection text" content="#fff"/>
  49. <meta name="color:selection bg" content="#000"/>
  50.  
  51. <meta name="select:post opacity" content="1" title="Opaque"/>
  52. <meta name="select:post opacity" content="0.9" title="90%"/>
  53. <meta name="select:post opacity" content="0.8" title="80%"/>
  54. <meta name="select:post opacity" content="0.7" title="70%"/>
  55. <meta name="select:post opacity" content="0.6" title="60%"/>
  56. <meta name="select:post opacity" content="0.5" title="50%"/>
  57. <meta name="select:post opacity" content="0.4" title="40%"/>
  58. <meta name="select:post opacity" content="0.3" title="30%"/>
  59. <meta name="select:post opacity" content="0.2" title="20%"/>
  60. <meta name="select:post opacity" content="0.1" title="10%"/>
  61.  
  62. <meta name="if:transparent post bg" content="0"/>
  63. <meta name="if:show caption" content="1"/>
  64. <meta name="if:full bg image" content="1"/>
  65. <meta name="if:side image" content="1"/>
  66. <meta name="if:black player" content=""/>
  67. <meta name="if:to top button" content="1"/>
  68. <meta name="if:glitter links" content=""/>
  69.  
  70. <meta name="text:navi title" content="navigate"/>
  71. <meta name="text:Link 1 name" content=""/>
  72. <meta name="text:Link 1 URL" content="/"/>
  73. <meta name="text:Link 2 name" content=""/>
  74. <meta name="text:Link 2 URL" content="/"/>
  75. <meta name="text:Link 3 name" content=""/>
  76. <meta name="text:Link 3 URL" content="/"/>
  77. <meta name="text:Link 4 name" content=""/>
  78. <meta name="text:Link 4 URL" content="/"/>
  79. <meta name="text:Link 5 name" content=""/>
  80. <meta name="text:Link 5 URL" content="/"/>
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85. </head>
  86. <style type="text/css">
  87.  
  88. #s-m-t-tooltip {
  89. max-width:200px;
  90. margin:15px;
  91. padding:5px 5px;
  92. background:{color:sidebar border};
  93. color:{color:title};
  94. z-index:999999;
  95. font-size:14px;
  96. }
  97.  
  98.  
  99. ::-webkit-scrollbar{
  100. width:8px;
  101. height:7px;
  102. background:{color:background};}
  103.  
  104. ::-webkit-scrollbar-thumb{
  105. background:{color:scrollbar};
  106. height:9px;
  107. border:3px solid {color:background};}
  108.  
  109.  
  110. body {
  111. background-color:{color:background};
  112. color:{color:text};
  113. font-family:arial;
  114. letter-spacing:1px;
  115. font-size:12px;
  116. background-attachment:fixed;
  117. background-position:top left;
  118. background-image: url('{image:background}');
  119. background-repeat:repeat;
  120. {block:ifFullBGImage}
  121. background-repeat:no-repeat;
  122. background-size:cover;
  123. {/block:ifFullBGImage}
  124. }
  125.  
  126. a {
  127. text-decoration:none;
  128. color:{color:links};
  129. -webkit-transition: all 0.2s ease-in-out;
  130. -moz-transition: all 0.2s ease-in-out;
  131. -o-transition: all 0.2s ease-in-out;
  132. -ms-transition: all 0.2s ease-in-out;
  133. transition: all 0.2s ease-in-out;
  134. }
  135.  
  136. a:hover {
  137. {block:ifGlitterLinks}
  138. background:url('http://dl3.glitter-graphics.net/pub/451/451423kjpwr2389v.gif');
  139. {/block:ifGlitterLinks}
  140. text-decoration:none;
  141. color:{color:links hover};
  142. -webkit-transition: all 0.2s ease-in-out;
  143. -moz-transition: all 0.2s ease-in-out;
  144. -o-transition: all 0.2s ease-in-out;
  145. -ms-transition: all 0.2s ease-in-out;
  146. transition: all 0.2s ease-in-out;
  147. }
  148.  
  149. ::selection {
  150. background:{color:selection bg};
  151. color:{color:selection text};
  152. }
  153.  
  154. blockquote {
  155. padding-left:10px;
  156. padding-top:3px;
  157. padding-bottom:3px;
  158. margin:5px 0px 0px 10px;
  159. border-left:4px solid {color:post borders};
  160. background-color:{color:blockquote bg};
  161. }
  162.  
  163. h2 {
  164. font-size:15px;
  165. }
  166.  
  167. /* Scroll to Top */
  168. #scrollToTop:link, #scrollToTop:visited {
  169. display:none;
  170. position:fixed;
  171. bottom:10px;
  172. right:10px;
  173. padding:10px;
  174. max-width:30px;
  175. background-color:transparent;
  176. }
  177.  
  178. /* Your posts */
  179.  
  180. #entries {
  181. right:200px;
  182. position:absolute;
  183. margin-top:60px;
  184. width:400px;
  185. z-index:1000;
  186. }
  187.  
  188.  
  189. #posts {
  190. {block:IndexPage}
  191. opacity:{select:Post Opacity};
  192. {/block:IndexPage}
  193. {block:ifNOTtransparentpostbg}
  194. background:{color:post bg};
  195. {/block:ifNOTtransparentpostbg}
  196. {block:iftransparentpostbg}
  197. background:transparent;
  198. {/block:iftransparentpostbg}
  199. width:400px;
  200. margin-left:50px;
  201. margin-bottom:75px;
  202. padding:30px;
  203. border:12px solid {color:post borders};
  204. -webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. -o-transition: all 0.5s ease-in-out;
  207. -ms-transition: all 0.5s ease-in-out;
  208. transition: all 0.5s ease-in-out;
  209. }
  210.  
  211. #posts:hover {
  212. opacity:1;
  213. -webkit-transition: all 0.5s ease-in-out;
  214. -moz-transition: all 0.5s ease-in-out;
  215. -o-transition: all 0.5s ease-in-out;
  216. -ms-transition: all 0.5s ease-in-out;
  217. transition: all 0.5s ease-in-out;
  218. }
  219.  
  220.  
  221. /*post icons*/
  222. #posts .post_perma {
  223. right:-142px;
  224. margin-top:-50px;
  225. width:25px;
  226. height:24px;
  227. }
  228.  
  229. #posts .post_rb {
  230. right:-141px;
  231. margin-top:0px;
  232. width:20px;
  233. height:19px;
  234. }
  235. .post_rb img {margin-left:.5px;}
  236.  
  237. #posts .post_v {
  238. right:-92px;
  239. margin-top:-50px;
  240. width:20px;
  241. height:19px;
  242. }
  243.  
  244. #posts .post_s {
  245. right:-45px;
  246. margin-top:-50px;
  247. width:20px;
  248. height:19px;
  249. }
  250. .post_perma, .post_rb, .post_v, .post_s {
  251. text-align:center;
  252. position:absolute;
  253. background:{color:post borders};
  254. padding:5px 3px 3px 3px;
  255. }
  256.  
  257. .post_perma a:hover, .post_rb a:hover, .post_v a:hover, .post_s a:hover, #maddog a:hover {
  258. background-image:none;
  259. }
  260.  
  261.  
  262. #right {
  263. right:25%;
  264. margin-right:390px;
  265. margin-top:60px;
  266. position:fixed;
  267. }
  268. #desk {
  269. padding:10px 20px 10px 20px;
  270. border:12px solid {color:sidebar border};
  271. width:150px;
  272. max-height:80px;
  273. text-align:justify;
  274. background:{color:sidebar bg};
  275. overflow-y:scroll;
  276. overflow-x:hidden;
  277. }
  278. #tit {
  279. background:{color:sidebar border};
  280. padding:9px 9px 0px 9px;
  281. width:196px;
  282. font-size:15px;
  283. line-height:17px;
  284. text-align:center;
  285. color:{color:title};
  286. }
  287.  
  288. #rightimg img {
  289. padding:10px;
  290. width:150px;
  291. text-align:center;
  292. background:{color:sidebar border};
  293. }
  294.  
  295. #rightimg {
  296. margin-left:-180px;
  297. position:absolute;
  298. }
  299.  
  300.  
  301. #links {
  302. margin-left:35px;
  303. margin-top:10px;
  304. position:absolute;
  305. }
  306.  
  307.  
  308. #headers {
  309. line-height:20px;
  310. font-family:arial;
  311. letter-spacing:2px;
  312. font-size:17px;
  313. text-align:center;
  314. padding:8px;
  315. border:2px solid {color:post borders};
  316. margin-bottom:5px;
  317. }
  318.  
  319.  
  320. .source {
  321. margin-top:15px;
  322. padding:5px;
  323. background:{color:blockquote bg};
  324. border:1px solid {color:post borders};
  325. padding-right:50px;
  326. text-align:right;
  327. font-style: italic;
  328. letter-spacing:1px;
  329. }
  330.  
  331.  
  332. /* Audio */
  333.  
  334. .info {
  335. margin-left:210px;
  336. border:5px solid {color:ask bubble bg};
  337. padding:10px;
  338. width:160px;
  339. height:150px;
  340. margin-top:-183px;
  341. font-size:14px;
  342. }
  343.  
  344. .info b {
  345. font-family:arial;
  346. letter-spacing:1px;
  347. letter-spacing:2px;
  348. text-transform:uppercase;
  349. font-size:12px;
  350. }
  351.  
  352. .album img {
  353. width:180px;
  354. height:180px;
  355. margin-left:0px;
  356. }
  357.  
  358. .player {
  359. width:380px;
  360. padding:10px;
  361. background:{color:ask bubble bg};
  362. margin-top:20px;
  363. text-align:center;
  364. }
  365.  
  366.  
  367.  
  368. /* Speech Bubble for Question */
  369.  
  370.  
  371. .answer {
  372. width:300px;
  373. position: relative;
  374. background:{color:answer bubble bg};
  375. color:{color:answer bubble text};
  376. margin-left:60px;
  377. padding:1px 10px 1px 10px;
  378. text-align:left;
  379. margin-bottom:5px;
  380. -moz-border-radius:3px;
  381. -webkit-border-radius:3px;
  382. }
  383.  
  384. .answer:after {
  385. position: absolute;
  386. display: block;
  387. content: "";
  388. border-color: {color:answer bubble bg} transparent;
  389. border-style: solid;
  390. border-width: 15px 15px 0px;
  391. height:0;
  392. width:0;
  393. position:absolute;
  394. left:-15px;
  395. top:10px;
  396. }
  397.  
  398.  
  399. .ask {
  400. width:300px;
  401. position: relative;
  402. background:{color:ask bubble bg};
  403. color:{color:ask bubble text};
  404. right:-15px;
  405. margin: 0;
  406. margin-top:-20px;
  407. padding:13px;
  408. text-align:right;
  409. -moz-border-radius:3px;
  410. -webkit-border-radius:3px;
  411. }
  412.  
  413. .ask:after {
  414. position: absolute;
  415. display: block;
  416. content: "";
  417. border-color: {color:ask bubble bg} transparent;
  418. border-style: solid;
  419. border-width: 15px 15px 0px;
  420. height:0;
  421. width:0;
  422. position:absolute;
  423. right:-15px;
  424. top:10px;
  425. }
  426.  
  427.  
  428.  
  429. /* Chats */
  430.  
  431. .label {
  432. text-transform:uppercase;
  433. font-family:arial;
  434. letter-spacing:1px;
  435. }
  436.  
  437. .chat li {
  438. list-style-type:none;
  439. padding:10px;
  440. margin-left:-40px;
  441. }
  442.  
  443. .chat li.odd {
  444. border:2px solid {color:answer bubble bg};
  445. color:{color:text};
  446. margin-bottom:10px;
  447. }
  448.  
  449. .chat li.even {
  450. border:2px solid {color:ask bubble bg};
  451. color:{color:text};
  452. margin-bottom:10px;
  453. }
  454.  
  455.  
  456.  
  457.  
  458. /* Notes */
  459.  
  460.  
  461. .note li {
  462. list-style-type:none;
  463. padding:10px 25px 10px 25px;
  464. text-align:left;
  465. border-bottom:1px solid {color:post borders};
  466. line-height:140%;
  467. width:345px;
  468. margin-left:-40px;
  469. -moz-transition-duration:0.5s;
  470. -webkit-transition-duration:0.5s;
  471. -o-transition-duration:0.5s;
  472.  
  473. }
  474.  
  475.  
  476. .note img {
  477. display:none!important;
  478. }
  479.  
  480.  
  481.  
  482.  
  483. #maddog {
  484. bottom:15px;
  485. left:15px;
  486. padding:3px 5px 3px 5px;
  487. position:fixed;
  488. background:transparent;
  489. }
  490.  
  491.  
  492. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop {
  493. z-index:999999999999999 !important;
  494. }
  495.  
  496.  
  497. </style>
  498.  
  499.  
  500.  
  501. <script type="text/javascript" src="http://static.tumblr.com/puouuyx/qepnyhkgm/infinitescrolling.min.js"></script>
  502.  
  503.  
  504. <!-- scroll to top button -->
  505. {block:ifToTopButton}
  506. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  507. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  508. <a href="javascript:;" id="scrollToTop" title="scroll to top"><img src="{image:Scroll To Top Button}"></a></a>
  509. {/block:ifToTopButton}
  510.  
  511.  
  512. <body>
  513. <!-- SCM Music Player http://scmplayer.net -->
  514. <script type="text/javascript" src="http://scmplayer.net/script.js"
  515. data-config="{'skin':'http://static.tumblr.com/d41lcii/ppymevuzw/simpleblue.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'sdr2 ost - beautiful ruin','url':'https://www.youtube.com/watch?v=vNYydvw13LM&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=31'},{'title':'sdr2 ost - beautiful ruin (summer salt)','url':'https://www.youtube.com/watch?v=P-fMDaPFXME&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=5'},{'title':'sdr2 ost - ekoroshia','url':'https://www.youtube.com/watch?v=xjbgj2V6-o0&index=63&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a'},{'title':'sdr2 ost - all all apologies','url':'https://www.youtube.com/watch?v=9VMw_1-gyE4&index=15&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a'},{'title':'sdr2 ost - punishment/hell-icopter','url':'https://www.youtube.com/watch?v=LxaPd27Kwe4&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=12'},{'title':'sdr2 ost - punishment/puppet girl','url':'https://www.youtube.com/watch?v=iHTyPzvC77w&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=23'},{'title':'sdr2 ost - punishment/the arcade rabbit','url':'https://www.youtube.com/watch?v=O0M_wihJZF0&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=55'},{'title':'sdr2 ost - punishment/the last hike','url':'https://www.youtube.com/watch?v=1DF78sHLxUU&index=47&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a'},{'title':'sdr2 ost - third island theme','url':'https://www.youtube.com/watch?v=dtsSngpkwKc&index=16&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a'},{'title':'sdr2 ost - PTA','url':'https://www.youtube.com/watch?v=hSdokoS408s&index=20&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a'},{'title':'sdr2 ost - danganronpa [second gig]','url':'https://www.youtube.com/watch?v=S5AZFDBdQKQ&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=29'},{'title':'sdr2 ost - the day before the future','url':'https://www.youtube.com/watch?v=4ScJ__5-cso&list=PLU4ktq2pWONvsyBd_LrTVX8Et-gp0th4a&index=68'}]}" ></script>
  516. <!-- SCM Music Player script end -->
  517.  
  518.  
  519. <div id="right">
  520.  
  521. {block:ifSideImage}
  522. <div id="rightimg"><img src="{image:sidebar img}"></div>
  523. {/block:ifSideImage}
  524. <div id="tit">{title}</div>
  525. <div id="desk">{description}</div>
  526.  
  527. <div id="links">
  528. <select
  529. style="
  530. font-family:arial;
  531. color:{color:title};
  532. background:{color:sidebar border};
  533. width:214px;
  534. border:1px solid {color:sidebar border}};
  535. padding:5px;
  536. margin-left:-35px;
  537. text-transform: all;"
  538. onChange="location.href=this.options[this.selectedIndex].value;">
  539. <option value="/">{text:navi title}</option>
  540. {block:iflink1name}<option value="{text:link 1 URL}">{text:link 1 name}</option>{/block:iflink1name}
  541. {block:iflink2name}<option value="{text:link 2 URL}">{text:link 2 name}</option>{/block:iflink2name}
  542. {block:iflink3name}<option value="{text:link 3 URL}">{text:link 3 name}</option>{/block:iflink3name}
  543. {block:iflink4name}<option value="{text:link 4 URL}">{text:link 4 name}</option>{/block:iflink4name}
  544. {block:iflink5name}<option value="{text:link 5 URL}">{text:link 5 name}</option>{/block:iflink5name}
  545. </select>
  546. </div>
  547.  
  548. </div>
  549.  
  550.  
  551. <div id="maddog"><a href="http://madthms.tumblr.com/" title="custom theme by madthms"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/heart-24.png" width="25px"></a></div>
  552.  
  553.  
  554.  
  555.  
  556.  
  557. <div id="entries">
  558.  
  559. <div class="autopagerize_page_element">
  560.  
  561. {block:Posts}
  562.  
  563.  
  564.  
  565. <div id="posts">
  566.  
  567. <!------------------------QUOTE POST---------------------->
  568. {block:Quote}
  569. {block:IndexPage}
  570. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  571.  
  572. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  573.  
  574. {block:RebloggedFrom}
  575. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  576. {/block:RebloggedFrom}
  577.  
  578. {block:ContentSource}
  579. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  580. {/block:ContentSource}
  581. {/block:IndexPage}
  582. <div id="headers">{Quote}</div>
  583. {block:Source}<div class="source">{Source}</div>{/block:Source}
  584. {/block:Quote}
  585.  
  586.  
  587. <!--------------------------TEXT POST--------------------->
  588. {block:Text}
  589. {block:IndexPage}
  590. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  591.  
  592. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  593.  
  594. {block:RebloggedFrom}
  595. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  596. {/block:RebloggedFrom}
  597.  
  598. {block:ContentSource}
  599. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  600. {/block:ContentSource}
  601. {/block:IndexPage}
  602. {block:Title}<div id="headers">{Title}</div>{/block:Title}
  603. {block:Body}{Body}{/block:Body}
  604. {/block:Text}
  605.  
  606.  
  607. <!------------------------LINK POST----------------------->
  608. {block:Link}
  609. {block:IndexPage}
  610. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  611.  
  612. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  613.  
  614. {block:RebloggedFrom}
  615. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  616. {/block:RebloggedFrom}
  617.  
  618. {block:ContentSource}
  619. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  620. {/block:ContentSource}
  621. {/block:IndexPage}
  622. <div id="headers"><a href="{URL}">{Name}</a> </div>
  623. {block:Description}{Description}{/block:Description}
  624. {/block:Link}
  625.  
  626.  
  627. <!-----------------------CHAT POST------------------------>
  628. {block:Chat}
  629. {block:IndexPage}
  630. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  631.  
  632. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  633.  
  634. {block:RebloggedFrom}
  635. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  636. {/block:RebloggedFrom}
  637.  
  638. {block:ContentSource}
  639. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  640. {/block:ContentSource}
  641. {/block:IndexPage}
  642. {block:Title}<div id="headers">{Title}</div>{/block:Title}
  643. <div class="chat">
  644. <ol>{block:Lines}
  645. <li class="line {Alt}">
  646. {block:Label}
  647. <span class="label">
  648. <b>{Label}</b></span>
  649. {/block:Label}{Line}</li>
  650. {/block:Lines}
  651. </ol></div>
  652. {/block:Chat}
  653.  
  654.  
  655. <!-----------------------PHOTO POST----------------------->
  656. {block:Photo}
  657. {block:IndexPage}
  658. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  659.  
  660. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  661.  
  662. {block:RebloggedFrom}
  663. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  664. {/block:RebloggedFrom}
  665.  
  666. {block:ContentSource}
  667. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  668. {/block:ContentSource}
  669. {/block:IndexPage}
  670. {LinkOpenTag}<center><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></center>
  671. {LinkCloseTag}
  672. {/block:Photo}
  673.  
  674.  
  675. <!----------------------PHOTOSET POST--------------------->
  676. {block:Photoset}
  677. {block:IndexPage}
  678. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  679.  
  680. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  681.  
  682. {block:RebloggedFrom}
  683. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  684. {/block:RebloggedFrom}
  685.  
  686. {block:ContentSource}
  687. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  688. {/block:ContentSource}
  689. {/block:IndexPage}
  690. <center>{Photoset-400}</center>
  691. {/block:Photoset}
  692.  
  693.  
  694. <!-----------------------VIDEO POST------------------------>
  695. {block:Video}
  696. {block:IndexPage}
  697. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  698.  
  699. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  700.  
  701. {block:RebloggedFrom}
  702. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  703. {/block:RebloggedFrom}
  704.  
  705. {block:ContentSource}
  706. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  707. {/block:ContentSource}
  708. {/block:IndexPage}
  709. {Video-400}
  710. {/block:Video}
  711.  
  712.  
  713. <!-----------------------AUDIO POST------------------------>
  714. {block:Audio}
  715. {block:IndexPage}
  716. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  717.  
  718. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  719.  
  720. {block:RebloggedFrom}
  721. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  722. {/block:RebloggedFrom}
  723.  
  724. {block:ContentSource}
  725. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  726. {/block:ContentSource}
  727. {/block:IndexPage}
  728. <div class="album"><img src="http://i1297.photobucket.com/albums/ag40/mshappypancakes/albumart_zps91253874.jpg"></div>
  729. {block:AlbumArt}<div class="album" style="margin-top:-183px;"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  730.  
  731. <div class="info">
  732. {block:TrackName}<p><b>Track:</b> {TrackName}{/block:TrackName}
  733. {block:Artist}<p><b>Artist:</b> {Artist}{/block:Artist}
  734. {block:Album}<p><b>Album:</b> {Album}{/block:Album}
  735. </div>
  736.  
  737. {block:ifBlackPlayer}
  738. <div class="player">{AudioPlayerBlack}</div>
  739. {/block:ifBlackPlayer}
  740.  
  741. {block:ifNOTBlackPlayer}
  742. <div class="player">{AudioPlayerWhite}</div>
  743. {/block:ifNOTBlackPlayer}
  744.  
  745. {/block:Audio}
  746.  
  747.  
  748. <!-------------------------ASK POST--------------------------->
  749.  
  750. {block:Answer}
  751. {block:IndexPage}
  752. <span class="post_perma"><a href="{Permalink}" title="{ShortMonth} {MonthNumber}, {ShortYear}"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/clock-1-24.png" width="20px"></a></span>
  753.  
  754. <span class="post_rb"><a href="{ReblogURL}" title="reblog"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/refresh-24.png" width="18px"></a></span>
  755.  
  756. {block:RebloggedFrom}
  757. <span class="post_v"><a href="{ReblogParentURL}" title="via"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/share-2-24.png" width="18px"></a></span>
  758. {/block:RebloggedFrom}
  759.  
  760. {block:ContentSource}
  761. <span class="post_s"><a href="{SourceURL}" title="source"><img src="https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/location-on-24.png" width="18px"></a></span>
  762. {/block:ContentSource}
  763. {/block:IndexPage}
  764. <div style="text-align:right;margin-bottom:25px;margin-right:60px;margin-top:-10px;">{Asker}:</div>
  765. <div class="askerportrait"><img style="border-radius:50px;margin-top:-17px;" src="{AskerPortraitURL-40}" align="right"/></div><div class="ask">{Question}</div><br>
  766.  
  767. <div class="askerportrait">
  768. <img style="border-radius:50px;width:40px;height:40px;" src="{Favicon}" align="left" />
  769. <img style="border-radius:50px;margin-left:-40px;" src="{AnswererPortraitURL-40}" align="left" />
  770. </div>
  771. <div class="answer">{Answer}</div>
  772.  
  773. {/block:Answer}
  774.  
  775.  
  776.  
  777. <!-----------------------INDEX PAGE---------------------->
  778. {block:IndexPage}
  779. {block:ifShowCaption}
  780. {block:Caption}{Caption}{/block:Caption}
  781. {/block:ifShowCaption}
  782. {/block:IndexPage}
  783.  
  784.  
  785. <!-------------------PERMALINK PAGE---------------------->
  786. {block:PermalinkPage}
  787. {block:Date}
  788. {block:Caption}{Caption}{/block:Caption}<br>
  789. <b>Date:</b> {Month} {DayOfMonth}, {Year}<br>
  790. {block:NoteCount}
  791. <b>Notes:</b> {NoteCount}<br>
  792. {/block:NoteCount}
  793. {block:RebloggedFrom}
  794. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  795. {/block:RebloggedFrom}
  796. {block:ContentSource}
  797. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  798. {/block:ContentSource}
  799. {block:HasTags}
  800. <b>Tagged:</b>
  801. {block:Tags}
  802. <a href="{TagURL}">#{Tag}</a>
  803. {/block:Tags}
  804. {/block:HasTags}
  805. {/block:Date}
  806. {/block:PermalinkPage}
  807.  
  808. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  809.  
  810.  
  811. </div> <!---posts--->
  812. {/block:Posts}
  813.  
  814.  
  815.  
  816.  
  817. </div><!---infinite scroll--->
  818.  
  819. </div><!---entries--->
  820.  
  821.  
  822.  
  823.  
  824. </body>
  825. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement