Advertisement
dolcevitae

theme no. seven - juice

Jul 15th, 2019
1,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3.  
  4.  
  5. <!-- THEME 07 BY DOLCEVITAE -->
  6. <!-- BASICS -->
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="stylesheet" href="hint.css">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11.  
  12. <!-- ICONS -->
  13. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  14. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  15.  
  16.  
  17. <!-- STYLESHEETS & SCRIPTS -->
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  22. <script src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  23.  
  24.  
  25. <!-- FONTS -->
  26. <link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Nunito:300,400,70|ABeeZee|Karla:400,700" rel="stylesheet">
  27. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
  28.  
  29.  
  30.  
  31. <!-- TOOLTIP SCRIPT -->
  32. <script> (function($){ $(document).ready(function() { $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:20, tip_fade_speed:200, attribute:"title" }); }); })(jQuery); </script>
  33.  
  34.  
  35.  
  36. <!-- META TAGS -->
  37.  
  38. <meta name="color:background" content="#f2f2f2">
  39. <meta name="color:container" content="#f0f0f0">
  40. <meta name="color:container border 1" content="#f5f5f5">
  41. <meta name="color:container border 2" content="#f1f1f1">
  42. <meta name="color:container border 3" content="#f0f0f0">
  43. <meta name="color:borders" content="#f0f0f0">
  44. <meta name="color:text" content="#868686" />
  45. <meta name="color:posts" content="#ffffff"/>
  46. <meta name="color:sidebar link 1" content="#ee3f3d"/>
  47. <meta name="color:sidebar link 2" content="#fe726a"/>
  48. <meta name="color:sidebar link 3" content="#f78f80"/>
  49. <meta name="color:link" content="#aaa" />
  50. <meta name="color:pagination link" content="#fff"/>
  51. <meta name="color:linkhover" content="#f1ac9a"/>
  52. <meta name="color:tooltips" content="#fff"/>
  53. <meta name="color:Bold" content="#f1ac9a" />
  54. <meta name="color:Italic" content="#393939"/>
  55. <meta name="color:date box" content="#121212"/>
  56. <meta name="color:date box text" content="#fff"/>
  57.  
  58. <meta name="image:sbimage" content=""/>
  59.  
  60. <meta name="text:link1 url" content="/url" />
  61. <meta name="text:link1 name" content="Link 1" />
  62.  
  63. <meta name="if:bw posts" content="0" />
  64.  
  65. <meta name="select:Post size" content="300px" title="300px" />
  66. <meta name="select:Post size" content="350px" title="350px" />
  67. <meta name="select:Post size" content="400px" title="400px" />
  68. <meta name="select:Post size" content="450px" title="450px" />
  69. <meta name="select:Post size" content="500px" title="500px" />
  70.  
  71. <meta name="select:Font size" content="9px" title="9px" />
  72. <meta name="select:Font size" content="10px" title="10px" />
  73. <meta name="select:Font size" content="11px" title="11px" />
  74. <meta name="select:Font size" content="12px" title="12px" />
  75.  
  76. <meta name="select:SB Img border" content="100%" title="circle" />
  77. <meta name="select:SB Img border" content="9%" title="rounded corners" />
  78. <meta name="select:SB Img border" content="0%" title="square" />
  79.  
  80. <meta name="select:Desc alignment" content="center" title="center" />
  81. <meta name="select:Desc alignment" content="justify" title="justify" />
  82.  
  83. <meta name="select:Font" content="Nunito" title="Nunito" />
  84. <meta name="select:Font" content="Roboto" title="Roboto" />
  85. <meta name="select:Font" content="ABeeZee" title="ABeeZee" />
  86. <meta name="select:Font" content="Karla" title="Karla" />
  87. <meta name="select:Font" content="Source Sans Pro" title="Source Sans Pro" />
  88.  
  89. </head>
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94.  
  95. /*-- IFRAME CONTROLS --*/
  96. #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:-5px!important; right:-35px!important; opacity:.5; -webkit-transition:all 0.5s ease-out;-webkit-transition: opacity 0.5s linear;opacity: 0.2;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.5s ease-out; transform:scale(0.7);}
  97. #tumblr_controls, .tmblr-iframe:hover{ opacity:.3;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(70%); -moz-filter:invert(70%); -o-filter:invert(70%); -ms-filter:invert(70%); filter:invert(70%); }
  98.  
  99.  
  100. /*-- SCROLLBAR --*/
  101. ::-webkit-scrollbar { width:0px; height: 4px; }
  102. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};
  103. -webkit-border-radius: 5px; }
  104.  
  105.  
  106. /*-- TOOLTIPS --*/
  107. #s-m-t-tooltip {
  108. max-width:300px;
  109. padding:6px;
  110. padding-left:8px;
  111. padding-right:8px;
  112. margin:20px 20px 5px 10px;
  113. font-weight:bold;
  114. text-transform:lowercase;
  115. font-family:{select:Font size};
  116. font-size:9px;
  117. font-weight:bold;
  118. background:{color:tooltips};
  119. z-index:99999999;
  120. border-radius:5px;
  121. letter-spacing:1px;
  122. color:{color:text};
  123. }
  124.  
  125.  
  126. /* BODY */
  127. body {
  128. color:{color:text};
  129. background-color:{color:background};
  130. line-height:12px;
  131. text-align:justify;
  132. background-image:url('{image:background}');
  133. font-family:{select:font};
  134. font-size:{select:Font size};
  135. -moz-osx-font-smoothing:grayscale;
  136. -webkit-font-smoothing:antialiased;
  137. font-smoothing:antialiased;
  138. }
  139.  
  140. #outercontainer {
  141. position:fixed;
  142. margin:auto;
  143. left:0px;
  144. right:0px;
  145. top:0px;
  146. bottom:0px;
  147. width:calc({select:Post size} + 310px);
  148. height:620px;
  149. background:{color:container border 1};
  150. border-radius:11px;
  151. padding:0px;
  152. overflow:hidden;
  153. }
  154.  
  155. .ocone {
  156. background:{color:container border 2};
  157. width:400px;
  158. height:800px;
  159. position:absolute;
  160. top:-300px;
  161. left:-100px;
  162. transform:rotate(45deg);
  163. }
  164.  
  165. .octwo {
  166. background:{color:container border 3};
  167. width:200px;
  168. height:800px;
  169. position:absolute;
  170. bottom:-300px;
  171. right:-100px;
  172. transform:rotate(45deg);
  173. }
  174.  
  175.  
  176. #container {
  177. position:fixed;
  178. margin:auto;
  179. left:0px;
  180. right:0px;
  181. top:0px;
  182. bottom:0px;
  183. width:calc({select:Post size} + 290px);
  184. height:600px;
  185. background:{color:container};
  186. border-radius:11px;
  187. padding:0px;
  188. }
  189.  
  190.  
  191. /*-- LINKS --*/
  192. a:link, a:active, a:visited { color: {color:link}; text-decoration:none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  193. a:hover { color:{color:linkhover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  194. .posts a:link, a:active, a:visited { color:{color:link hover}; text-decoration:none; }
  195. .posts a:hover { color:{color:link hover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  196.  
  197. #info a:link, a:active, a:visited { color:{color:link}; text-decoration:none; }
  198. #info a:hover, #tags a:hover, #links a:hover { color:{color:linkhover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  199.  
  200.  
  201. /*-- TEXT TYPES --*/
  202. small { font-size:10px; }
  203. sub, sup { font-size:9px; }
  204. pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
  205. big {font-size:auto;}
  206. h2, h1 {
  207. font-weight:700;
  208. font-size:19px;
  209. font-family:{select:font};
  210. }
  211. p { margin-top:6px; margin-bottom:6px;}
  212. li { list-style-type: circle;}
  213. blockquote { margin:12px; padding-left:10px; padding-right:10px; border-left:1px solid {color:background}; }
  214. img a { border:none; width:100%;}
  215. blockquote img { height:auto; }
  216. .posts img { height:auto; }
  217. b, strong { color:{color:bold}; }
  218. i { color:{color:italic}; }
  219.  
  220.  
  221. /*-- POSTS --*/
  222. #postcontainer {
  223. height:100%;
  224. position:absolute;
  225. top:0px;
  226. overflow:auto;
  227. width:calc({select:Post size} + 70px);
  228. right:0px;
  229. }
  230.  
  231. .posts {
  232. width:{select:Post size};
  233. margin-top:20px;
  234. margin-bottom:30px;
  235. margin-left:20px;
  236. text-align:justify;
  237. padding:15px;
  238. background-color:{color:posts};
  239. font-size:{select:Font size};
  240. border-radius:10px;
  241. }
  242.  
  243. .posts img {
  244. max-width:100%;
  245. }
  246.  
  247.  
  248. /*-- INFO --*/
  249. #info {
  250. padding:10px;
  251. text-align:left;
  252. text-transform:lowercase;
  253. margin:-15px;
  254. padding-bottom:5px;
  255. font-size:{select:Font size};
  256. text-transform:lowercase;
  257. display: table;
  258. border-bottom:1px solid {color:borders};
  259. width:calc({select:Post size} + 10px);
  260. margin-bottom:15px;
  261. }
  262.  
  263. #info a {
  264. font-weight:bold;
  265. color:{color:text};
  266. }
  267.  
  268. #postinfo2 {
  269. position:absolute;
  270. margin-left:50px;
  271. margin-top:9px;
  272. display: table-cell;
  273. vertical-align: middle;
  274. }
  275.  
  276.  
  277. #datebox {
  278. background:{color:date box};
  279. font-family:nunito;
  280. text-transform:uppercase;
  281. font-weight:700;
  282. width:40px;
  283. height:40px;
  284. font-size:10px;
  285. text-align:center;
  286. border-radius:5px;
  287. float:left;
  288. display: table;
  289. margin-right:0px;
  290. margin-bottom:5px;
  291. color:{color:date box text};
  292. }
  293.  
  294. #dateboxin {
  295. display: table-cell;
  296. vertical-align: middle;
  297. }
  298.  
  299.  
  300. /*-- CREDIT --*/
  301. #credit {
  302. position:fixed;
  303. bottom:13px;
  304. left:13px;
  305. background:{color:posts};
  306. padding:5px;
  307. font-size:9px;
  308. color:{color:text};
  309. font-weight:900;
  310. font-family:{select:font};
  311. text-transform:uppercase;
  312. border-radius:6px;
  313. z-index:999;
  314. }
  315.  
  316.  
  317. /*-- ASK POSTS --*/
  318. #question {
  319. margin:0px;
  320. padding:4px;
  321. text-align:center;
  322. font-size:{select:Font size};
  323. }
  324.  
  325. #asker {
  326. border-top:1px solid {color:borders};
  327. border-bottom:1px solid {color:borders};
  328. text-align:center;
  329. text-transform:uppercase;
  330. padding:6px;
  331. margin:-17px;
  332. margin-bottom:15px;
  333. margin-top:15px;
  334. }
  335.  
  336.  
  337. #asker b {
  338. text-transform:uppercase;
  339. letter-spacing:1px;
  340. border-radius:4px;
  341. padding:2px;
  342. padding-left:4px;
  343. padding-right:4px;
  344. color:{color:text};
  345. }
  346.  
  347.  
  348. /*-- AUDIO POSTS --*/
  349. #audioplayer {
  350. width:31px;
  351. height:31px;
  352. background:#f2f2f2;
  353. overflow:hidden;
  354. position:absolute;
  355. padding:0px;
  356. margin-top:-3px;
  357. margin-left:0px;
  358. opacity:0.4;
  359. z-index:9999;
  360. -webkit-transition:0.5s;
  361. border:22px solid #f2f2f2;
  362. }
  363.  
  364. #audioplayer:hover {
  365. opacity:0.9;
  366. -webkit-transition:0.5s;
  367. }
  368.  
  369. #audioart {
  370. float:left;
  371. margin-top:-3px;
  372. margin-left:0px;
  373. padding-right:10px;
  374. }
  375.  
  376. #audioart img { width:75px; }
  377.  
  378. #audioinfo {
  379. height:45px;
  380. padding-bottom:5px;
  381. text-transform:lowercase;
  382. font-size:10px;
  383. text-align:left;
  384. padding-left:25px;
  385. padding-top:20px;
  386. letter-spacing:1px;
  387. margin-bottom:0px;
  388. }
  389.  
  390. #audio b {
  391. font-size:15px;
  392. }
  393.  
  394.  
  395. /*-- PERMALINK NOTES STYLING --*/
  396. ol.notes {
  397. width:{select:Post size};
  398. margin:3px;
  399. margin-top:15px;
  400. margin-left:20px;
  401. padding:0px;
  402. margin-bottom:10px;
  403. }
  404.  
  405. .notes li a {
  406. font-weight:bold;
  407. color:{color:link};
  408. text-transform:lowercase;
  409. }
  410.  
  411. .notes li {
  412. list-style:none;
  413. margin-top:5px;
  414. }
  415.  
  416. ol.notes img {
  417. width:15px;
  418. height:15px;
  419. border-radius:100%;
  420. margin-right:5px;
  421. vertical-align:middle;
  422. }
  423.  
  424.  
  425. /*-- TAGS --*/
  426. #tags {
  427. width:{select:Post size};
  428. text-align:justify;
  429. padding-left:20px;
  430. line-height:10px;
  431. color:{color:link};
  432. margin-top:-20px;
  433. }
  434.  
  435. #tags a {
  436. padding:0px;
  437. border-bottom:none;
  438. color:{color:link};
  439. text-shadow:none;
  440. text-transform:lowercase;
  441. font-size:{select:Font size};
  442. font-size:9px;
  443. }
  444.  
  445. #tags i {
  446. color:{color:bold};
  447. }
  448.  
  449.  
  450. /*-- CHAT STYLING --*/
  451. ul.convo {
  452. list-style: none;
  453. padding:0;
  454. margin:0;
  455. margin-top:-15px;
  456. margin-bottom:-5px;
  457. }
  458.  
  459. .convo li {
  460. list-style-type:none;
  461. padding:4px;
  462. }
  463.  
  464. .label {
  465. text-transform:uppercase;
  466. font-weight:bold;
  467. }
  468.  
  469.  
  470. /*-- GREYSCALE FILTER --*/
  471. {block:IfBWPosts}
  472. .photoset, .posts img, .video { -webkit-filter:grayscale(100%); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; }
  473. {/block:IfBWPosts}
  474.  
  475. {block:IfBWToColorHover}
  476. .photoset:hover, .posts img:hover, .video:hover { -webkit-filter:grayscale(10%); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; }
  477. {/block:IfBWToColorHover}
  478.  
  479.  
  480. /*-- SIDEBAR --*/
  481.  
  482. #sidebar {
  483. position:absolute;
  484. margin:auto;
  485. width:200px;
  486. height:180px;
  487. left:20px;
  488. top:0px;
  489. bottom:0px;
  490. border-radius:15px;
  491. }
  492.  
  493.  
  494. #sidebar1 {
  495. display:table;
  496. width:200px;
  497. height:65%;
  498. position:absolute;
  499. top:65px;
  500. }
  501.  
  502. #sidebar2 {
  503. text-align:center;
  504. display: table-cell;
  505. vertical-align: middle;
  506. }
  507.  
  508. #description {
  509. margin-top:0px;
  510. margin-left:20px;
  511. margin-right:20px;
  512. text-align:{select:Desc alignment};
  513. }
  514.  
  515. .sbimage {
  516. position:absolute;
  517. width:50px;
  518. height:50px;
  519. top:15px;
  520. left:15px;
  521. }
  522.  
  523. .sbimage img {
  524. width:50px;
  525. height:50px;
  526. border-radius:{select:SB Img border};
  527. }
  528.  
  529.  
  530. /*-- LINKS --*/
  531.  
  532. .linkscontainer {
  533. margin-top:30px;
  534. margin-left:65px;
  535. text-align:center;
  536. }
  537.  
  538. .linkscontainer a {
  539. margin:5px;
  540. font-size:19px;
  541. vertical-align:Middle;
  542. }
  543.  
  544. .linkscontainer i {
  545. color:{color:link};
  546. }
  547.  
  548. .linkscontainer a:nth-child(1) {
  549. color:{color:sidebar link 1};
  550. }
  551.  
  552. .linkscontainer a:nth-child(2) {
  553. color:{color:sidebar link 2};
  554. }
  555.  
  556. .linkscontainer a:nth-child(3) {
  557. color:{color:sidebar link 3};
  558. }
  559.  
  560.  
  561. #pagination {
  562. text-transform:lowercase;
  563. font-weight:bold;
  564. margin-top:15px;
  565. font-size:{select:Font size}
  566. letter-spacing:1px;
  567. color:{color:pagination link};
  568. margin-left:0px;
  569. }
  570.  
  571. #pagination a {
  572. color:{color:pagination link};
  573. }
  574.  
  575.  
  576. </style>
  577.  
  578. <!-- START OF HTML -->
  579. <body>
  580.  
  581.  
  582. <!-- CREDIT -->
  583. <a href="http://dolcevitae.tumblr.com">
  584. <div id="credit">dv
  585. </div></a>
  586.  
  587.  
  588. <!-- OUTER BODY CONTAINER -->
  589. <div id="outercontainer">
  590.  
  591. <div class="ocone"></div>
  592. <div class="octwo"></div>
  593.  
  594. <!-- BODY CONTAINER -->
  595. <div id="container">
  596.  
  597. <!-- SIDEBAR -->
  598. <div id="sidebar">
  599.  
  600. <!-- LINKS -->
  601. <div class="linkscontainer">
  602. <a href="/" title="refresh"><span class="th th-cherry-o"></span></a>
  603. <a href="/ask" title="message"><span class="th th-kiwi-o"></span></a>
  604. <a href="{text:link1 url}" title="{text:link1 name}"><span class="th th-strawberry-o"></span></a>
  605. </div>
  606.  
  607. <!-- SIDEBAR IMAGE -->
  608. <div class="sbimage"><img src="{image:sbimage}"></div>
  609.  
  610. <div id="sidebar1">
  611. <div id="sidebar2">
  612.  
  613.  
  614. <!-- DESCRIPTION -->
  615. <div id="description">{Description}</div>
  616.  
  617. <!-- PAGINATION -->
  618. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev /</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}</div>{/block:Pagination}
  619.  
  620. </div>
  621. </div>
  622.  
  623. </div>
  624.  
  625.  
  626. <!-- POSTS HTML -->
  627. <div id="postcontainer">
  628. {block:posts}
  629. <div class="posts" id="{PostID}">
  630.  
  631. {block:Date}
  632. <div id="info">
  633. <a href="{Permalink}">
  634. <div id="datebox"><div id="dateboxin">
  635. {DayOfMonthWithZero}<br>{ShortMonth}
  636. </div></div></a>
  637.  
  638. <div id="postinfo2">
  639. this post has <a href="{Permalink}">{NoteCountWithLabel}</a>
  640. <br>posted <a href="{Permalink}">{TimeAgo}</a>
  641. </div>
  642.  
  643. {block:ContentSource}{/block:NoSourceLogo}{/block:ContentSource}
  644.  
  645. </div>
  646. {/block:Date}
  647.  
  648. <!-- {block:NoRebloggedFrom}
  649. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  650. {/block:NoRebloggedFrom} -->
  651.  
  652. {block:ContentSource}<!-- {SourceURL}
  653. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  654. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  655. {/block:ContentSource}
  656.  
  657.  
  658. {block:Text}{block:Title}
  659. <h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  660.  
  661.  
  662. {block:Quote}<h2>{Quote} <div class="quoter">— {Source}</div></h2>{/block:Quote}
  663.  
  664.  
  665. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  666. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  667.  
  668.  
  669. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  670.  
  671.  
  672. {block:Chat} {block:Title} <h1>{Title}</h1>{/block:Title}<br>
  673. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  674. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  675.  
  676.  
  677. {block:Video}
  678. <div class="video">{Video-500}</div>
  679. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  680.  
  681.  
  682. {block:Answer}
  683. <div id="question"> {Question}</div>
  684. <div id="asker"><b>asked by: {Asker}</b></div>
  685. {Answer}{/block:Answer}
  686.  
  687.  
  688. {block:Audio}
  689. <div id="audio">
  690. <div id="audioplayer">{AudioPlayerWhite}</div>
  691. <div id="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60">{/block:AlbumArt}</div>
  692.  
  693. <div id="audioinfo">
  694. <b>{block:TrackName}{TrackName}{/block:TrackName}</b>
  695. <br>by {block:Artist}{Artist}{/block:Artist}
  696. </div>
  697. </div>
  698. <br>
  699. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  700. </div>
  701.  
  702. <!-- TAGS -->
  703. {block:HasTags}
  704. <div id="tags">
  705. {block:Tags}<a href="{TagURL}">#{Tag} </a>&nbsp; {/block:Tags}
  706. </div>{/block:HasTags}
  707.  
  708.  
  709.  
  710. {block:PostNotes} {PostNotes} {/block:PostNotes}
  711.  
  712.  
  713. {/block:Posts}
  714. </div></div></div>
  715.  
  716. </div>
  717.  
  718. </div>
  719.  
  720.  
  721.  
  722.  
  723. </body>
  724. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement