Advertisement
kamukura

hanagiri redux

Jun 28th, 2014
1,554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.13 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. <!--
  3.  
  4. . .o8 oooo
  5. .o8 "888 `888
  6. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  7. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  8. 888 888 888 888 888 888 888 888 888 888
  9. 888 . 888 888 888 888 888 888 888 888 888 .o.
  10. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  11.  
  12. HANAGIRI REDUX
  13. by kisamatachi @ tumblr
  14.  
  15. -->
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18. <!-- DEFAULT VARIABLES -->
  19. <meta name="color:Background" content="#3b627e" />
  20.  
  21. <meta name="font:Title" content="Arial" />
  22. <meta name="font:Body" content="Arial" />
  23. <meta name="font:Accent" content="Lucida Sans" />
  24. <meta name="if:Show Tags" content="1" />
  25. <meta name="if:Show Album Art on Audio Posts" content="1" />
  26. <meta name="if:Enable Jump Pagination" content="0" />
  27. <meta name="image:Header" content="" />
  28. <meta name="image:Background" content="" />
  29. <meta name="image:Permalink Image" content="https://31.media.tumblr.com/b664a6f313a6a9463c276d8a99a6c1d0/tumblr_inline_n7wsr7G3l21s2xdkr.gif" />
  30. <meta name="color:Text Color" content="#000000" />
  31. <meta name="color:Link Color" content="#000000" />
  32. <meta name="color:Sidebar Scroller" content="#000000" />
  33. <meta name="color:Sidebar BG" content="#ffffff" />
  34. <meta name="text:Link 1 url" content="/" />
  35. <meta name="text:Link 2 url" content="/" />
  36. <meta name="text:Link 1 text" content="link" />
  37. <meta name="text:Link 2 text" content="link" />
  38. <meta name="text:permalink image height" content="20" />
  39. <meta name="image:sidepic" content=""/>
  40. <meta name="if:250Posts" content="0" />
  41. <meta name="if:400Posts" content="1" />
  42. <meta name="if:500Posts" content="0" />
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53. background-color: {color:Sidebar Scroller};
  54. height:100px;
  55. -moz-border-radius: 10px;
  56. border-radius: 15px;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb:horizontal {
  60. background-color: {color:Sidebar Scroller};
  61. height:100px !important;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:5px;
  66. width:5px;
  67. background-color: {color:Sidebar BG};
  68. }
  69.  
  70. @font-face {font-family: "coneria";src: url('http://static.tumblr.com/ofgksh6/93Lmrk6s7/demo_coneriascript.ttf');}
  71.  
  72. body {
  73. background: {color:Background} url('{image:Background}') top left fixed repeat;
  74. margin: 0;
  75. padding: 0;
  76. font-family: {font:Body};
  77. }
  78.  
  79. .clear {
  80. clear: both;
  81. height: 0px;
  82. overflow: hidden;
  83. }
  84.  
  85. a img {
  86. border: none;
  87. }
  88.  
  89. #wrapper {
  90. width: 845px;
  91. margin: 0 auto;
  92. }
  93.  
  94.  
  95. #wrapper #content {
  96. {block:If500Posts}width: 520px;margin-right:100px;{/block:If500Posts};
  97. {block:If400Posts}width: 420px;margin-right:200px;{/block:If400Posts};
  98. {block:If250Posts}width: 270px;margin-right:350px;{/block:If250Posts};
  99. float: right;
  100. }
  101.  
  102. #wrapper #content .post {
  103. font-family: {font:Body};
  104. background: transparent;
  105. padding: 10px;
  106. position: relative;
  107. }
  108.  
  109. #wrapper #content .post .media {
  110. text-align: center;
  111. margin-bottom: 5px;
  112. }
  113.  
  114. #wrapper #content .post .quotebg {
  115. font-family: georgia, serif;
  116. font-size: 150px;
  117. color: {color:Background};
  118. opacity: 0.2;
  119. filter: alpha(opacity=20);
  120. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  121. position: absolute;
  122. top: 70px;
  123. left: 10px;
  124. }
  125.  
  126. #wrapper #content .post .quote {
  127. color: {color:Text Color};
  128. font-weight: bold;
  129. padding: 20px 20px 5px 20px;
  130. }
  131.  
  132. #wrapper #content .post .quote.short {
  133. font-size: 13px;
  134. line-height: 13px;
  135. }
  136.  
  137. #wrapper #content .post .quote.medium {
  138. font-size: 13px;
  139. line-height: 13px;
  140. }
  141.  
  142. #wrapper #content .post .quote.long {
  143. font-size: 13px;
  144. line-height: 13px;
  145. }
  146.  
  147. #wrapper #content .post .quote_source *:first-child {
  148. margin-top: 0px;
  149. }
  150.  
  151. #wrapper #content .post .quote_source *:last-child {
  152. margin-bottom: 0px;
  153. }
  154.  
  155. #wrapper #content .post .quote *:first-child {
  156. margin-top: 0px;
  157. }
  158.  
  159. #wrapper #content .post .quote *:last-child {
  160. margin-bottom: 0px;
  161. }
  162.  
  163. #wrapper #content .post .copy {
  164. color: {color:Text Color};
  165. padding: 10px;
  166. font-size: 10px;
  167. line-height: 15px;
  168. }
  169.  
  170. #wrapper #content .post .copy a {
  171. color: {color:Link Color};
  172. text-decoration: underline;
  173. }
  174.  
  175. #wrapper #content .post .copy p {
  176. margin: 10px 0 0 0;
  177. padding: 0;
  178. }
  179.  
  180. #wrapper #content .post .copy pre {
  181. margin: 10px 0px 10px 0px;
  182. padding: 10px;
  183. background-color: #e6e6e6;
  184. font: normal 11px Courier, monospace;
  185. overflow: auto;
  186. }
  187.  
  188. #wrapper #content .post .copy > p:first-child {
  189. margin-top: 0;
  190. }
  191.  
  192. #wrapper #content .post .copy img {
  193. max-width: 100%;
  194. }
  195.  
  196. #wrapper #content .post .audio {
  197. background: #eaeaea;
  198. float: left;
  199. padding: 7px;
  200. margin-bottom: 5px;
  201. -moz-border-radius: 4px;
  202. -webkit-border-radius: 4px;
  203. border-radius: 4px;
  204. }
  205.  
  206. #wrapper #content .post .audio .player {
  207. float: left;
  208. }
  209.  
  210. #wrapper #content .post .audio .player .audio_player embed {
  211. border: 1px solid #c8c8c8;
  212. }
  213.  
  214. #wrapper #content .post .audio .meta {
  215. padding: 8px 13px;
  216. height: 13px;
  217. float: left;
  218. color: #666;
  219. font-family: {font:Accent};
  220. font-size: 11px;
  221. text-transform: lowercase;
  222. }
  223.  
  224. #wrapper #content .post .audio .meta a {
  225. color: #666;
  226. text-decoration: none;
  227. }
  228.  
  229. #wrapper #content .post .album_art {
  230. text-align: center;
  231. }
  232.  
  233. #wrapper #content .post .question {
  234. color: {color:Text Color};
  235. font-size: 16px;
  236. font-weight: bold;
  237. background: #f1f1f1;
  238. -moz-border-radius: 8px;
  239. -webkit-border-radius: 8px;
  240. border-radius: 8px;
  241. margin: 0 0 15px 0;
  242. padding: 15px 20px;
  243. position: relative;
  244. }
  245.  
  246. #wrapper #content .post .question .nipple {
  247. width: 13px;
  248. height: 7px;
  249. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  250. position: absolute;
  251. bottom: -7px;
  252. left: 30px;
  253. }
  254.  
  255. #wrapper #content .post .asker_container {
  256. margin: 0 0 20px 24px;
  257. }
  258.  
  259. #wrapper #content .post .asker_container img {
  260. margin: 0 12px -7px 0;
  261. }
  262.  
  263. #wrapper #content .post .asker_container a.asker {
  264. color: {color:Link Color};
  265. }
  266.  
  267. #wrapper #content .post .title {
  268. color: {color:Link Color};
  269. font-size: 16px;
  270. font-weight: bold;
  271. padding: 10px 10px 0 10px;
  272. }
  273.  
  274. #wrapper #content .post img {
  275. {block:If500Posts}max-width: 500px;{/block:If500Posts};
  276. {block:If400Posts}max-width: 400px;{/block:If400Posts};
  277. {block:If250Posts}max-width: 250px;{/block:If250Posts};
  278. }
  279.  
  280. #wrapper #content .post .chat {
  281. background-color: transparent;
  282. margin: 10px 10px 0 10px;
  283. font-size: 14px;
  284. }
  285.  
  286. #wrapper #content .post .chat .lines {
  287. margin-left: 1px;
  288. }
  289.  
  290. #wrapper #content .post .chat .lines .line {
  291. background-color: transparent;
  292. color: {color:Text Color};
  293. margin-bottom: 1px;
  294. padding: 3px 5px;
  295. }
  296.  
  297. #wrapper #content .post .chat .lines .line.even {
  298. background-color: transparent;
  299. }
  300.  
  301. #wrapper #content .post .link {
  302. margin: 4px 0 2px 0;
  303. font-size: 16px;
  304. line-height: 25px;
  305. }
  306.  
  307. #wrapper #content .post .link a {
  308. background-color: {color:Background};
  309. color: {color:Link Color};
  310. padding: 5px 7px;
  311. -moz-border-radius: 4px;
  312. -webkit-border-radius: 4px;
  313. border-radius: 4px;
  314. }
  315.  
  316. #wrapper #content .post .link a:hover {
  317. opacity: 0.9;
  318. filter: alpha(opacity=90);
  319. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  320. }
  321.  
  322. #wrapper #content .post .footer {
  323. {block:Indexpage}display:none;{/block:Indexpage}
  324. background:{color:permalink} url({image:permalink})!important;
  325. {block:IfRoundedCorners} -moz-border-radius: 5px;
  326. -webkit-border-radius: 5px;
  327. border-radius: 5px;{/block:IfRoundedCorners}
  328. font-family: arial;
  329. font-size: 11px;
  330. color: {color:permalinktext};
  331. padding: 1px;
  332. margin-top: 0px;
  333. letter-spacing: 1px;
  334. }
  335.  
  336. #wrapper #content .post .footer.for_permalink:hover {
  337. {block:Indexpage}display:none;{/block:Indexpage}
  338. background: {color:permalinkhover} ;
  339. {block:ifPermalinkHoverLetterSpacing}letter-spacing: 2px;{/block:ifPermalinkHoverLetterSpacing}
  340. }
  341.  
  342. #wrapper #content .post .footer .date {
  343. {block:Indexpage}display:none;{/block:Indexpage}
  344. float: left;color: {color:permalinktext};
  345. }
  346.  
  347. #wrapper #content .post a {
  348. color: #6e7173;
  349. text-decoration: none;
  350. }
  351.  
  352. #wrapper #content .post .copy blockquote {
  353. margin: 10px 0px 10px 10px;
  354. padding-left: 15px;
  355. border-left: solid 4px #dcdcdc;
  356. }
  357.  
  358. #wrapper #content .post .copy blockquote blockquote {
  359. border-left: solid 4px #cccccc;
  360. }
  361.  
  362. #wrapper #content .post .copy blockquote blockquote blockquote {
  363. border-left: solid 4px #bcbcbc;
  364. }
  365.  
  366. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  367. border-left: solid 4px #acacac;
  368. }
  369.  
  370. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  371. border-left: solid 4px #9c9c9c;
  372. }
  373.  
  374. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  375. border-left: solid 4px #8c8c8c;
  376. }
  377.  
  378. #wrapper #content .bottom {
  379. background: url('{image:Permalink Image}') top center no-repeat transparent;
  380. width: 250px;
  381. height: {text:permalink image height}px;
  382. margin: 0 auto;
  383. }
  384.  
  385. #wrapper #content #navigation {
  386. text-align: right;
  387. padding-bottom: 35px;
  388. text-transform: lowercase;
  389. }
  390.  
  391. #wrapper #content #navigation a {
  392. background-color: {color:Background};
  393. color: {color:Link Color};
  394. padding: 5px 10px;
  395. text-decoration: none;
  396. margin-left: 25px;
  397. }
  398.  
  399. #wrapper #content #navigation a:hover {
  400. opacity: 0.9;
  401. filter: alpha(opacity=90);
  402. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  403. }
  404.  
  405. #wrapper #content #navigation.jump_pagination {}
  406.  
  407. #wrapper #content #navigation.jump_pagination a {
  408. margin: 0 0 0 4px;
  409. }
  410.  
  411. #wrapper #content #navigation.jump_pagination .current_page {
  412. color: #fff;
  413. border: 2px solid #fff;
  414. padding: 3px 8px;
  415. margin: 0 0 0 4px;
  416. cursor: default;
  417. }
  418.  
  419. #wrapper #content #navigation.jump_pagination .jump_page {}
  420.  
  421. #wrapper #content .post .notecontainer {
  422. background: #eaeaea;
  423. -moz-border-radius: 4px;
  424. -webkit-border-radius: 4px;
  425. border-radius: 4px;
  426. font-family: {font:Accent};
  427. font-size: 11px;
  428. color: #666;
  429. margin-top: 10px;
  430. margin-bottom: -10px;
  431. }
  432.  
  433. #wrapper #content .post .notecontainer a {
  434. color: #666;
  435. text-decoration: underline;
  436. }
  437.  
  438. #wrapper #content .post .notecontainer ol.notes {
  439. padding: 0px 0 10px 0;
  440. list-style-type: none;
  441. font-size: 11px;
  442. }
  443.  
  444. #wrapper #content .post .notecontainer ol.notes li.note {
  445. padding: 10px 10px 0 10px;
  446. }
  447.  
  448. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  449. vertical-align: -4px;
  450. margin-right: 10px;
  451. width: 16px;
  452. height: 16px;
  453. }
  454.  
  455. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  456. font-weight: normal;
  457. }
  458.  
  459. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  460. font-weight: normal;
  461. }
  462.  
  463. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  464. border-left: 2px solid #666;
  465. padding: 4px 10px;
  466. margin: 10px 0px 0px 25px;
  467. }
  468.  
  469. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  470. text-decoration: none;
  471. }
  472.  
  473. #wrapper #sidebar {
  474. position:fixed;
  475. margin-top:100px;
  476. width: 100px;
  477. float: left;
  478. color: {color:Text Color};
  479. font-family: {font:Accent}
  480. }
  481.  
  482. #wrapper #sidebar a {
  483. color: {color:Background};
  484. }
  485.  
  486. #sidebar #title {
  487. color: #000000;
  488. font-size: 15px;
  489. font-weight: normal;
  490. font-family: coneria;
  491. text-align:center;
  492. padding-left:26px;
  493. }
  494.  
  495. #sidebar #title a {
  496. color: #6e7173;
  497. text-decoration: none;
  498. }
  499.  
  500.  
  501. #wrapper #sidebar #top {
  502. background: transparent;
  503. padding: 0 20px;
  504.  
  505. -webkit-border-top-left-radius: 10px;
  506. -webkit-border-top-right-radius: 10px;
  507. -moz-border-radius-topleft: 10px;
  508. -moz-border-radius-topright: 10px;
  509. border-top-left-radius: 10px;
  510. border-top-right-radius: 10px;
  511. }
  512.  
  513. #sidebar #top #hover {
  514. opacity:0;
  515. position:absolute;
  516. margin-top:5px;
  517. width:100px;
  518. z-index:10;
  519. -webkit-transition:all 0.35s ease-in-out;
  520. -moz-transition:all 0.35s ease-in-out;
  521. -o-transition:all 0.35s ease-in-out;
  522. transition:all 0.35s ease-in-out;
  523. }
  524.  
  525. #sidebar:hover #top #hover {
  526. opacity:1;
  527. margin-top:0px;
  528. }
  529.  
  530. #sidebar #top #hover a {
  531. text-align:left;
  532. font-size:9px;
  533. line-height:9px;
  534. word-spacing:-2px;
  535. padding:2px 0px 2px 0px;
  536. letter-spacing:1px;
  537. display:block;
  538. margin-top:-1px;
  539. -webkit-transition:all 0.35s ease-in-out;
  540. -moz-transition:all 0.35s ease-in-out;
  541. -o-transition:all 0.35s ease-in-out;
  542. transition:all 0.35s ease-in-out;
  543. }
  544.  
  545. #sidebar #top #y {
  546. opacity:0;
  547. position:absolute;
  548. margin-top:5px;
  549. width:100px;
  550. z-index:10;
  551. -webkit-transition:all 0.35s ease-in-out;
  552. -moz-transition:all 0.35s ease-in-out;
  553. -o-transition:all 0.35s ease-in-out;
  554. transition:all 0.35s ease-in-out;
  555. }
  556.  
  557. #sidebar:hover #top #y {
  558. opacity:1;
  559. margin-top:5px;
  560. }
  561.  
  562. #sidebar #top #y a {
  563. text-align:left;
  564. font-size:9px;
  565. color: {color:Link Color};
  566. line-height:9px;
  567. word-spacing:-2px;
  568. padding:2px 0px 2px 0px;
  569. text-transform:uppercase;
  570. letter-spacing:1px;
  571. display:block;
  572. margin-top:-1px;
  573. -webkit-transition:all 0.35s ease-in-out;
  574. -moz-transition:all 0.35s ease-in-out;
  575. -o-transition:all 0.35s ease-in-out;
  576. transition:all 0.35s ease-in-out;
  577. }
  578.  
  579.  
  580. #wrapper #sidebar #top #sidepic {
  581. margin-top:7px;
  582. z-index:3;
  583. }
  584.  
  585. #wrapper #sidebar #top #sidepic img {
  586. width:100px;
  587. height:100px;
  588. padding:3px;
  589. border: 1px solid #6e7173;
  590. -webkit-border-radius:40px;
  591. -moz-border-radius:40px;
  592. -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;
  593. z-index:3;
  594. }
  595.  
  596. #wrapper #sidebar #top #sidepic:hover img {
  597. -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;
  598. }
  599.  
  600.  
  601. #wrapper #sidebar #top #description {
  602. opacity:5;
  603. padding-top:0px;
  604. padding-bottom:12px;
  605. margin-top:2px;
  606. background-color:#transparent;
  607. font-family: {font:Body};
  608. -webkit-transition:opacity 0.7s linear;
  609. -webkit-transition:all 0.3s ease-out;
  610. -moz-transition:all 0.3s ease-out;
  611. transition:all 0.3s ease-out;
  612. }
  613.  
  614. #wrapper #sidebar #top #description {
  615. font-size: 11px;
  616. position: relative;
  617. top: 8px;
  618. text-align:left;
  619. -webkit-transition:opacity 0.8s linear;
  620. -webkit-transition:all 0.5s ease-out;
  621. -moz-transition:all 0.5s ease-out;
  622. transition:all 0.5s ease-out;
  623. }
  624.  
  625. #wrapper #sidebar #top #description a {
  626. color: {color:Background};
  627. text-decoration: underline;
  628. -webkit-transition:opacity 0.8s linear;
  629. -webkit-transition:all 0.5s ease-out;
  630. -moz-transition:all 0.5s ease-out;
  631. transition:all 0.5s ease-out;
  632. }
  633.  
  634. #wrapper #sidebar #top .heading {
  635. color: #fff;
  636. font-family: helvetica, arial, sans-serif;
  637. font-size: 17px;
  638. margin-top: 20px;
  639. padding: 10px;
  640. background-color: {color:Background};
  641. -webkit-border-top-left-radius: 4px;
  642. -webkit-border-top-right-radius: 4px;
  643. -moz-border-radius-topleft: 4px;
  644. -moz-border-radius-topright: 4px;
  645. border-top-left-radius: 4px;
  646. border-top-right-radius: 4px;
  647. }
  648.  
  649. #wrapper #sidebar #top a .heading {
  650. color: #fff;
  651. text-decoration: none;
  652. }
  653.  
  654. #wrapper #sidebar #top .content {
  655. margin-top: 2px;
  656. padding: 7px 10px;
  657. background: #eaeaea;
  658. color: #666;
  659. font-size: 11px;
  660. overflow: hidden;
  661. }
  662.  
  663. #wrapper #sidebar #top a {
  664. text-decoration: none;
  665. }
  666.  
  667.  
  668. </style>
  669. <!--[if lt IE 7.]>
  670. <style type="text/css">
  671. #wrapper #sidebar #bottom {
  672. background: transparent;
  673. }
  674.  
  675. #wrapper #sidebar #top #avatar {
  676. background: none;
  677. }
  678.  
  679. #wrapper #sidebar #top #avatar img {
  680. border: 5px solid #f1f1f1;
  681. }
  682.  
  683. #wrapper #sidebar #top .heading#followontumblr {
  684. background-image: none;
  685. text-indent: 0;
  686. }
  687.  
  688. #wrapper #sidebar #top .heading#twitter {
  689. background-image: none;
  690. }
  691.  
  692. #wrapper #sidebar #top .heading#following {
  693. background-image: none;
  694. }
  695.  
  696. #wrapper #content .post .audio .player {
  697. float: none;
  698. }
  699.  
  700. #wrapper #content .post .audio .meta {
  701. display: none;
  702. float: none;
  703. }
  704. </style>
  705. <![endif]-->
  706.  
  707. <!--[if lt IE 8.]>
  708. <style type="text/css">
  709. #wrapper #content .bottom {
  710. background: transparent;
  711. }
  712.  
  713. #wrapper #content .post .footer {
  714. background: transparent;
  715. color: #000;
  716. }
  717.  
  718. #wrapper #content .post .audio {
  719. float: none;
  720. background: transparent;
  721. }
  722.  
  723. #wrapper #content .post .notecontainer .notes {
  724. padding: 0;
  725. margin: 0;
  726. }
  727. </style>
  728. <![endif]-->
  729. <style type="text/css">{CustomCSS}</style>
  730. </head>
  731. <body>
  732. <div id="wrapper">
  733.  
  734. <div id="content">
  735.  
  736. {block:Posts}
  737. <div class="post">
  738.  
  739. {block:Photo}
  740. {block:If500Posts}<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{/block:If500Posts}
  741. {block:If400Posts}<div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{/block:If400Posts}
  742. {block:If250Posts}<div class="media">{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{/block:If250Posts}
  743. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  744. {/block:Photo}
  745.  
  746. {block:Photoset}
  747. {block:If500Posts}<div id="media">{Photoset-500}</div>{/block:If500Posts}
  748. {block:If400Posts}<div id="media">{Photoset-400}</div>{/block:If400Posts}
  749. {block:If250Posts}<div id="media">{Photoset-250}</div>{/block:If250Posts}
  750. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  751. {/block:Photoset}
  752.  
  753. {block:Video}
  754. {block:If500Posts}<div class="media">{Video-500}</div>{/block:If500Posts}
  755. {block:If400Posts}<div class="media">{Video-400}</div>{/block:If400Posts}
  756. {block:If250Posts}<div class="media">{Video-250}</div>{/block:If250Posts}
  757. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  758. {/block:Video}
  759.  
  760. {block:Audio}
  761. {block:IfShowAlbumArtOnAudioPosts}
  762. {block:AlbumArt}
  763. <div class="album_art">
  764. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  765. </div>
  766. {/block:AlbumArt}
  767. {/block:IfShowAlbumArtOnAudioPosts}
  768.  
  769. <div class="audio">
  770. <div class="player">{AudioPlayerWhite}</div>
  771. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  772. <div class="clear"></div>
  773. </div>
  774. <div class="clear"></div>
  775. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  776. {/block:Audio}
  777.  
  778. {block:Quote}
  779. <div class="quote {Length}">{Quote}</div>
  780. <div class="copy">
  781. <div class="quotebg">“</div>
  782. {block:Source}
  783. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  784. <tr>
  785. <td valign="top" style="width:20px;">&mdash;</td>
  786. <td valign="top" class="quote_source">
  787. {Source}
  788. </td>
  789. </tr>
  790. </table>
  791. {/block:Source}
  792. </div>
  793. {/block:Quote}
  794.  
  795. {block:Text}
  796. {block:Title}<div class="title">{Title}</div>{/block:Title}
  797. <div class="copy">{Body}</div>
  798. {/block:Text}
  799.  
  800. {block:Answer}
  801. <div class="question">
  802. <div class="nipple"></div>
  803. {Question}
  804. </div>
  805. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  806. <div class="copy">{Answer}</div>
  807. {/block:Answer}
  808.  
  809. {block:Chat}
  810. {block:Title}<div class="title">{Title}</div>{/block:Title}
  811. <div class="chat">
  812. <div class="lines">
  813. {block:Lines}
  814. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  815. {/block:Lines}
  816. </div>
  817. </div>
  818. <div class="clear"></div>
  819. <div style="height:10px;"></div>
  820. {/block:Chat}
  821.  
  822. {block:Link}
  823. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  824. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  825. {/block:Link}
  826.  
  827. {block:Date}
  828. <div class="footer for_permalink" ><center><div class="date">{block:permalinkpage}<a style="color:{color:permalinktext}" href="{Permalink}"> {NoteCount} notes</a>, <a style="color:{color:permalinktext}" href="{Permalink}">{TimeAgo}</a>{block:permalinkpage}
  829. </div>
  830. <div class="clear"></div></div>
  831. {/block:Date}
  832.  
  833. <div class="footer" style="
  834. display:none;
  835. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}">{block:permalinkpage}
  836. {block:IfShowTags}{block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags} <a href="{TagURL}">{Tag}</a><span class="tag-commas"> / </span>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}{/block:permalinkpage}
  837.  
  838. {block:ContentSource}{block:permalinkpage}{block:Reblog}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:Reblog}<br>Source: <a href="{SourceURL}" class="source_url">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>{/block:permalinkpage}{/block:ContentSource}
  839.  
  840. <div class="clear"></div>
  841. </div>
  842.  
  843. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  844.  
  845. </div>
  846. <a href="{Permalink}"><div class="bottom"></div></a>
  847. {/block:Posts}
  848.  
  849. {block:Pagination}
  850. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  851. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  852.  
  853. {block:IfEnableJumpPagination}
  854. {block:JumpPagination length="5"}
  855. {block:CurrentPage}
  856. <span class="current_page">{PageNumber}</span>
  857. {/block:CurrentPage}
  858.  
  859. {block:JumpPage}
  860. <a class="jump_page" href="{URL}">{PageNumber}</a>
  861. {/block:JumpPage}
  862.  
  863. {/block:JumpPagination}
  864. {/block:IfEnableJumpPagination}
  865.  
  866. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  867. </div>
  868. {/block:Pagination}
  869.  
  870. </div>
  871.  
  872. <div id="sidebar">
  873. <div id="top"><div id="title"><a href="/"></a></div>
  874. <div id="sidepic"><a href="/"><img src="{image:sidepic}" /></a></div>
  875. <div id="hover"><div id="description">{Description}</div><div>
  876. <div id="y"><a href="/">home</a></ br><a href="/ask">ask</a></ br><a href="{text:Link 1 url}">{text:Link 1 text}</a></ br><a href="{text:Link 2 url}">{text:Link 2 text}</a></ br><a href="http://kisamatachi.tumblr.com/">theme</a></div>
  877.  
  878. </div>
  879.  
  880. <div id="bottom"></div>
  881.  
  882. </div>
  883. </div>
  884.  
  885. </body>
  886. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement