wuunderstruckthemes

THEME #18 - VALKYRIE

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