Advertisement
seaofwaves

Theme 02 (Little Blue)

Nov 18th, 2011
4,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.60 KB | None | 0 0
  1. <!--
  2. Theme 02 (Little Blue) by Diana (baudelaired @ tumblr)
  3. By using this theme you agree to have read and follow the terms and conditions
  4. 1. Do not remove credit from theme or code. This includes moving it to a secondary page
  5. 2. Do not use this theme code as a base code
  6. 3. Do not take parts of this theme and mix them with others. For more information and full list of guidelines go to baudelairedthemes.tumblr.com/guidelines.
  7. Original codes protected by Creative Commons License.
  8. _________________________________________________________________________________________________
  9. Instructions for this theme:
  10. -I made this theme really user friendly, so you can customize a ton of things! There is the option for a webkit scrollbar, showing tags either hovering right next to the posts or underneath the post, and 3 posts sizes: 500px, 400px, and 250px. The sidebar image is completely customizable as well. Everything that you can change is under the Appearance tab.
  11. -There is an option for you to put the sidebar on either left or right side. It's best you edit this theme on the old customize page, which you can access by going to tumblr.com/customize-classic/
  12. -If you encounter any bugs or glitches, let me know at baudelairedthemes.tumblr.com/ask
  13. As always, Enjoy! :)
  14. -->
  15. <html>
  16. <head>
  17.  
  18. <!-- DEFAULT VARIABLES -->
  19. <meta name="color:background" content="#F7FCFC" />
  20. <meta name="color:sidebar" content="#FCFFFF" />
  21. <meta name="color:entries" content="#EDF7F5" />
  22. <meta name="color:footer" content="#E1F0F2" />
  23.  
  24. <meta name="if:Show Hover Tags" content="0" />
  25. <meta name="if:Show Tags on Posts" content="0" />
  26. <meta name="if:Show Notes" content="0" />
  27. <meta name="if:Show Notes on posts" content="0" />
  28. <meta name="color:tags footer" content="#D1E8E4" />
  29.  
  30. <meta name="color:title" content="#254950" />
  31. <meta name="color:text" contefnt="#4D5455" />
  32. <meta name="color:link" content="#1F4563" />
  33. <meta name="color:lhover" content="#919FAB" />
  34. <meta name="color:links background" content="#D6F3F2" />
  35. <meta name="color:links block" content="#D1E8E4" />
  36. <meta name="color:sidebar links" content="#D1E8E4" />
  37. <meta name="color:scrollbar" content="#D1E8E4" />
  38.  
  39. <meta name="font:title" content="Georgia" />
  40. <meta name="font:body" content="Georgia" />
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:background" content="http://static.tumblr.com/uccipb7/m7Dluhlfi/untitled-1.jpg" />
  43.  
  44.  
  45. <meta name="if:Show Scrollbar" content="0" />
  46. <meta name="if:Show Sidebar Left" content="0" />
  47. <meta name="if:Show Sidebar Right" content="0" />
  48. <meta name="if:Show Posts 500" content="0" />
  49. <meta name="if:Show Posts 400" content="0" />
  50. <meta name="if:Show Posts 250" content="0" />
  51.  
  52. <meta name="if:Show Extra Links" content="0" />
  53. <meta name="text:Link1 Title"/>
  54. <meta name="text:Link1" content="http://" />
  55. <meta name="text:Link2 Title" />
  56. <meta name="text:Link2" content="http://" />
  57. <meta name="text:Link3 Title"/>
  58. <meta name="text:Link3" content="http://" />
  59. <meta name="text:Link4 Title" />
  60. <meta name="text:Link4" content="http://" />
  61. <meta name="text:Link5 Title"/>
  62. <meta name="text:Link5" content="http://" />
  63. <meta name="text:Link6 Title" />
  64. <meta name="text:Link6" content="http://" />
  65.  
  66.  
  67. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  68. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  69. <link rel="shortcut icon" href="{Favicon}" />
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  71. <style type="text/css">
  72.  
  73. {block:ifshowscrollbar}
  74. ::-webkit-scrollbar {
  75. height: 10px;
  76. width: 11px;
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb {
  80. background-color:{color:scrollbar};
  81. }
  82.  
  83. ::-webkit-scrollbar-track{
  84. background-color:#ffffff;
  85. }
  86. ::-webkit-scrollbar-buttom{
  87. background-color:#fff;
  88. }
  89. {/block:ifshowscrollbar}
  90.  
  91. body {
  92. color:{color:text};
  93. background-color:{color:background};
  94. background-image: url('{image:background}');
  95. background-position: fixed;
  96. background-attachment:fixed;
  97. background-repeat:repeat;
  98. font-size:10px;
  99. font-family:{font:body};
  100. line-height:110%;
  101. text-align:justify}
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:link}; text-decoration:none}
  105.  
  106. a:hover{
  107. color:{color:title};font-style:none;
  108. -webkit-transition: all 0.4s ease-in;
  109. -moz-transition: all 0.4s ease-in;
  110. -o-transition: all 0.4s ease-in;
  111. transition: all 0.4s ease-in;
  112. }
  113. {block:ifshowsidebarright}
  114. {block:ifshowposts500}
  115. #entries {
  116. margin-left:80px;
  117. margin-top:5px;
  118. width:520px;}
  119. {/block:ifshowposts500}
  120. {block:ifshowposts400}
  121. #entries {
  122. margin-left:80px;
  123. margin-top:5px;
  124. width:420px;}
  125. {/block:ifshowposts400}
  126. {block:ifshowposts250}
  127. #entries {
  128. margin-left:80px;
  129. margin-top:5px;
  130. width:270px;}
  131. {/block:ifshowposts250}{/block:ifshowsidebarright}
  132.  
  133. {block:ifshowsidebarleft}
  134. {block:ifshowposts500}
  135. #entries {
  136. margin-left:450px;
  137. margin-top:5px;
  138. width:520px;}
  139. {/block:ifshowposts500}
  140. {block:ifshowposts400}
  141. #entries {
  142. margin-left:450px;
  143. margin-top:5px;
  144. width:420px;}
  145. {/block:ifshowposts400}
  146. {block:ifshowposts250}
  147. #entries {
  148. margin-left:450px;
  149. margin-top:5px;
  150. width:270px;}
  151. {/block:ifshowposts250}{/block:ifshowsidebarleft}
  152.  
  153.  
  154. #posts{
  155. overflow:hidden;
  156. background-color: {color:entries};
  157. border-left:5px;
  158. border-right:5px;
  159. padding:10px;
  160. font-size:10px;
  161. font-family:Helvetica;
  162. letter-spacing:1px;
  163. }
  164.  
  165. #title {
  166. font-size:15px;
  167. text-align:center;
  168. font-family:Georgia;
  169. margin-top:10px;
  170. font-style: italic;
  171. }
  172.  
  173. .iconica{
  174. bottom:0px;
  175. right:0px;
  176. background-color:transparent;
  177. position:fixed;
  178. padding:0px;
  179. opacity:.3;-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  180. .iconica:hover {-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;opacity:3;position:fixed;}
  181.  
  182. {block:ifshowsidebarleft}
  183. #sbar {width: 250px; top: 0px; margin-left: 25px; float: left; position: fixed;background-color:{color:sidebar};-moz-border-radius-topleft: 50px;
  184. -moz-border-radius-topright: 0px;
  185. -moz-border-radius-bottomright: 50px;
  186. -moz-border-radius-bottomleft: 50px;
  187. -webkit-border-radius: 0px 0px 50px 50px;
  188. border-radius: 0px 0px 50px 50px;}
  189. #sidelinks {text-align: center; line-height: 19px;margin-left:10px; bottom:10px;}
  190. #sidelinks a {display: block; font-family: Georgia; float:left; letter-spacing: 2px; font-size: 9px; width: 76px; text-align: center; margin-right:1px; margin-bottom: 1px; background-color: {color:sidebar links}; font-style:italic; text-transform: lowercase;}
  191. #sidelinks a:hover{background-color:{color:sidebar};}
  192.  
  193. #sidebarimg img {
  194. width: 230px;
  195. margin-left:10px;
  196. margin-top:6px;}
  197.  
  198. #navigation {
  199. width:175px;
  200. height: auto;
  201. margin-left:260px;
  202. margin-top:60px;
  203. position:fixed;
  204. overflow:hidden;
  205. background-color:transparent;
  206. padding:3px;}
  207.  
  208. #pagination {margin-left:-11px;
  209. font-family:Georgia;
  210. text-align:center;
  211. font-size:14px
  212. }
  213. #sidebarinfo{margin-left:10px; margin-right: 5px;
  214. color:{color:text};
  215. font-family:Georgia;
  216. font-size:10px;
  217. font-weight:smooth;
  218. text-align:center}
  219. {/block:ifshowsidebarleft}
  220.  
  221. {block:ifshowsidebarright}
  222. #sbar {width: 250px; top: 0px; margin-left: 845px; float: left; position: fixed;background-color:{color:sidebar};-moz-border-radius-topleft: 50px;
  223. -moz-border-radius-topright: 0px;
  224. -moz-border-radius-bottomright: 50px;
  225. -moz-border-radius-bottomleft: 50px;
  226. -webkit-border-radius: 0px 0px 50px 50px;
  227. border-radius: 0px 0px 50px 50px;}
  228.  
  229. #sidelinks {text-align: center; line-height: 19px;margin-left:10px; bottom:10px;}
  230. #sidelinks a {display: block; font-family: Georgia; float:left; letter-spacing: 2px; font-size: 9px; width: 76px; text-align: center; margin-right:1px; margin-bottom: 1px; background-color: {color:sidebar links}; font-style:italic; text-transform: lowercase;}
  231. #sidelinks a:hover{background-color:{color:sidebar};}
  232.  
  233. #sidebarimg img {
  234. width: 230px;
  235. margin-left:10px;
  236. margin-top:6px;}
  237.  
  238. #navigation {
  239. width:175px;
  240. height: auto;
  241. margin-left:1080px;
  242. margin-top:60px;
  243. position:fixed;
  244. overflow:hidden;
  245. background-color:transparent;
  246. padding:3px;}
  247.  
  248. #pagination {margin-left:-11px;
  249. font-family:Georgia;
  250. text-align:center;
  251. font-size:14px
  252. }
  253. #sidebarinfo{ margin-left:10px; margin-right: 5px;
  254. color:{color:text};
  255. font-family:Georgia;
  256. font-size:10px;
  257. font-weight:smooth;
  258. text-align:center}
  259. {/block:ifshowsidebarright}
  260.  
  261. {block:ifshowposts500}
  262. #posts:hover #tags {opacity: 3;}
  263. #tags {font:9px Georgia; text-align: left;color:{color:link}; margin-left:519px; position:absolute; opacity:0; -webkit-transition-duration: 0.8s; width:155px ; -moz-border-radius:0px; -webkit-border-radius:4px; z-index:4;}
  264. #tags a {font-weight:normal;}{/block:ifshowposts500}
  265. {block:ifshowposts400}
  266. #posts:hover #tags {opacity: 3;}
  267. #tags {font:9px Georgia; text-align: left;color:{color:link}; margin-left:419px; position:absolute; opacity:0; -webkit-transition-duration: 0.8s; width:155px ; -moz-border-radius:0px; -webkit-border-radius:4px; z-index:4;}
  268. #tags a {font-weight:normal;}{/block:ifshowposts400}
  269. {block:ifshowposts250}
  270. #posts:hover #tags {opacity: 3;}
  271. #tags {font:9px Georgia; text-align: left;color:{color:link}; margin-left:269px; position:absolute; opacity:0; -webkit-transition-duration: 0.8s; width:155px ; -moz-border-radius:0px; -webkit-border-radius:4px; z-index:4;}
  272. #tags a {font-weight:normal;}{/block:ifshowposts250}
  273.  
  274.  
  275. h1{
  276. color:{color:title};
  277. font-family:{font:title};
  278. font-size:15px;
  279. line-height:17px;
  280. letter-spacing:1px;
  281. font-weight:normal;
  282. margin:0px;
  283. padding:0px;
  284. text-align:center}
  285.  
  286. h2{
  287. color:{color:title};
  288. font-family:Georgia;
  289. font-size:12px;
  290. line-height:14px;
  291. letter-spacing:2px;
  292. font-weight:normal;
  293. margin:0px;
  294. padding:1px;
  295. margin-bottom:0px;
  296. text-align:center}
  297.  
  298.  
  299. #footer{
  300. display:block; text-align:right; border-right: 8px solid {color:links block}; background-color:{color:footer};
  301. margin:2px 0px 2px 0px;
  302. font-family:{font:text};
  303. font-size:10px;
  304. text-transform: lowercase;
  305. color:{color:text};
  306. letter-spacing: 2px;
  307. padding:2px;}
  308.  
  309. .links a:link, .links a:visited, .links a:active
  310. {display: block; width: 90px; font-family: Georgia; font-style: none; text-transform: lowercase; font-size: 9px; text-align: left ; margin: 6px 12px; margin-bottom:2px; border-left: 8px solid {color:links block}; background-color: {color:links background}; padding: 6px 12px; letter-spacing: 2px; color: {color:font}; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;-moz-border-radius-topleft: 0px;
  311. -moz-border-radius-topright: 10px;
  312. -moz-border-radius-bottomright: 10px;
  313. -moz-border-radius-bottomleft: 0px;
  314. -webkit-border-radius: 0px 10px 10px 0px;
  315. border-radius: 0px 10px 10px 0px;}
  316. .links a:hover {width:125px; font-style:none; background-color:{color:sidebar};}
  317.  
  318. {block:ifshowposts500}
  319. #audiopost{display:block; background-color:white;}
  320. #audioimage img{float:left; width: 60px; border: 5px solid; color: {color:background};max-width: 60px; height: auto;}{/block:ifshowposts500}
  321. {block:ifshowposts400}
  322. #audiopost{display:block; background-color:white;}
  323. #audioimage img{float:left; width: 60px; border: 5px solid; color: {color:background};max-width: 60px; height: auto;}{/block:ifshowposts400}
  324. {block:ifshowposts250}
  325. #audiopost{display:block; background-color:white;}
  326. #audioimage img{float:left; width: 20px; border: 5px solid; color: {color:background};{max-width: 20px; height: auto;}{/block:ifshowposts250}
  327. #askerimg{float: center; margin: 0px 4px 2px 0}
  328.  
  329.  
  330. #questions {background-color:{color:footer};
  331. color: {color:text};
  332. padding:10px;
  333. margin-bottom:0px;
  334. font-size:12px;
  335. text-align:left;
  336. font-family:{font:text};
  337. }
  338.  
  339. #questions a {color:{color:link}}
  340.  
  341. blockquote {border-left:4px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  342. blockquote img, blockquote a img {max-width: 500px}
  343.  
  344. .tags {font: 10px Georgia; width: 99%; background-color:{color:tags footer}; padding: 2px; text-align:right;}
  345.  
  346. #user_1 .label {color:{color:links}; font-weight:bold}
  347. #user_2 .label {color:{color:text}; font-weight:bold}
  348. ul.chat, .chat ol, .chat li {display:block; background-color: {color:sidebar}; list-style:none; margin:0px; padding:0px;}
  349.  
  350. </style>
  351. <style type="text/css">{CustomCSS}</style>
  352.  
  353. </head>
  354.  
  355. <body>
  356. <div class="iconica"><center><a href='http://baudelaired.tumblr.com' title='Theme by Diana' ><img src='http://static.tumblr.com/ekfbsgu/fjxm0so0y/bt.png' alt='MyFreeCopyright.com Registered & Protected' title='Theme by Diana (baudelaired @ tumblr). All rights Reserved.' width='50px' height='50px' border='0'/></a></center></div>
  357. {block:ifshowsidebarright}
  358. <div id="navigation">
  359. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&#8592;</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&#8594;</a>{/block:NextPage}</div><br>
  360. <div class="links">
  361. <a href="/">home</a>
  362. <a href="/ask">message?</a>
  363. <a href="/archive">archive</a>
  364. </div>
  365. </div>
  366. </div></div>
  367. <div id="sbar">
  368. <div id="title">{Title}</div><br>
  369. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  370. {block:ifshowextralinks}
  371. <br>
  372. <div id="sidelinks">
  373. <a href="{text:Link1}">{text:Link1 Title}</a>
  374. <a href="{text:Link2}">{text:Link2 Title}</a>
  375. <a href="{text:Link3}">{text:Link3 Title}</a>
  376. <a href="{text:Link4}">{text:Link4 Title}</a>
  377. <a href="{text:Link5}">{text:Link5 Title}</a>
  378. <a href="{text:Link6}">{text:Link6 Title}</a>
  379. </div>{/block:ifshowextralinks}
  380. <div id="sidebarinfo"><br><br>
  381. {block:Description}{Description}{/block:Description}</div><br><br>
  382. </div><div>{/block:ifshowsidebarright}
  383. {block:ifshowsidebarleft}
  384. <div id="navigation">
  385. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&#8592;</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&#8594;</a>{/block:NextPage}</div><br>
  386. <div class="links">
  387. <a href="/">home</a>
  388. <a href="/ask">message?</a>
  389. <a href="/archive">archive</a>
  390. </div>
  391. </div>
  392. </div></div>
  393. <div id="sbar">
  394. <div id="title">{Title}</div><br>
  395. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  396. {block:ifshowextralinks}
  397. <br>
  398. <div id="sidelinks">
  399. <a href="{text:Link1}">{text:Link1 Title}</a>
  400. <a href="{text:Link2}">{text:Link2 Title}</a>
  401. <a href="{text:Link3}">{text:Link3 Title}</a>
  402. <a href="{text:Link4}">{text:Link4 Title}</a>
  403. <a href="{text:Link5}">{text:Link5 Title}</a>
  404. <a href="{text:Link6}">{text:Link6 Title}</a>
  405. </div>{/block:ifshowextralinks}
  406. <div id="sidebarinfo"><br><br>
  407. {block:Description}{Description}{/block:Description}</div><br><br>
  408. </div><div>{/block:ifshowsidebarleft}
  409.  
  410. <div id="entries">
  411. {block:Posts}
  412. <div id="posts">
  413. {block:ifshowhovertags}
  414. <div id="tags"><div id="tags a">{block:ifshownotes}<a href="{Permalink}">{NoteCount} notes.<br><br>{/block:ifshownotes}{block:HasTags}<b>tagged:</b>{block:Tags}<br> #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>{/block:ifshowhovertags}
  415. {block:Quote}<h2>"{Quote}" - {Source}</h2>{/block:Quote}
  416. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  417. {block:Text}{Body}{/block:Text}
  418.  
  419. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  420. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  421.  
  422. {block:ifshowposts500}
  423. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifshowposts500}
  424. {block:ifshowposts400}
  425. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifshowposts400}
  426. {block:ifshowposts250}
  427. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifshowposts250}
  428.  
  429. {block:ifshowposts500}
  430. {block:Photoset}<center>{Photoset-500}</center>
  431. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifshowposts500}
  432. {block:ifshowposts400}
  433. {block:Photoset}<center>{Photoset-400}</center>
  434. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifshowposts400}
  435. {block:ifshowposts250}
  436. {block:Photoset}<center>{Photoset-250}</center>
  437. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifshowposts250}
  438.  
  439. {block:Chat}<ul class="chat">{block:Lines}<li id="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  440.  
  441. {block:ifshowposts500}
  442. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifshowposts500}
  443. {block:ifshowposts400}
  444. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifshowposts400}
  445. {block:ifshowposts250}
  446. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifshowposts250}
  447.  
  448. {block:Answer}<div id="questions"><div class="askerimg"><img src="{AskerPortraitURL-24}"> <strong>{Asker}</strong> inquired: "{Question}"</div></div>
  449. {Answer}{/block:answer}
  450.  
  451. {block:ifshowposts500}
  452. {block:Audio}<div id="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><span id="audiopost">
  453. {AudioPlayerWhite}</span><br><center>Played {FormattedPlayCount} Times {block:Caption}{Caption}{/block:Caption}{/block:Audio}</center><br>{/block:ifshowposts500}
  454. {block:ifshowposts400}
  455. {block:Audio}<div id="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><span id="audiopost">
  456. {AudioPlayerWhite}</span><br><center>Played {FormattedPlayCount} Times {block:Caption}{Caption}{/block:Caption}{/block:Audio}</center><br>{/block:ifshowposts400}
  457. {block:ifshowposts250}
  458. {block:Audio}<div id="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><span id="audiopost">
  459. {AudioPlayerWhite}</span><br><center>Played {FormattedPlayCount} Times {block:Caption}{Caption}{/block:Caption}{/block:Audio}</center><br>{/block:ifshowposts250}
  460.  
  461.  
  462. <div id="footer"><a href="{Permalink}"> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} &copy; <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} {block:ifshownotesonposts} | <a href="{Permalink}">{NoteCount} notes{/block:ifshownotesonposts}</div>
  463. {block:ifshowtagsonposts}
  464. {block:HasTags}<div class="tags"> tags:{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtagsonposts}</div><BR>
  465. {/block:Posts}
  466. {block:PostNotes}{PostNotes}{/block:PostNotes}
  467.  
  468. </div>
  469. </body>
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement