Advertisement
tearofthemoon

Theme 13

Dec 19th, 2012
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html>
  4.  
  5.  
  6. <!-- theme 13 by T E A R O F T H E M O O N .tumblr.com -->
  7.  
  8.  
  9. <head>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Amaranth:400,700' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Cantora+One' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Quando' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Backgroundd" content ="#f7f7f7"/>
  21. <meta name="color:Posts" content ="#ffffff"/>
  22. <meta name="color:Sidebar" content ="#ffffff"/>
  23. <meta name="color:Date and notes" content ="#f7f7f7"/>
  24. <meta name="color:Permalink" content ="#ffffff"/>
  25. <meta name="color:Top title" content="#d2b7d0"/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_m7uiyyx8Pg1qdjnhdo1_100.png"/>
  28. <meta name="image:Top bar" content="http://static.tumblr.com/lxi0ckl/r3umcxz5d/washi.png"/>
  29. <meta name="color:Text" content="#4e4e4e"/>
  30. <meta name="color:Sidebar text" content="#636363"/>
  31. <meta name="color:Text bold" content="#4d8bb8"/>
  32. <meta name="color:Text italic" content="#a7a7a7"/>
  33. <meta name="color:Text underline" content="#414141"/>
  34. <meta name="color:Text select" content="#b19bb8"/>
  35. <meta name="color:Link" content="#b19bb8"/>
  36. <meta name="color:Link Hover" content="#4e4e4e"/>
  37.  
  38. <meta name="if:Captions" content="1"/>
  39. <meta name="if:Show description" content="1"/>
  40. <meta name="if:Music player" content="1"/>
  41. <meta name="if:250px Posts" content="1"/>
  42. <meta name="if:400px Posts" content="1"/>
  43. <meta name="if:500px Posts" content="1"/>
  44. <meta name="if:Title 1" content="1"/>
  45. <meta name="if:Title 2" content="1"/>
  46. <meta name="if:Title 3" content="1"/>
  47.  
  48. <meta name="text:Music player code" content="" />
  49.  
  50. <meta name="text:Custom Link 1" content="" />
  51. <meta name="text:Custom Link 1 Title" content="" />
  52. <meta name="text:Custom Link 2" content="" />
  53. <meta name="text:Custom Link 2 Title" content="" />
  54. <meta name="text:Custom Link 3" content="" />
  55. <meta name="text:Custom Link 3 Title" content="" />
  56. <meta name="text:Custom Link 4" content="" />
  57. <meta name="text:Custom Link 4 Title" content="" />
  58. <meta name="text:Custom Link 5" content="" />
  59. <meta name="text:Custom Link 5 Title" content="" />
  60. <meta name="text:Custom Link 6" content="" />
  61. <meta name="text:Custom Link 6 Title" content="" />
  62.  
  63.  
  64. <style type="text/css">
  65. iframe#tumblr_controls{ top: 43px !important; right: 3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  66. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  67.  
  68. body {
  69. background-color: {color:Backgroundd};
  70. background-image: url('{image:Background}');
  71. background-attachment:fixed;
  72. background-position:left;
  73. background-repeat:repeat;
  74. font-family: Calibri;
  75. font-size: 11px;
  76. color: {color:Text};
  77. }
  78.  
  79. strong {
  80. color: {color:Text bold};
  81. text-decoration: none;
  82. }
  83.  
  84. em {
  85. color: {color:Text italic};
  86. }
  87.  
  88. b {
  89. color: {color:Strong text};
  90. text-decoration: none;
  91. }
  92.  
  93. i {
  94. color: {color:Italic text};
  95. }
  96.  
  97. u {
  98. color: {color:Text underline};
  99. }
  100.  
  101. ::-moz-selection {
  102. color: {color:Text select};
  103. }
  104.  
  105. ::selection {
  106. color: {color:Text select};
  107. }
  108.  
  109. a {
  110. color: {color:Link};
  111. text-decoration: none;
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. -ms-transition: all 0.4s ease-in-out;
  116. transition: all 0.4s ease-in-out;
  117. }
  118.  
  119. a:hover {
  120. color: {color:Link Hover};
  121. }
  122.  
  123. a img {
  124. border: 0px;
  125. }
  126.  
  127. #content {
  128. position: absolute;
  129. top: 50px;
  130. left: 320px;
  131. width: 550px;
  132. padding: 5px;
  133. }
  134.  
  135.  
  136. .entry {
  137. padding: 7px;
  138. margin-bottom: 7px;
  139. margin-left: 7px;
  140. background-color: {color:Posts};
  141. float: left;
  142. box-shadow: 1px 1px 10px #a5a5a5;
  143. {block:IndexPage}
  144. {block:If250pxPosts}width: 250px;{/block:If250pxPosts}
  145. {block:If400pxPosts}width: 400px;{/block:If400pxPosts}
  146. {block:If500pxPosts}width: 500px;{/block:If500pxPosts}
  147. {block:IndexPage}
  148. {block:PermalinkPage}width: 500px;{block:PermalinkPage}
  149. }
  150.  
  151. .entry img {
  152. {block:IndexPage}
  153. {block:If250pxPosts}max-width: 250px;{/block:If250pxPosts}
  154. {block:If400pxPosts}max-width: 400px;{/block:If400pxPosts}
  155. {block:If500pxPosts}max-width: 500px;{/block:If500pxPosts}
  156. {block:IndexPage}
  157. {block:PermalinkPage}max-width: 500px;{block:PermalinkPage}
  158. }
  159.  
  160. .sidebar {
  161. position: fixed;
  162. top: 100px;
  163. left: 70px;
  164. width: 200px;
  165. font-size: 10px;
  166. color: {color:Sidebar text};
  167. }
  168.  
  169. .side {
  170. padding: 5px;
  171. background-color: {color:Sidebar};
  172. width: 200px;
  173. margin-bottom: 7px;
  174. box-shadow: 1px 1px 10px #a5a5a5;
  175. }
  176.  
  177. .sidebarimage img {
  178. width: 200px;
  179. height: auto;
  180. text-align: center;
  181. }
  182.  
  183. .ask {
  184. padding: 1px;
  185. background-color: {color:Background};
  186. }
  187.  
  188. .post img {
  189. display: block;
  190. margin: 0 auto;
  191. }
  192.  
  193. .tags {
  194. font-size: 11px;
  195. display: inline
  196. text-transform: uppercase;
  197. font-family: Calibri;
  198. color: {color:Text};
  199. }
  200.  
  201. .notes {
  202. float: right;
  203. }
  204.  
  205. .time {
  206. font-family: calibri;
  207. font-size: 11px;
  208. color: {color:Text};
  209. text-transform: uppercase;
  210. }
  211.  
  212. .date {
  213. font-family: calibri;
  214. font-size: 10px;
  215. color: {color:Text};
  216. letter-spacing: 1px;
  217. text-transform: uppercase;
  218. }
  219.  
  220. .topbar {
  221. background-image: url('{image:Top bar}');
  222. top: 0px;
  223. left: 0px;
  224. height: 40px;
  225. width: 100%;
  226. position: fixed;
  227. border-bottom: 7px solid {color:Backgroundd};
  228. box-shadow: 1px 1px 10px #a5a5a5;
  229. z-index: 100;
  230. }
  231.  
  232. .toptitle {
  233. {block:IfTitle1}font-family: 'Amaranth', sans-serif;
  234. text-transform: uppercase;
  235. font-size: 25px;{/block:IfTitle1}
  236. {block:IfTitle2}font-family: 'Cantora One', sans-serif;
  237. text-transform: lowercase;
  238. font-size: 25px;{/block:IfTitle2}
  239. {block:IfTitle3}font-family: 'Quando', serif;
  240. text-transform: lowercase;
  241. font-size: 20px;{/block:IfTitle3}
  242. text-shadow: 1px 2px 2px white;
  243. letter-spacing: -1px;
  244. line-height: 25px;
  245. margin-top: 18px;
  246. margin-left: 340px;
  247. }
  248.  
  249. .toptitle a {
  250. color: {color:Top title};
  251. }
  252.  
  253. blockquote {
  254. padding-left: 5px;
  255. border-left: 5px solid {color:Date and notes};
  256. margin-left: 15px;
  257. }
  258.  
  259. .quote {
  260. font-family: Calibri;
  261. font-size: 18px;
  262. color: {color:Link};
  263. letter-spacing: -1px;
  264. }
  265.  
  266. .source {
  267. margin-left: 25px;
  268. }
  269.  
  270. ul.chat {
  271. margin: 0;
  272. padding: 0;
  273. }
  274.  
  275. .chat li {
  276. list-style-type: none;
  277. margin-left: 0px;
  278. padding: 0px;
  279. }
  280.  
  281. .chat li.odd {
  282. margin-bottom: 1px;
  283. color: {color:Text};
  284. }
  285.  
  286. .chat li.even {
  287. margin-bottom: 1px;
  288. color: {color:Text};
  289. }
  290.  
  291. .label {
  292. font-weight: bold;
  293. }
  294.  
  295. .title {
  296. font-size: 15px;
  297. font-family: Calibri;
  298. font-weight: bold;
  299. letter-spacing: -1px;
  300. text-transform: uppercase;
  301. }
  302.  
  303. .margin {
  304. margin-top: 13px;
  305. }
  306.  
  307.  
  308. .button a {
  309. text-align: center;
  310. padding: 3px;
  311. color: black;
  312. background-color: white;
  313. margin-top: 2px;
  314. margin-left: 20px;
  315. position: relative;
  316. width: 150px;
  317. display: inline-block;
  318. opacity: 0.9;
  319. }
  320.  
  321. .button a:hover {
  322. padding: 3px;
  323. color: black;
  324. background-color: white;
  325. letter-spacing: 1px;
  326. opacity: 1;
  327. }
  328.  
  329. #audioplayer {
  330. width:30px;
  331. height:30px;
  332. overflow:hidden;
  333. position:absolute;
  334. margin-top:37px;
  335. margin-left:35px;
  336. }
  337.  
  338. #albumart {
  339. position: absolute;
  340. width: 100px;
  341. height: 100px;
  342. }
  343.  
  344. #albumart img {
  345. width: 100px;
  346. height: 100px;
  347. float: left;
  348. margin-right: 5px;
  349. margin-bottom: 5px;
  350. }
  351.  
  352. .audiodescription {
  353. margin-left: 105px;
  354. }
  355.  
  356. #musicplayer {
  357. text-align: center;
  358. font-size: 11px;
  359. position: fixed;
  360. left: 5px;
  361. top: 0px;
  362. -webkit-transition: all .5s ease-in-out;
  363. -moz-transition: all .5s ease-in-out;
  364. -o-transition: all .5s ease-in-out;
  365. z-index: 99;
  366. }
  367.  
  368. #musicplayer:hover {
  369. top: 35px;
  370. }
  371.  
  372. #music {
  373. padding: 20px 0 5px 0;
  374. background: #fff;
  375. width: 230px;
  376. border-bottom-right-radius: 5px;
  377. -moz-border-radius-bottomright: 5px;
  378. -webkit-border-bottom-right-radius: 5px;
  379. z-index: 9999;
  380. }
  381.  
  382. #musictab {
  383. font-family: century gothic;
  384. text-shadow: 0 1px 0 #FFFFFF;
  385. height: 30px;
  386. padding: 0 0 8px 0;
  387. background: #fff;
  388. width: 50px;
  389. }
  390.  
  391.  
  392. #credits {
  393. position: fixed;
  394. bottom: 5px;
  395. right: 5px;
  396. text-transform: uppercase;
  397. font: 10px calibri;
  398. background-color: {color:Posts};
  399. padding: 1px;
  400. z-index: 100;
  401. }
  402.  
  403.  
  404. ol.notes {
  405. padding: 0px;
  406. margin 0px 0px;
  407. list-style-type: decimal;
  408. float: left;
  409. margin-left: 15px;
  410. margin-top: 25px;
  411. }
  412.  
  413. .notesandtags {
  414. padding: 1px;
  415. margin-top: 12px;
  416. background-color: {color:Date and notes};
  417. }
  418.  
  419. .perma {
  420. margin-left: 0px;
  421. position: absolute;
  422. padding:2px;
  423. opacity:0;
  424. {block:IndexPage}
  425. -webkit-transition: 0.6s;
  426. -moz-transition: 0.6s;
  427. -o-transition: 0.6s;
  428. transition: 0.6s;
  429. }
  430.  
  431. .entry:hover .perma {
  432. opacity: 1;
  433. background-color: {color:Permalink};
  434. -webkit-transition: 0.6s;
  435. -moz-transition: 0.6s;
  436. -o-transition: 0.6s;
  437. transition: 0.6s;
  438. {/block:IndexPage}
  439. }
  440.  
  441.  
  442. .navigation {
  443. margin-left: 0px;
  444. position: absolute;
  445. padding:2px;
  446. opacity:0.2;
  447. -webkit-transition: 0.9s;
  448. -moz-transition: 0.9s;
  449. -o-transition: 0.9s;
  450. transition: 0.9s;
  451. }
  452.  
  453. .sidebar:hover .navigation {
  454. opacity: 1;
  455. -webkit-transition: 0.9s;
  456. -moz-transition: 0.9s;
  457. -o-transition: 0.9s;
  458. transition: 0.9s;
  459. }
  460.  
  461.  
  462. .pagination {
  463. display: none;
  464. }
  465.  
  466.  
  467. {CustomCSS}
  468. </style>
  469.  
  470.  
  471. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  472.  
  473. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  474.  
  475. <script>
  476. $(function(){
  477. var $container = $('#content');
  478. $container.imagesLoaded(function(){
  479. $container.masonry({
  480. itemSelector: '.entry',
  481. });
  482. });
  483. $container.infinitescroll({
  484. itemSelector : ".entry",
  485. navSelector : "div.pagination",
  486. nextSelector : ".pagination a#next",
  487. loadingImg : "",
  488. loadingText : "<em></em>",
  489. bufferPx : 10000,
  490. extraScrollPx: 12000,
  491. },
  492. // trigger Masonry as a callback
  493. function( newElements ) {
  494. var $newElems = $( newElements ).css({ opacity: 0 });
  495. // ensure that images load before adding to masonry layout
  496. $newElems.imagesLoaded(function(){
  497. $newElems.animate({ opacity: 1 });
  498. $container.masonry( 'appended', $newElems, true );
  499. });
  500. }
  501. );
  502. });
  503. </script>
  504.  
  505.  
  506. <title>{Title}</title>
  507.  
  508. </head>
  509.  
  510. <body>
  511.  
  512. <div class="pagination">
  513. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  514. </div>
  515.  
  516. {block:IfMusicPlayer}
  517. <div id="musicplayer">
  518. <div id="music"> <center>{text:Music Player Code}</center> </div>
  519. <div id="musictab"> <br><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"></div>
  520. </div>
  521. {/block:IfMusicPlayer}
  522.  
  523. <div id="credits"><a href="http://tearofthemoon.tumblr.com/" title="Theme by &copy; tearofthemoon - Powered by &copy; tumblr">&copy; tearofthemoon</a></div>
  524.  
  525. <div class="topbar">
  526. <div class="toptitle"><a href="/"><b>{Title}</b></a></div>
  527. </div>
  528.  
  529. <div id="content">
  530.  
  531. {block:Posts}
  532.  
  533. {block:ContentSource}
  534. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  535. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  536. {/block:SourceLogo}
  537. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  538. {/block:ContentSource}
  539.  
  540. <div class="entry">
  541.  
  542. <div class="perma">
  543. {block:Date}<div class="date"><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}</a> × <a href="{ReblogURL}" target="_blank" class="details">REBLOG</a></div>{/block:Date}
  544. </div>
  545.  
  546.  
  547. {block:Answer}
  548. </a><div class="ask"><div class="margin">&ensp;<span style="text-transform:uppercase;"><strong>{Asker}</strong></span> said: &ldquo;{Question}&rdquo;</div></div>
  549. {Answer}
  550. {/block:answer}
  551.  
  552. {block:Text}
  553. <div class="post">
  554. {block:Title}
  555. <div class="title"><div class="margin"><a href="{Permalink}">{Title}</a></div></div>
  556. {/block:Title}
  557. {Body}
  558. </div>
  559. {/block:Text}
  560.  
  561. {block:Photo}
  562. <div class="post">
  563. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  564. {block:IfCaptions}{block:Caption}
  565. <div class="caption">{Caption}</div>
  566. {/block:Caption}{/block:IfCaptions}
  567. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  568. <div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaptions}
  569. </div>
  570. {/block:Photo}
  571.  
  572. {block:Photoset}
  573. <div class="post">
  574. <center>{block:IndexPage}{block:If250pxPosts}{Photoset-250}{/block:If250pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}{/block:IndexPage}
  575. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  576. {block:IfCaptions}{block:Caption}
  577. <div class="caption">{Caption}</div>
  578. {/block:Caption}{/block:IfCaptions}
  579. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  580. <div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaptions}
  581. </div>
  582. {/block:Photoset}
  583.  
  584. {block:Quote}
  585. <div class="post">
  586. <span class="quote">&ldquo;{Quote}&rdquo;</span>
  587. {block:Source}
  588. <div class="source">— {Source}</div>
  589. {/block:Source}
  590. </div>
  591. {/block:Quote}
  592.  
  593. {block:Link}
  594. <div class="post">
  595. <div class="margin"><a href="{URL}" class="title" {Target}>{Name}</a></div>
  596. {block:Description}
  597. <div class="description">{Description}</div>
  598. {/block:Description}
  599. </div>
  600. {/block:Link}
  601.  
  602. {block:Chat}
  603. <div class="post">
  604. {block:Title}
  605. <div class="title"><div class="margin"><a href="{Permalink}">{Title}</a></div></div>
  606. {/block:Title}
  607. <ul class="chat">
  608. {block:Lines}
  609. <li class="{Alt} user_{UserNumber}">
  610. {block:Label}
  611. <span class="label">{Label}</span>
  612. {/block:Label}
  613. {Line}
  614. </li>
  615. {/block:Lines}
  616. </ul>
  617. </div>
  618. {/block:Chat}
  619.  
  620. {block:Video}
  621. <div class="post">
  622. <center>{Video-500}</center>
  623. {block:IfCaptions}{block:Caption}
  624. <div class="caption">{Caption}</div>
  625. {/block:Caption}{/block:IfCaptions}
  626. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  627. <div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaptions}
  628. </div>
  629. {/block:Video}
  630.  
  631. {block:Audio}
  632. <div id="albumart"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="100"></div>{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
  633. <div id="audioplayer">{AudioPlayerWhite} </div>
  634. <div class="audiodescription">
  635. <br>
  636. <strong>Artist:</strong> {block:Artist}{Artist}
  637. {/block:Artist}<br>
  638. <strong>Album:</strong> {block:Album}{Album}
  639. {/block:Album}
  640. <br>
  641. <strong>Track:</strong> {block:TrackName}{TrackName}
  642. {/block:TrackName}
  643. <br>
  644. <strong>Plays:</strong> {FormattedPlayCount}<br>
  645. <strong>Notes:</strong> <a href="{permalink}">{NoteCount}</a></div><br><br>
  646. {block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}
  647. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  648. <div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaptions}
  649. {/block:Audio}
  650.  
  651.  
  652. {block:PermalinkPage}<div class="notesandtags">
  653. <div class="time">{block:Date}× Posted at {12Hour}:{Minutes} {AmPm}{/block:Date} {block:Date}on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} × {NoteCountWithLabel}{/block:NoteCount}
  654. </div>{block:HasTags}<div class="tags">× TAGS: {block:Tags}<a href="{TagURL}"><font color="{color:Link}">#</font>{Tag} </a>{/block:Tags}{/block:HasTags}
  655. <div class="tags">{block:RebloggedFrom}× VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> × ORIGINALLY: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:ContentSource}<br> × SOURCE: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>
  656. {/block:PermalinkPage}
  657.  
  658. </div>
  659.  
  660.  
  661. {block:PostNotes}
  662. <div id="notecontainer">{PostNotes}</div>
  663. {/block:PostNotes}
  664.  
  665.  
  666.  
  667. {/block:Posts}
  668.  
  669.  
  670. <div class="sidebar">
  671. <div class="side">
  672.  
  673. <div class="navigation">
  674.  
  675. <div class="button">
  676. <br><br><br><br><br><br><br>
  677. <a href="/">home</a><a href="/ask">message</a><a href="/archive">archive</a>
  678. </div>
  679. </div>
  680.  
  681. <div class="sidebarimage"><a href="/"><img
  682.  
  683. src="{image:sidebar}"/></a></div>
  684.  
  685. <center><div class="title">
  686. {block:IfCustomLink1Title}<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>{/block:ifCustomLink1Title} {block:ifCustomLink2Title}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>{/block:ifCustomLink2Title} {block:ifCustomLink3Title}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>{/block:ifCustomLink3Title} {block:ifCustomLink4Title}<a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a>{/block:ifCustomLink4Title} {block:ifCustomLink5Title}<a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a>{/block:ifCustomLink5Title} {block:ifCustomLink6Title}<a href="{text:Custom Link 6}">{text:Custom Link 6 Title}</a>{/block:ifCustomLink6Title}
  687. </div></center>
  688. </div>
  689.  
  690. {block:IfShowDescription}
  691. <div class="side">
  692. {block:Description}<p>{Description}{/block:Description}
  693. </div>
  694. {/block:IfShowDescription}
  695.  
  696. </div>
  697.  
  698.  
  699.  
  700.  
  701. </div>
  702.  
  703.  
  704. </body>
  705. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement