wuunderstruckthemes

THEME #9 - MAMMA MIA!

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