Advertisement
heartilys

cotton candy / theme o2.

May 27th, 2018
1,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.96 KB | None | 0 0
  1. <!-- ♡ —— THEME 02 / COTTON CANDY.
  2.  
  3. feel free to edit as you see fit! drop an ask
  4. if you need customization help, or if you find
  5. a bug in the coding. contact me @ siimplyevie
  6. OR @ beyondclreams on tumblr.
  7.  
  8. keep the credit intact & don't claim as your own!
  9.  
  10. script credits can be found with the codes. -->
  11.  
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!-- scripts -->
  24.  
  25.  
  26. <!-- fonts -->
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
  29. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  30.  
  31. <!-- linear icons -->
  32. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  33.  
  34. <!-- tooltips -->
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("[title],a[title],img[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:90,
  43. tip_fade_speed:600,
  44. attribute:"title"
  45. });
  46. });
  47. })(jQuery);
  48. </script>
  49.  
  50. <!-- jquery docs -->
  51. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  52.  
  53. <script type="text/javascript"
  54. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55.  
  56. <!-- photoset script ( tutorials @ http://shythemes.tumblr.com/post/113728114758/tutorial-pixel-union-photosets + http://bychloethemes.tumblr.com/post/155956945114/modified-pxu-photoset-script-modified-by ) -->
  57.  
  58. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  59. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  60. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  61.  
  62. <script>
  63. $(document).ready(function(){
  64. $('.photo-slideshow').pxuPhotoset({
  65. lightbox: true,
  66. rounded: false,
  67. gutter: '3px',
  68. borderRadius: '0px',
  69. photoset: '.photo-slideshow',
  70. photoWrap: '.photo-data',
  71. photo: '.pxu-photo'
  72. });
  73. });
  74. </script>
  75.  
  76.  
  77. <!--DEFAULTS-->
  78.  
  79. <!--TEXT-->
  80. <meta name="text:stitle" content="subtitle here"/>
  81. <meta name="text:sdesc" content="side description here"/>
  82. <meta name="text:strack" content="side trackers here"/>
  83. <meta name="text:stext" content="side text here"/>
  84.  
  85. <!--COLOURS-->
  86. <meta name="color:scroll" content="#945364"/>
  87. <meta name="color:main" content="#f5f1f0"/>
  88. <meta name="color:side" content="#e5d5d5"/>
  89. <meta name="color:nav" content="#a0c6c5"/>
  90. <meta name="color:title" content="#a0c6c5"/>
  91. <meta name="color:post" content="#ffffff"/>
  92. <meta name="color:text" content="#4c3b3b"/>
  93. <meta name="color:stext" content="#4c3b3b"/>
  94. <meta name="color:info" content="#b68590"/>
  95. <meta name="color:link" content="#945364"/>
  96. <meta name="color:hover" content="#a0c6c5"/>
  97. <meta name="color:borders" content="#d4c7c0"/>
  98. <meta name="color:borders2" content="#c3b0a7"/>
  99.  
  100. <!--IMAGES-->
  101. <meta name="image:bg" content=""/>
  102. <meta name="image:sbg" content=""/>
  103. <meta name="image:sicon" content=""/>
  104. <meta name="image:sicon2" content=""/>
  105. <meta name="image:sicon3" content=""/>
  106.  
  107. <!--LINKS-->
  108. <meta name="text:Link1" content="/" />
  109. <meta name="text:Link1 Title" content="" />
  110. <meta name="text:Link2" content="/" />
  111. <meta name="text:Link2 Title" content="" />
  112. <meta name="text:Link3" content="/" />
  113. <meta name="text:Link3 Title" content="" />
  114.  
  115. <!--POST SIZES-->
  116. <meta name="if:500px" content="0"/>
  117. <meta name="if:540px" content="0"/>
  118. <meta name="if:tracker" content="1"/>
  119.  
  120. <style type="text/css">
  121.  
  122. /* tooltips */
  123.  
  124. .tooltip{
  125. display:inline;
  126. position:absolute;
  127. }
  128.  
  129. #s-m-t-tooltip {
  130. max-width:100px;
  131. background-color:{color:post};
  132. border:1px solid {color:borders2};
  133. margin:15px 10px 10px 10px;
  134. font-size:9px;
  135. text-transform:uppercase;
  136. font-family: 'Roboto Condensed', sans-serif;
  137. text-align:center;
  138. padding:4px;
  139. }
  140.  
  141.  
  142. /* scrollbar */
  143.  
  144. ::-webkit-scrollbar {
  145. width:7px;
  146. background-color:{color:main};
  147. }
  148.  
  149. ::-webkit-scrollbar-thumb{
  150. border:3px solid {color:main};
  151. border-top:4px solid {color:main};
  152. background-color:{color:scroll};
  153. }
  154.  
  155. /* general */
  156.  
  157. body {
  158. background-color:{color:main};
  159. background-image:url('{image:bg}');
  160. background-attachment:fixed;
  161. background-repeat:no-repeat;
  162. background-position:left top;
  163. color:{color:text};
  164. font-size:11.5px;
  165. font-family: 'Roboto Condensed', sans-serif;
  166. overflow-x:hidden;
  167. }
  168.  
  169. a {
  170. color:{color:link};
  171. text-decoration:none;
  172. letter-spacing:0px;
  173. text-transform:uppercase;
  174. }
  175.  
  176. a:hover {
  177. color:{color:hover};
  178. transition-duration:1s;
  179. -moz-transition-duration:1s;
  180. -webkit-transition-duration:1s;
  181. -o-transition-duration:1s;
  182. }
  183.  
  184. b, strong {
  185. color:{color:link};
  186. font-weight:800;
  187. letter-spacing:2px;
  188. }
  189.  
  190. i, em {
  191. color:{color:title};
  192. }
  193.  
  194. u, strike {
  195. color:{color:cont};
  196. font-weight:bold;
  197. }
  198.  
  199. sub, sup, sub sub {
  200. font-size:11px;
  201. }
  202.  
  203. li {
  204. list-style-type:circle;
  205. margin-left:-10px;
  206. }
  207.  
  208. pre {
  209. background-color:{color:link};
  210. color:{color:post};
  211. padding:6px;
  212. font-size:10px;
  213. }
  214.  
  215. hr {
  216. display:block;
  217. width:300px;
  218. border:.5px solid {color:info};
  219. margin-top:20px;
  220. margin-bottom:15px;
  221. }
  222.  
  223. blockquote {
  224. text-align:justify;
  225. margin-top: 5px;
  226. margin-bottom: 5px;
  227. margin-left: 0px;
  228. padding: 0px 0px 0px 10px;
  229. border-left: 1px solid {color:info};
  230. margin-right:5px;
  231. }
  232.  
  233. blockquote img {
  234. max-width:300px;
  235. height:auto;
  236. padding-bottom:5px;
  237. }
  238.  
  239. img {
  240. max-width:100%;
  241. height:auto;
  242. }
  243.  
  244.  
  245. /* headings */
  246.  
  247. h1 {
  248. margin-bottom:25px;
  249. font-size:15px;
  250. letter-spacing:1px;
  251. text-transform:uppercase;
  252. font-style:italic;
  253. font-family: 'Francois One', sans-serif;
  254. text-align:right;
  255. padding:8px;
  256. color:{color:title};
  257. text-shadow:0 .01em;
  258. transform:rotate(-3deg);
  259. background-color:{color:post};
  260. border:1px solid {color:borders};
  261. }
  262.  
  263. h1 a {
  264. color:{color:cont};
  265. }
  266.  
  267. h1 a:hover {
  268. color:{color:link};
  269. transition-duration:1s;
  270. -moz-transition-duration:1s;
  271. -webkit-transition-duration:1s;
  272. -o-transition-duration:1s;
  273. }
  274.  
  275. h2 {
  276. margin-bottom:10px;
  277. font-size:12px;
  278. letter-spacing:1px;
  279. text-transform:uppercase;
  280. font-style:italic;
  281. font-family: 'Francois One', sans-serif;
  282. text-align:center;
  283. padding:12px;
  284. color:{color:title};
  285. text-shadow:0 .01em;
  286. }
  287.  
  288. /* content */
  289.  
  290. #entries {
  291. margin-top:20px;
  292. margin-left:460px;
  293. width:420px;
  294. height:100%;
  295. {block:if500px}width:520px;{/block:if500px}
  296. {block:if540px}width:560px;{/block:if540px}
  297. margin-bottom:20px;
  298. }
  299.  
  300.  
  301. #post {
  302. margin-top:20px;
  303. width:400px;
  304. {block:if500px}width:500px;{/block:if500px}
  305. {block:if540px}width:540px;{/block:if540px}
  306. font-family: 'Roboto Condensed', sans-serif;
  307. color:{color:text};
  308. }
  309.  
  310. #caption {
  311. text-align:justify;
  312. padding:5px 10px 5px 10px;
  313. margin-left:0px;
  314. color:{color:text};
  315. font-family: 'Roboto Condensed', sans-serif;
  316. }
  317.  
  318. #info {
  319. margin-left:-20px;
  320. margin-top:-10px;
  321. margin-bottom:5px;
  322. color:{color:post};
  323. font-size:10px;
  324. font-family: 'Roboto Condensed', sans-serif;
  325. text-align:center;
  326. text-transform:uppercase;
  327. padding:5px;
  328. }
  329.  
  330. #info a {
  331. background-color:{color:info};
  332. padding:3px 6px 3px 6px;
  333. color:{color:post};
  334. border-radius:5px;
  335. border:1px solid {color:borders2};
  336. }
  337.  
  338. #tags {
  339. margin-top:10px;
  340. font-size:10.5px;
  341. word-spacing:1px;
  342. text-align:center;
  343. word-wrap:break-word;
  344. }
  345.  
  346. #tags a {
  347. color:{color:title};
  348. background-color:transparent;
  349. text-transform:lowercase;
  350. border:none;
  351. }
  352.  
  353. #tags a:hover {
  354. text-shadow: 0 0 .1em;
  355. font-weight:bold;
  356. color:{color:link};
  357. transition-duration:1s;
  358. -moz-transition-duration:1s;
  359. -webkit-transition-duration:1s;
  360. -o-transition-duration:1s;
  361. }
  362.  
  363. #notes {
  364. font-family: 'Roboto Condensed', sans-serif;
  365. text-transform:uppercase;
  366. font-size:8px;
  367. }
  368.  
  369. ol.notes {
  370. list-style-type:none;
  371. }
  372.  
  373.  
  374. /* sidebar */
  375.  
  376. #stext {
  377. position:fixed;
  378. color:{color:link};
  379. text-shadow: 0 0 .1em;
  380. left:235px;
  381. top:279px;
  382. width:370px;
  383. height:15px;
  384. overflow:hidden;
  385. text-align:center;
  386. transform:rotate(90deg);
  387. font-size:10px;
  388. font-style:italic;
  389. text-transform:uppercase;
  390. font-family: 'Francois One', sans-serif;
  391. }
  392.  
  393. #side {
  394. width:250px;
  395. height:306px;
  396. {block:iftracker}height:352px;{/block:iftracker}
  397. position:fixed;
  398. left:140px;
  399. top:100px;
  400. padding:10px;
  401. background-color:{color:side};
  402. border-radius:5px;
  403. border:1px solid {color:borders2};
  404. background-image:url('{image:sbg}');
  405. background-attachment:fixed;
  406. background-repeat:repeat;
  407. background-position:left top;
  408. }
  409.  
  410. #stitle {
  411. margin-top:15px;
  412. margin-left:0px;
  413. font-size:16px;
  414. font-style:italic;
  415. padding:4px 4px 6px 4px;
  416. font-family: 'Francois One', sans-serif;
  417. color:{color:post};
  418. text-transform:uppercase;
  419. text-align:center;
  420. text-shadow: 1px 1px {color:link};
  421. transform:rotate(-3deg);
  422. background-color:{color:title};
  423. border:1px solid {color:post};
  424. z-index:1000;
  425. }
  426.  
  427. #stitle:hover {
  428. color:{color:hover};
  429. text-shadow: 1px 1px #000;
  430. transition-duration:1s;
  431. -moz-transition-duration:1s;
  432. -webkit-transition-duration:1s;
  433. -o-transition-duration:1s;
  434. }
  435.  
  436. #sicon {
  437. width:256px;
  438. height:60px;
  439. margin-top:18px;
  440. margin-left:21px;
  441. }
  442.  
  443. #sicon img {
  444. width:60px;
  445. height:60px;
  446. margin-right:6px;
  447. border-radius:5px;
  448. border:2px solid {color:link};
  449. }
  450.  
  451. #description {
  452. width:200px;
  453. height:80px;
  454. margin-left:15px;
  455. margin-top:15px;
  456. padding:10px;
  457. color:{color:stext};
  458. font-family:'Roboto Condensed', sans-serif;
  459. font-size:10px;
  460. text-align:justify;
  461. border-radius:5px;
  462. line-height:13px;
  463. letter-spacing:.5px;
  464. overflow-y:hidden;
  465. background-color:{color:post};
  466. border:1px solid {color:borders2};
  467. }
  468.  
  469. #nav {
  470. margin-top:15px;
  471. margin-left:2px;
  472. padding-bottom:5px;
  473. text-align:center;
  474. word-spacing:25px;
  475. }
  476.  
  477. #nav a {
  478. color:{color:nav};
  479. padding:6px 6px 2px 6px;
  480. font-size:15px;
  481. font-weight:bold;
  482. text-transform:lowercase;
  483. background-color:{color:post};
  484. border-radius:4px;
  485. border:1px solid {color:borders2};
  486. }
  487.  
  488. #nav a:hover {
  489. color:{color:link};
  490. transition-duration:1s;
  491. -moz-transition-duration:1s;
  492. -webkit-transition-duration:1s;
  493. -o-transition-duration:1s;
  494. }
  495.  
  496. #strack {
  497. width:200px;
  498. height:20px;
  499. background-color:{color:post};
  500. border-radius:10px;
  501. font-size:9.5px;
  502. color:{color:text};
  503. padding:10px;
  504. margin-left:15px;
  505. margin-top:6px;
  506. text-align:center;
  507. border:1px solid {color:borders2};
  508. }
  509.  
  510. #pagination {
  511. margin-top:10px;
  512. text-align:center;
  513. font-size:9px;
  514. word-spacing:60px;
  515. font-weight:bold;
  516. text-decoration:underline;
  517. }
  518.  
  519. /* post types */
  520.  
  521.  
  522. /* asks */
  523.  
  524. #q {
  525. width:368px;
  526. {block:if500px}width:468px;{/block:if500px}
  527. {block:if540px}width:508px;{/block:if540px}
  528. padding:15px;
  529. background-color:{color:post};
  530. word-wrap:break-word;
  531. border-radius:5px;
  532. border:1px solid {color:borders};
  533. }
  534.  
  535. #asker {
  536. font-family: 'Francois One', sans-serif;
  537. font-size:12px;
  538. float:center;
  539. text-align:center;
  540. font-style:italic;
  541. text-transform:uppercase;
  542. letter-spacing:1px;
  543. color:{color:title};
  544. margin-top:0px;
  545. padding:2px;
  546. text-shadow:1px 1px {color:text};
  547. background-color:{color:post};
  548. }
  549.  
  550. #question {
  551. padding:15px 15px 15px 15px;
  552. text-align:justify;
  553. font-style:italic;
  554. word-spacing:2px;
  555. text-transform:lowercase;
  556. margin-top:2px;
  557. word-wrap:break-word;
  558. border:1px solid {color:borders};
  559. }
  560.  
  561. #answer {
  562. text-align:justify;
  563. margin-top:20px;
  564. color:{color:text};
  565. }
  566.  
  567.  
  568. /* link */
  569.  
  570. #linkp {
  571. padding:12px;
  572. background-color:{color:post};
  573. color:{color:text};
  574. border:1px solid {color:borders};
  575. line-height:12px;
  576. border-radius:5px;
  577. }
  578.  
  579. #linkp h1 {
  580. margin-top:15px;
  581. margin-bottom:5px;
  582. }
  583.  
  584. #linkp a {
  585. text-transform:lowercase;
  586. letter-spacing:2px;
  587. color:{color:side};
  588. }
  589.  
  590. #linkp a:hover {
  591. color:{color:hover};
  592. }
  593.  
  594. /* quote */
  595.  
  596. #qp {
  597. padding:15px;
  598. background-color:{color:post};
  599. overflow-x:hidden;
  600. border-radius:5px;
  601. border:1px solid {color:borders};
  602. }
  603.  
  604. #qu {
  605. margin-top:10px;
  606. text-align:center;
  607. padding:15px;
  608. font-style:italic;
  609. color:{color:test};
  610. transform:rotate(-3deg);
  611. border:1px solid {color:borders};
  612. }
  613.  
  614. #src {
  615. margin-top:10px;
  616. margin-right:15px;
  617. margin-bottom:10px;
  618. font-family: 'Francois One', sans-serif;
  619. font-size:14px;
  620. font-weight:bold;
  621. color:{color:title};
  622. text-transform:lowercase;
  623. text-align:right;
  624. text-shadow:1px 1px {color:link};
  625. letter-spacing:2px;
  626. }
  627.  
  628. #src a {
  629. text-transform:lowercase;
  630. font-size:18px;
  631. letter-spacing:2px;
  632. color:{color:side};
  633. text-shadow:1px 1px {color:link};
  634. }
  635.  
  636. /* text */
  637.  
  638. #text {
  639. padding:18px;
  640. background-color:{color:post};
  641. color:{color:text};
  642. font-family: 'Roboto Condensed', sans-serif;
  643. border:1px solid {color:borders};
  644. line-height:12px;
  645. text-align:justify;
  646. border-radius:5px;
  647. }
  648.  
  649.  
  650. /* chats */
  651.  
  652. #chat {
  653. width:368px;
  654. {block:if500px}width:468px;{/block:if500px}
  655. {block:if540px}width:508px;{/block:if540px}
  656. padding:15px;
  657. background-color:{color:post};
  658. color:{color:text};
  659. list-style:none;
  660. border:1px solid {color:borders};
  661. font-family: 'Roboto Condensed', sans-serif;
  662. border-radius:5px;
  663. }
  664.  
  665. #chat li {
  666. list-style-type: none;
  667. margin-left:0px;
  668. }
  669.  
  670. #chat li:nth-of-type(odd) {
  671. background-color:{color:link};
  672. padding:6px;
  673. color:{color:post};
  674. border-radius:5px;
  675. }
  676.  
  677. #chat li:nth-of-type(even) {
  678. background-color:{color:post};
  679. color:{color:text};
  680. padding:6px;
  681. }
  682.  
  683. #chat li:last-of-type {
  684. margin-bottom:5px;
  685. }
  686.  
  687. #chat li.span {
  688. margin-right:10px;
  689. }
  690.  
  691.  
  692. .label {
  693. font-weight:bold;
  694. text-transform:uppercase;
  695. letter-spacing:1px;
  696. }
  697.  
  698. /* photo */
  699.  
  700. #ph {
  701.  
  702. background-color:{color:post};
  703. padding:10px;
  704. padding-bottom:15px;
  705. margin-bottom:0px;
  706. border:1px solid {color:borders};
  707. border-radius:5px;
  708. }
  709.  
  710. #ph img {
  711. margin-top:3px;
  712. }
  713.  
  714. #phset {
  715. background-color:{color:post};
  716. padding:10px;
  717. padding-bottom:15px;
  718. margin-bottom:0px;
  719. border:1px solid {color:borders};
  720. margin-bottom:0px;
  721. border-radius:5px;
  722. }
  723.  
  724. .photo-slideshow {
  725. width:auto!important;
  726. }
  727.  
  728. #cs {
  729. display:none;
  730. }
  731.  
  732. /* video */
  733.  
  734. #vid {
  735. width:368px;
  736. {block:if500px}width:468px;{/block:if500px}
  737. {block:if540px}width:508px;{/block:if540px}
  738. padding:15px;
  739. background-color:{color:post};
  740. border-radius:5px;
  741. border:1px solid {color:borders};
  742. }
  743.  
  744. #v iframe {
  745. width:368px;
  746. {block:if500px}width:468px;{/block:if500px}
  747. {block:if540px}width:508px;{/block:if540px}
  748. }
  749.  
  750. /* audio */
  751.  
  752. #aud {
  753. width:368px;
  754. {block:if500px}width:468px;{/block:if500px}
  755. {block:if540px}width:508px;{/block:if540px}
  756. padding:15px;
  757. background-color:{color:post};
  758. color:{color:text};
  759. border:1px solid {color:borders};
  760. border-radius:5px;
  761. }
  762.  
  763. #albumart {
  764. margin-left:40px;
  765. background-color:{color:side};
  766. border-radius:.4em;
  767. position: relative;
  768. }
  769.  
  770.  
  771. #albumart img {
  772. width:85px;
  773. height:85px;
  774. float:left;
  775. border:5px solid {color:side};
  776. border-radius:85em;
  777. }
  778.  
  779. #lis {
  780. width:28px;
  781. height:28px;
  782. overflow:hidden;
  783. float:left;
  784. background-color:{color:side};
  785. position:absolute;
  786. margin-top:33px;
  787. margin-left:75px;
  788. border-radius:30px;
  789. opacity:0.7;
  790. }
  791.  
  792. #track {
  793. font-size:9px;
  794. text-align:right;
  795. text-transform:lowercase;
  796. letter-spacing:1px;
  797. margin-top:40px;
  798. margin-right:40px;
  799. margin-bottom:0px;
  800. font-family: 'Roboto Condensed', sans-serif;
  801. }
  802.  
  803. #artist {
  804. font-size:14px;
  805. text-align:right;
  806. font-weight:bold;
  807. color:{color:title};
  808. text-transform:lowercase;
  809. letter-spacing:1px;
  810. margin-right:40px;
  811. margin-bottom:20px;
  812. font-family: 'Francois One', sans-serif;
  813. text-shadow:1px 1px {color:link};
  814. }
  815.  
  816. /* credit - DO NOT TOUCH */
  817.  
  818.  
  819. #credit {
  820. bottom:10px;
  821. right:10px;
  822. font-size:8px;
  823. position:fixed;
  824. border-radius:5px;
  825. }
  826.  
  827. #credit a {
  828. color:{color:link};
  829. border:1px solid {color:borders};
  830. text-transform:uppercase;
  831. display:inline-block;
  832. padding:4px;
  833. background-color:{color:post};
  834. transition-duration:1s;
  835. -moz-transition-duration:1s;
  836. -webkit-transition-duration:1s;
  837. -o-transition-duration:1s;
  838. }
  839.  
  840. #credit a:hover {
  841. color:{color:link};
  842. text-decoration:none;
  843. background-color:{color:side};
  844. }
  845.  
  846. {CustomCSS}
  847. </style>
  848. </head>
  849. <body>
  850.  
  851.  
  852. <!--HTML-->
  853.  
  854. <!--Content-->
  855.  
  856. <div id="side">
  857.  
  858. <div id="stitle">
  859. {text:stitle}
  860. </div>
  861.  
  862. <div id="sicon"><img src="{image:sicon}"> <img src="{image:sicon2}"> <img src="{image:sicon3}"></div>
  863.  
  864. <div id="description">
  865. {text:sdesc}
  866. </div>
  867.  
  868. <div id="nav">
  869. <a href="/" title="refresh"><span class="lnr lnr-sun"></span></a>
  870. <a href="/ask" title="askbox"><span class="lnr lnr-bubble"></span></a>
  871. <a href="{text:Link1}" title="{text:Link1 Title}"><span class="lnr lnr-heart"></span></a> <a href="{text:Link2}" title="{text:Link2 Title}"><span class="lnr lnr-diamond"></span></a>
  872. </div>
  873.  
  874. {block:iftracker}<div id="strack">{text:strack}</div>{/block:iftracker}
  875.  
  876.  
  877. <!--Pagination-->
  878. <div id="pagination">{block:Pagination}
  879. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  880. {/block:Pagination}
  881. </div>
  882. </div>
  883.  
  884. <div id="stext">{text:stext}</div>
  885.  
  886. <div id="entries">
  887. {block:Posts}
  888.  
  889. <div id="post">
  890.  
  891. <!--Text Posts-->
  892.  
  893. {block:Text}
  894. <div id="text">
  895. {block:Title}<h1>{Title}</h1>{/block:Title}
  896. {Body}
  897. </div>
  898. {/block:Text}
  899.  
  900. <!--Photo Posts-->
  901.  
  902. {block:Photo}
  903. {LinkOpenTag}
  904. <div id="ph"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  905. {LinkCloseTag}
  906. {block:Caption}
  907. <div id="caption">
  908. {Caption}
  909. </div>
  910. {/block:Caption}
  911. </div>
  912. {/block:Photo}
  913.  
  914. {block:Photoset}
  915. <div id="phset">
  916.  
  917. <center><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></center>
  918. {block:Caption}
  919. <div id="caption">
  920. {Caption}
  921. </div>
  922. {/block:Caption}
  923. </div>
  924. {/block:Photoset}
  925.  
  926.  
  927.  
  928. <!--Quote Posts-->
  929.  
  930. {block:Quote}
  931. <div id="qp"><div id="qu">
  932. {Quote}
  933. </div>
  934. {block:Source}
  935. <div id="src">
  936. — &nbsp; {Source}
  937. </div>
  938. {/block:Source}
  939. </div>
  940. {/block:Quote}
  941.  
  942. <!--Link Posts-->
  943.  
  944. {block:Link}
  945. <div id="linkp">
  946. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  947. <div id="caption">{block:Description}{Description}{/block:Description}</div>
  948. {/block:Link}
  949. </div>
  950.  
  951. <!--Chat Posts-->
  952.  
  953. {block:Chat}
  954. <div id="chat">
  955. {block:Title}
  956. <h1>{Title}</h1>
  957. {/block:Title}
  958. {block:Lines}
  959. <li class=“{Alt} user_{UserNumber}”>
  960. {block:Label}
  961. <span class="label">{Label}</span>
  962. {/block:Label}
  963. {Line}
  964. </li>
  965. {/block:Lines}
  966. </div>
  967. {/block:Chat}
  968.  
  969. <!--Audio Posts-->
  970.  
  971. {block:Audio}
  972. <div id="aud">
  973. {block:AlbumArt}
  974. <div id="albumart"><img src="{AlbumArtURL}"></div>
  975. {/block:AlbumArt}
  976. <div id="lis">{AudioPlayerWhite}</div>
  977. {block:TrackName}
  978. <div id="track">{TrackName}</div>
  979. {/block:TrackName}
  980. {block:Artist}
  981. <div id="artist">— {Artist}</div>
  982. {/block:Artist}
  983. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  984. </div>
  985. {/block:Audio}
  986.  
  987. <!--Video Posts-->
  988.  
  989. {block:Video}<div id="vid"><div id="v">{Video-500}</div>
  990. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  991. </div>
  992. {/block:Video}
  993.  
  994.  
  995. <!--Ask Posts-->
  996.  
  997. {block:Answer}
  998. <div id="q"><div id="asker">{Asker} asked</div><div id="question">{Question}</div>
  999. <div id="answer">{Answer}</div></div>
  1000. {/block:Answer}
  1001.  
  1002. <!--Post Info-->
  1003.  
  1004. <div id="info">
  1005. {block:Date}
  1006. <a href="{Permalink}" title="{12HourWithZero}:{Minutes}{CapitalAmPm}">{ShortMonth} {DayOfMonth}</a>
  1007. &nbsp;&nbsp;&nbsp;
  1008. {/block:Date}
  1009. <a href="{Permalink}" title="{NoteCount}">♡</a> &nbsp;&nbsp;&nbsp;
  1010.  
  1011. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a> &nbsp;&nbsp;&nbsp; {/block:RebloggedFrom}
  1012.  
  1013. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">SRC</a>&nbsp;&nbsp;&nbsp; {/block:ContentSource}
  1014.  
  1015. <a class="reblog" href="{ReblogURL}" title="Reblog">↺</a>
  1016.  
  1017. <div id="tags">
  1018. {block:HasTags}
  1019. <div id="tags">
  1020. {block:Tags}
  1021. <a href="{TagURL}">{Tag}</a>
  1022.  
  1023. {/block:Tags}
  1024. </div>
  1025. {/block:HasTags}
  1026. </div>
  1027. </div>
  1028. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1029.  
  1030. </div>
  1031. </div>
  1032.  
  1033.  
  1034. <div id="credit"><a href="http://siimplyevie.tumblr.com" title="made by evie">siimplyevie</div>
  1035.  
  1036. </body>
  1037. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement