Advertisement
wuunderstruckthemes

THEME #14 - TESS

Jan 27th, 2019 (edited)
5,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #14 BY SKYOFRP - TESS. ✧
  9.  
  10. theme made using a base code by mrsthemes. fonts hosted by google & redjamies. font icons by suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  13.  
  14. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:sidebar" content="#e4d9c8" />
  20. <meta name="color:accent" content="#bf927d" />
  21. <meta name="color:accent2" content="#c5b6a2" />
  22. <meta name="color:text" content="#666666"/>
  23. <meta name="color:nav links" content="#eeeeee"/>
  24. <meta name="color:chat bubble 1" content="#f7dfd9">
  25. <meta name="color:chat bubble 2" content="#ffffff">
  26.  
  27. <meta name="image:sidebar" content="http://via.placeholder.com/200x100"/>
  28. <meta name="image:icon" content="http://via.placeholder.com/70x70"/>
  29. <meta name="image:background image" content=""/>
  30.  
  31. <meta name="text:title" content="your title.">
  32. <meta name="text:subtitle" content="">
  33.  
  34. <meta name="if:celestial" content="1">
  35. <meta name="if:standard" content="0">
  36. <meta name="if:light" content="1">
  37. <meta name="if:dark" content="0">
  38. <meta name="if:polaroid" content="0">
  39.  
  40. <meta name="select:grayscale" title="0%" content="0%" />
  41. <meta name="select:grayscale" title="60%" content="60%" />
  42. <meta name="select:grayscale" title="70%" content="70%" />
  43. <meta name="select:grayscale" title="80%" content="80%" />
  44. <meta name="select:grayscale" title="90%" content="90%" />
  45. <meta name="select:grayscale" title="100%" content="100%" />
  46.  
  47. <meta name="text:icon hover text" content="">
  48. <meta name="text:link 1 title" content="link">
  49. <meta name="text:link 1 url" content=" ">
  50. <meta name="text:link 2 title" content="link">
  51. <meta name="text:link 2 url" content=" ">
  52.  
  53.  
  54. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  55.  
  56.  
  57. <!------------------------TOOLTIPS SCRIPT--------------------->
  58.  
  59. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  60. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:200,
  68. tip_fade_speed:300
  69. });
  70. });
  71. })(jQuery);
  72. </script>
  73.  
  74. <!-------------------------------------------------------------------->
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  77. <link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
  78. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap" rel="stylesheet">
  79.  
  80. <style type="text/css">
  81.  
  82. /*----------tooltips---------*/
  83.  
  84. #s-m-t-tooltip {
  85. max-width:300px;
  86. margin:15px;
  87. padding:5px;
  88. background:{color:accent};
  89. color:{color:nav links};
  90. z-index:999999999999999999999999;
  91. font-size:8px;
  92. font-style:none;
  93. letter-spacing:4px;
  94. font-family:'rubik';
  95. text-transform:lowercase;
  96. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  97. border-radius:5px;
  98. }
  99.  
  100.  
  101. /*----------scrollbar---------*/
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. height:auto;
  105. background-color:transparent;
  106. border-radius:20px;
  107. }
  108. ::-webkit-scrollbar {
  109. height:0px;
  110. width:0px;
  111. background-color:transparent;
  112. border-radius:50px;
  113. }
  114.  
  115. /*----------basics---------*/
  116.  
  117. body {
  118. background:{color:background} url({image:background image}) repeat right top fixed;
  119. background-size:cover;
  120. color:{color:text};
  121. font-family:'rubik';
  122. line-height:15px;
  123. font-size:11px;
  124. margin:0;
  125. text-align:left;
  126. }
  127.  
  128. blockquote {
  129. padding-left:10px;
  130. border-left:2px solid;
  131. border-color:#ccc;
  132. border-radius:0px!important;
  133. margin:10px;
  134. }
  135.  
  136. a {
  137. color:{color:accent};
  138. text-decoration:none;
  139. }
  140.  
  141. a:hover {
  142. text-decoration:none;
  143. color: {color:accent2};
  144. -webkit-transition:all 0.5s;
  145. -moz-transition:all 0.5s;
  146. -ms-transition:all 0.5s;
  147. -o-transition:all 0.5s;
  148. transition:all 0.5s;
  149. }
  150.  
  151. b, strong {
  152. color:{color:accent};
  153. }
  154.  
  155. i, em {
  156. color:{color:accent2};
  157. }
  158.  
  159. img {
  160. opacity:1;
  161. text-decoration:none;
  162. }
  163.  
  164. h1 {
  165. font-family:'rubik';
  166. text-align:center;
  167. text-transform:lowercase;
  168. letter-spacing:2px;
  169. font-size:18px;
  170. color:{color:accent2};
  171. line-height:100%;
  172. }
  173.  
  174. h2 {
  175. font-family:'kaushan script';
  176. text-align:center;
  177. text-transform:lowercase;
  178. letter-spacing:2px;
  179. font-size:16px;
  180. color:{color:accent2};
  181. line-height:100%;
  182. padding:5px;
  183. }
  184.  
  185. small, sub {
  186. font-size:10px;
  187. }
  188.  
  189.  
  190. /*----------posts---------*/
  191.  
  192. .container {
  193. left:50%;
  194. width:800px;
  195. position:absolute;
  196. }
  197.  
  198. .posts {
  199. {block:IndexPage}
  200. margin-top:20px;
  201. margin-bottom:50px;
  202. padding:10px;
  203. {/block:IndexPage}
  204. {block:PermalinkPage}
  205. margin-top:20px;
  206. margin-bottom:40px;
  207. padding:10px;
  208. border-radius:5px;
  209. {/block:PermalinkPage}
  210. width:400px;
  211. margin-left:10px;
  212. {block:iflight}
  213. background:rgba(255,255,255, 0.8);
  214. {/block:iflight}
  215. {block:ifdark}
  216. background:rgba(20, 20, 20, 0.8);
  217. {block:ifdark}
  218. border-radius:5px;
  219. }
  220.  
  221. .entries {
  222. margin-left:-350px;
  223. width:700px;
  224. top:50%;
  225. margin-top:-250px;
  226. height:500px;
  227. max-height:500px;
  228. overflow-y:scroll;
  229. {block:iflight}
  230. background:rgba(255,255,255, 0.4);
  231. {/block:iflight}
  232. {block:ifdark}
  233. background:rgba(0,0,0, 0.4);
  234. {/block:ifdark}
  235. position:fixed;
  236. padding-left:15px;
  237. border-radius:5px;
  238. }
  239.  
  240. .posts img, .posts blockquote {
  241. max-width: 100%;
  242. height:auto;
  243. border-radius:5px;
  244. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  245. filter: grayscale({select:grayscale});
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. -o-transition: all 0.5s ease-in-out;
  249. -ms-transition: all 0.5s ease-in-out;
  250. transition: all 0.5s ease-in-out;
  251. opacity:0.8;
  252. }
  253.  
  254. .posts img:hover, .posts blockquote:hover {
  255. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  256. filter: grayscale(0%);
  257. -webkit-transition: all 0.7s ease-in-out;
  258. -moz-transition: all 0.7s ease-in-out;
  259. -o-transition: all 0.7s ease-in-out;
  260. opacity:1;
  261. }
  262.  
  263.  
  264. .blockquote img {
  265. max-width:100%;
  266. height: auto;
  267. }
  268.  
  269. .photoset
  270. {
  271. border-radius:5px;
  272. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  273. filter: grayscale({select:grayscale});
  274. -webkit-transition: all 0.5s ease-in-out;
  275. -moz-transition: all 0.5s ease-in-out;
  276. -o-transition: all 0.5s ease-in-out;
  277. -ms-transition: all 0.5s ease-in-out;
  278. transition: all 0.5s ease-in-out;
  279. opacity:0.8;
  280. }
  281.  
  282. .photoset:hover {
  283. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  284. filter: grayscale(0%);
  285.  
  286. -webkit-transition: all 0.5s ease-in-out;
  287.  
  288. -moz-transition: all 0.5s ease-in-out;
  289.  
  290. -o-transition: all 0.5s ease-in-out;
  291.  
  292. -ms-transition: all 0.5s ease-in-out;
  293.  
  294. transition: all 0.5s ease-in-out;
  295. opacity:1;
  296. }
  297.  
  298. /*----------post info---------*/
  299.  
  300. .info {
  301. padding-top:20px;
  302. text-transform:lowercase;
  303. padding-bottom:15px;
  304. font-size:8px;
  305. letter-spacing:1px;
  306. margin-top:15px;
  307. text-align:center;
  308. background:{color:sidebar};
  309. color:{color:nav links};
  310. border-radius:5px;
  311. }
  312.  
  313. .info a {
  314. color:{color:nav links};
  315. background-color:{color:accent};
  316. padding:8px 8px 6px 8px;
  317. border-radius:5px;
  318. margin-left:-2px;
  319. margin-right:-2px;
  320. }
  321.  
  322. .info a:hover {
  323. color:{color:accent};
  324. background-color:{color:nav links};
  325. }
  326.  
  327. .tags {
  328. margin-top:15px;
  329. font-size:8px;
  330. letter-spacing:2px;
  331. padding-right:5px;
  332. padding-left:5px;
  333. color:{color:accent};
  334. background-color:{color:sidebar};
  335. }
  336.  
  337. .tags a {
  338. margin-right:8px;
  339. color:{color:nav links};
  340. background-color:{color:accent};
  341. padding:3px 5px 3px 5px;
  342. border-radius:5px;
  343. display:inline-block;
  344. margin-bottom:2px;
  345. }
  346.  
  347. .tags a:hover {
  348. color:{color:accent};
  349. background-color:{color:nav links};
  350. -moz-transition-duration:1s;
  351. -webkit-transition-duration:1s;
  352. -o-transition-duration:1s;
  353. }
  354.  
  355.  
  356. /*----------post notes---------*/
  357.  
  358. ol.notes {
  359. padding:10px;
  360. margin:0px 0px 0px 10px;
  361. list-style-type:none;
  362. {block:iflight}
  363. background:rgba(255,255,255, 0.6);
  364. {/block:iflight}
  365. {block:ifdark}
  366. background:rgba(0,0,0, 0.6);
  367. {/block:ifdark}
  368. width:400px;
  369. border-radius:10px;
  370. }
  371.  
  372. ol.notes li.note {
  373. padding:10px;
  374. }
  375.  
  376. ol.notes li.note img.avatar {
  377. vertical-align:-4px;
  378. margin-right:10px;
  379. width:16px;
  380. height:16px;
  381. border-radius:100px;
  382. }
  383.  
  384. ol.notes li.note span.action {
  385. font-weight:none;
  386. }
  387.  
  388. ol.notes li.note .answer_content {
  389. font-weight:normal;
  390. }
  391.  
  392. ol.notes li.note blockquote {
  393. padding:4px 10px;
  394. margin:10px 0px 0px 25px;
  395. }
  396.  
  397. ol.notes li.note blockquote a {
  398. text-decoration:none;
  399. }
  400.  
  401. /*----------sidebar---------*/
  402.  
  403. .sidebar {
  404. position:fixed;
  405. width:220px;
  406. margin-left:130px;
  407. top:50%;
  408. margin-top:-230px;
  409. background-color:{color:sidebar};
  410. height:450px;
  411. z-index:99;
  412. border-radius:5px;
  413. text-align:center;
  414. background-size:cover;
  415. }
  416.  
  417. .inner {
  418. background-color:transparent;
  419. width:220px;
  420. margin:10px;
  421. }
  422.  
  423. .sidebar img {
  424. width:200px;
  425. height:100px;
  426. margin-left:-20px;
  427. border-radius:10px;
  428. {block:ifpolaroid}
  429. max-width:185px;
  430. max-height:85px;
  431. overflow:hidden;
  432. border-top:solid 5px #eee;
  433. border-left:solid 5px #eee;
  434. border-right:solid 5px #eee;
  435. border-bottom:solid 15px #eee;
  436. border-radius:0px;
  437. -ms-transform: rotate(-5deg); /* IE 9 */
  438. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  439. transform: rotate(-5deg);
  440. {/block:ifpolaroid}
  441. }
  442.  
  443. .icon {
  444. width:70px;
  445. display:inline-block;
  446. }
  447.  
  448. .icon img {
  449. width:70px;
  450. height:70px;
  451. margin-left:40px;
  452. margin-top:25px;
  453. }
  454.  
  455. .icon img:hover {
  456. -moz-transition-duration:1s;
  457. -webkit-transition-duration:1s;
  458. -o-transition-duration:1s;
  459. transform: rotate(10deg);
  460. }
  461.  
  462. .sidetitle {
  463. font-family:montserrat;
  464. font-size:35px;
  465. text-transform:uppercase;
  466. font-weight:bold;
  467. margin-top:20px;
  468. text-align:center;
  469. color:#fff;
  470. width:200px;
  471. background:-webkit-linear-gradient(20deg, {color:accent}, {color:accent2});
  472. -webkit-background-clip: text;
  473. -webkit-text-fill-color: transparent;
  474. line-height:80%;
  475. max-height:27px;
  476. height:27px;
  477. }
  478.  
  479. .subtitle {
  480. font-family:'kaushan script';
  481. text-align:center;
  482. color:{color:accent2};
  483. font-size:16px;
  484. text-transform:lowercase;
  485. font-weight:bold;
  486. width:200px;
  487. letter-spacing:2px;
  488. height:14px;
  489. max-height:14px;
  490. overflow:hidden;
  491. }
  492.  
  493. .pagination {
  494. text-align:center;
  495. font-weight:normal;
  496. padding-top:5px;
  497. letter-spacing:0px;
  498. margin-top:25px;
  499. {block:ifpolaroid}
  500. margin-top:0px;
  501. {/block:ifpolaroid}
  502. position:fixed;
  503. width:220px;
  504. }
  505.  
  506. .pagination a {
  507. width:60px;
  508. background-color:{color:accent};
  509. color:{color:nav links};
  510. font-size:9px;
  511. padding:5px;
  512. border-radius:5px;
  513. font-weight:bold;
  514. text-transform:lowercase;
  515. letter-spacing:4px;
  516. }
  517.  
  518. .pagination a:hover{
  519. -moz-transition-duration:1s;
  520. -webkit-transition-duration:1s;
  521. -o-transition-duration:1s;
  522. background-color:{color:nav links};
  523. color:{color:accent};
  524. }
  525.  
  526. .links {
  527. margin-left:-190px;
  528. margin-top:20px;
  529. width:200px;
  530. font-family:'rubik';
  531. display:inline-block;
  532. height:100px;
  533. position:fixed;
  534. }
  535.  
  536. .links a {
  537. display:inline-block;
  538. background-color:;
  539. color:{color:nav links};
  540. background-image: linear-gradient(to right, {color:accent}, {color:accent2});
  541. margin-right:3px;
  542. margin-right:5px;
  543. margin-top:5px;
  544. margin-bottom:3px;
  545. padding:10px;
  546. width:15px;
  547. height:15px;
  548. font-size:15px;
  549. text-transform:uppercase;
  550. font-weight:normal;
  551. border-radius:10px;
  552. }
  553.  
  554. .links a:hover {
  555. background-color:{color:nav links};
  556. color:{color:accent};
  557. -moz-transition-duration:.5s;
  558. -webkit-transition-duration:.5s;
  559. -o-transition-duration:.5s;
  560. transform: rotate(20deg);
  561. text-shadow: 2px 2px 8px {color:accent};
  562. }
  563.  
  564. .description {
  565. color:{color:text};
  566. width:190px;
  567. text-align:center;
  568. line-height:170%;
  569. letter-spacing:1px;
  570. text-transform:lowercase;
  571. font-size:9px;
  572. margin-left:3px;
  573. margin-top:20px;
  574. height:100px;
  575. max-height:100px;
  576. overflow-y:scroll;
  577. padding:3px;
  578. {block:iflight}
  579. background:rgba(255,255,255, 0.3);
  580. {/block:iflight}
  581. {block:ifdark}
  582. background:rgba(20, 20, 20, 0.3);
  583. {block:ifdark}
  584. border-radius:10px;
  585. }
  586.  
  587. /*----------quotes---------*/
  588.  
  589. .quote {
  590. text-transform:uppercase;
  591. font-size:15px;
  592. font-weight:bold;
  593. text-align:center;
  594. letter-spacing:3px;
  595. margin-top:10px;
  596. }
  597.  
  598. .quotesource {
  599. text-align:center;
  600. margin-top:10px;
  601. }
  602.  
  603.  
  604. /*----------chat---------*/
  605.  
  606. /* IMESSAGE CHAT POST */
  607. .answer span,
  608.  
  609. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  610.  
  611. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  612.  
  613. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  614.  
  615. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  616.  
  617. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  618.  
  619. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  620.  
  621. .asked p {
  622. text-align: left;
  623. margin: 0 0px 10px 0px;
  624. padding: 0;
  625. color: #666666;
  626. font-family:'rubik';
  627. font-size: 12px;
  628. line-height: 0px;
  629. }
  630. .footerright .viasrc {
  631. float: left;
  632. }
  633. .asked a {
  634. margin:0;padding:0;
  635. }
  636. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  637. .convo {
  638. overflow: hidden;
  639. list-style-type: none;
  640. padding: 0;
  641. margin: 0;
  642. }
  643.  
  644.  
  645. /*----------questions---------*/
  646.  
  647. .question {
  648. background:{color:sidebar};
  649. padding:10px;
  650. text-align:center;
  651. padding:20px;
  652. border-radius:10px;
  653. color:{color:text};
  654. text-transform:uppercase;
  655. letter-spacing:1px;
  656. }
  657.  
  658. .question img {
  659. float:right;
  660. }
  661.  
  662. .asker {
  663. font-family:'kaushan script';
  664. font-weight:bold;
  665. letter-spacing:2px;
  666. color:{color:accent};
  667. text-transform:lowercase;
  668. }
  669.  
  670. .answer {
  671. padding:10px;
  672. margin-top:-15px;
  673. }
  674.  
  675. /*----------audio---------*/
  676.  
  677. .playerbuttonbg {
  678. position: absolute;
  679. left: 25px;
  680. top: 30px;
  681. background-color:transparent;
  682. padding: 10px;
  683. opacity: .4;
  684. filter: alpha(opacity=40);
  685. -moz-opacity: 0.4;
  686. -khtml-opacity: 0.4;
  687. transition: opacity .7s ease-in-out;
  688. -moz-transition: opacity .7s ease-in-out;
  689. -webkit-transition: opacity .7s ease-in-out;
  690. padding-bottom:20px;
  691. }
  692.  
  693. .playerbuttonbg:hover {
  694. opacity: 1;
  695. filter: alpha(opacity=100);
  696. -moz-opacity: 1;
  697. -khtml-opacity: 1;
  698. }
  699.  
  700. .tumblr_audio_player {
  701. height: 90px;
  702. width: 32px;
  703. }
  704.  
  705. .audioimgwrapper {
  706. position: absolute;
  707. left: 0px;
  708. top: 0px;
  709. -webkit-border-radius: 5px;
  710. -moz-border-radius: 5px;
  711. border-radius: 5px;
  712. overflow: hidden;
  713. width: 100px;
  714. height: 100px;
  715. }
  716.  
  717. .audioimgwrapper img {
  718. width: 100%;
  719. height: auto;
  720. -webkit-border-radius: 5px;
  721. -moz-border-radius: 5px;
  722. border-radius: 5px;
  723. }
  724.  
  725. .trackdetails {
  726. width: auto;
  727. display:inline-block;
  728. margin-left: 200px;
  729. min-height: 85px;
  730. font-family:'rubik';
  731. font-weight:bold;
  732. text-transform:lowercase;
  733. letter-spacing:1px;
  734. text-align:center;
  735. }
  736.  
  737. .audiowrapper {
  738. position: relative;
  739. display:inline-block;
  740. }
  741.  
  742. /*----------credit---------*/
  743.  
  744. .credit {
  745. font-size:15px;
  746. position:fixed;
  747. font-weight:normal;
  748. bottom:10px;
  749. right:15px;
  750. z-index:10;
  751. text-align:right;
  752. }
  753.  
  754. .credit a {
  755. background-color:{color:accent};
  756. color:{color:nav links};
  757. padding-top:6px;
  758. padding-right:7px;
  759. padding-left:6px;
  760. border-radius:5px;
  761. }
  762.  
  763. .credit a:hover {
  764. background-color:{color:nav links};
  765. color:{color:accent};
  766. -moz-transition-duration:0.5s;
  767. -webkit-transition-duration:0.5s;
  768. -o-transition-duration:0.5s;
  769. }
  770.  
  771.  
  772. </style>
  773. </head>
  774.  
  775. <body>
  776. <div class="container">
  777.  
  778. <div class="credit">
  779. <a title="skyofrp" href="http://skyofrp.tumblr.com/"><span class="th th-avocado-o
  780. "></span></a></div>
  781.  
  782.  
  783. <div class="sidebar">
  784. <div class="inner">
  785.  
  786. <img src="{image:sidebar}">
  787.  
  788. <div class="sidetitle">{text:title}</div>
  789. <div class="subtitle">{text:subtitle}</div>
  790.  
  791. <div class="description">{description}</div>
  792.  
  793.  
  794. <div class="icon"><a href="/" title="{text:icon hover text}"><img src="{image:icon}"></a></div>
  795.  
  796. <div class="links">
  797. {block:IfCelestial}
  798. <a title="home" href="/"><span class="th th-earth-o"></span></a>
  799. <a title="message" href="/ask"><span class="th th-stars-o"></span></a>
  800. <br>
  801. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="th th-moon-o"></span></a>
  802. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="th th-planet-1-o"></span></a>
  803. {/block:IfCelestial}
  804. {block:IfStandard}
  805. <a title="home" href="/"><span class="th th-location-1-o"></span></a>
  806. <a title="message" href="/ask"><span class="th th-chat-bubble-o"></span></a>
  807. <br>
  808. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="th th-cabinet-o"></span></a>
  809. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="th th-app-o"></span></a>
  810. {/block:IfStandard}
  811. </div>
  812.  
  813.  
  814.  
  815. </div>
  816.  
  817. <div class="pagination">
  818. {block:Pagination}
  819. {block:PreviousPage}
  820. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  821.  
  822. {block:NextPage}
  823. <a href="{NextPage}"> swim » </a>
  824. {/block:NextPage}
  825. {/block:Pagination}
  826. </div>
  827. </div>
  828.  
  829. <div class="entries">
  830. {block:Posts}
  831. <div class="posts">
  832.  
  833. {block:Text}
  834. <h1>{block:Title}{Title}{/block:Title}</h1>
  835. {Body}{/block:Text}
  836.  
  837.  
  838. {block:Photo}
  839. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  840. {block:Caption}{Caption}{/block:Caption}
  841. {/block:Photo}
  842.  
  843.  
  844. {block:Photoset}
  845. {Photoset-400}
  846. {block:Caption}{Caption}{/block:Caption}
  847. {/block:Photoset}
  848.  
  849.  
  850. {block:Quote}
  851. <div class="quote">&#8220;{Quote}&#8221;</div>
  852. {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
  853. {/block:Source}{/block:Quote}
  854.  
  855.  
  856. {block:Link}
  857. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  858. {block:Description}{Description}{/block:Description}
  859. {/block:Link}
  860.  
  861.  
  862. {block:Chat}
  863. {block:Title}
  864. <h1>{Title}</h1>{/block:Title}<br>
  865. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  866. {Line}</li>{/block:Lines}</ul>
  867. {/block:Chat}
  868.  
  869.  
  870. {block:Audio}
  871. {block:AudioPlayer}
  872. <div class="audiowrapper">
  873. {block:AlbumArt}
  874. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  875. {/block:AlbumArt}
  876.  
  877. <div class="playerbuttonbg">
  878. <div class="newplayerbutton">
  879. <div class="playerbuttonhug">
  880.  
  881. {AudioPlayer}
  882.  
  883. </div>
  884. </div>
  885. </div>
  886.  
  887. <div class="trackdetails">
  888.  
  889. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  890. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  891. {block:Album}Album: {Album}{/block:Album}<br/>
  892. {PlayCountWithLabel}
  893.  
  894. </div>
  895. </div>
  896. {/block:AudioPlayer}
  897.  
  898. {block:Caption}{Caption}{/block:Caption}
  899. {/block:Audio}
  900.  
  901.  
  902. {block:Video}
  903. {Video-400}
  904. {block:Caption}{Caption}{/block:Caption}
  905. {/block:Video}
  906.  
  907.  
  908. {block:Answer}
  909. <div class="question"><img src="{AskerPortraitURL-40}">
  910. {Question}<br><div class="asker">&mdash; {Asker}</div></div><br>
  911. <div class="answer">
  912. {Answer}</div>
  913. {/block:Answer}
  914.  
  915. {block:Date}
  916. <div class="info">
  917. <a href="{Permalink}"><span class="th th-clock-o"></span></span> {timeago}</a>
  918.  
  919. &nbsp;&nbsp;
  920. <a href="{Permalink}"><span class="th th-heart-1-o"></span></span> {NoteCountwithLabel}</a>
  921. &nbsp;&nbsp;
  922.  
  923. {block:RebloggedFrom}
  924. <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-upload-o"></span></span> via</a>
  925. &nbsp;&nbsp;
  926. {/block:RebloggedFrom}
  927. {block:ContentSource}
  928. <a href="{SourceURL}" title="{SourceTitle}"><span class="th th-home-o"></span> source</a>
  929. &nbsp;&nbsp;
  930. {/block:ContentSource}
  931.  
  932. <a href="{ReblogURL}" target="_blank" class="details"><span class="th th-reload"></span> reblog</a>
  933. {/block:Date}
  934.  
  935. {block:HasTags}
  936. <div class="tags">
  937. {block:Tags}
  938.  
  939. <a href="{TagURL}"># {Tag}</a>
  940. {/block:Tags}
  941. </div>
  942. {/block:HasTags}
  943.  
  944.  
  945. </div>
  946. </div>
  947.  
  948.  
  949. {block:PostNotes}
  950. {PostNotes}
  951. {/block:PostNotes}
  952.  
  953.  
  954. {/block:Posts}
  955.  
  956. {block:ContentSource}
  957. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  958. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  959. {/block:SourceLogo}
  960. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  961. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  962.  
  963.  
  964.  
  965. </body>
  966.  
  967. </div></div></div></div></div></div></div></div></div></div></div>
  968. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement