Advertisement
MAThemes

Theme #15 with another sidebar image

Jul 4th, 2013
1,666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.48 KB | None | 0 0
  1. <!--
  2. Theme #15 by:
  3. myackles.tumblr.com
  4.  
  5. !!UPDATEDED VERSION!!
  6.  
  7. Editing is okay as long as you:
  8. ✖ DO NOT CLAIM AS YOUR OWN
  9. ✖ DO NOT USE AS A BASE
  10. ✖ DO NOT REMOVE/MOVE THE CREDIT !!
  11. -->
  12.  
  13. <html><head>
  14. <title>{Title}</title>
  15.  
  16. <meta name="color:Background" content="#f7f7f7"/>
  17. <meta name="color:Post Background" content="#ffffff"/>
  18. <meta name="color:Sb Background" content="#d1d0d0"/>
  19. <meta name="color:Font" content="#a09f9f"/>
  20. <meta name="color:Links" content="#a7444b"/>
  21. <meta name="color:Links Hover" content="#555454"/>
  22. <meta name="color:Bold" content="#c25d5d"/>
  23. <meta name="color:Blog Title" content="#85626a"/>
  24. <meta name="color:Text Hover" content="#fae2d7"/>
  25. <meta name="color:Borders" content="#dfdfdf"/>
  26. <meta name="color:Scrollbar" content="#4e4b4b"/>
  27. <meta name="color:Ask and Info Background" content="#f8f8f8"/>
  28. <meta name="text:Link 1 url" content="/" />
  29. <meta name="text:Link 1 title" content="link1" />
  30. <meta name="text:Link 2 url" content="/" />
  31. <meta name="text:Link 2 title" content="link2" />
  32. <meta name="text:Link 3 url" content="/" />
  33. <meta name="text:Link 3 title" content="link3" />
  34. <meta name="text:Link 4 url" content="/" />
  35. <meta name="text:Link 4 title" content="link4" />
  36. <meta name="text:Link 5 url" content="/" />
  37. <meta name="text:Link 5 title" content="link5" />
  38. <meta name="text:Link 6 url" content="/" />
  39. <meta name="text:Link 6 title" content="link5" />
  40.  
  41. <meta name="text:DESCRIPTION HEIGHT" content="120"/>
  42. <meta name="text:LINKS HEIGHT" content="140"/>
  43.  
  44. <meta name="image:Left Sidebar Image" content=""/>
  45. <meta name="image:Background Image" content=""/>
  46. <meta name="image:Right Sidebar Image" content="http://25.media.tumblr.com/b204c6e595d71365c6b79d0562d342b9/tumblr_mlkd99StgD1r9c5eeo2_500.jpg"/>
  47. <meta name="image:Little Image" content="http://25.media.tumblr.com/fcaf3d3d990b31afb6e4bbb35de7d97b/tumblr_mlkd99StgD1r9c5eeo3_500.jpg"/>
  48.  
  49. <meta name="image:Sidebar Image" content="
  50. http://static.tumblr.com/5e73d42809d769d73334c08d2b542a35/btjhfod/tBPmoowfr/tumblr_static_tumblr_static_tumblr_mojmbpnybe1sw3pv1o1_500.jpg"/>
  51.  
  52.  
  53. <meta name="if:Show Archive Button" content="1">
  54. <meta name="if:Show Message Button" content="1">
  55. <meta name="if:Show Home Button" content="1">
  56. <meta name="if:Show Submit Button" content="1">
  57. <meta name="if:Show Link1" content="1">
  58. <meta name="if:Show Link2" content="1">
  59. <meta name="if:Show Link3" content="1">
  60. <meta name="if:Show Link4" content="1">
  61. <meta name="if:Show Link5" content="1">
  62.  
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <style type="text/css">
  65.  
  66.  
  67. /* ~ HOVER ~ */
  68.  
  69. ::selection {
  70. background:{color:Text hover};}
  71. ::-moz-selection {
  72. background:{color:Text hover};}
  73. ::-webkit-selection {
  74. background:{color:Text hover};}
  75.  
  76. /* ~ BASICS ~ */
  77. body {
  78. font-family:Trebuchet MS;
  79. font-size: 10px;
  80. line-height: 100%;
  81. text-align: justify;
  82. color: {color:Font};
  83. background-color: {color:Background};
  84. background-image: url('{image:Background Image}');
  85. background-attachment: fixed;
  86. background-position: left top;
  87. background-repeat: repeat; }
  88.  
  89. a:link, a:visited, a:active {
  90. text-decoration: none;
  91. color: {color:Links};
  92. -webkit-transition: all 0.4s ease-in-out;
  93. -moz-transition: all 0.4s ease-in-out;
  94. -o-transition: all 0.4s ease-in-out;
  95. transition: all 0.4s ease-in-out;}
  96.  
  97. a:hover {
  98. -webkit-transition: all 0.5s ease-out;
  99. -moz-transition: all 0.5s ease-out;
  100. transition: all 0.5s ease-out;
  101. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  102. color: {color:Links hover};}
  103.  
  104. l {
  105. padding: 1px 7px 2px 3px;
  106. text-decoration: none;
  107. font-size: 12px;
  108. font-family:Trebuchet MS;
  109. text-shadow:3px 0px #f0c8c8, -3px 0px #c9e4ad;
  110. color: {color:Links};
  111. border: 1px solid {color:Background};
  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. transition: all 0.4s ease-in-out;
  116. border-bottom: 0px solid transparent;}
  117.  
  118. b, strong {
  119. color: {color:Bold};}
  120.  
  121. blockquote {
  122. margin-left: 0px;
  123. padding-left:10px;
  124. border-left: 2px solid {color:Borders};}
  125.  
  126. #title {
  127. padding-bottom: 4px;
  128. font: 12px Trebuchet MS;
  129. text-align: center;}
  130.  
  131. #link {
  132. margin-top: 5px;
  133. padding-bottom: 4px;
  134. font-size: 12px;
  135. text-align: center;}
  136.  
  137. h1 {
  138. font-size: 12px;
  139. background: {color:Ask and info Background};
  140. line-height: 15px;
  141. letter-spacing: 1px;
  142. text-transform: none;
  143. font-weight: normal;
  144. text-align: center;
  145. margin-top: 0px;
  146. margin-bottom: -2px;
  147. padding-bottom: 5px;
  148. padding-top: 5px;
  149. color: {color:Posts Title}; }
  150.  
  151. /* ~ POSTS ~ */
  152.  
  153. #entries {
  154. font-family:Trebuchet MS;
  155. margin-left:195px;
  156. margin-top: 50px;
  157. margin-bottom: 20px;
  158. width: 520px; }
  159.  
  160. #posts {
  161. overflow: hidden;
  162. font-family: Trebuchet MS;
  163. margin-bottom: 10px;
  164. border:1px solid {color:Borders};
  165. padding: 10px 10px 10px 10px;
  166. background: {color:Post Background};}
  167.  
  168. /* ~ POST INFO ~ */
  169.  
  170. #info {
  171. font-size:10px;
  172. text-align:center;
  173. padding: 4px;
  174. background-color:{color:ask and info background};
  175. margin-top:-20px;
  176. border-left: 1px solid {color:borders};
  177. border-bottom: 1px solid {color:borders};
  178. border-right: 1px solid {color:borders};
  179. margin-bottom:20px; }
  180.  
  181.  
  182. /* ~ QUOTE ~ */
  183.  
  184. #quote {font: 13px Trebuchet MS;}
  185. #source {font-size: 11px;margin-top: 5px;}
  186.  
  187. /* ~ AUDIO ~ */
  188.  
  189. #audioplayer {
  190. z-index:1; height:26px; width:27px;
  191. margin-top:21px; margin-left:27px;
  192. overflow:hidden; position:absolute;
  193. opacity: 1; filter:alpha(opacity=60);}
  194.  
  195. #albumart {
  196. border:1px solid {color:borders};
  197. background-color:{color:ask and info background};
  198. padding-left:3px;
  199. padding-right:3px;
  200. padding-top:3px;
  201. padding-bottom:1px;
  202. z-index:0;
  203. float:left;
  204. margin:0px 7px;
  205. opacity: 0.8;}
  206.  
  207. #stuff {background-color:{color:ask and info background};
  208. margin:-7px; padding:10px; letter-spacing:1;
  209. font-size:10px; margin-top:5px;}
  210.  
  211.  
  212. /* ~ QUESTION ~ */
  213.  
  214. .questions {
  215. text-align: center;
  216. margin: 3px;
  217. text-shadow: 0px 1px 0px {color:post background};
  218. font: 10px Trebuchet MS;
  219. padding:7px;
  220. border-top:1px solid {color:borders};
  221. border-bottom:1px solid {color:borders};
  222. background: {color:Ask and Info Background};}
  223. .questionsq {margin: 5px;}
  224.  
  225. /* ~ CHAT ~ */
  226.  
  227. margin:8px;
  228. .user_1 .label {color:{color:links}; font-weight:bold;}
  229. .user_2 .label {color:{color:links}; font-weight:bold;}
  230. .user_3 .label {color:{color:links}; font-weight:bold;}
  231. .user_4 .label {color:{color:links}; font-weight:bold;}
  232. .user_5 .label {color:{color:links}; font-weight:bold;}
  233. .user_6 .label {color:{color:links}; font-weight:bold;}
  234. .user_7 .label {color:{color:links}; font-weight:bold;}
  235. .user_8 .label {color:{color:links}; font-weight:bold;}
  236. .user_9 .label {color:{color:links}; font-weight:bold;}
  237. .user_10 .label {color:{color:links}; font-weight:bold;}
  238. .user_11 .label {color:{color:links}; font-weight:bold;}
  239. .user_12 .label {color:{color:links}; font-weight:bold;}
  240. .user_13 .label {color:{color:links}; font-weight:bold;}
  241. .user_14 .label {color:{color:links}; font-weight:bold;}
  242. .user_15 .label {color:{color:links}; font-weight:bold;}
  243. .user_16 .label {color:{color:links}; font-weight:bold;}
  244. .user_17 .label {color:{color:links}; font-weight:bold;}
  245. .user_18 .label {color:{color:links}; font-weight:bold;}
  246. .user_19 .label {color:{color:links}; font-weight:bold;}
  247. .user_20 .label {color:{color:links}; font-weight:bold;}
  248.  
  249. ul.chat, .chat ol, .chat li {
  250. padding:0px;
  251. list-style:none;}
  252.  
  253. /* ~ SCROLLBAR ~ */
  254.  
  255. ::-webkit-scrollbar-thumb:vertical {
  256. height:10px;
  257. background-color: {color:Scrollbar};}
  258. ::-webkit-scrollbar-thumb:horizontal {
  259. height:10px;
  260. background-color: {color:Scrollbar};}
  261.  
  262. ::-webkit-scrollbar {
  263. height: 10px;
  264. width: 7px;
  265. background-color: {color:Post Background};}
  266.  
  267.  
  268. /* ~ PERMALINK NOTES PAGE ~ */
  269.  
  270. #postnotes {
  271. margin:0px 0px 0px 0px;
  272. width:510px;
  273. padding:5px;
  274. font-family:calibri headings;
  275. font-size: 12px;
  276. background-color: none;}
  277.  
  278. #postnotes a {
  279. margin-top:1px;}
  280.  
  281. ol.notes li.note {
  282. padding:1px;
  283. border-bottom: solid 0px;}
  284.  
  285. ol.notes li.note img.avatar {
  286. vertical-align:-4px;
  287. margin-right:0px;
  288. width:16px;
  289. height:16px;}
  290.  
  291. /* ~ SIDEBAR ~ */
  292. #sbarb {
  293. width:200px;margin-left: 19px;
  294. padding: 4px; position: absolute;opacity:0.9;
  295. background-color:{color:Post Background};
  296. border:1px solid {color:borders};
  297. -webkit-transition:all 0.8s ease;
  298. -moz-transition:all 0.8s ease;
  299. transition:all 0.8s ease;
  300. }
  301.  
  302. #center {
  303. margin-left: auto;
  304. margin-right: auto;
  305. width: 800px; }
  306.  
  307. #position {
  308. position: fixed;
  309. margin-top: -60px;
  310. left:2px;
  311. border:1px solid {color:borders};
  312. padding:5px;
  313. border-left:6px solid {color:scrollbar};
  314. background-color:{color:Sb Background};
  315. background-image: url('{image:Left Sidebar Image}');
  316. font-size:10px;
  317. width: 250px;
  318. height:100%;
  319. } }
  320.  
  321. #sidebar {
  322. position: fixed;
  323. margin-left: -40px;
  324. width: 200px;
  325. padding: 0px 0px 30px 0px;
  326. font: 11px;
  327. color: {color:Font};}
  328.  
  329. #position1 {
  330. position: fixed;
  331. margin-top: -60px;
  332. right:2px;
  333. padding:5px;
  334. border-right:6px solid {color:scrollbar};
  335. background-image: url('{image:Right Sidebar Image}');
  336. border-left:1px solid {color:borders};
  337. width: 140px;
  338. height:100%;
  339. z-index:1; }
  340.  
  341. .margin { margin-top:40%;}
  342.  
  343. .ttl {
  344. margin-top:{text:DESCRIPTION HEIGHT}px;
  345. width: 200px;
  346. font: 11px Trebuchet MS;
  347. text-transform:uppercase;
  348. margin-bottom:-14px;
  349. font-weight:bold;
  350. text-shadow: 1px 1px 1px {color:post background};
  351. color: {color:Blog Title};
  352. padding-bottom:20px;}
  353.  
  354. #description {
  355. position: fixed;
  356. opacity: 1;
  357. overflow: hidden;
  358. width: 220px;
  359. color: {color:Font}; }
  360.  
  361. /* ~ SUBLINKS ~ */
  362.  
  363. .first {
  364. text-align:center;
  365. padding:5px;
  366. width:100px;
  367. font-style:bold;
  368. letter-spacing: 2px;
  369. font-size: 10px;
  370. background-color:{color:links};
  371. border:1px solid {color:links};
  372. color:{color:post background};
  373. }
  374. .moo {
  375. margin-top:{text:LINKS HEIGHT}px;
  376. margin-bottom:-4px;
  377. z-index:4444444444444444;
  378. }
  379. .sublinks {
  380. width:111px;
  381. opacity:0.9;
  382. margin-left:15px;
  383. position: absolute;
  384. z-index:44444;
  385. text-align:center;
  386. -webkit-transition:all 0.8s ease;
  387. -moz-transition:all 0.8s ease;
  388. transition:all 0.8s ease;
  389. color: {color:sublinks};
  390. shadow: 1px 1px 0px {color:Text Shadow};
  391. }
  392.  
  393. .sublinks a {
  394. font-family:Trebuchet MS;
  395. font-size: 9px;
  396. background-color:white;
  397. display: inline-block;
  398. letter-spacing: 1px;
  399. padding:3px;
  400. width:100px;
  401. border:1px solid {color:borders};
  402. opacity:1;
  403. -webkit-transition: all 0.6s ease-out;
  404. -moz-transition: all 0.6s ease-out;
  405. transition: all 0.6s ease-out;
  406. text-transform: uppercase;
  407. color: {color:Links};
  408. }
  409.  
  410. .sublinks a:hover{
  411. font-style:bold;text-decoration:underline;
  412. letter-spacing: 2px;
  413. background-color:{color:links};
  414. border:1px solid {color:links};
  415. color:{color:post background};
  416. -webkit-transition: all 0.6s ease-out;
  417. -moz-transition: all 0.6s ease-out;
  418. transition: all 0.6s ease-out; }
  419.  
  420. #sidebar:hover .sublinks {
  421. opacity:0.9;z-index:9999;
  422. -webkit-transition: all 0.5s ease-out;
  423. -moz-transition: all 0.5s ease-out;
  424. transition: all 0.5s ease-out;}
  425.  
  426. #sidebar:hover .sublinks a{
  427. opacity:1;z-index:9999;
  428. -webkit-transition: all 0.5s ease-out;
  429. -moz-transition: all 0.5s ease-out;
  430. transition: all 0.5s ease-out;}
  431.  
  432. .sublinks1 {
  433. font-weight:bold;
  434. background-color:{color:Post Background};
  435. border:1px solid {color:borders};
  436. margin-top:25px;
  437. margin-left:-2px;
  438. width: 209px;
  439. margin-bottom:3px;}
  440.  
  441. .sublinks1 a {
  442. display: inline-block;
  443. -webkit-transition: all 0.5s ease-out;
  444. -moz-transition: all 0.5s ease-out;
  445. transition: all 0.5s ease-out;
  446. font-size: 9px;
  447. padding:3px;
  448. background-color:{color:background};
  449. text-transform: uppercase;
  450. color: {color:font};}
  451.  
  452. .sublinks1 a:hover{
  453. text-decoration:line-through;
  454. -webkit-transition: all 0.5s ease-out;
  455. -moz-transition: all 0.5s ease-out;
  456. transition: all 0.5s ease-out;
  457. color: {color:sublinks};}
  458.  
  459. /* ~ PAGES ~ */
  460.  
  461. #pagination {
  462. font-family:trebuchet ms;
  463. text-align:center;
  464. font-size:11px;
  465. text-transform:uppercase}
  466.  
  467. #bling { opacity:0.7; display: inline;}
  468.  
  469. /* ~ CREDIT ~ */
  470.  
  471. #credit {
  472. position: fixed;
  473. bottom: 4px;
  474. right: 10px;
  475. width: 40px;
  476. -webkit-transition-duration: .90s;}
  477.  
  478. .crdt {
  479. z-index:999999;
  480. display: block;
  481. width: 40px;box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  482. padding: 2px 0px 4px 0px;
  483. font: 13px calibri;
  484. font-style: italic;
  485. text-align: center;
  486. color: {color:Links};
  487. background: {color:Post Background};
  488. border: 1px solid {color:Borders};
  489. -webkit-transition-duration: .90s;}
  490.  
  491. .crdt a, a {
  492. text-decoration: none;
  493. text-transform: none;
  494. color: {color:Links}; }
  495. .crdt:hover {
  496. color: {color:Post Background};
  497. background: {color:Links};}
  498.  
  499. </style>
  500. </head>
  501. <body>
  502.  
  503. <div id="credit">
  504. <a href="http://myackles.tumblr.com/tagged/my-themes" target="_blank">
  505. <div class="crdt">theme</div></a>
  506. </div></div>
  507. <div id="center"><div id="position1"><center>
  508.  
  509.  
  510. <div class="moo"> <a href="/"><img src="{image:Little Image}" width="100" ></a> </div>
  511.  
  512. <div class="sublinks">
  513. <center><div class="first"> MORE LINKS:</div><br>
  514. {block:IfShowLink1}<a href="{text:Link 1 url}">{text:Link 1 title} </a><br><br>{/block:IfShowLink1}
  515. {block:IfShowLink2}<a href="{text:Link 2 url}">{text:Link 2 title}</a><br><br>{/block:IfShowLink2}
  516. {block:IfShowLink3}<a href="{text:Link 3 url}">{text:Link 3 title}</a><br><br>{/block:IfShowLink3}
  517. {block:IfShowLink4}<a href="{text:Link 4 url}">{text:Link 4 title}</a><br><br>{/block:IfShowLink4}
  518. {block:IfShowLink5}<a href="{text:Link 5 url}">{text:Link 5 title}</a><br><br>{/block:IfShowLink5}
  519. <a href="http://myackles.tumblr.com/mythemes">theme</a><br><br><br>
  520. </center>
  521.  
  522. </div></div>
  523. <div id="position">
  524. <div class="margin"></div>
  525.  
  526. <div id="sidebar">
  527.  
  528. <center><div class="ttl">{title}</div>
  529. <center>
  530. <div id="sbarb">
  531. <a href="/"><img src="{image:Sidebar Image}" width="200" ></a></div>
  532. <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
  533. <center><div class="sublinks1"><!--
  534.  
  535. ↓ ALLTHE BUTTONS ARE DOWN HERE ↓
  536.  
  537. -->{block:IfShowHomeButton}<a href="/">home</a></a>{/block:IfShowHomeButton}{block:IfShowMessageButton}<a href="/ask">message</a></a>{/block:IfShowMessageButton}{block:IfShowSubmitButton}<a href="/submit">submit</a>{/block:IfShowSubmitButton}{block:IfShowArchiveButton}<a href="/archive">archive</a>{/block:IfShowArchiveButton}</div></center>
  538.  
  539. <div id="sbarb">
  540. <div class="description">
  541. <center>
  542. <br>
  543. {description}
  544. <br><br>
  545. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}/{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
  546. <br>
  547. </div></div>
  548.  
  549. </center>
  550. </div>
  551. </div>
  552.  
  553. <div id="entries">
  554. {block:Posts}
  555. <div id="posts">
  556.  
  557. <div id="title">
  558. {block:Title}
  559. <h1>{Title}&nbsp;</h1>
  560. {/block:Title}
  561. </div>
  562. {block:Text}
  563. {Body}
  564. {/block:Text}
  565.  
  566. {block:Quote}
  567. <div id="quote">
  568.  
  569. <center>"
  570. {Quote}"
  571. </center>
  572.  
  573. </div>
  574. {block:Source}
  575. <div id="source">
  576. <center>
  577. {Source}
  578. </center>
  579. </div>{/block:Source}
  580. {/block:Quote}
  581.  
  582. {block:Link}
  583. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  584. {block:Description}{Description}{/block:Description}
  585. {/block:Link}
  586.  
  587. {block:Photo}
  588. {LinkOpenTag}
  589. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  590. {LinkCloseTag}<br>
  591. {block:Caption}
  592. {Caption}
  593. {/block:Caption}
  594. {/block:Photo}
  595.  
  596. {block:Photoset}
  597. {Photoset-500}
  598. {block:Caption}
  599. {Caption}
  600. {/block:Caption}
  601. {/block:Photoset}
  602.  
  603. {block:Chat}
  604. <ul class="chat">
  605. {block:Lines}
  606. <li class="user_{UserNumber}">
  607. {block:Label}
  608. <span class="label">{Label}</span>
  609. {/block:Label}
  610. &nbsp;{Line}</li>
  611. {/block:Lines}</ul>
  612. {/block:Chat}
  613.  
  614. {block:Video}
  615. {Video-500}
  616. {block:Caption}
  617. {Caption}
  618. {/block:Caption}
  619. {/block:Video}
  620.  
  621. {block:Answer}
  622. <div class="questions">{Asker} said: &nbsp{Question}</div>
  623. <div class="questionsq">{Answer}</div>
  624. {/block:Answer}
  625.  
  626. {block:Audio}
  627. <div id="audioplayer">{AudioPlayerWhite}</div>
  628. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60" height="60">{/block:AlbumArt}</div>
  629. <div id="stuff">
  630. <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  631. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  632. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  633. <b>Played: </b>{FormattedPlayCount} times<br></div>
  634. <br>
  635. {block:Caption}
  636. {Caption}
  637. {/block:Caption}
  638. {/block:Audio}
  639. </div><br>
  640.  
  641. <div id="info">
  642. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}">♡{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  643. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}">source </a>&nbsp;-&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>
  644. </a>{block:ContentSource}{/block:RebloggedFrom}<br>{block:IfItalicTags}<i>{/block:IfItalicTags}
  645. {block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  646. </i></div>
  647. {block:PostNotes}{PostNotes}{/block:PostNotes}
  648. {/block:Posts}</div></div>
  649.  
  650.  
  651. {/block:Posts}
  652. </div>
  653. </body>
  654. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement