Advertisement
MAThemes

Theme #12

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