raingurl

myspacethm

Nov 18th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <!---
  3. MYSPACE 2020 THEME! BY @PS1 or @UCHIHAITACHI
  4. THIS WILL FOREVER BE A WORK IN PROGRESS. BUT I MADE IT AS BASIC AS POSSIBLE.
  5. --->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="icon" href="{image:FavIcon}" type="image/gif" >
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <!--- Add Custom Fonts Here (like Google Fonts) --->
  16.  
  17. <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
  18.  
  19. <meta name="image:favicon" content=""/>
  20. <meta name="image:header" content="https://i.imgur.com/IUnl3qd.png"/>
  21. <meta name="image:sidebar" content="https://i.imgur.com/lrXCwsu.png"/>
  22. <meta name="image:background" content=""/>
  23. <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
  24. <meta name="image:sidebar pixel" content="https://i.imgur.com/QrEcAwS.gif"/>
  25. <meta name="image:mood" content="https://i.imgur.com/tEJ5Dt8.gif"/>
  26.  
  27. <meta name="color:bg" content="#eee">
  28. <meta name="color:header" content="#003399">
  29. <meta name="color:content bg" content="#fff">
  30. <meta name="color:post bg" content="#F9D6B4">
  31. <meta name="color:post links" content="#003cb3">
  32. <meta name="color:title color" content="#000">
  33. <meta name="color:font" content="#000">
  34. <meta name="color:links" content="#003cb3">
  35. <meta name="color:links hover" content="#cc0000">
  36. <meta name="color:header links bg" content="#659CC8">
  37. <meta name="color:header links" content="#fff">
  38. <meta name="color:header links hover" content="#659CC8">
  39. <meta name="color:header links spacer" content="#000">
  40. <meta name="color:search bar" content="#f5f5f5">
  41. <meta name="color:search text" content="#000">
  42. <meta name="color:search button" content="#E0FFFF">
  43. <meta name="color:search button text" content="#000">
  44. <meta name="color:extended border" content="#000">
  45. <meta name="color:blurbs bg" content="#ffcc99">
  46. <meta name="color:blurbs text" content="#ff6600">
  47. <meta name="color:table title" content="#fff">
  48. <meta name="color:table title bg" content="#6699CC">
  49. <meta name="color:table border" content="#6699CC">
  50. <meta name="color:left table titles" content="#43698C">
  51. <meta name="color:left table bg" content="#B0CFF0">
  52. <meta name="color:right table bg" content="#D5E8FB">
  53. <meta name="color:table info" content="#000">
  54. <meta name="color:ask icon bg" content="#FF9933">
  55. <meta name="color:asker name" content="#003cb3">
  56. <meta name="color:tooltip bg" content="#ddd">
  57. <meta name="color:tooltip font" content="#000">
  58.  
  59. <meta name="text:font family" content="verdana">
  60. <meta name="text:font size" content="11">
  61. <meta name="text:sidebar text size" content="11">
  62. <meta name="text:sidebar text" content="Small bio here or a quote!">
  63. <meta name="text:title font" content="verdana">
  64. <meta name="text:title size" content="20">
  65. <meta name="text:title" content="NAMES R MYSPACEY">
  66. <meta name="text:table header size" content="18">
  67. <meta name="text:description" content="Your description is your freedom to express yourself.">
  68. <meta name="text:extended size" content="16">
  69. <meta name="text:search text" content=" ">
  70. <meta name="text:search button" content="Search">
  71.  
  72. <meta name="if:align img with search" content="0"/>
  73. <meta name="if:links underline" content="0"/>
  74. <meta name="if:uppercase links" content="0"/>
  75. <meta name="if:bold links" content="0"/>
  76. <meta name="if:italic links" content="0"/>
  77. <meta name="if:custom cursor" content="0" />
  78. <meta name="if:tile background" content="0" />
  79. <meta name="if:hide title" content="0"/>
  80. <meta name="if:hide desc" content="0"/>
  81. <meta name="if:hide caption" content="0"/>
  82. <meta name="if:hide tags" content="0" />
  83. <meta name="if:redirect" content="0" />
  84. <meta name="if:transparent tooltip" content="0"/>
  85.  
  86. <meta name="text:redirect link" content="/tagged/0">
  87. <meta name="text:link 1" content="One">
  88. <meta name="text:link 1 URL" content="/">
  89. <meta name="text:link 2" content="Two">
  90. <meta name="text:link 2 URL" content="/">
  91. <meta name="text:link 3" content="Three">
  92. <meta name="text:link 3 URL" content="/">
  93. <meta name="text:link 4" content="Four">
  94. <meta name="text:link 4 URL" content="/">
  95. <meta name="text:link 5" content="Five">
  96. <meta name="text:link 5 URL" content="/">
  97.  
  98. <meta name="text:int 1" content="Anime">
  99. <meta name="text:int 1 info" content="Naruto">
  100. <meta name="text:int 2" content="Games">
  101. <meta name="text:int 2 info" content="Resident Evil">
  102. <meta name="text:int 3" content="Music">
  103. <meta name="text:int 3 info" content="Soundgarden">
  104. <meta name="text:int 4" content="Books">
  105. <meta name="text:int 4 info" content="Digital Fortress by Dan Brown">
  106.  
  107.  
  108. <style type="text/css">
  109. ::-moz-selection {
  110. background: {color:font};
  111. color: {color:links};}
  112.  
  113. ::selection {
  114. background: {color:font};
  115. color: {color:links};}
  116.  
  117. #s-m-t-tooltip {
  118. z-index: 99999;
  119. {block:IfTransparentTooltip}
  120. background: transparent;{/block:IfTransparentTooltip}
  121. {block:IfNotTransparentTooltip}
  122. background-color: {color:tooltip bg};{/block:IfNotTransparentTooltip}
  123. color: {color:tooltip font};
  124. font-size: {text:Font Size}px;
  125. text-align: center;
  126. transition: all 0.3s ease-out;
  127. -o-transition: all 0.3s ease-out;
  128. -webkit-transition: all 0.3s ease-out;
  129. -moz-transition: all 0.3s ease-out;
  130. text-transform: normal;
  131. max-width: 200px;
  132. display: block;
  133. word-wrap: break-word;
  134. padding: 2px;
  135. margin: -30px 0px 10px 20px;}
  136.  
  137. body {
  138. background: {color:bg};
  139. background-image: url({image:Background});
  140. background-attachment: fixed;
  141. {block:IfNotTileBackground}
  142. -webkit-background-size: cover;
  143. -moz-background-size: cover;
  144. -o-background-size: cover;
  145. background-size: cover;
  146. {/block:IfNotTileBackground}
  147. font-family: '{text:font family}';
  148. font-size: {text:font size}px;
  149. line-height: 120%;word-wrap: break-word;
  150. overflow-x:hidden;
  151. margin: 0;
  152. }
  153.  
  154. {block:IfCustomCursor}
  155. body, *, a, a:hover { cursor:url({image:cursor}), auto;}
  156. {/block:IfCustomCursor}
  157. p {margin: 10px 0 10px 0;}
  158. ul {list-style: square;}
  159. img {max-width: 100%;}
  160. h1 {line-height: 150%;}
  161. blockquote {margin-left: 10px; padding-left: 10px; border-left:1px solid {color:border};}
  162.  
  163. a:link, a:active, a:visited {
  164. color: {color:links};
  165. {block:IfItalicLinks}
  166. font-style: italic;{/block:IfItalicLinks}
  167. {block:IfUppercaseLinks}
  168. text-transform: uppercase;{/block:IfUppercaseLinks}
  169. {block:IfLinksUnderline}
  170. text-decoration: underline;{/block:IfLinksUnderline}
  171. {block:IfBoldLinks}
  172. font-weight: bold;{/block:IfBoldLinks}
  173. {block:IfNotLinksUnderline}
  174. text-decoration: none;{/block:IfNotLinksUnderline}
  175. -webkit-transition: all 0.2s ease-in-out;
  176. -moz-transition: all 0.2s ease-in-out;
  177. -o-transition: all 0.2s ease-in-out;
  178. -ms-transition: all 0.2s ease-in-out;
  179. transition: all 0.2s ease-in-out;}
  180.  
  181. a:hover {
  182. color: {color:links Hover};
  183. text-decoration: underline;
  184. -webkit-transition: all 0.2s ease-in-out;
  185. -moz-transition: all 0.2s ease-in-out;
  186. -o-transition: all 0.2s ease-in-out;
  187. -ms-transition: all 0.2s ease-in-out;
  188. transition: all 0.2s ease-in-out;
  189. }
  190.  
  191.  
  192.  
  193. #content {
  194.  
  195. margin:auto;
  196. width: 850px;
  197. padding: 20px 20px 50px 20px;
  198. background-color: {color:content bg};
  199. }
  200. #space {background-color: {color:header};
  201. width: 870px; margin-left: -20px; margin-top: -20px; padding: 10px;
  202. text-align: center;
  203. }
  204.  
  205. {block:IfNotAlignImgWithSearch}
  206. #space img {margin-bottom: 10px;}{/block:IfNotAlignImgWithSearch}
  207.  
  208. #yomp {background-color: {color:header links bg};
  209. width: 880px; margin-left: -20px; padding: 5px;
  210. text-align: center;
  211. color: {color:header links spacer};
  212. }
  213. #yomp a {color: {color:header links};}
  214. #yomp a:hover {color: {color:header links hover};}
  215.  
  216. #nep {
  217. margin-left: 0px;
  218. width: 420px;
  219. position: absolute;
  220. }
  221.  
  222.  
  223.  
  224. .title {
  225. font-family: {text:title font};
  226. font-size: {text:title size}px;
  227. text-align: left;
  228. padding: 5px;
  229. margin-top: 5px;
  230. margin-bottom: 5px;
  231. }
  232. .title a {
  233. text-decoration: none;
  234. color: {color:title color};
  235. {block:IfBoldLinks}
  236. font-weight: bold;{/block:IfBoldLinks}
  237.  
  238. }
  239. .title a:hover {color: {color:links hover};}
  240.  
  241. .extend {margin-left: 430px;
  242. margin-top: -20px;
  243. border: 2px solid {color:extended border};
  244. padding: 10px;
  245. text-align: center;
  246. font-size: {text:extended size}px;
  247. color: {color:font};
  248. font-weight: bold;
  249. height: 50px;
  250. line-height: 50px;
  251. }
  252.  
  253. .bar {background-color: {color:blurbs bg}; color: {color:blurbs text};
  254. font-weight: bold; padding: 0 10px 0 10px;
  255. margin-bottom: 10px;
  256. }
  257.  
  258. .about {font-weight: bold; margin-bottom: 3px;}
  259.  
  260. .desc {
  261. margin-left: 430px;
  262. margin-top: 10px;
  263. color: {color:font};
  264. }
  265.  
  266.  
  267. .posts {
  268. background-color: {color:post bg};
  269. text-align: justify;
  270. color: {color:font};
  271. margin-bottom: 10px;
  272. margin-left: 430px;
  273. padding: 10px;
  274. width: 400px;
  275. position:relative;
  276. }
  277.  
  278. .posts a {color: {color:post links};} .posts a:hover {color {color:links hover};}
  279.  
  280. .posts img:hover {
  281. filter: blur(2px);
  282. -webkit-transition: all 0.4s ease-in-out;
  283. -moz-transition: all 0.4s ease-in-out;
  284. -o-transition: all 0.4s ease-in-out;
  285. -ms-transition: all 0.4s ease-in-out;
  286. transition: all 0.4s ease-in-out;
  287. }
  288. .pic img {display: block;}
  289.  
  290. #notes {text-align: left; margin-bottom: 5px;}
  291.  
  292. .tags {text-align: right; {block:ifHideCaption}margin-top: 5px;{/block:ifHideCaption}}
  293.  
  294. .q {font-weight: bold; text-align: left; color: {color:post links};}
  295.  
  296.  
  297. #permanotes {
  298. margin-top: 20px;
  299. margin-bottom: 10px;
  300. }
  301.  
  302. #permanotes ol.notes {
  303. list-style-type: none;
  304. margin: 0;
  305. padding: 0;}
  306.  
  307. #permanotes img.avatar {
  308. margin-right: 10px;
  309. border: 1px solid {color:font};
  310. display: inline;
  311. width: 16px;
  312. height: 16px;
  313. }
  314.  
  315. .pagination {
  316. margin-left: 430px;
  317. text-align: right;
  318. padding: 10px;
  319. width: 400px;
  320. font-size: 150%;
  321. }
  322. .pagination a{ font-weight: bold;}
  323.  
  324. .quote {
  325. text-align: justify;
  326. font-style: italic;
  327. font-weight: bold;
  328. font-size: 140%;
  329. line-height: 130%;
  330. }
  331.  
  332. .source {text-align: right;}
  333.  
  334. .spotify_audio_player {
  335. height:80px!important;
  336. width:100%!important;}
  337.  
  338. .soundcloud_audio_player {
  339. height:150px!important;
  340. width:100%!important;}
  341.  
  342. .trackback {
  343. position: absolute;
  344. left: 20px;
  345. top: 20px;
  346. width: 19px;
  347. height: 19px;
  348. background-color: #fff;
  349. padding: 10px;
  350. opacity: .4;}
  351.  
  352. .pressplay{
  353. position: relative;
  354. width: 25px;
  355. height: 25px;
  356. overflow: hidden;
  357. left: -6px;
  358. top: -3px;}
  359.  
  360. .albumpic {
  361. position: absolute;
  362. left: 0px;
  363. top: 0px;
  364. width: 79px;
  365. height: 79px;}
  366.  
  367. .albumpic img {
  368. width: 100%;
  369. height: auto;
  370. border: 1px solid {color:font};}
  371.  
  372. .trackinfo {
  373. width: auto;
  374. display:inline-block;
  375. margin-left: 90px;
  376. min-height: 85px;}
  377.  
  378. .audiowrapper {position: relative; display:inline-block;}
  379.  
  380. #re3carlos {
  381. text-align: center;
  382. margin-top: 50px;
  383. color: {color:font};
  384. }
  385.  
  386. #re3carlos a {font-style: normal; font-weight: normal text-decoration: none;
  387. }
  388.  
  389.  
  390. .search {
  391. border: 2px inset #ddd;
  392. height: 15px;
  393. width: 300px;
  394. padding: 5px;
  395. background-color: {color:search bar};
  396. margin-right: 5px;
  397. font-family: inherit;
  398. color: {color:search text};
  399.  
  400. }
  401. .button {
  402. border: 2px outset {color:search button};
  403. max-width: 100px;
  404. background-color: {color:search button};
  405. height: 30px;
  406. padding: 5px;
  407. font-family: inherit;
  408. color: {color:search button text};
  409.  
  410.  
  411. }
  412.  
  413. #wrapper {
  414. display: flex;
  415. {block:ifHideTitle}
  416. margin-top: 10px;{/block:ifHideTitle}
  417. }
  418. #first {
  419. margin-right: 10px;
  420. }
  421.  
  422. #first img {max-width: 250px;}
  423. #second {
  424. text-align: left;
  425. font-size: {text:sidebar text size}px;
  426. padding-top: 50px;
  427. }
  428.  
  429.  
  430.  
  431. table.merp {
  432. border: 2px solid {color:table border};
  433. background-color: {color:content bg};
  434. width: 350px;
  435. text-align: left;
  436. margin-top: 20px;
  437. border-collapse: separate;
  438. font-size: {text:font size}px;
  439.  
  440. }
  441. .merp td {
  442. padding: 4px 2px;
  443. background-color: {color:title table bg};
  444.  
  445. }
  446. table.merp tbody td {
  447.  
  448. color: {color:left table titles};
  449.  
  450. }
  451.  
  452. thead {
  453. color: {color:table title};
  454. font-weight: bold;
  455. text-align: left;
  456. font-size: {text:table header size}px;
  457. }
  458.  
  459. tr > :first-child {
  460. width: 30%;
  461. background: {color: table title bg};
  462. color: {color:table title};
  463.  
  464. }
  465.  
  466. table.contact{
  467. border: 2px solid {color:table border};
  468. background-color: {color: content bg};
  469. width: 350px;
  470. text-align: center;
  471. margin-top: 10px;
  472. border-collapse: separate;
  473. font-size: {text:font size}px;
  474.  
  475. }
  476.  
  477. .contact tr > :first-child {
  478. padding: 0;
  479. width: auto;
  480.  
  481. }
  482.  
  483. .url
  484. {margin-top: 20px;
  485. border: 1px solid {color:table border};
  486. max-width: 342px;
  487. padding: 3px;
  488. color: {color:font};
  489. }
  490.  
  491. .mood {margin-top: 5px; color: {color:font};}
  492. .more {margin-top: 5px; color: {color:font};}
  493. .display {text-align: left; font-weight: bold; margin-bottom: 10px;}
  494. .txt {color: {color:font};}
  495. .wrapper{
  496. display:table;}
  497. .box {
  498. display:table-cell;
  499. padding:0px;
  500. height: 20px;
  501. border: 3px solid {color:content bg};
  502. width: 400px;
  503. }
  504.  
  505. .box a {color: {color:asker name};}
  506.  
  507. {block:IfAlignImgWithSearch}
  508. .sc {display: inline-block;}{/block:IfAlignImgWithSearch}
  509.  
  510. #re3 {text-align: right; width: 850px; margin: auto; padding: 10px;}
  511. </style>
  512.  
  513.  
  514. {block:IfRedirect}
  515. <script>
  516. if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
  517. </script>
  518. {block:IfRedirect}
  519.  
  520. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  521.  
  522. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  523.  
  524. <script>
  525. (function($){
  526. $(document).ready(function(){
  527. $("[title]").style_my_tooltips();
  528. });
  529. })(jQuery);
  530. </script>
  531.  
  532. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
  533.  
  534.  
  535.  
  536. </head>
  537. <div id="content">
  538.  
  539. <div id="space">
  540.  
  541. {block:IfAlignImgWithSearch}<div align="left"><a href="/"><img src="{image:header}"></a></div>{/block:IfAlignImgWithSearch}
  542.  
  543. {block:IfNotAlignImgWithSearch}<a href="/"><img src="{image:header}"></a>
  544. {/block:IfNotAlignImgWithSearch}
  545. <div class="sc">
  546. <form action="/tagged" method="get"><input type="text" name="q" value="{text:search text}" class="search" /><input type="submit" value="{text:search button}" class="button"/></form></div>
  547. </div>
  548.  
  549. <div id="yomp">
  550. <a href="https://tumblr.com/dashboard/">Home</a> |
  551. <a href="{text:link 1 URL}">{text:link 1}</a> |
  552. <a href="{text:link 2 URL}">{text:link 2}</a> |
  553. <a href="{text:link 3 URL}">{text:link 3}</a> |
  554. <a href="{text:link 4 URL}">{text:link 4}</a> |
  555. <a href="{text:link 5 URL}">{text:link 5}</a>
  556.  
  557. </div>
  558.  
  559.  
  560.  
  561. {block:ifNotHideTitle}
  562. <div class="title"><a href="/">{text:title}</a></div>
  563. {/block:ifNotHideTitle}
  564.  
  565.  
  566. <div id="nep">
  567. <div id="wrapper">
  568. <div id="first">
  569. <a href="/"><img src="{image:sidebar}"></a>
  570. </div>
  571. <div id="second">
  572. <div class="txt">{text:sidebar text}<br>
  573. <img src="{image:sidebar pixel}">
  574. </div></div></div>
  575.  
  576. <div class="mood">
  577. <b>Mood:</b> <img src="{image:mood}">
  578. </div>
  579. <div class="more">View my: <a href="/archive">Pics</a> | <a href="/archive/filter-by/video">Videos</a></div>
  580.  
  581. <table class="contact">
  582. <thead><tr>
  583. <td colspan="2" style="font-size: 80%; padding: 3px; color: {color:table title}; background-color: {color:table title bg};">
  584. Contacting {Name}
  585. </td>
  586. </tr></thead>
  587.  
  588. <tbody>
  589. <tr>
  590. <td style="background: transparent;"><a href="/ask"><img src="https://i.imgur.com/GatvPMc.gif"></a></td><td><a href="/ask"><img src="https://i.imgur.com/02eAnWw.gif"></a></td>
  591. </tr>
  592. <tr>
  593. <td style="background: transparent;"><a href="https://tumblr.com/follow/{Name}"><img src="https://i.imgur.com/BzfOsqX.gif"></a></td>
  594. <td><a href="https://www.tumblr.com/settings/account"><img src="https://i.imgur.com/mfRuvh2.gif"></a></td></tr>
  595. </tbody>
  596. </tr>
  597. </table>
  598.  
  599. <div class="url">
  600. <b>Tumblr URL</b><br>
  601. https://{Name}.tumblr.com/
  602. </div>
  603.  
  604.  
  605. <table class="merp">
  606. <thead ><tr>
  607. <td colspan="2" style="background: {color:table title bg}">
  608. <small>{Name}'s Interests</small>
  609. </td>
  610. </tr></thead>
  611.  
  612. <tbody>
  613. <tr>
  614. <td style="background: {color:left table bg};"><b>{text:int 1}</b></td><td style="color: {color:table info}; background: {color:right table bg};">{text:int 1 info}</td></tr>
  615. <tr>
  616. <td style="background: {color:left table bg};"><b>{text:int 2}</b></td>
  617. <td style="color: {color:table info}; background: {color:right table bg}">{text:int 2 info}</td></tr>
  618. <tr>
  619. <td style="background: {color:left table bg};"><b>{text:int 3}</b></td>
  620. <td style="color: {color:table info}; background: {color:right table bg}">{text:int 3 info}</td></tr>
  621. <tr>
  622. <td style="background: {color:left table bg};"><b>{text:int 4}</b></td>
  623. <td style="color: {color:table info}; background: {color:right table bg}">{text:int 4 info}</td></tr>
  624. </tbody>
  625. </tr>
  626. </table>
  627. </div>
  628.  
  629. <div class="extend">{Name} is in your extended network.</div>
  630. {block:ifNotHideDesc}
  631. <div class="desc">
  632. <div class="bar">{Name}'s Blurbs</div>
  633. <div class="about">About me:</div>
  634. {text:description}</div>
  635. {/block:ifNotHideDesc}
  636.  
  637. <div class="bar" style="width: 400px; margin-left: 430px; margin-top: 10px">{Name}'s Posts</div>
  638.  
  639. <div class="display" style="width: 400px; margin-left: 430px; color: {color:font};">Displaying page {CurrentPage} out of {TotalPages} pages.<br>
  640. (<a href="/archive">View All</a> | <a href="/ask">Add Comment</a>)
  641. </div>
  642.  
  643.  
  644. {block:Posts}
  645. <div class="posts">
  646.  
  647. {block:IndexPage}<div id="notes">
  648. <b>{DayOfMonth} {Month}, {Year} {12Hour}:{Minutes} {CapitalAmPm}</b><br>
  649. <a href="{Permalink}">{NoteCount}N</a>
  650. - <a href="{ReblogURL">reblog</a>
  651. {block:RebloggedFrom}
  652. - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  653. {block:ContentSource}
  654. - <a href="{SourceURL}">source</a>
  655. {/block:ContentSource}
  656. </div>{/block:IndexPage}
  657.  
  658. {block:Text}
  659. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  660. {Body}
  661. {/block:Text}
  662.  
  663. {block:Quote}
  664. <div class="quote">"{Quote}"</div>
  665. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  666. {/block:Quote}
  667.  
  668. {block:Link}
  669. <big><a href="{URL}">{Name}</a></big>
  670. {block:Description}{Description}{/block:Description}
  671. {/block:Link}
  672.  
  673. {block:Chat}
  674. {block:Title}{Title}{/block:Title}
  675. {block:Lines}
  676. <div class="{Alt} user_{UserNumber}">
  677. {block:Label}{Label}{/block:Label} {Line}
  678. </div>
  679. {/block:Lines}
  680. {/block:Chat}
  681.  
  682. {block:Answer}
  683. <div class="wrapper">
  684. <div class="box" style="width: 40%; text-align: center; background: {color:ask icon bg};">
  685. {Asker}<br><br><img src="{AskerPortraitURL-96}" style="margin-bottom: 20px;">
  686. </div>
  687. <div class="box" style="padding: 10px; border-left: 0;">
  688. <div class="q">{Question}</div>
  689. {Answer}</div>
  690. </div>
  691. {/block:Answer}
  692.  
  693.  
  694. {block:Photo}
  695. <div class="pic"><center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{Permalink}"/>{LinkCloseTag}</center></div>
  696. {/block:Photo}
  697.  
  698. {block:Photoset}
  699. {Photoset}
  700. {/block:Photoset}
  701.  
  702. {block:Video}
  703. <center>{Video-400}</center>
  704. {/block:Video}
  705.  
  706. {block:AudioPlayer}
  707. <div class="audiowrapper">
  708. {block:AlbumArt}
  709. <div class="albumpic"><img src="{AlbumArtURL}"></div>
  710. {/block:AlbumArt}
  711. <div class="trackback">
  712. <div class="pressplay">
  713. {AudioPlayer}
  714. </div></div>
  715. <div class="trackinfo">
  716. {block:TrackName}{TrackName}{/block:TrackName}<br>
  717. {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
  718. {block:Album}<i>{Album}</i>{/block:Album}<br>
  719. </div></div>
  720. {/block:AudioPlayer}
  721.  
  722. {block:ifNotHideCaption}
  723. {block:Caption}{Caption}{/block:Caption}
  724. {/block:ifNotHideCaption}
  725.  
  726. {block:IndexPage}{block:HasTags}
  727. <div class="tags">
  728. {block:ifNotHideTags}
  729. <div class="tlink">{block:Tags}
  730. <a href="{TagURL}">#{Tag}</a>
  731. {/block:Tags}</div>{/block:ifNotHideTags}</div>
  732. {/block:HasTags}{/block:IndexPage}
  733.  
  734. {block:PermalinkPage}
  735. {block:ifHideCaption}
  736. {block:Caption}{Caption}{/block:Caption}
  737. {/block:ifHideCaption}
  738.  
  739. <div class="mer"><p>{block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
  740. {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  741. {block:RebloggedFrom}
  742. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  743. <br>{/block:RebloggedFrom}{block:ContentSource}
  744. Source: <a href="{SourceURL}">{SourceTitle}</a>
  745. {/block:ContentSource}</p></div>
  746.  
  747. {block:NoteCount}<div id="permanotes">
  748. {block:PostNotes}{PostNotes}{/block:PostNotes}
  749. </div>{/block:NoteCount}
  750. {/block:PermalinkPage}
  751. </div>
  752. {/block:Posts}
  753.  
  754. {block:Pagination}
  755. <div class="pagination">
  756. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">Previous</a> {/block:PreviousPage}
  757. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  758. </div>{/block:Pagination}
  759.  
  760. {block:IndexPage}<div id="re3carlos">
  761. &copy; 2012-2020. Theme by <a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="AYO WHAT UP">@ps1.</a></div>{/block:IndexPage}
  762. </div>
  763.  
  764. </div>
  765.  
  766. {block:PermalinkPage}<div id="re3">&copy; 2012-2020. Theme by <a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="@PS1">@ps1.</a></div>{/block:PermalinkPage}
  767. </body>
  768. </html>
Add Comment
Please, Sign In to add comment