Advertisement
codyanderson

THEME 12A: ANNE MARIA.

Aug 3rd, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.48 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.  
  4. <!--
  5. ★ THEME 12A: ANNE MARIA by Laven @ lesheathers.tumblr.com
  6.  
  7. 1) Do not claim as your own.
  8. 2) Do not redistribute.
  9. 3) Do not remove the credit link.
  10. 4) Do not remove this section.
  11. 5) Do not use as a base.
  12. 6) Edit as much as you want.
  13. 7) Enjoy.
  14. -->
  15.  
  16. {block:ifenergysavemode}<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js" ?time=900></script>{block:ifenergysavemode}
  17.  
  18. <head>
  19. <title>{Title}</title>
  20. <link rel="icon" href="{image:Favicon}" type="image/gif" >
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <meta name="image:Favicon" content="" />
  24. <meta name="image:Cursor" content="http://media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png" />
  25. <meta name="image:Scrollbar Thumb BG" content="" />
  26. <meta name="image:Background Image" content="http://static.tumblr.com/f6519e187cc642a15841fc6a9e7a7f34/n4ofsjl/qJTn9r9lf/tumblr_static_b2n2iz6uthk480sckc4wkw8co.png" />
  27. <meta name="image:Sidebar Image" content="http://static.tumblr.com/fb24f96226ad93dc5df60fdac6ec0711/n4ofsjl/LU3n9pi6s/tumblr_static_e2ah3rasew0kw0c4848k8sgk0.png" />
  28. <meta name="image:Music Player Icon" content="http://media.tumblr.com/tumblr_m7w2izzY0j1r6o8v2.gif" />
  29.  
  30. <meta name="color:Background" content="#b42b3f" />
  31. <meta name="color:Scrollbar Background" content="#ffffff" />
  32. <meta name="color:Scrollbar Thumb" content="#767ae4" />
  33. <meta name="color:Select Text Background" content="#000000" />
  34. <meta name="color:Select Text" content="#ffffff" />
  35. <meta name="color:Text" content="#000000" />
  36. <meta name="color:Bold" content="#b42b3f" />
  37. <meta name="color:Italic" content="#000000" />
  38. <meta name="color:Link" content="#767ae4" />
  39. <meta name="color:Link Hover" content="#000000" />
  40. <meta name="color:Blockquote Background" content="#eeeeee" />
  41. <meta name="color:Blockquote Border" content="#000000" />
  42. <meta name="color:Blockquote Text" content="#000000" />
  43. <meta name="color:Borders" content="#000000" />
  44. <meta name="color:Home Background" content="#767ae4" />
  45. <meta name="color:Message Background" content="#b42b3f" />
  46. <meta name="color:Nav Link 1 Background" content="#767ae4" />
  47. <meta name="color:Nav Link 2 Background" content="#b42b3f" />
  48. <meta name="color:Nav Link 3 Background" content="#767ae4" />
  49. <meta name="color:Nav Link 4 Background" content="#b42b3f" />
  50. <meta name="color:Credit Background" content="#767ae4" />
  51. <meta name="color:Nav Background Hover" content="#000000" />
  52. <meta name="color:Post Title" content="#000000" />
  53. <meta name="color:Post Background" content="#ffffff" />
  54. <meta name="color:Ask Background" content="#dddddd" />
  55. <meta name="color:Ask Text" content="#000000" />
  56. <meta name="color:Chat Odd Name" content="#b42b3f" />
  57. <meta name="color:Chat Even Name" content="#767ae4" />
  58. <meta name="color:Info Background" content="#b42b3f" />
  59. <meta name="color:Info Links" content="#ffffff" />
  60. <meta name="color:Info Text" content="#000000" />
  61. <meta name="color:Tags Background" content="#767ae4" />
  62. <meta name="color:Tags Link" content="#ffffff" />
  63. <meta name="color:Tags Text" content="#000000" />
  64. <meta name="color:Back To Top" content="#ffffff" />
  65.  
  66. <meta name="if:Energy Save Mode" content="1">
  67. <meta name="if:Show Cursor" content="1">
  68. <meta name="if:Show Music Player" content="1">
  69. <meta name="if:Black Audio Post" content="1">
  70. <meta name="if:Grey Audio Post" content="0">
  71. <meta name="if:White Audio Post" content="0">
  72. <meta name="if:Show Tags" content="1">
  73.  
  74. <meta name="text:Music Player Code" content="/" />
  75. <meta name="text:Nav Link 1 URL" content="/" />
  76. <meta name="text:Nav Link 2 URL" content="/" />
  77. <meta name="text:Nav Link 3 URL" content="/" />
  78. <meta name="text:Nav Link 4 URL" content="/" />
  79. <meta name="text:Back To Top Text" content="★" />
  80.  
  81. <style type="text/css">
  82. {block:ifshowcursor}*, body, a, a:hover {
  83. cursor: url('{image:Cursor}'), auto;
  84. }{/block:ifshowcursor}
  85.  
  86. body {
  87. background-color:{color:Background};
  88. background-image:url('{image:Background Image}');
  89. background-repeat:repeat;
  90. background-attachment:fixed;
  91. margin:0;
  92. padding:0;
  93. font-family:calibri;
  94. font-size:11px;
  95. color:{color:Text};
  96. }
  97.  
  98.  
  99. /* SCROLLBAR PROPERTIES */
  100. ::-webkit-scrollbar-thumb:vertical {
  101. background-color:{color:Scrollbar Thumb};
  102. background-image:url('{image:Scrollbar Thumb BG}');
  103. border:1px solid {color:Borders};
  104. border-right:none;
  105. height:5px;
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb:horizontal {
  109. background-color:{color:Scrollbar Thumb};
  110. background-image:url('{image:Scrollbar Thumb BG}');
  111. border:1px solid {color:Borders};
  112. border-bottom:none;
  113. height:5px;
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. background-color:{color:Scrollbar Background};
  118. height:5px;
  119. width:5px;
  120. }
  121.  
  122.  
  123. /* TEXT PROPERTIES */
  124. ::selection {
  125. background:{color:Select Text Background};
  126. color:{color:Select Text};
  127. }
  128.  
  129. ::-moz-selection {
  130. background:{color:Select Text Background};
  131. color:{color:Select Text};
  132. }
  133.  
  134. ::-webkit-selection {
  135. background:{color:Select Text Background};
  136. color:{color:Select Text};
  137. }
  138.  
  139. @font-face {
  140. font-family:"silkscreen";
  141. src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf');
  142. }
  143.  
  144. posttitle {
  145. font-family:"silkscreen";
  146. font-size:14px;
  147. font-weight:bold;
  148. color:{color:Post Title};
  149. text-align:center;
  150. text-transform:uppercase;
  151. text-decoration:none;
  152. }
  153.  
  154. quote {
  155. font-family:"silkscreen";
  156. font-size:14px;
  157. font-weight:bold;
  158. color:{color:Post Title};
  159. text-decoration:none;
  160. }
  161.  
  162. quotesource {
  163. font-size:11px;
  164. color:{color:Text};
  165. text-decoration:none;
  166. }
  167.  
  168. blockquote {
  169. margin:10px 0 10px 5px;
  170. max-width:100%;
  171. height:auto;
  172. padding:3px 10px 5px 3px;
  173. display:block;
  174. border-left:5px solid {color:Blockquote Border};
  175. background:{color:Blockquote Background};
  176. color:{color:Blockquote Text};
  177. }
  178.  
  179. blockquote img {
  180. max-width:90%;
  181. }
  182.  
  183. pre {
  184. padding:5px;
  185. background:{color:Blockquote Background};
  186. }
  187.  
  188. h1 {
  189. margin:3px;
  190. font-family:"silkscreen";
  191. font-size:16px;
  192. color:{color:Scrollbar Tumb};
  193. }
  194.  
  195. b, strong {
  196. color:{color:Bold};
  197. }
  198.  
  199. i, em {
  200. color:{color:Italic};
  201. }
  202.  
  203.  
  204. /* LINK PROPERTIES */
  205. a:link, a:active, a:visited {
  206. font-family:"silkscreen";
  207. font-size:9px;
  208. color:{color:Link};
  209. text-decoration:none;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. }
  214.  
  215. a:hover {
  216. color:{color:Link Hover};
  217. text-decoration:none;
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223.  
  224. /* SIDEBAR PROPERTIES */
  225. #sidebarimgbg {
  226. position:fixed;
  227. margin-top:25px;
  228. margin-left:180px;
  229. width:250px;
  230. height:250px;
  231. }
  232.  
  233. #sidebarimage {
  234. width:250px;
  235. height:250px;
  236. background-image:url('{image:Sidebar Image}');
  237. background-size:250px 250px;
  238. background-position:fixed;
  239. background-repeat:no-repeat;
  240. border:1px solid {color:Borders};
  241. -moz-border-radius:250px;
  242. -webkit-border-radius:250px;
  243. border-radius:250px;
  244. }
  245.  
  246. #sidebarbg {
  247. position:fixed;
  248. margin-top:281px;
  249. margin-left:180px;
  250. width:250px;
  251. }
  252.  
  253. #navigation {
  254. width:240px;
  255. height:20px;
  256. padding:5px;
  257. border:1px solid {color:Borders};
  258. border-top-left-radius: 10px 10px;
  259. border-top-right-radius: 10px 10px;
  260. background-color:{color:Post Background};
  261. text-align:center;
  262. }
  263.  
  264. a.homelink:link, a.homelink:active, a.homelink:visited {
  265. margin-bottom:-5px;
  266. margin-right:5px;
  267. width:20px;
  268. height:20px;
  269. display:inline-block;
  270. border:1px solid {color:Borders};
  271. -moz-border-radius:20px;
  272. -webkit-border-radius:20px;
  273. border-radius:20px;
  274. background-color:{color:Home Background};
  275. -webkit-transition: all 0.5s ease-in-out;
  276. -moz-transition: all 0.5s ease-in-out;
  277. -o-transition: all 0.5s ease-in-out;
  278. }
  279.  
  280. a.messagelink:link, a.messagelink:active, a.messagelink:visited {
  281. margin-bottom:-5px;
  282. margin-right:5px;
  283. width:20px;
  284. height:20px;
  285. display:inline-block;
  286. border:1px solid {color:Borders};
  287. -moz-border-radius:20px;
  288. -webkit-border-radius:20px;
  289. border-radius:20px;
  290. background-color:{color:Message Background};
  291. -webkit-transition: all 0.5s ease-in-out;
  292. -moz-transition: all 0.5s ease-in-out;
  293. -o-transition: all 0.5s ease-in-out;
  294. }
  295.  
  296. a.navlink1:link, a.navlink1:active, a.navlink1:visited {
  297. margin-bottom:-5px;
  298. margin-right:5px;
  299. width:20px;
  300. height:20px;
  301. display:inline-block;
  302. border:1px solid {color:Borders};
  303. -moz-border-radius:20px;
  304. -webkit-border-radius:20px;
  305. border-radius:20px;
  306. background-color:{color:Nav Link 1 Background};
  307. -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. -o-transition: all 0.5s ease-in-out;
  310. }
  311.  
  312. a.navlink2:link, a.navlink2:active, a.navlink2:visited {
  313. margin-bottom:-5px;
  314. margin-right:5px;
  315. width:20px;
  316. height:20px;
  317. display:inline-block;
  318. border:1px solid {color:Borders};
  319. -moz-border-radius:20px;
  320. -webkit-border-radius:20px;
  321. border-radius:20px;
  322. background-color:{color:Nav Link 2 Background};
  323. -webkit-transition: all 0.5s ease-in-out;
  324. -moz-transition: all 0.5s ease-in-out;
  325. -o-transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. a.navlink3:link, a.navlink3:active, a.navlink3:visited {
  329. margin-bottom:-5px;
  330. margin-right:5px;
  331. width:20px;
  332. height:20px;
  333. display:inline-block;
  334. border:1px solid {color:Borders};
  335. -moz-border-radius:20px;
  336. -webkit-border-radius:20px;
  337. border-radius:20px;
  338. background-color:{color:Nav Link 3 Background};
  339. -webkit-transition: all 0.5s ease-in-out;
  340. -moz-transition: all 0.5s ease-in-out;
  341. -o-transition: all 0.5s ease-in-out;
  342. }
  343.  
  344. a.navlink4:link, a.navlink4:active, a.navlink4:visited {
  345. margin-bottom:-5px;
  346. margin-right:5px;
  347. width:20px;
  348. height:20px;
  349. display:inline-block;
  350. border:1px solid {color:Borders};
  351. -moz-border-radius:20px;
  352. -webkit-border-radius:20px;
  353. border-radius:20px;
  354. background-color:{color:Nav Link 4 Background};
  355. -webkit-transition: all 0.5s ease-in-out;
  356. -moz-transition: all 0.5s ease-in-out;
  357. -o-transition: all 0.5s ease-in-out;
  358. }
  359.  
  360. a.creditlink:link, a.creditlink:active, a.creditlink:visited {
  361. margin-bottom:-5px;
  362. margin-right:5px;
  363. width:20px;
  364. height:20px;
  365. display:inline-block;
  366. border:1px solid {color:Borders};
  367. -moz-border-radius:20px;
  368. -webkit-border-radius:20px;
  369. border-radius:20px;
  370. background-color:{color:Credit Background};
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;
  374. }
  375.  
  376. a.homelink:hover, a.messagelink:hover, a.navlink1:hover, a.navlink2:hover, a.navlink3:hover, a.navlink4:hover, a.creditlink:hover {
  377. display:inline-block;
  378. border:1px solid {color:Borders};
  379. background-color:{color:Nav Background Hover};
  380. color:{color:Nav Link Hover};
  381. -webkit-transition: all 0.5s ease-in-out;
  382. -moz-transition: all 0.5s ease-in-out;
  383. -o-transition: all 0.5s ease-in-out;
  384. }
  385.  
  386. #description {
  387. margin-top:5px;
  388. width:230px;
  389. height:130px;
  390. padding:10px;
  391. overflow:auto;
  392. background-color:{color:Post Background};
  393. border:1px solid {color:Borders};
  394. color:{color:Text};
  395. text-align:justify;
  396. }
  397.  
  398. #pagination {
  399. margin-top:5px;
  400. width:243px;
  401. height:20px;
  402. padding:4px;
  403. background-color:{color:Post Background};
  404. border:1px solid {color:Borders};
  405. border-bottom-left-radius: 10px 10px;
  406. border-bottom-right-radius: 10px 10px;
  407. font-family:calibri;
  408. font-size:13px;
  409. line-height:20px;
  410. text-align:center;
  411. }
  412.  
  413. #pagination a.pagination:link, a.pagination:active, a.pagination:visited {
  414. font-family:"silkscreen";
  415. font-size:13px;
  416. color:{color:Link};
  417. text-decoration:none;
  418. -webkit-transition: all 0.5s ease-in-out;
  419. -moz-transition: all 0.5s ease-in-out;
  420. -o-transition: all 0.5s ease-in-out;
  421. }
  422.  
  423. #pagination a.pagination:hover {
  424. color:{color:Text};
  425. text-decoration:none;
  426. -webkit-transition: all 0.5s ease-in-out;
  427. -moz-transition: all 0.5s ease-in-out;
  428. -o-transition: all 0.5s ease-in-out;
  429. }
  430.  
  431.  
  432. /* ENTRY PROPERTIES */
  433. #entry {
  434. margin-top:25px;
  435. margin-left:464px;
  436. width:400px;
  437. text-align:justify;
  438. }
  439.  
  440. #post {
  441. margin-bottom:25px;
  442. padding:10px;
  443. width:400px;
  444. border:1px solid {color:Borders};
  445. -moz-border-radius:10px;
  446. -webkit-border-radius:10px;
  447. border-radius:10px;
  448. background-color:{color:Post Background};
  449. color:{color:Text};
  450. text-align:justify;
  451. }
  452.  
  453. #post img {
  454. max-width:100%;
  455. height:auto;
  456. display:inline-block;
  457. }
  458.  
  459. .user_1 .label, .user_3 .label, .user_5 .label, .user_7 .label, .user_9 .label {
  460. font-family:"silkscreen";
  461. font-size:9px;
  462. color:{color:Chat Odd Name};
  463. text-transform:uppercase;
  464. }
  465.  
  466. .user_2 .label, .user_4 .label, .user_6 .label, .user_8 .label, .user_10 .label {
  467. font-family:"silkscreen";
  468. font-size:9px;
  469. color:{color:Chat Even Name};
  470. text-transform:uppercase;
  471. }
  472.  
  473. #player {
  474. width:380px;
  475. height:50px;
  476. background-color:#ffffff;
  477. }
  478.  
  479. /* INFO PROPERTIES */
  480. #info {
  481. margin-top:5px;
  482. width:392px;
  483. padding:3px;
  484. background-color:{color:Info Background};
  485. border:1px solid {color:Borders};
  486. font-size:8px;
  487. color:{color:Info Text};
  488. text-transform:uppercase;
  489. }
  490.  
  491. #info a.infolink:link, a.infolink:active, a.infolink:visited {
  492. font-size:8px;
  493. color:{color:Info Links};
  494. text-transform:uppercase;
  495. text-decoration:none;
  496. -webkit-transition: all 0.5s ease-in-out;
  497. -moz-transition: all 0.5s ease-in-out;
  498. -o-transition: all 0.5s ease-in-out;
  499. }
  500.  
  501. #info a.infolink:hover {
  502. font-size:8px;
  503. color:{color:Info Text};
  504. text-transform:uppercase;
  505. text-decoration:none;
  506. -webkit-transition: all 0.5s ease-in-out;
  507. -moz-transition: all 0.5s ease-in-out;
  508. -o-transition: all 0.5s ease-in-out;
  509. }
  510.  
  511. /* TAG PROPERTIES */
  512. #tags {
  513. margin-top:5px;
  514. width:392px;
  515. padding:3px;
  516. background-color:{color:Tags Background};
  517. border:1px solid {color:Borders};
  518. font-size:8px;
  519. color:{color:Tags Text};
  520. text-transform:uppercase;
  521. }
  522.  
  523. #tags a.tags:link, a.tags:active, a.tags:visited {
  524. font-size:8px;
  525. color:{color:Tags Link};
  526. text-transform:uppercase;
  527. text-decoration:none;
  528. -webkit-transition: all 0.5s ease-in-out;
  529. -moz-transition: all 0.5s ease-in-out;
  530. -o-transition: all 0.5s ease-in-out;
  531. }
  532.  
  533. #tags a.tags:hover {
  534. font-size:8px;
  535. color:{color:Tags Text};
  536. text-transform:uppercase;
  537. text-decoration:none;
  538. -webkit-transition: all 0.5s ease-in-out;
  539. -moz-transition: all 0.5s ease-in-out;
  540. -o-transition: all 0.5s ease-in-out;
  541. }
  542.  
  543.  
  544. /* PERMALINK PROPERTIES */
  545. #permalink {
  546. margin-top:-5px;
  547. margin-bottom:20px;
  548. width:422px;
  549. background-color:{color:Post Background};
  550. border:1px solid {color:Borders};
  551. -moz-border-radius:10px;
  552. -webkit-border-radius:10px;
  553. border-radius:10px;
  554. color:{color:Text};
  555. }
  556.  
  557. #permalink a.permalink:link, a.permalink:active, a.permalink:visited {
  558. font-size:8px;
  559. color:{color:Link};
  560. text-transform:uppercase;
  561. text-decoration:none;
  562. -webkit-transition: all 0.5s ease-in-out;
  563. -moz-transition: all 0.5s ease-in-out;
  564. -o-transition: all 0.5s ease-in-out;
  565. }
  566.  
  567. #permalink a.permalink:hover {
  568. font-size:8px;
  569. color:{color:Link Hover};
  570. text-transform:uppercase;
  571. text-decoration:none;
  572. -webkit-transition: all 0.5s ease-in-out;
  573. -moz-transition: all 0.5s ease-in-out;
  574. -o-transition: all 0.5s ease-in-out;
  575. }
  576.  
  577.  
  578. /* MUSIC PLAYER PROPERTIES */
  579. #box {
  580. overflow:hidden;
  581. position:fixed;
  582. width:25px;
  583. height:25px;
  584. padding:3px;
  585. margin-top:120px;
  586. margin-left:915px;
  587. border:1px solid {color:Borders};
  588. -moz-border-radius:5px;
  589. -webkit-border-radius:5px;
  590. border-radius:5px;
  591. background-color:{color:Post Background};
  592. }
  593.  
  594. #icon {
  595. margin-top:6px;
  596. margin-left:6px;
  597. -webkit-transition: all 0.5s linear;
  598. -moz-transition: all 0.5s linear;
  599. transition: all 0.5s linear;
  600. }
  601.  
  602. #box:hover #icon {
  603. margin-top:-20px;
  604. -webkit-transition: all 0.5s linear;
  605. -moz-transition: all 0.5s linear;
  606. transition: all 0.5s linear;
  607. }
  608.  
  609. #musicbox {
  610. width:84px;
  611. height:24px;
  612. overflow:hidden;
  613. margin-top:14px;
  614. margin-left:5px;
  615. }
  616.  
  617. #music {
  618. margin-top:-6px;
  619. margin-left:-35px;
  620. }
  621.  
  622. <script type="text/javascript"
  623. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  624. </script>
  625. <script type="text/javascript" language="javascript">
  626. $(function () {
  627. $('#scrlBotm').click(function () {
  628. $('html, body').animate({
  629. scrollTop: $(document).height()
  630. },
  631. 1500);
  632. return false;
  633. });
  634.  
  635. $('#scrlTop').click(function () {
  636. $('html, body').animate({
  637. scrollTop: '0px'
  638. },
  639. 1500);
  640. return false;
  641. });
  642. });
  643. </script>
  644.  
  645. {CustomCSS}
  646. </style></head>
  647.  
  648. <body>
  649. <a id="scrlTop" title="back to top" href="#" style="position: fixed; bottom: 5px; right: 5px;"><font size="5px" color="{color:Back To Top}">{text:Back To Top Text}</font></a>
  650.  
  651.  
  652. {block:ifshowmusicplayer}<div id="box"><div id="icon"><img src="{image:Music Player Icon}"/></div><div id="musicbox"><div id="music">
  653. {text:Music Player Code}</div></div></div>{/block:ifshowmusicplayer}
  654.  
  655.  
  656. <div id="sidebarimgbg">
  657. <div id="sidebarimage"></div>
  658. </div>
  659.  
  660.  
  661. <div id="sidebarbg">
  662. <div id="navigation">
  663. <a class="homelink" href="/"></a>
  664. <a class="messagelink" href="/ask"></a>
  665. <a class="navlink1" href="{text:Nav Link 1 URL}"></a>
  666. <a class="navlink2" href="{text:Nav Link 2 URL}"></a>
  667. <a class="navlink3" href="{text:Nav Link 3 URL}"></a>
  668. <a class="navlink4" href="{text:Nav Link 4 URL}"></a>
  669. <a class="creditlink" href="http://lesheathers.tumblr.com"></a></div>
  670.  
  671. <div id="description">{block:Description}{Description}{/block:Description}</div>
  672.  
  673. <div id="pagination">{block:Pagination}{block:PreviousPage}<a class="pagination" href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a class="pagination" href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  674. </div>
  675.  
  676.  
  677. <div id="entry">
  678. {block:Posts}<div id="post">{block:Text}<center><posttitle>{Title}</posttitle></center>{Body}{/block:Text}
  679.  
  680. {block:Quote}<quote>“{Quote}”</quote><p align="right"><quotesource>— {Source}</quotesource></p>{/block:Quote}
  681.  
  682. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  683. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  684.  
  685. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  686.  
  687. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  688.  
  689. {block:Chat}<ul class="chat">{block:Title}<posttitle>{Title}<posttitle>{/block:Title}{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  690.  
  691. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  692.  
  693. {block:Answer}<table style="width:400px; padding:3px; border:1px solid {color:Borders}; background-color:{color:Ask Background};"><tr>
  694. <td style="vertical-align:top; padding:3px;"><img src="{AskerPortraitURL-64}" width="50"></td>
  695. <td style="vertical-align:top;"><text align="left"></text><strong>{Asker} asked:</strong> {Question}</td></tr></table>{Answer}{/block:Answer}
  696.  
  697. {block:Audio}<div class="player">{block:ifblackaudiopost}{AudioPlayerBlack}{/block:ifblackaudiopost}{block:ifgreyaudiopost}{AudioPlayerGrey}{/block:ifgreyaudiopost}{block:ifwhiteaudiopost}{AudioPlayerWhite}{/block:ifwhiteaudiopost}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  698.  
  699.  
  700. <div id="info">posted <a class="infolink" href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} ★ <a class="infolink" href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom} ★ <a class="infolink" href="{ReblogParentURL}">via {ReblogParentName}</a>{/block:RebloggedFrom}</div>
  701.  
  702.  
  703. {block:ifShowTags}{block:HasTags}<div id="tags">
  704. {block:Tags}#<a class="tags" href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div>
  705. {/block:Posts}
  706.  
  707. {block:PostNotes}<div id="permalink">{PostNotes}</div>{/block:PostNotes}</div>
  708.  
  709. </body>
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement