ninpen

Evie

Mar 5th, 2013
4,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3.  
  4. <!-------------------------------
  5.  
  6. EVIE BY NINPEN.TUMBLR.COM
  7. DO NOT REMOVE THE CREDIT.
  8. HOW TO INSTALL
  9.  
  10. 1. Click on customize theme then click on edit HTML
  11. 2. Delete the entire code, and replace it with the code for this theme
  12. 3. Click on update preview then click on appearance.
  13. 4. Click save. Now refresh the screen. Now you can customize the appearance
  14. ___________________________________________________________________________
  15.  
  16. If there's a problem with the theme, or you need help, just ask me.
  17. --------------------------------->
  18.  
  19.  
  20.  
  21. <html lang="en"><head>
  22. <title>{Title}</title>
  23.  
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  25.  
  26. <meta name="image:portrait" content=""/>
  27. <meta name="image:box border" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="image:center" content=""/>
  31. <meta name="image:description BG" content=""/>
  32.  
  33. <meta name="text:top title" content=""/>
  34.  
  35. <meta name="if:EndlessScroll" content=""/>
  36. <meta name="if:showCaption" content="0"/>
  37.  
  38. <meta name="color:navi top Text" content="#d3d3d3"/>
  39. <meta name="color:navi top BG" content="#fbfbfb"/>
  40. <meta name="color:navi hover" content="#e07373"/>
  41. <meta name="color:navi bottom text" content="#ffc48c"/>
  42.  
  43. <meta name="color:description text" content="#cccccc"/>
  44. <meta name="color:description BG" content="#ffffff"/>
  45. <meta name="color:border" content="#f8f8f8"/>
  46.  
  47. <meta name="color:bold" content="#ff9f80"/>
  48. <meta name="color:italic" content="#c3d847"/>
  49. <meta name="color:underline" content="#ec97da"/>
  50.  
  51. <meta name="color:Posts" content="#ffffff"/>
  52. <meta name="color:caption" content="#fbfbfb"/>
  53. <meta name="color:sidebar BG" content="#ffffff"/>
  54. <meta name="color:link" content="#d1f2a5"/>
  55. <meta name="color:link hover" content="#ff96ae"/>
  56. <meta name="color:Background" content="#ffffff"/>
  57. <meta name="color:center BG" content="#ffffff"/>
  58. <meta name="color:text" content="#aaaaaa"/>
  59.  
  60. <meta name="color:H1 text" content ="#9fbb7a"/>
  61. <meta name="color:H2 text" content ="#ff9f80"/>
  62. <meta name="color:H2 BG" content ="#ffffff"/>
  63. <meta name="color:H1 BG" content ="#effab4"/>
  64. <meta name="color:chat line 1" content="#fbfbfb"/>
  65. <meta name="color:chat line 2" content="#ffffff"/>
  66.  
  67. <meta name="color:perma BG" content ="#ffffff"/>
  68. <meta name="color:perma b BG" content ="#fbfbfb"/>
  69. <meta name="color:perma b" content ="#e1e1e1"/>
  70. <meta name="color:tags BG" content="#000000"/>
  71. <meta name="color:tags text" content="#FFFFFF"/>
  72.  
  73. <meta name="text:Custom Link One" content=""/>
  74. <meta name="text:Custom Link One URL" content=""/>
  75. <meta name="text:Custom Link Two" content=""/>
  76. <meta name="text:Custom Link Two URL" content=""/>
  77. <meta name="text:Custom Link Three" content=""/>
  78. <meta name="text:Custom Link Three URL" content=""/>
  79. <meta name="text:Custom Link Four" content=""/>
  80. <meta name="text:Custom Link Four URL" content=""/>
  81.  
  82.  
  83.  
  84. {block:IfEndlessScroll}
  85. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfEndlessScroll}
  86. <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
  87. <link rel="shortcut icon" href="{Favicon}">
  88. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  89.  
  90.  
  91. <style type="text/css">
  92. ::-webkit-scrollbar {
  93. width: 2px;
  94. height: 4px;
  95. background-color:{color:border};
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. background-color:{color:bold};
  100. }
  101.  
  102. body{
  103. word-wrap: break-word;
  104. font-family:trebuchet ms;
  105. font-size: 10px;
  106. overflow:hidden;
  107. color: {color:Text};
  108. cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;
  109. background:{color:Background} url('{image:Background}') repeat right top;
  110. }
  111.  
  112. a:link, a:active, a:visited{
  113. background-color:{color:posts};
  114. color: {color:Link};
  115. text-decoration: none;
  116. -webkit-transition-duration: 0.5s;
  117. }
  118.  
  119. a:hover{
  120. color: {color:Link hover};
  121. -webkit-transition-duration: 0.5s;
  122. }
  123.  
  124. h1{
  125. font:8px cambria;
  126. letter-spacing:1px;
  127. text-transform:uppercase;
  128. line-height:10px;
  129. margin-top:0;
  130. padding:10px;
  131. text-align: center;
  132. border-bottom:1px solid {color:border};
  133. color:{color:h1 text};
  134. background-color :{color:h1 BG};
  135. }
  136.  
  137. h2 {
  138. padding:0 10px;
  139. font-family:"Times New Roman", Times, serif;
  140. font-size: 12px;
  141. text-align:center;
  142. font-weight:normal;
  143. letter-spacing:1px;
  144. font-style: italic;
  145. color:{color:h2 text};
  146. background-color :{color:h2 BG};
  147. }
  148.  
  149. b,strong{
  150. color:{color:bold};
  151. }
  152. i,em{
  153. color:{color:italic};
  154. }
  155. u{
  156. color:{color:underline};
  157. }
  158.  
  159. .title{
  160. background:#000;
  161. color:#fff;
  162. font:8px cambria;
  163. letter-spacing:2px;
  164. text-transform:uppercase;
  165. position:absolute;
  166. right:30px;
  167. top:17px;
  168. text-align:right;
  169. }
  170.  
  171. .title:first-letter{
  172. color:#000;
  173. background:#fff;
  174. }
  175.  
  176. img{
  177. max-width:100%;
  178. }
  179.  
  180. .source{
  181. text-align:right;
  182. font-family:courier new;
  183. text-transform:uppercase;
  184. font-size:8px;
  185. line-height:9px;
  186. letter-spacing:1px;
  187. color:{color:text};
  188. }
  189.  
  190. #side{
  191. position:absolute;
  192. margin-left:295px;
  193. margin-bottom:200px;
  194. bottom:0;
  195. width:170px;
  196. padding:20px;
  197. background:{color:sidebar BG} url('{image:sidebar}') repeat right top;
  198. }
  199.  
  200. .portrait{
  201. width:60px;
  202. padding:5px 5px 1px 5px;
  203. background:{color:posts};
  204. border:1px solid {color:border};
  205. display:inline-block;
  206. margin-right:5px;
  207. }
  208.  
  209. #navigation{
  210. display:inline-block;
  211. width:80px;
  212. padding-left:5px;
  213. height:70px;
  214. background:;
  215. margin-top:2px;
  216. vertical-align:top;
  217. border-left:1px solid {color:border};
  218. }
  219.  
  220. #navigation a{
  221. font:8px cambria;
  222. text-transform:uppercase;
  223. letter-spacing:1px;
  224. display:block;
  225. line-height:9px;
  226. color:{color:navi bottom text};
  227. }
  228.  
  229. #navigation b a{
  230. background:{color:navi top BG};
  231. color:{color:navi top Text};
  232. margin-bottom:1px;
  233. line-height:10px;
  234. }
  235.  
  236. .desc{
  237. width:170px;
  238. font:8px cambria;
  239. text-transform:uppercase;
  240. letter-spacing:1px;
  241. text-align:center;
  242. margin-top:5px;
  243. color:{color:description text};
  244. background:{color:description BG} url('{image:description BG}') repeat right top;
  245. }
  246.  
  247. #wrap{
  248. z-index:-1;
  249. text-align:right;
  250. bottom:0;
  251. width:520px;
  252. height:575px;
  253. top:50%;
  254. left:50%;
  255. margin:-320px 0 0 -287px;
  256. position:absolute;
  257. padding:30px;
  258. background:{color:box border} url('{image:box border}') repeat right top;
  259. }
  260.  
  261. #center{
  262. z-index:1;
  263. width:500px;
  264. height:555px;
  265. position:absolute;
  266. left:50%;
  267. top:50%;
  268. margin:-290px 0 0 -265px;
  269. border:3px double {color:border};
  270. padding:10px;
  271. background:{color:center BG} url('{image:center}') repeat right top;
  272. }
  273.  
  274. #content{
  275. overflow-y:scroll;
  276. overflow-x:hidden;
  277. width:510px;
  278. height:565px;
  279. display:inline-block;
  280. float:left;
  281. }
  282.  
  283. .entry {
  284. text-align:left;
  285. position:relative;
  286. padding:15px 15px 12px 15px;
  287. margin:10px 0 0 0;
  288. width:250px;
  289. color: {color:text};
  290. border:1px solid {color:border};
  291. background:{color:Posts};
  292. }
  293.  
  294. .entrywrap {
  295. margin:0 0 0 -5px;
  296. width:250px;
  297. padding:5px 5px 1px 5px;
  298. display:block;
  299. border:1px dotted {color:border};
  300. {block:permalinkpage}
  301. margin:-5px 0 0 -5px;};
  302. {/block:permalinkpage}
  303. }
  304.  
  305. .caption{
  306. border:1px solid {color:border};
  307. width:260px;
  308. margin:5px 0 -2px -5px;
  309. color: {color:text};
  310. background:{color:caption};
  311. }
  312.  
  313. #question{
  314. padding:15px;
  315. background:{color:tags BG};
  316. color:{color:posts};
  317. margin-bottom:3px;
  318. }
  319.  
  320. #question b a{
  321. font:italic 8px cambria;
  322. color:{color:h2 BG};
  323. text-transform:uppercase;
  324. letter-spacing:1px;
  325. background:{color:h2 text};
  326. padding:1px 5px;
  327. }
  328.  
  329. #question i{
  330. font:italic 8px consolas;
  331. text-transform:uppercase;
  332. letter-spacing:1px;
  333. color:{color:Text};
  334. margin-right:10px;
  335. }
  336.  
  337. #albumcover{
  338. float:left;
  339. width:80px;
  340. max-width:80px;
  341. }
  342.  
  343. .audio{
  344. padding:20px;
  345. background:{color:tags BG};
  346. width:40px;
  347. height:40px;
  348. margin-left:80px;
  349. }
  350.  
  351. .player{
  352. width:18px;
  353. overflow:hidden;
  354. position:relative;
  355. left:5px;
  356. top:5px;
  357. }
  358.  
  359. #audiotop{
  360. background:;
  361. position:relative;
  362. top:0;
  363. margin:0 auto;
  364. width:160px;
  365. background:yellow;
  366. }
  367.  
  368. #audiotext{
  369. margin:10px 0 -3px 0;
  370. text-align:center;
  371. color:{color:description text};
  372. background:{color:posts};
  373. }
  374.  
  375. #audiotext b{
  376. font:8px courier new;
  377. letter-spacing:1px;
  378. text-transform:uppercase;
  379. }
  380.  
  381. #audiotext i{
  382. font:7px trebuchet ms;
  383. letter-spacing:1px;
  384. text-transform:uppercase;
  385. }
  386.  
  387. #perma{
  388. background:{color:perma BG};
  389. color:{color:perma test};
  390. padding:1px 0;
  391. {block:IndexPage}
  392. position:absolute;
  393. height:13px;
  394. overflow:hidden;
  395. margin:-22px 0 0 20px;
  396. border-left:1px solid {color:border};
  397. border-right:1px solid {color:border};
  398. {/block:IndexPage}
  399. {block:PermalinkPage}
  400. font:8px cambria;
  401. text-align:left;
  402. text-transform:uppercase;
  403. lettert-spacing:1px;
  404. {/block:PermalinkPage}
  405. }
  406.  
  407. #perma b{
  408. margin:0 5px;
  409. background:{color:perma b BG};
  410. color:{color:perma b};
  411. vertical-align:text-top;
  412. font:7px trebuchet ms;
  413. letter-spacing:1px;
  414. text-transform:uppercase;
  415. padding:0 3px;
  416. }
  417.  
  418. #perma b a{
  419. color:{color:perma b};
  420. background:{color:perma b BG};
  421. }
  422.  
  423. #tags{
  424. width:280px;
  425. text-align:center;
  426. margin-bottom:20px;
  427. margin-top:-3px;
  428. }
  429.  
  430. #tags a{
  431. padding:0 2px;
  432. font:7px trebuchet ms;
  433. letter-spacing:1px;
  434. text-transform:uppercase;
  435. background:{color:tags BG};
  436. color:{color:tags text};
  437. display:inline-block;
  438. margin-left:3px;
  439. }
  440.  
  441. ol.notes {
  442. background-color:{color:posts};
  443. width:500px;
  444. text-align:left;
  445. padding: 0px;
  446. margin: 25px 0px;
  447. left:20px;
  448. list-style-type: lower-roman;
  449. border-bottom: solid 1px {color:border};
  450. }
  451.  
  452. blockquote{
  453. text-align:left;
  454. padding:5px;
  455. border-left:1px solid {color:bold};
  456. }
  457.  
  458. ul{
  459. list-style-type:square;
  460. }
  461.  
  462. li{
  463. list-style-type:square;
  464. font-family:calibri;
  465. }
  466.  
  467. ol.notes li.note {
  468. width:260px;
  469. list-style-type:none;
  470. border-top:1px solid {color:border};
  471. padding: 10px;
  472. font:7px trebuchet ms;
  473. letter-spacing:1px;
  474. text-transform:uppercase;
  475. color:{color:text};
  476. }
  477.  
  478. ol.notes li.note img.avatar {
  479. list-style-type:none;
  480. vertical-align: -4px;
  481. margin-right: 10px;
  482. width: 16px;
  483. height: 16px;
  484. }
  485.  
  486. ol.notes li.note span.action {
  487. list-style-type:none;
  488. font-weight:normal;
  489. }
  490.  
  491. ol.notes li.note .answer_content {
  492. list-style-type:none;
  493. font-weight: normal;
  494. }
  495.  
  496. ol.notes li.note blockquote {
  497. border-color: {color:border};
  498. padding: 4px 10px;
  499. margin: 10px 0px 0px 25px;
  500. }
  501.  
  502. ol.notes li.note blockquote a {
  503. text-decoration: none;
  504. }
  505.  
  506. ul.chat {
  507. margin: 0;
  508. padding: 0;
  509. }
  510.  
  511. .chat li {
  512. list-style-type: none;
  513. margin-left: 0px;
  514. padding: 3px;
  515. font:7px trebuchet ms;
  516. letter-spacing:1px;
  517. text-transform:uppercase;
  518. }
  519.  
  520. .chat li.odd {
  521. margin-bottom: 3px;
  522. background-color:{color:chat line 1};
  523. color: {color:text};
  524. }
  525.  
  526. .chat li.even {
  527. margin-bottom: 3px;
  528. background-color:{color:chat line 2};
  529. color: {color:text};
  530. }
  531.  
  532. .label {
  533. font-weight: bold;
  534. letter-spacing:2px;
  535. }
  536.  
  537. #pages{
  538. left:27px;
  539. bottom:0;
  540. position:absolute
  541. }
  542.  
  543. #pages a{
  544. font:8px cambria;
  545. padding:0 2px;
  546. text-transform:uppercase;
  547. letter-spacing:1px;
  548. background:{color:tags BG};
  549. color:{color:tags text};
  550. }
  551. </style>
  552.  
  553. </head>
  554. <body>
  555.  
  556.  
  557. <div id="wrap">
  558. <span class="title">{text:top title}</span>
  559. {block:IfNotEndlessScroll}
  560. {block:Pagination}
  561. <div id="pages">
  562.  
  563. {block:PreviousPage}
  564. <ab><a href="{PreviousPage}">Prev</a></ab>
  565. {/block:PreviousPage}
  566.  
  567.  
  568. {block:NextPage}
  569. <ba><a href="{NextPage}">Next</a></ba>
  570. {/block:NextPage}
  571.  
  572.  
  573. </div>
  574. {/block:Pagination}
  575. {/block:IfNotEndlessScroll}
  576.  
  577.  
  578. <div id="center">
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <div id="content">
  586. {block:Posts}
  587. <div class="entry">
  588.  
  589. {block:IndexPage}
  590. <div id="perma">
  591. <center>
  592. {block:Date}<b><a href="{Permalink}">{TimeAgo}</a> | {NoteCount} </b>{/block:Date}
  593. </div>
  594. {/block:IndexPage}
  595.  
  596.  
  597.  
  598.  
  599. {block:Text}
  600. <span class="entrywrap">
  601. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}{Body}</span>
  602. {block:IfshowCaption}
  603. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  604. {/block:IfshowCaption}
  605. {/block:Text}
  606.  
  607.  
  608.  
  609.  
  610. {block:Photo}
  611. <span class="entrywrap">
  612. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></span>{LinkCloseTag}
  613.  
  614. {block:IndexPage}
  615. {block:IfshowCaption}
  616. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  617. {/block:IfshowCaption}
  618. {/block:IndexPage}
  619.  
  620. {block:permalinkpage}
  621. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  622. {/block:permalinkpage}
  623. {/block:Photo}
  624.  
  625.  
  626.  
  627. {block:Photoset}
  628. <span class="entrywrap">
  629. {Photoset-250}
  630. </span>
  631. {block:IndexPage}
  632. {block:IfshowCaption}
  633. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  634. {/block:IfshowCaption}
  635. {/block:IndexPage}
  636.  
  637. {block:permalinkpage}
  638. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  639. {/block:permalinkpage}
  640. {/block:Photoset}
  641.  
  642.  
  643.  
  644. {block:Quote}
  645. <span class="entrywrap">
  646. <h2>"{Quote}"</h2>
  647. {block:Source}- {Source}{/block:Source}
  648. </span>
  649. {block:IfshowCaption}
  650. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  651. {/block:IfshowCaption}
  652. {/block:Quote}
  653.  
  654.  
  655.  
  656. {block:Link}
  657. <span class="entrywrap">
  658. <a href="{URL}"><h1>{Name}</h1></a>{block:Description}{Description}{/block:Description}</span>
  659. {block:IfshowCaption}
  660. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  661. {/block:IfshowCaption}
  662. {/block:Link}
  663.  
  664.  
  665.  
  666.  
  667. {block:Chat}
  668. <span class="entrywrap">
  669. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</span>
  670. {/block:Chat}
  671.  
  672.  
  673.  
  674. {block:Video}
  675. <span class="entrywrap">
  676. {Video-250}</span>
  677.  
  678. {block:IndexPage}
  679. {block:IfshowCaption}
  680. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  681. {/block:IfshowCaption}
  682. {/block:IndexPage}
  683.  
  684.  
  685. {block:PermalinkPage}
  686. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  687. {/block:PermalinkPage}
  688. {/block:Video}
  689.  
  690.  
  691.  
  692. {block:Answer}
  693. <span class="entrywrap"><div id="question"><a href="{Permalink}"><b>{Asker}</b></a> <i>asked</i>
  694. {Question}</div></span>
  695. {Answer}
  696. {/block:answer}
  697.  
  698.  
  699.  
  700.  
  701. {block:Audio}
  702. <span class="entrywrap">
  703. <div id="audiotop">
  704. <div id="albumcover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  705. <div class="audio"><div class="player">{AudioPlayerBlack} </div></div>
  706. </div>
  707.  
  708. <div id="audiotext">
  709. {block:TrackName}<b>Song:</b> <i>{TrackName}</i>{/block:TrackName}<br>
  710. {block:Artist}<b>ARTIST:</b> <i>{Artist}</i>{/block:Artist}<br>
  711. {block:Album}<b>ALBUM:</b> <i>{Album}</i>{/block:Album}<br>
  712. {block:PlayCount}<b>Plays:</b><i>{FormattedPlayCount}</i> {/block:PlayCount}
  713. </div>
  714. </span>
  715.  
  716. {block:IndexPage}
  717. {block:IfshowCaption}
  718. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  719. {/block:IfshowCaption}
  720. {/block:IndexPage}
  721.  
  722.  
  723. {block:PermalinkPage}
  724. {block:Caption}
  725. <div class="caption">{Caption}</div>{/block:Caption}
  726. {/block:PermalinkPage}
  727. {/block:Audio}
  728.  
  729.  
  730.  
  731. {block:PermalinkPage}
  732. <div id="perma">
  733. {block:Date}{TimeAgo}{/block:Date}{block:NoteCount} &#9642; {NoteCountWithLabel}{/block:NoteCount}
  734. {block:RebloggedFrom}
  735. <div style="float:right;"><a href="{ReblogParentURL}">Via</a> &#9642; <a href="{ReblogRootURL}">Source</a></div>
  736. {/block:RebloggedFrom}
  737. </div>
  738. {/block:PermalinkPage}
  739. </div>
  740.  
  741.  
  742.  
  743.  
  744. <div id="tags">
  745. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  746. </div>
  747.  
  748. {block:PostNotes}{PostNotes}{/block:PostNotes}
  749.  
  750.  
  751. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  752.  
  753. {/block:Posts}
  754. <br>
  755. </div>
  756.  
  757.  
  758.  
  759. <div id="side">
  760.  
  761. <div class="portrait">
  762. <img src="{image:portrait}"></div>
  763.  
  764. <div id="navigation">
  765. <b><a href="/">index</a></b>
  766. <b><a href="/ask">inbox</a></b>
  767. <b><a href="/archive">archive</a></b>
  768.  
  769.  
  770.  
  771. <a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"> {text:Custom Link One}{/block:IfCustomLinkOne}</a>
  772. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"> {text:Custom Link Two}{/block:IfCustomLinkTwo}</a>
  773. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"> {text:Custom Link Three}{/block:IfCustomLinkThree}</a>
  774.  
  775.  
  776. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"> {text:Custom Link Four}{/block:IfCustomLinkFour}</a>
  777. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"> {text:Custom Link Five}{/block:IfCustomLinkFive}</a>
  778. {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}"> {text:Custom Link Six}{/block:IfCustomLinkSix}</a>
  779.  
  780.  
  781. </div>
  782.  
  783. <div class="desc">
  784. {description}
  785. </div>
  786. </div>
  787. </div>
  788. </div>
  789. </body>
  790. </html>
Advertisement
Add Comment
Please, Sign In to add comment