Advertisement
lipbalm

redux edit 1

May 12th, 2013
822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 KB | None | 0 0
  1. <!-- redux edit by mariel -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.  
  7. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="https://media.tumblr.com/98aded1b337648845b17a20d2e6505de/tumblr_inline_n2ajo1P1ve1r7v6wt.png"></a>
  8.  
  9. <meta name="color:background" content="#fdbbbb" />
  10. <meta name="if:Show Tags" content="1" />
  11. <meta name="if:Enable Jump Pagination" content="0" />
  12. <meta name="image:header" content="" />
  13. <meta name="image:background" content="" />
  14. <meta name="color:links" content="#f19f9f">
  15. <meta name="color:link hover" content="#fff">
  16. <meta name="color:footer" content="#f5a8a8">
  17. <meta name="color:tags" content="#eb7777">
  18. <meta name="color:footer hover" content="#f7c8c8">
  19. <meta name="color:blockquote bg" content="{color:footer}">
  20. <meta name="color:footer text" content="#fff">
  21. <meta name="color:text" content="#666">
  22. <meta name="color:blockquote" content="#fcb2b2">
  23. <meta name="if:link 1" content="1">
  24. <meta name="if:link 2" content="1">
  25. <meta name="if:link 3" content="1">
  26. <meta name="text:img opacity" content="0.8">
  27. <meta name="color:blockquote text" content="#fff">
  28. <meta name="color:tooltip" content="#000">
  29. <meta name="color:tooltip bg" content="#fff">
  30. <meta name="text:link 01" content="https://">
  31. <meta name="text:link 02" content="https://">
  32. <meta name="text:link 03" content="https://">
  33. <meta name="text:link 01 title" content="link 01 title">
  34. <meta name="text:link 02 title" content="link 02 title">
  35. <meta name="text:link 03 title" content="link 03 title">
  36.  
  37. <meta name="" content="">
  38.  
  39.  
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title],a[title],img[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:100,
  53. tip_fade_speed:300,
  54. attribute:"title"
  55. });
  56. });
  57. })(jQuery);</script>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. #s-m-t-tooltip {
  63. z-index: 9999;
  64. background: {color:tooltip bg};
  65. font-size: 10px;
  66. line-height: 10px;
  67. font-family: consolas;
  68. letter-spacing: 1px;
  69. text-transform: lowercase;
  70. color: {color:tooltip};
  71. max-width: 150px;
  72. word-wrap: break-word;
  73. padding: 3px;
  74. display: inline-block;
  75. border: 1px none #ddd;
  76. margin: 24px 14px 7px 12px;}
  77. ::-webkit-scrollbar-thumb {
  78. -webkit-border-radius: 10px;
  79. border-radius: 10px;
  80. background:#fff;
  81. }
  82. ::-webkit-scrollbar-track-piece {
  83. background:{color:background};
  84. }
  85. ::-webkit-scrollbar {
  86. background:#fff;
  87. width:10px;
  88. height:10px;
  89. }
  90.  
  91. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 15px;}
  92.  
  93. body {
  94. background: {color:background} url('{image:background}') top left fixed repeat;
  95. margin: 0;
  96. padding: 0;
  97. font-family: consolas;
  98. }
  99.  
  100. .clear {
  101. clear: both;
  102. height: 0px;
  103. overflow: hidden; }
  104.  
  105. a img { border: none;border-bottom: none; background-color: none;}
  106. .hova { opacity:{text:img opacity}; -webkit-transition: all 0.75s ease-out; -moz-transition: all 0.75s ease-out; transition: all 0.75s ease-out; }
  107. .hova:hover { opacity:1; }
  108. .hova img { opacity:{text:img opacity}; -webkit-transition: all 0.75s ease-out; -moz-transition: all 0.75s ease-out; transition: all 0.75s ease-out; }
  109. .hova img:hover { opacity:1; }
  110.  
  111. .divider {
  112. border-top: 1px dashed #ccc;
  113. margin-top:10px;
  114. border-bottom:10px;
  115. }
  116.  
  117. .sidelinks { margin-top:20px; }
  118.  
  119. .sidelinks a {
  120. font-family: consolas;
  121. font-size: 10px;
  122. letter-spacing:2px;
  123. display:block;
  124. padding:3px 2px 2px 3px;
  125. margin-bottom:1px;
  126. margin-top: 1px;
  127. position:relative;
  128. text-align: left;
  129. border: 1px solid {color:links};
  130. border-left: 20px solid {color:links};
  131. text-transform: lowercase;
  132. -webkit-transition: all 0.5s ease-out;
  133. -moz-transition: all 0.5s ease-out;
  134. transition: all 0.5s ease-out;
  135. }
  136.  
  137. .sidelinks a:hover {
  138. opacity:0.4;
  139. border-left: 100px solid {color:links};
  140. }
  141.  
  142. #wrapper {
  143. width: 845px;
  144. margin: 0 auto;
  145. }
  146.  
  147. #wrapper #title {
  148. margin: 30px 0;
  149. color: #fff;
  150. font-size: 50px;
  151. font-weight: bold;
  152. font-family: {font:Title};
  153. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  154. letter-spacing: -1px;
  155. }
  156.  
  157. #wrapper #title a {
  158. color: #fff;
  159. text-decoration: none;
  160. -webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;
  162. transition: all 0.5s ease-out;
  163. }
  164.  
  165. #wrapper #title a:hover {
  166. text-decoration: none;
  167. text-shadow:none;
  168. }
  169.  
  170. #wrapper #content {
  171. width: 520px;
  172. float: left;
  173. }
  174.  
  175. #wrapper #content .post {
  176. font-family: consolas;
  177. background: #fff;
  178. padding: 10px;
  179. position: relative;
  180. -moz-border-radius: 10px;
  181. -webkit-border-radius: 10px;
  182. }
  183.  
  184. #wrapper #content .post .media {
  185. text-align: center;
  186. margin-bottom: 10px;
  187. }
  188.  
  189. #wrapper #content .post .quotebg {
  190. font-family: georgia, serif;
  191. font-size: 50px;
  192. color: {color:text};
  193. opacity: 0.2;
  194. filter: alpha(opacity=20);
  195. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  196. position: absolute;
  197. top: 37px;
  198. left: 14px;
  199. }
  200.  
  201. #wrapper #content .post .quote {
  202. color: {color:text};
  203. padding: 20px 20px 5px 20px;
  204. font-size:15px;
  205. }
  206.  
  207. #wrapper #content .post .copy {
  208. color: {color:text};
  209. padding: 10px;
  210. font-size: 13px;
  211. line-height: 15px;
  212. }
  213.  
  214. #wrapper #content .post .copy a {
  215. color: {color:links};
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;
  218. transition: all 0.5s ease-out;
  219. }
  220.  
  221. #wrapper #content .post .copy a:hover {
  222. color: {color:link hover};
  223. background:{color:links};
  224. text-decoration: none;
  225. -webkit-transition: all 0.3s ease-out;
  226. -moz-transition: all 0.3s ease-out;
  227. transition: all 0.3s ease-out;
  228. }
  229.  
  230. #wrapper #content .post .copy p {
  231. margin: 10px 0 0 0;
  232. padding: 0;
  233. }
  234.  
  235. #wrapper #content .post .copy pre {
  236. margin: 10px 0px 10px 0px;
  237. padding: 10px;
  238. border:1px dotted {color:links};
  239. font: normal 12px Courier new, monospace;
  240. overflow: auto;
  241. -webkit-transition: all 0.3s ease-out;
  242. -moz-transition: all 0.3s ease-out;
  243. transition: all 0.3s ease-out;
  244. }
  245.  
  246. #wrapper #content .post .copy pre:hover {
  247. border:1px dotted {color:text};
  248. }
  249.  
  250. #wrapper #content .post .copy p:first-child {
  251. margin-top: 0;
  252. }
  253.  
  254. #wrapper #content .post .copy img {
  255. max-width: 100%;
  256. }
  257.  
  258. #wrapper #content .post .audio {
  259. float: left;
  260. padding: 7px;
  261. -moz-border-radius: 4px;
  262. -webkit-border-radius: 4px;
  263. border-radius: 4px;
  264. }
  265.  
  266. #wrapper #content .post .audio .player .audio_player embed {
  267. border: 1px solid #c8c8c8;
  268. }
  269.  
  270. #wrapper #content .post .audio .meta {
  271. padding: 8px 13px;
  272. float: left;
  273. color: {color:text};
  274. font-size: 11px;
  275. text-transform: lowercase;
  276. }
  277.  
  278. #wrapper #content .post .audio .meta a {
  279. color: {color:links};
  280. text-decoration: none;
  281. }
  282.  
  283. #wrapper #content .post .audio .meta a:hover {
  284. color: {color:link hover};
  285. text-decoration: none;
  286. }
  287.  
  288. #wrapper #content .post .album_art {
  289. text-align: center;
  290. }
  291.  
  292. #wrapper #content .post .question {
  293. color: {color:footer text};
  294. font-size: 15px;
  295. background: {color:footer};
  296. -moz-border-radius: 8px;
  297. -webkit-border-radius: 8px;
  298. border-radius: 8px;
  299. margin: 0 0 15px 0;
  300. padding: 15px 20px;
  301. position: relative;
  302. }
  303.  
  304. #wrapper #content .post .asker_container {
  305. margin: 0 0 20px 24px;
  306. }
  307.  
  308. #wrapper #content .post .asker_container img {
  309. margin: 0 12px -7px 0;
  310. -moz-border-radius: 10px;
  311. -webkit-border-radius: 10px;
  312. border-radius: 10px;
  313. -webkit-transition: all 0.5s ease-in-out;
  314. -moz-transition: all 0.5s ease-in-out;
  315. transition: all 0.5s ease-in-out;
  316. }
  317.  
  318. #wrapper #content .post .asker_container a.asker {
  319. color: {color:links};
  320. -webkit-transition: all 0.5s ease-out;
  321. -moz-transition: all 0.5s ease-out;
  322. transition: all 0.5s ease-out;
  323. }
  324.  
  325. #wrapper #content .post .asker_container a:hover.asker {
  326. color: {color:link hover};
  327. }
  328.  
  329. #wrapper #content .post .title {
  330. color: {color:text};
  331. font-size: 14px;
  332. padding: 10px 10px 0 10px;
  333. border-bottom:1px dashed #eee;
  334. }
  335.  
  336. #wrapper #content .post img {
  337. max-width: 500px;
  338. }
  339.  
  340. #wrapper #content .post .chat {
  341. font-size: 12px;
  342. border-left:5px dotted {color:footer};
  343. margin: 10px 10px 0 10px;
  344. margin-left:12px;
  345. }
  346.  
  347. #wrapper #content .post .chat .lines {
  348. margin-left: 6px;
  349. }
  350.  
  351. #wrapper #content .post .link {
  352. text-align:center;
  353. margin: 8px 0 2px 0;
  354. font-size: 14px;
  355. line-height: 25px;
  356. text-transform:uppercase;
  357. }
  358.  
  359. #wrapper #content .post .link a {
  360. color: {color:text};
  361. border-bottom:1px solid {color:text};
  362. -webkit-transition: all 0.3s ease-out;
  363. -moz-transition: all 0.3s ease-out;
  364. transition: all 0.3s ease-out;
  365. }
  366.  
  367. #wrapper #content .post .link a:hover {
  368. border-bottom:7px solid {color:links};
  369. color:{color:links};
  370. }
  371.  
  372. #wrapper #content .post .footer {
  373. background: {color:footer};
  374. -moz-border-radius: 4px;
  375. -webkit-border-radius: 4px;
  376. border-radius: 4px;
  377. font-size: 11px;
  378. color: {color:footer text};
  379. padding: 5px 10px;
  380. margin-top: 10px;
  381. -webkit-transition: all 0.5s ease-out;
  382. -moz-transition: all 0.5s ease-out;
  383. transition: all 0.5s ease-out;
  384. }
  385.  
  386. #wrapper #content .post .footer:hover {
  387. background: {color:footer hover};
  388. }
  389.  
  390. #wrapper #content .post .footer a {
  391. color: {color:tags};
  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:lowercase;
  396. }
  397.  
  398. #wrapper #content .post .footer a:hover {
  399. color: {color:footer text};
  400. -webkit-transition: all 0.3s ease-out;
  401. -moz-transition: all 0.3s ease-out;
  402. transition: all 0.3s ease-out;
  403. }
  404.  
  405. #wrapper #content .post .footer .date {
  406. width: 67%;
  407. float: left;
  408. color: {color:footer text};
  409. }
  410.  
  411. #wrapper #content .post .footer .notes {
  412. width: 33%;
  413. float: right;
  414. text-align: right;
  415. color: {color:footer text};
  416. }
  417.  
  418. #wrapper #content .post .footer.with_source_url .source_url {
  419. float: right;
  420. max-width: 160px;
  421. overflow: hidden;
  422. white-space: nowrap;
  423. }
  424.  
  425. #wrapper #content .post a {
  426. color: #6e7173;
  427. text-decoration: none;
  428. }
  429.  
  430. #wrapper #content .post .copy blockquote {
  431. margin: 10px 0px 10px 10px;
  432. padding-left: 15px;
  433. background:none;
  434. color:{color:text};
  435. border-left: solid 2px {color:blockquote};
  436. -webkit-transition: all 0.7s ease-out;
  437. -moz-transition: all 0.7s ease-out;
  438. transition: all 0.7s ease-out;
  439. }
  440.  
  441. #wrapper #content .post .copy blockquote:hover {
  442. margin: 10px 0px 10px 10px;
  443. padding-left: 15px;
  444. background:{color:blockquote bg};
  445. color:{color:blockquote text};
  446. border-left: solid 2px {color:blockquote};
  447. }
  448.  
  449. #wrapper #content .bottom {
  450. top center no-repeat transparent;
  451. width: 513px;
  452. height: 30px;
  453. margin: 0 auto;
  454. }
  455.  
  456. #wrapper #content #navigation {
  457. text-align: center;
  458. padding-bottom: 35px;
  459. text-transform: lowercase;
  460. }
  461.  
  462. #wrapper #content #navigation a {
  463. background-color: #fff;
  464. color: {color:links};
  465. padding: 5px 10px;
  466. text-decoration: none;
  467. margin-left: 25px;
  468. -webkit-transition: all 0.5s ease-out;
  469. -moz-transition: all 0.5s ease-out;
  470. transition: all 0.5s ease-out;
  471. -moz-border-radius: 40px;
  472. -webkit-border-radius: 40px;
  473. border-radius: 40px;
  474. }
  475.  
  476. #wrapper #content #navigation a:hover {
  477. background-color: {color:footer};
  478. color: {color:footer text};
  479. }
  480.  
  481. #wrapper #content #navigation.jump_pagination { font-size:11px;}
  482.  
  483. #wrapper #content #navigation.jump_pagination a {
  484. margin: 0 0 0 4px;
  485. }
  486.  
  487. #wrapper #content #navigation.jump_pagination .current_page {
  488. color: #fff;
  489. background-color: {color:links};
  490. border: 2px solid {color:footer text};
  491. padding: 3px 8px;
  492. margin: 0 0 0 4px;
  493. cursor: default;
  494. }
  495.  
  496. #wrapper #content #navigation.jump_pagination .jump_page {}
  497.  
  498. #wrapper #content .post .notecontainer {
  499. background: {color:footer};
  500. color: #fff;
  501. -moz-border-radius: 4px;
  502. -webkit-border-radius: 4px;
  503. border-radius: 4px;
  504. font-size: 11px;
  505. margin-top: 10px;
  506. margin-bottom: -10px;
  507. }
  508.  
  509. #wrapper #content .post .notecontainer a {
  510. color: {color:tags};
  511. -webkit-transition: all 0.5s ease-out;
  512. -moz-transition: all 0.5s ease-out;
  513. transition: all 0.5s ease-out;
  514. }
  515.  
  516. #wrapper #content .post .notecontainer a:hover {
  517. background: {color:tags};
  518. color: #fff;
  519. }
  520.  
  521. #wrapper #content .post .notecontainer ol.notes {
  522. padding: 0px 0 10px 0;
  523. list-style-type: none;
  524. font-size: 11px;
  525. padding: 10px 10px 0 10px;
  526. }
  527.  
  528. #wrapper #content .post .notecontainer ol.notes li.note {
  529. padding: 10px 10px 0 10px;
  530. }
  531.  
  532. #wrapper #sidebar {
  533. width: 250px;
  534. float: right;
  535. color: {color:text};
  536. font-family: consolas;
  537. }
  538.  
  539. #wrapper #sidebar a {
  540. color: {color:Background};
  541. }
  542.  
  543. #wrapper #sidebar #top {
  544. background: #fff;
  545. padding: 0 20px;
  546. -moz-border-radius: 10px;
  547. -webkit-border-radius: 10px;
  548. }
  549.  
  550. #wrapper #sidebar #top #avatar {
  551. width: 146px;
  552. height: 146px;
  553. position: relative;
  554. top: -24px;
  555. left: 37px;
  556. }
  557.  
  558. #wrapper #sidebar #top #avatar img {
  559. opacity:0.9;
  560. -moz-border-radius: 100px;
  561. -webkit-border-radius: 100px;
  562. border-radius: 100px;
  563. -moz-border-radius-topleft: 10px;
  564. -webkit-border-top-left-radius: 10px;
  565. -webkit-transition: all 0.5s ease-out;
  566. -moz-transition: all 0.5s ease-out;
  567. transition: all 0.5s ease-out;
  568. padding:4px;
  569. border: 4px solid {color:links};
  570. }
  571.  
  572. #wrapper #sidebar #top #avatar img:hover {
  573. opacity:1;
  574. -moz-border-radius-bottomright: 10px;
  575. -webkit-border-bottom-right-radius: 10px;
  576. }
  577.  
  578. #wrapper #sidebar #top #description {
  579. font-size: 11px;
  580. position: relative;
  581. top: -18px;
  582. }
  583.  
  584. #wrapper #sidebar #top #description a {
  585. color: {color:links};
  586. }
  587.  
  588. #wrapper #sidebar #top #description a:hover {
  589. border-bottom: 1px solid {color:links};
  590. }
  591.  
  592. #wrapper #sidebar #top .content {
  593. margin-top: 2px;
  594. padding: 7px 10px;
  595. background: #eaeaea;
  596. color: #666;
  597. font-size: 11px;
  598. overflow: hidden;
  599. }
  600.  
  601. #wrapper #sidebar #top a {
  602. text-decoration: none;
  603. }
  604.  
  605. #wrapper #sidebar #bottom {
  606. width: 250px;
  607. height: 25px;
  608. }
  609.  
  610. .cred {
  611. margin-top:5px;
  612. font-family:verdana;
  613. font-size:8px;
  614. color:#fff;
  615. opacity:0.3;
  616. -webkit-transition: all 0.5s ease-out;
  617. -moz-transition: all 0.5s ease-out;
  618. transition: all 0.5s ease-out;
  619. }
  620.  
  621. .cred:hover {
  622. opacity:1;
  623. }
  624.  
  625. .cred a {
  626. background-color:#fff;
  627. }
  628.  
  629. .cred a:hover {
  630. opacity:1;
  631. }
  632.  
  633.  
  634. </style>
  635.  
  636. <style type="text/css">{CustomCSS}</style>
  637. </head>
  638. <body>
  639.  
  640. <div id="wrapper">
  641. <div id="title">
  642. <a href="/">
  643. {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
  644. {block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  645. </a>
  646. </div>
  647.  
  648. <div id="content">
  649.  
  650. {block:Posts}
  651. <div class="post">
  652.  
  653. {block:Photo}
  654. <div class="hova"><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  655. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}</div>
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659. <div class="hova">
  660. {Photoset-500}
  661. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}</div>
  662. {/block:Photoset}
  663.  
  664. {block:Video}
  665. <div class="media">{Video-500}</div>
  666. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  667. {/block:Video}
  668.  
  669. {block:Audio}
  670. {block:IfShowAlbumArtOnAudioPosts}
  671. {block:AlbumArt}
  672. <div class="album_art">
  673. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  674. </div>
  675. {/block:AlbumArt}
  676. {/block:IfShowAlbumArtOnAudioPosts}
  677.  
  678. <div class="audio">
  679. <div class="player">{AudioPlayerWhite}</div>
  680. <div class="meta">{block:ExternalAudio}<span class="download_external_audio"><a href="{ExternalAudioURL}">{lang:Download}?</a></span>{/block:ExternalAudio}</div>
  681. <div class="clear"></div>
  682. </div><div class="clear"></div>
  683. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  684. {/block:Audio}
  685.  
  686. {block:Quote}
  687. <div class="quote {Length}">{Quote}</div>
  688. <div class="copy">
  689. <div class="quotebg">“</div>
  690. {block:Source}
  691. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  692. <tr>
  693. <td valign="top" style="width:20px;">&mdash;</td>
  694. <td valign="top" class="quote_source">
  695. {Source}
  696. </td>
  697. </tr>
  698. </table>
  699. {/block:Source}
  700. </div>
  701. {/block:Quote}
  702.  
  703. {block:Text}
  704. {block:Title}<div class="title">{Title}</div>{/block:Title}
  705. <div class="copy">{Body}</div>
  706. {/block:Text}
  707.  
  708. {block:Answer}
  709. <div class="question">
  710. {Question}
  711. </div>
  712. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  713. <div class="copy">{Answer}</div>
  714. {/block:Answer}
  715.  
  716. {block:Chat}
  717. {block:Title}<div class="title">{Title}</div>{/block:Title}
  718. <div class="chat">
  719. <div class="lines">
  720. {block:Lines}
  721. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  722. {/block:Lines}
  723. </div>
  724. </div>
  725. <div class="clear"></div>
  726. <div style="height:10px;"></div>
  727. {/block:Chat}
  728.  
  729. {block:Link}
  730. <div class="link"><a href="{URL}" {Target}>{Name} ➨</a></div>
  731. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  732. {/block:Link}
  733.  
  734. {block:Date}
  735. <a href="{Permalink}">
  736. <div class="footer for_permalink">
  737. <div class="date">
  738. {block:Reblog}
  739. <span style="text-transform:lowercase;">via {ReblogParentName} on {ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} {block:RebloggedFromReblog}{/block:RebloggedFromReblog}
  740. {/block:Reblog}
  741.  
  742. {block:NotReblog}
  743. <div style="text-transform:lowercase">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm}</div>
  744. {/block:NotReblog}
  745. </div>
  746. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  747. <div class="clear"></div>
  748. </div>
  749. </a>
  750. {/block:Date}
  751.  
  752. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  753. display:none;
  754. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  755. {block:ContentSource}display:block;{/block:ContentSource}
  756. ">
  757. {block:IfShowTags}
  758. {block:HasTags}filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a><span class="tag-commas"> </span>{/block:Tags}{/block:HasTags}
  759. {/block:IfShowTags}
  760.  
  761. {block:ContentSource}
  762. <a href="{SourceURL}" class="source_url" title="{SourceTitle}">©</a>
  763. {/block:ContentSource}
  764.  
  765. <div class="clear"></div>
  766. </div>
  767.  
  768. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  769.  
  770. </div>
  771. <div class="bottom"></div>
  772. {/block:Posts}
  773.  
  774. {block:Pagination}
  775. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  776. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  777.  
  778. {block:IfEnableJumpPagination}
  779. {block:JumpPagination length="5"}
  780. {block:CurrentPage}
  781. <span class="current_page">{PageNumber}</span>
  782. {/block:CurrentPage}
  783.  
  784. {block:JumpPage}
  785. <a class="jump_page" href="{URL}">{PageNumber}</a>
  786. {/block:JumpPage}
  787.  
  788. {/block:JumpPagination}
  789. {/block:IfEnableJumpPagination}
  790.  
  791. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  792. </div>
  793. {/block:Pagination}
  794.  
  795. </div>
  796.  
  797. <div id="sidebar">
  798. <div id="top">
  799. <br><br>
  800. <div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
  801. <div id="description">{Description}
  802. <div class="divider">
  803. <div class="sidelinks">
  804. <a href="/">home</a>
  805. <a href="/ask">ask</a>
  806. <a href="/archive">archive</a>
  807. {block:iflink1}<a href="{text:link 01}">{text:link 01 title}</a>{/block:iflink1}
  808. {block:iflink2}<a href="{text:link 02}">{text:link 02 title}</a>{/block:iflink2}
  809. {block:iflink3}<a href="{text:link 03}">{text:link 03 title}</a>{/block:iflink3}
  810. <a href="http://kyoukainokanata.tumblr.com">credit</a>
  811. </div>
  812.  
  813.  
  814. </div>
  815. </div>
  816. </div>
  817. </body>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement