Advertisement
sarahcaths

theme 2 | the gentle and mild

Aug 3rd, 2012
2,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15.  
  16. © SARAHCATHS.TUMBLR.COM | "THE GENTLE AND MILD" #2
  17.  
  18. + Do not steal any portion of this code, or use this code as a base.
  19. + Feel free to edit anything, but do not remove the credit.
  20. + If you have any questions or concerns, just contact me!
  21. + Thanks for using my theme! :) Hope you enjoy it!
  22.  
  23. ---->
  24.  
  25. <!-- VARIABLES -->
  26.  
  27. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua/FW5m81f6j/tumblr_ltqq73kh5g1qhvdofo3_100.png"/>
  28. <meta name="image:Header Image" content="http://static.tumblr.com/vqqnpua/NLXm81jm2/tumblr_m7wdrmkisf1qhsoxqo1_500.jpg" />
  29. <meta name="image:Sidebar BG" content="http://static.tumblr.com/vqqnpua/2Tam81hey/sidebar_bg.png" />
  30.  
  31. <meta name="color:Background" content="#f0f0f0" />
  32. <meta name="color:Body Text" content="#bababa" />
  33. <meta name="color:Body Shadow" content="#FFFFFF">
  34. <meta name="color:Body Dark Shadow" content="#3d4349">
  35. <meta name="color:Signature Color" content="#FF4561" />
  36. <meta name="color:Bold" content="#ff4561" />
  37. <meta name="color:Italic" content="#ff4561" />
  38. <meta name="color:Link" content="#ff4561" />
  39. <meta name="color:Entries BG" content="#f0f0f0" />
  40. <meta name="color:Entries Border" content="#ebebeb" />
  41. <meta name="color:Info BG" content="#ff4561">
  42. <meta name="color:Info" content="#FFFFFF" />
  43. <meta name="color:Info Border" content="#e7d0d3" />
  44. <meta name="color:Tags" content="#FFFFFF">
  45. <meta name="color:Main Links" content="#FFFFFF" />
  46.  
  47. <meta name="font:Body Font" content="Arial" />
  48. <meta name="font:Title Font" content="Georgia" />
  49. <meta name="font:Tags Font" content="Georgia" />
  50. <meta name="font:Navigation" content="'Amatic SC', cursive" />
  51.  
  52. <meta name="text:Body Font Size" content="10px" />
  53. <meta name="text:Tags Font Size" content="8px" />
  54. <meta name="text:Navigation" content="20px" />
  55.  
  56. <meta name="text:Link 1 URL" content="http://" />
  57. <meta name="text:Link 1" content="Link 1" />
  58. <meta name="text:Link 2 URL" content="http://" />
  59. <meta name="text:Link 2" content="Link 2" />
  60. <meta name="text:Link 3 URL" content="http://" />
  61. <meta name="text:Link 3" content="Link 3" />
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. /* MAIN */
  67.  
  68. body {
  69. background-color:{color:Background};
  70. background-image: url('{image:Background}');
  71. color:{color:Body Text};
  72. font-family: {font:Body Font};
  73. font-size: {text:Body Font Size};
  74. text-shadow: {color:Body Shadow} 1px 1px 1px;
  75. margin: 0px;
  76. padding: 0px;}
  77.  
  78. a:link, a:active {
  79. text-decoration:none;
  80. color: {color:Body Dark Shadow}; }
  81.  
  82. a:visited {
  83. text-decoration:none;
  84. color: {color:Body Dark Shadow}; }
  85.  
  86. a:hover {
  87. text-decoration:none;
  88. font-weight:bold;}
  89.  
  90. b, strong, .strong {color:{color:Bold};}
  91.  
  92. blockquote {
  93. border-left:2px solid {color:Body Shadow};
  94. padding-left:6px; }
  95.  
  96. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  97.  
  98. i, em, .em {color:{color:Italic};}
  99.  
  100. /* FONTS */
  101.  
  102. @import url(http://fonts.googleapis.com/css?family=Amatic+SC);
  103.  
  104. /* MAIN DIVS */
  105.  
  106. .sideborder {
  107. width:36px;
  108. background-color:{color:Main Links};
  109. border-right:10px solid {color:Signature Color};
  110. opacity:0.4;
  111. margin:0;
  112. position:fixed;
  113. top:0px;
  114. height:100%;
  115. left:1000px; }
  116.  
  117. .content {
  118. width:100%;
  119. height:100%;
  120. margin-top:0px;
  121. margin-bottom:40px;}
  122.  
  123. #cred {
  124. font-size:8px;
  125. letter-spacing:1px;
  126. opacity:0.3;
  127. font-weight:bold;
  128. color: #000000;
  129. font-family: georgia;
  130. background-color: #FFFFFF;
  131. padding:4px;
  132. border:1px dashed #514a4d;
  133. text-transform:uppercase;
  134. bottom:10px;
  135. right:10px;
  136. position:fixed; }
  137.  
  138. #cred a:link, #cred a:active, #cred a:visited, #cred a:hover {
  139. color:#000000 }
  140.  
  141.  
  142. #cred:hover {
  143. font-size:8px;
  144. letter-spacing:1px;
  145. font-weight:bold;
  146. color: #000000;
  147. opacity:1.0;
  148. font-family: georgia;
  149. background-color: #FFFFFF;
  150. padding:4px;
  151. border:1px dashed #514a4d;
  152. text-transform:uppercase;
  153. bottom:10px;
  154. right:10px;
  155. position:fixed;
  156. -webkit-transform: rotate(4deg);
  157. -moz-transform: rotate(4deg);
  158. -o-transform: rotate(4deg);
  159. -ms-transform: rotate(4deg);
  160. transform: rotate(4deg);
  161. -webkit-transition: all 0.9s ease-in-out;
  162. -moz-transition: all 0.9s ease-in-out;
  163. -o-transition: all 0.9s ease-in-out;
  164. transition: all 0.9s ease-in-out;}
  165.  
  166. .hover {
  167. width:400px;
  168. height:100%;
  169. top:0px;
  170. left:0px;}
  171.  
  172. #sidebar {
  173. top:0px;
  174. margin-top:-60px;
  175. left:0px;
  176. margin-left:-60px;
  177. width:350px;
  178. position:fixed;
  179. background-color:transparent; }
  180.  
  181. #sidebarimg {
  182. background-image:url('{image:Header Image}');
  183. background-repeat:no-repeat;
  184. -moz-border-radius: 200px;
  185. border-radius: 200px;
  186. max-width:300px;
  187. height:300px;
  188. margin-left:-30px;
  189. border:2px solid {color:Entries BG};
  190. opacity:0.6;
  191. overflow:auto;
  192. -webkit-transition: all 0.9s ease-in-out;
  193. -moz-transition: all 0.9s ease-in-out;
  194. -o-transition: all 0.9s ease-in-out;
  195. transition: all 0.9s ease-in-out;}
  196.  
  197. #sideinfo {
  198. width:0px;
  199. height:auto;
  200. max-height:70px;
  201. overflow:auto;
  202. padding: 0px 5px 0px 5px;
  203. float:center;
  204. overflow:auto;
  205. opacity:0.0;}
  206.  
  207. #sidelinks {
  208. width:0px;
  209. height:auto;
  210. max-height:150px;
  211. overflow:auto;
  212. padding: 0px 5px 0px 5px;
  213. float:center;
  214. overflow:auto;
  215. opacity:0.0;}
  216.  
  217. #sidelinks a:link, #sidelinks a:active, #sidelinks a:visited {
  218. color:{color:Main Links}; }
  219.  
  220. #sidelinks a:hover {
  221. color{color:Main Links};
  222. font-size:8px;
  223. text-shadow:#000000 1px 1px 1px;
  224. font-family:{font:Tags Font};
  225. letter-spacing:2px; }
  226.  
  227. .hover:hover #sidelinks {
  228. opacity:1.0;
  229. color:{Main Links};
  230. font-size:8px;
  231. text-shadow:#000000 1px 1px 1px;
  232. font-family:{font:Tags Font};
  233. letter-spacing:2px;
  234. float:center;
  235. width:240px;
  236. margin-top:5px;
  237. text-align:justify;}
  238.  
  239.  
  240. .hover:hover #sideinfo {
  241. opacity:1.0;
  242. color:{color:Main Links};
  243. text-shadow:#000000 1px 1px 1px;
  244. font-size:8px;
  245. font-family:{font:Tags Font};
  246. letter-spacing:3px;
  247. line-height:12px;
  248. float:center;
  249. width:240px;
  250. margin-top:90px;
  251. padding: 10px 5px 10px 25px;
  252. text-align:justify;
  253. background-image:url('{image:Sidebar BG}');
  254. background-repeat:repeat;}
  255.  
  256. .hover:hover #sidebarimg {
  257. background-image:url('{image:Header Image}');
  258. background-repeat:no-repeat;
  259. -moz-border-radius: 200px;
  260. border-radius: 200px;
  261. max-width:350px;
  262. height:350px;
  263. opacity:1.0;
  264. margin-left:0px;
  265. overflow:auto;
  266. border:2px solid {color:Entries BG};
  267. -webkit-transition: all 0.9s ease-in-out;
  268. -moz-transition: all 0.9s ease-in-out;
  269. -o-transition: all 0.9s ease-in-out;
  270. transition: all 0.9s ease-in-out;}
  271.  
  272. .title {
  273. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  274. color:{color:Body Text};
  275. text-transform:uppercase;
  276. font-family: {font:Tags Font};
  277. position:fixed;
  278. font-size:50px;
  279. width:700px;
  280. opacity:0.5;
  281. margin-left:10px;
  282. margin-top:400px;
  283. -webkit-transform: rotate(90deg);
  284. -moz-transform: rotate(90deg);
  285. -o-transform: rotate(90deg);
  286. -ms-transform: rotate(90deg);
  287. transform: rotate(90deg);
  288. transition-duration: 0.6s;
  289. -moz-transition-duration: 0.5s;
  290. -webkit-transition-duration: 0.5s;
  291. -o-transition-duration: 0.5s;}
  292.  
  293. .hover:hover .title {
  294. opacity:1.0;
  295. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  296. color:{color:Body Text};
  297. transition-duration: 0.5s;
  298. -moz-transition-duration: 0.5s;
  299. -webkit-transition-duration: 0.5s;
  300. -o-transition-duration: 0.5s;}
  301.  
  302. .navigation {
  303. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  304. color:{color:Body Text};
  305. font-family: {font:Tags Font};
  306. position:fixed;
  307. font-size:50px;
  308. width:700px;
  309. opacity:0.7;
  310. left:750px;
  311. margin-top:400px;
  312. -webkit-transform: rotate(90deg);
  313. -moz-transform: rotate(90deg);
  314. -o-transform: rotate(90deg);
  315. -ms-transform: rotate(90deg);
  316. transform: rotate(90deg);}
  317.  
  318. .navigation a:link, .navigation a:visited, .navigation a:active, .navigation a:hover {
  319. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  320. color:{color:Body Text};
  321. font-size:50px;
  322. font-family: {font:Tags Font};}
  323.  
  324. .navigation:hover {
  325. text-shadow:{color:Body Dark Shadow} 1px 1px 1px;
  326. color:{color:Body Text};
  327. font-family: {font:Tags Font};
  328. position:fixed;
  329. font-size:50px;
  330. width:700px;
  331. opacity:1.0;
  332. left:750px;
  333. margin-top:400px;
  334. -webkit-transform: rotate(90deg);
  335. -moz-transform: rotate(90deg);
  336. -o-transform: rotate(90deg);
  337. -ms-transform: rotate(90deg);
  338. transform: rotate(90deg);}
  339.  
  340.  
  341. /* POSTS DIVS */
  342.  
  343.  
  344. .entriesborder {
  345. width: 500px;
  346. height: auto;
  347. margin:auto;
  348. margin-left:400px;}
  349.  
  350. .entries {
  351. width: 500px;
  352. height: auto;
  353. padding:10px;
  354. margin-top:20px;
  355. background-color: {color:Entries BG};
  356. border:1px solid {color:Entries Border};}
  357.  
  358. .info {
  359. height:20px;
  360. opacity:1.0;
  361. padding-top:5px;
  362. margin-bottom:50px;
  363. background-color: {color:Info BG};
  364. background-image:url('{image:Info BG}');
  365. border-top: 3px solid {color:Info Border};
  366. border-bottom: 3px solid {color:Info Border};
  367. font-size: {text:Tags Font Size};
  368. font-family: {font:Tags Font};
  369. color: {color:Info BG};
  370. text-shadow:{color:Info BG} 1px 1px 1px;
  371. width: 522px;
  372. text-transform:uppercase;
  373. transition-duration: 0.6s;
  374. -moz-transition-duration: 0.6s;
  375. -webkit-transition-duration: 0.6s;
  376. -o-transition-duration: 0.6s; }
  377.  
  378. .datecircle {
  379. float:left;
  380. width:50px;
  381. height:50px;
  382. text-align:center;
  383. padding: 10px 5px 0px 5px;
  384. margin: -10px 0px 0px 20px;
  385. background-color: {color:Info BG};
  386. background-image:url('{image:Info BG}');
  387. border: 3px solid {color:Info Border};
  388. font-size: 30px;
  389. font-family: {font:Navigation};
  390. text-shadow:none;
  391. color: {color:Main Links};
  392. -moz-border-radius: 50px;
  393. border-radius: 50px;}
  394.  
  395. .datecircle a:link, .datecircle a:active, .datecircle a:visited {
  396. font-size: 30px;
  397. font-family: {font:Navigation};
  398. text-shadow:none;
  399. color: {color:Main Links};}
  400.  
  401. .datecircle a:hover {
  402. font-size: 30px;
  403. font-family: {font:Navigation};
  404. text-shadow:#000000 1px 1px 1px;
  405. color: {color:Main Links};}
  406.  
  407. .entriesborder:hover .info {
  408. font-size: {text:Tags Font Size};
  409. font-family: {font:Tags Font};
  410. color: {color:Info};
  411. transition-duration: 0.6s;
  412. -moz-transition-duration: 0.6s;
  413. -webkit-transition-duration: 0.6s;
  414. -o-transition-duration: 0.6s; }
  415.  
  416.  
  417. .info a:link, .info a:active, .info a:visited {
  418. font-size: {text:Tags Font Size};
  419. font-family: {font:Tags Font};
  420. color: {color:Info}; }
  421.  
  422. .info a:hover {
  423. font-size: {text:Tags Font Size};
  424. font-family: {font:Tags Font};
  425. color: {color:Link}; }
  426.  
  427. /* TAGS */
  428.  
  429. .tags a:link, .tags a:active, .tags a:visited {
  430. opacity:0.0;
  431. transition-duration: 0.6s;
  432. -moz-transition-duration: 0.6s;
  433. -webkit-transition-duration: 0.6s;
  434. -o-transition-duration: 0.6s;}
  435.  
  436. .entriesborder:hover .tags a:link, .tags a:active, .tags a:visited {
  437. opacity:0.5;
  438. transition-duration: 0.6s;
  439. -moz-transition-duration: 0.6s;
  440. -webkit-transition-duration: 0.6s;
  441. -o-transition-duration: 0.6s;}
  442.  
  443.  
  444. /* ALL POSTS CSS */
  445.  
  446. .ttitle, .ttitle:link, .ttitle:visited, .tttitle:active {
  447. font-family: {font:Title Font};
  448. color: {color:Body Text};
  449. letter-spacing: -2px;
  450. text-transform:uppercase;
  451. display:block;
  452. text-shadow:{color:Dark Shadow} 1px 1px 1px;
  453. font-size:20px;
  454. text-align:left;
  455. padding:0px 0px 0px 20px;}
  456.  
  457. .ttitle:hover {
  458. font-family: {font:Title Font};
  459. letter-spacing: -2px;
  460. text-transform:uppercase;
  461. color: {color:Body Text};
  462. font-weight:normal;
  463. display:block;
  464. text-shadow:{color:Dark Shadow} 1px 1px 1px;
  465. border-left:30px solid {color:Signature Color};
  466. font-size:20px;
  467. text-align:left;
  468. padding:0px 0px 0px 20px;
  469. -webkit-transition: all 0.4s ease-in-out;
  470. -moz-transition: all 0.4s ease-in-out;
  471. -o-transition: all 0.4s ease-in-out;
  472. transition: all 0.4s ease-in-out;}
  473.  
  474.  
  475. .quote {
  476. font-family: {font:Tags Font};
  477. font-style:italic;
  478. font-size: 20px;
  479. text-align: justify;
  480. width:80%;
  481. margin:auto;
  482. letter-spacing: -2px;
  483. line-height: 25px;
  484. text-transform: none; }
  485.  
  486.  
  487. .source {
  488. font-family: {font:Tags Font};
  489. font-style:italic;
  490. font-size: 10px;
  491. text-align: justify;
  492. letter-spacing: 1px;
  493. line-height: 12px;
  494. text-align:right;
  495. text-transform: none;
  496. text-indent: 15px; }
  497.  
  498. .source a:link, a:active, a:visited {
  499. color: {color:Link};
  500. text-decoration:none; }
  501.  
  502. .question {
  503. background-color:{color:Entries Border};
  504. margin:10px;
  505. margin-top:0px;
  506. padding:10px;
  507. font-family: {font:Title Font};
  508. font-size:10px; }
  509.  
  510. .answer {
  511. background-color:{color:Entries Border};
  512. margin:10px;
  513. padding:10px;
  514. margin-top:0px;}
  515.  
  516. .asker {
  517. font-size:12px;
  518. text-transform:uppercase;
  519. color:{color:Entries Border}:
  520. font-style:italic;
  521. text-align:left;
  522. font-family:{font:Title Font};
  523. margin-bottom:-5px;
  524. margin-left:30px;}
  525. </style>
  526.  
  527.  
  528. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  529.  
  530. <script type="text/javascript">
  531. WebFontConfig = {
  532. google: { families: [ 'Amatic+SC::latin' ] }
  533. };
  534. (function() {
  535. var wf = document.createElement('script');
  536. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  537. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  538. wf.type = 'text/javascript';
  539. wf.async = 'true';
  540. var s = document.getElementsByTagName('script')[0];
  541. s.parentNode.insertBefore(wf, s);
  542. })(); </script>
  543.  
  544. </head>
  545.  
  546. <body>
  547.  
  548. <div class="navigation">
  549. {block:Pagination}
  550. {block:NextPage}
  551. <a href="{NextPage}">next</a>
  552. {/block:NextPage}
  553.  
  554. {block:PreviousPage}
  555. <a href="{PreviousPage}">back</a>
  556. {/block:PreviousPage}
  557. {/block:Pagination}
  558. </div> <!-- END NAVIGATION -->
  559.  
  560. <div class="sideborder">
  561. </div> <!-- END SIDEBORDER -->
  562.  
  563. <div class="hover">
  564. <div id="sidebar">
  565. <div align="center">
  566. <div id="sidebarimg">
  567. <div id="sideinfo">
  568. {Description}
  569. </div> <!-- END SIDEBAR INFO -->
  570. <div id="sidelinks">
  571. <table>
  572. <tr><td width="50%" vAlign="middle">
  573. <img src="{PortraitURL-64}" style="border:0;padding:5px;margin:4px;background-image:url('{image:Sidebar BG}');background-repeat:repeat;" />
  574. </td>
  575. <td width="50%" vAlign="middle">
  576. <a href="{text:Link 1 URL}">{text:Link 1}</a><br>
  577. <a href="{text:Link 2 URL}">{text:Link 2}</a><br>
  578. <a href="{text:Link 3 URL}">{text:Link 3}</a><br>
  579. </td></tr></table>
  580. </div> <!-- END SIDELINKS -->
  581. </div> <!-- END SIDEBAR IMG -->
  582. </div> <!-- END ALIGN CENTER -->
  583. </div> <!-- END SIDEBAR -->
  584.  
  585. <div class="title">
  586. {Title}
  587. </div> <!-- END TITLE -->
  588. </div> <!-- END HOVER -->
  589.  
  590.  
  591.  
  592.  
  593.  
  594. <div id="cred">
  595. <a href="http://sarahcaths.tumblr.com" target="_blank">THEME BY SARAHCATHS+</a>
  596. </div> <!-- END CREDIT (DO NOT REMOVE!) -->
  597.  
  598. <div class="content">
  599. {block:Posts}
  600. <div class="entriesborder">
  601. <div class="entries">
  602.  
  603. {block:Text}
  604. {block:Title}
  605. <a href="{Permalink}" class="ttitle">{Title}</a>
  606. {/block:Title}
  607. {Body}
  608. {/block:Text}
  609.  
  610. {block:Photo}
  611. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  612. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  613. {/block:Photo}
  614.  
  615. {block:Photoset}
  616. {Photoset-500}
  617. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  618. {/block:Photoset}
  619.  
  620. {block:Quote}
  621. <div class="quote">{Quote}</div>
  622. <p>
  623. <div class="source">{block:Source}- {Source}{/block:Source}</div>
  624. {/block:Quote}
  625.  
  626. {block:Link}
  627. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  628. {block:Description} {Description} {/block:Description}
  629. {/block:Link}
  630.  
  631. {block:Chat}
  632. {block:Title} {Title} {/block:Title}
  633. {block:Lines} <div style="font-family: georgia;font-style:italic;font-size:10px;line-height:12px;margin:0;padding:0;">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div><br>
  634.  
  635. {/block:Lines}
  636. {/block:Chat}
  637.  
  638.  
  639. {block:AudioPlayer}
  640. <table>
  641. <tr>
  642. <td width="100px">
  643. {block:AlbumArt}
  644. <img src="{AlbumArtURL}" style="border:1px solid {color:Body Text};width:100px;margin:10px;" />{/block:AlbumArt}
  645. </td>
  646. <td width="400px">
  647. {AudioPlayerGrey}<br>
  648. {block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}<br>
  649. {block:Caption}{Caption}{/block:Caption}
  650. </td>
  651. </tr>
  652. </table>
  653. {/block:AudioPlayer}
  654.  
  655. {block:Video}
  656. {Video-500}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Video}
  659.  
  660. {block:Answer}
  661. <div class="asker">
  662. {Asker} asked,</div>
  663. <div class="question">
  664. {Question}</div>
  665. <div class="answer">{Answer}</div>
  666. {/block:Answer}
  667.  
  668.  
  669.  
  670.  
  671. </div> <!-- END ENTRIES -->
  672.  
  673.  
  674. <div class="datecircle">
  675. {block:Date}<a href="{Permalink}">{MonthNumber}/{DayOfMonthWithZero}</a>{/block:Date}
  676. </div> <!-- END DATE CIRCLE -->
  677.  
  678. <div class="info" style="text-align: center;">
  679.  
  680. {block:NoteCount}{NoteCountWithLabel} {/block:NoteCount} {block:ContentSource} source @ {SourceTitle} {/block:ContentSource} <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  681.  
  682. </div> <!--END INFO -->
  683.  
  684.  
  685. {block:PermalinkPage}
  686. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  687. {block:PostNotes}
  688. {PostNotes}
  689. {/block:PostNotes}
  690. {/block:PermalinkPage}
  691.  
  692.  
  693. </div> <!-- END ENTRIESBORDER -->
  694. {/block:Posts}
  695.  
  696. </div> <!-- END CONTENT -->
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703. </body>
  704. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement