xmisa0923

th border

Oct 22nd, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.06 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">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7.  
  8. <!--
  9. ___________________________________________________________________________
  10.  
  11.  
  12. you may customize this theme as much as you want,
  13. just don't remove any credit or steal my theme, ok?
  14. i'll hunt you down if you do. =u=
  15.  
  16. Theme #12 - Mirai
  17. By: hajimeii.tumblr.com
  18.  
  19. ___________________________________________________________________________
  20.  
  21. -->
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. {block:Description}<meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content="http://31.media.tumblr.com/a7446c590e87dfa7747b3995f2b322e0/tumblr_mu27mxYsWz1qjv6zxo6_r1_250.gif"/>
  31. <meta name="image:Title Pixel" content="http://media.tumblr.com/tumblr_m1z1k5wE0K1qf290m.gif"/>
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Blockquote" content="#c7c7c7"/>
  35. <meta name="color:Selection" content="#a5d7f0"/>
  36. <meta name="color:Posts Background" content="#ffffff"/>
  37. <meta name="color:Post Border" content="#eeeeee"/>
  38. <meta name="color:Text" content="#afaeae"/>
  39. <meta name="color:Link" content="#868585"/>
  40. <meta name="color:Line 1" content="#dddddd"/>
  41. <meta name="color:Line 2" content="#dddddd"/>
  42. <meta name="color:Line 3" content="#dddddd"/>
  43. <meta name="color:Circle Link 1" content="#dddddd"/>
  44. <meta name="color:Circle Link 2" content="#dddddd"/>
  45. <meta name="color:Circle Link 3" content="#dddddd"/>
  46. <meta name="color:Circle Link 4" content="#dddddd"/>
  47. <meta name="color:Circle Link Hover" content="#000000"/>
  48.  
  49. <meta name="text:Link 1 URL" content=""/>
  50. <meta name="text:Link 1" content=""/>
  51. <meta name="text:Link 2 URL" content=""/>
  52. <meta name="text:Link 2" content=""/>
  53.  
  54. <meta name="if:Infinite Scroll" content="1"/>
  55. <meta name="if:Grayscale Effect" content=""/>
  56. <meta name="if:Post Fade" content="1"/>
  57. <meta name="if:250px Posts" content="1"/>
  58. <meta name="if:400px Posts" content=""/>
  59. <meta name="if:500px Posts" content=""/>
  60. <meta name="if:Post Borders" content=""/>
  61. <meta name="if:Full Page Border" content="1">
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar {
  67. width: 3px;
  68. }
  69.  
  70. ::-webkit-scrollbar-track-piece{
  71. background-color: {color:scrollbar track};
  72.  
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb:vertical{
  76. background-color:{color:scrollbar face};
  77. }
  78.  
  79. ::-webkit-scrollbar:horizontal{
  80. display:none;
  81. }
  82.  
  83. ::-moz-selection {
  84. background:#fff;
  85. color:{color:Selection};
  86. }
  87.  
  88. ::selection {
  89. background:#fff;
  90. color:{color:Selection};
  91. }
  92.  
  93. body {
  94. font-family:trebuchet ms;
  95. font-size:9px;
  96. color:{color:Text};
  97. background:{color:Background} url('{image:Background}') fixed repeat center;
  98. }
  99.  
  100. a {
  101. text-decoration:none;
  102. outline:none;
  103. -moz-outline-style:none;
  104. color:{color:Link};
  105. cursor:help;
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;
  109. -ms-transition: all 0.5s ease-in-out;
  110. transition: all 0.5s ease-in-out;
  111. }
  112.  
  113. a:visited{
  114. color:{color:Link};
  115. }
  116.  
  117. a:hover{
  118. color:#fff;
  119. text-shadow:2px 0px #ccc, -2px 0px #ccc;
  120. }
  121.  
  122. b,strong{
  123. font-weight:heavy;
  124. color:{color:Text};
  125. }
  126.  
  127. blockquote{
  128. padding-left:5px;
  129. border-left:3px solid {color:Blockquote};
  130. }
  131.  
  132. h1{
  133. font:bold italic 25px times new roman;
  134. border-bottom:1px dashed #ccc;
  135. text-align:center;
  136. }
  137.  
  138. h2{
  139. font:bold italic 20px times new roman;
  140. border-bottom:1px dashed #ccc;
  141. text-align:center;
  142. }
  143.  
  144. /*--Sidebar--*/
  145.  
  146. #sidebar{
  147. position:fixed;
  148. margin-top:200px;
  149. width:300px;
  150. height:100px;
  151. margin-left:550px;
  152. {block:if400pxPosts}
  153. margin-left:700px;
  154. {/block:if400pxPosts}
  155. {block:if500pxPosts}
  156. margin-left:800px;
  157. {/block:if500pxPosts}
  158. {block:PermalinkPage}
  159. margin-left:800px;
  160. {/block:PermalinkPage}
  161. border-left:1px solid #ddd;
  162. z-index:9999;
  163. }
  164.  
  165. #icon img{
  166. position:fixed;
  167. width:100px;
  168. height:100px;
  169. margin-left:-115px;
  170. border-radius:100px;
  171. }
  172.  
  173. #title{
  174. position:fixed;
  175. letter-spacing:0px;
  176. font:bold italic 25px garamond;
  177. width:160px;
  178. margin-top:0px;
  179. margin-left:0px;
  180. text-align:right;
  181. z-index:999;
  182. }
  183.  
  184. #desc{
  185. position:fixed;
  186. color:{color:Text};
  187. font-size:9px;
  188. text-align:right;
  189. width:160px;
  190. height:64px;
  191. margin-left:0px;
  192. margin-top:35px;
  193. overflow:scroll;
  194. border-top:1px solid #ddd;
  195. padding-top:4px;
  196. }
  197.  
  198. #sideline{
  199. position:fixed;
  200. background:{color:Line 1};
  201. width:1px;
  202. height:50px;
  203. margin-left:190px;
  204. margin-top:-15px;
  205. -webkit-transform:rotate(-45deg);
  206. }
  207.  
  208. #sideline2{
  209. position:fixed;
  210. background:{color:Line 2};
  211. width:1px;
  212. height:50px;
  213. margin-left:190px;
  214. margin-top:20px;
  215. -webkit-transform:rotate(45deg);
  216. }
  217.  
  218. #sideline3{
  219. position:fixed;
  220. background:{color:Line 3};
  221. width:1px;
  222. height:50px;
  223. margin-left:190px;
  224. margin-top:55px;
  225. -webkit-transform:rotate(-45deg);
  226. }
  227.  
  228. #circ{
  229. position:fixed;
  230. width:10px;
  231. height:10px;
  232. background:{color:Background};
  233. margin-left:170px;
  234. margin-top:-10px;
  235. border:1px solid {color:Circle Link 1};
  236. border-radius:100px;
  237. z-index:99999;
  238. -webkit-transition:all 0.3s ease-in-out;
  239. -moz-transition:all 0.3s ease-in-out;
  240. -o-transition:all 0.3s ease-in-out;
  241. transition:all 0.3s ease-in-out;
  242. }
  243.  
  244. #circ:hover{
  245. background:{color:Circle Link Hover};
  246. }
  247.  
  248. #circ2{
  249. position:fixed;
  250. width:10px;
  251. height:10px;
  252. background:{color:Background};
  253. margin-left:198px;
  254. margin-top:22px;
  255. border:1px solid {color:Circle Link 2};
  256. border-radius:100px;
  257. z-index:99999;
  258. -webkit-transition:all 0.3s ease-in-out;
  259. -moz-transition:all 0.3s ease-in-out;
  260. -o-transition:all 0.3s ease-in-out;
  261. transition:all 0.3s ease-in-out;
  262. }
  263.  
  264. #circ2:hover{
  265. background:{color:Circle Link Hover};
  266. }
  267.  
  268. #circ3{
  269. position:fixed;
  270. width:10px;
  271. height:10px;
  272. background:{color:Background};
  273. margin-left:170px;
  274. margin-top:55px;
  275. border:1px solid {color:Circle Link 3};
  276. border-radius:100px;
  277. z-index:99999;
  278. -webkit-transition:all 0.3s ease-in-out;
  279. -moz-transition:all 0.3s ease-in-out;
  280. -o-transition:all 0.3s ease-in-out;
  281. transition:all 0.3s ease-in-out;
  282. }
  283.  
  284. #circ3:hover{
  285. background:{color:Circle Link Hover};
  286. }
  287.  
  288. #circ4{
  289. position:fixed;
  290. width:10px;
  291. height:10px;
  292. background:{color:Background};
  293. margin-left:198px;
  294. margin-top:87px;
  295. border:1px solid {color:Circle Link 4};
  296. border-radius:100px;
  297. z-index:99999;
  298. -webkit-transition:all 0.3s ease-in-out;
  299. -moz-transition:all 0.3s ease-in-out;
  300. -o-transition:all 0.3s ease-in-out;
  301. transition:all 0.3s ease-in-out;
  302. }
  303.  
  304. #circ4:hover{
  305. background:{color:Circle Link Hover};
  306. }
  307.  
  308. /*--Posts--*/
  309.  
  310. #content{
  311. padding-left:10px;
  312. padding-bottom:10px;
  313. padding-top:10px;
  314. {block:if250pxPosts}
  315. width:300px;
  316. {/block:if250pxPosts}
  317. {block:if400pxPosts}
  318. width:450px;
  319. {/block:if400pxPosts}
  320. {block:if500pxPosts}
  321. width:500px;
  322. {/block:if500pxPosts}
  323. margin-left:100px;
  324. {block:permalinkpage}width:530px;{/block:permalinkpage}
  325. }
  326.  
  327. .entry{
  328. margin:4px;
  329. padding:10px;
  330. overflow:hidden;
  331. float:left;
  332. {block:ifPostBorders}
  333. border:1px solid {color:Post Border};
  334. {/block:ifPostBorders}
  335. background:{color:Posts Background} url('{image:Posts Background}') fixed repeat center;
  336. {block:indexpage}
  337. {block:if250pxPosts}
  338. width:250px;
  339. {/block:if250pxPosts}
  340. {block:if400pxPosts}
  341. width:400px;
  342. {/block:if400pxPosts}
  343. {block:if500pxPosts}
  344. width:500px;
  345. {/block:if500pxPosts}
  346. {/block:indexpage}
  347. {block:permalinkpage}
  348. width:500px;
  349. {/block:permalinkpage}
  350. }
  351.  
  352. #img{
  353. {block:indexpage}
  354. padding-bottom:8px;
  355. {block:ifPostFade}
  356. opacity:.8;
  357. {/block:ifPostFade}
  358. -webkit-transition:all 0.3s ease-in-out;
  359. -moz-transition:all 0.3s ease-in-out;
  360. -o-transition:all 0.3s ease-in-out;
  361. transition:all 0.3s ease-in-out;
  362. {block:ifGrayscaleEffect}
  363. filter: url(filters.svg#grayscale);
  364. filter: gray;
  365. -webkit-filter: grayscale(1);
  366. {/block:ifGrayscaleEffect}
  367. {/block:indexpage}
  368. }
  369.  
  370. #img:hover{
  371. {block:ifPostFade}
  372. opacity:1;
  373. {/block:ifPostFade}
  374. {block:ifGrayscaleEffect}
  375. filter: url(filters.svg#grayscale);
  376. filter: gray;
  377. -webkit-filter: grayscale(0);
  378. {/block:ifGrayscaleEffect}
  379. }
  380.  
  381. /*--Infinite Scroll--*/
  382.  
  383. .pagination{
  384. display:none;
  385. }
  386.  
  387. /*--Pagination--*/
  388.  
  389. #pagi{
  390. position:fixed;
  391. margin-top:320px;
  392. {block:if250pxPosts}
  393. margin-left:473px;
  394. {/block:if250pxPosts}
  395. {block:if400pxPosts}
  396. margin-left:623px;
  397. {/block:if400pxPosts}
  398. {block:if500pxPosts}
  399. margin-left:723px;
  400. {/block:if500pxPosts}
  401. z-index:999;
  402. }
  403.  
  404. #pagination a{
  405. background:#000;
  406. color:#ccc;
  407. padding:5px;
  408. font:italic 9px cambria;
  409. -webkit-transition: all 0.5s ease-out;
  410. -moz-transition: all 0.5s ease-out;
  411. -o-transition: all 0.5s ease-out;
  412. }
  413.  
  414. #pagination a:hover{
  415. text-shadow:none;
  416. color:{color:Text};
  417. background:#fff;
  418. padding:10px;
  419. font-size:12px;
  420. }
  421.  
  422. /*--Miscellaneous--*/
  423.  
  424. iframe#tumblr_controls{
  425. position:fixed !important;
  426. -webkit-filter:invert(100%);
  427. opacity:0.3;
  428. }
  429.  
  430. .permapage {
  431. padding:0px 10px 0px 10px;
  432. }
  433.  
  434. #permalink{
  435. border-top:1px solid #eee;
  436. padding:4px 10px 1px 10px;
  437. text-align:center;
  438. text-transform:uppercase;
  439. font-size:7px;
  440. letter-spacing:1px;
  441. opacity:0;
  442. margin-left:-150px;
  443. -webkit-transition: all 0.5s ease-out;
  444. -moz-transition: all 0.5s ease-out;
  445. -o-transition: all 0.5s ease-out;
  446. }
  447.  
  448. .entry:hover #permalink{
  449. opacity:1;
  450. margin-left:0px;
  451. }
  452.  
  453. #permalink img{
  454. width:auto;
  455. }
  456.  
  457. #text img{
  458. width:auto;
  459. }
  460.  
  461. #text{
  462. padding-bottom:5px;
  463. }
  464.  
  465. #portrait img{
  466. margin-right:5px;
  467. float:left;
  468. border:3px double #eee;
  469. padding:4px;
  470. background:{color:Posts Background};
  471. width:auto;
  472. }
  473.  
  474. #audio{
  475. background:{color:Posts Background};
  476. border-top:2px solid {color:Post Border};
  477. border-bottom:2px solid {color:Post Border};
  478. margin-left:120px;
  479. margin-top:-108px;
  480. padding-top:25px;
  481. height:65px;
  482. text-transform:uppercase;
  483. font-size:7px;
  484. letter-spacing:1px;
  485. text-align:center;
  486. }
  487.  
  488. #player{
  489. padding-left:120px;
  490. }
  491.  
  492. .playbutton {
  493. width:20px;
  494. height:30px;
  495. overflow:hidden;
  496. position:relative;
  497. z-index:1000;
  498. margin:15px 24px 13px 16px;
  499. }
  500.  
  501. .playbox {
  502. background-color:#fff;
  503. opacity:0;
  504. position:absolute;
  505. z-index:1000;
  506. margin-top:29px;
  507. margin-left:26px;
  508. -webkit-transition: all 0.5s ease-in-out;
  509. -moz-transition: all 0.5s ease-in-out;
  510. -o-transition: all 0.5s ease-in-out;
  511. -ms-transition: all 0.5s ease-in-out;
  512. transition: all 0.5s ease-in-out;
  513. }
  514.  
  515. .playbox:hover{
  516. opacity:1;
  517. }
  518.  
  519. #cap{
  520. margin-left:120px;
  521. min-height:90px;
  522. max-width:500px;
  523. overflow:hidden;
  524. }
  525.  
  526. #albumart{
  527. float:left;
  528.  
  529. }
  530.  
  531. .cover{
  532. padding:5px;
  533. position:relative;
  534. z-index:1;
  535. border:1px solid {color:Post Border};
  536. }
  537.  
  538.  
  539. #s-m-t-tooltip{
  540. background:#fff;
  541. color:#aaa;
  542. font-size:8px;
  543. font-style:italic;
  544. letter-spacing:2px;
  545. text-transform:lowercase;
  546. max-width:300px;
  547. padding:4px;
  548. z-index: 9999;
  549. margin:20px 10px 10px 10px;
  550. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  551. }
  552.  
  553. #scrlTop{
  554. color:#eee;
  555. }
  556.  
  557.  
  558.  
  559. #jello {
  560. position:fixed;
  561. bottom:10px;
  562. right:10px;
  563. height: 30px;
  564. width: 15px;
  565. text-align:center;
  566. line-height:13px;
  567.  
  568. background:#Fff;
  569. font-family:courier;
  570. text-decoration:underline;
  571. font-size:11px;
  572. text-transform:lowercase;
  573. -webkit-transition: all 0.7s ease-out;
  574. -moz-transition: all 0.7s ease-out;
  575. -o-transition: all 0.7s ease-out;
  576. padding:5px;
  577.  
  578. }
  579. #jello:hover {
  580. background:#000;
  581.  
  582. }
  583.  
  584. #s-m-t-tooltip{
  585.  
  586. background:#fff;
  587.  
  588. color:#000;
  589.  
  590. font-family:consolas;
  591.  
  592. font-size:8px;
  593.  
  594. letter-spacing:1px;
  595.  
  596. text-transform:uppercase;
  597.  
  598. max-width:300px;
  599.  
  600. padding:2px;
  601.  
  602. margin-top:25px;
  603.  
  604. margin-left:15px;
  605.  
  606. padding-left:4px;
  607.  
  608. padding-right:4px;
  609.  
  610. z-index:9999;
  611.  
  612. -moz-border-radius:5px;
  613.  
  614. -khtml-border-radius:5px;
  615.  
  616. -webkit-border-radius:5px;
  617.  
  618. border-radius:5px;
  619.  
  620. }
  621.  
  622.  
  623. #badman {
  624. width:100%;
  625. height:15px;
  626. margin-top:-10px;
  627. background:#000;
  628. z-index:99999;
  629. position:fixed;
  630.  
  631. }
  632.  
  633. #bowwow {
  634. width:15px;
  635. height:100%;
  636. margin-left:-10px;
  637. background:#000;
  638. z-index:999;
  639. position:fixed;
  640.  
  641. }
  642.  
  643. #excuseme {
  644. width:100%;
  645. height:15px;
  646. bottom:-10px;
  647. background:#000;
  648. z-index:999999;
  649. position:fixed;
  650.  
  651. }
  652. #bap {
  653. width:15px;
  654. height:100%;
  655. right:0px;
  656. background:#000;
  657. z-index:999999;
  658. position:fixed;
  659.  
  660. }
  661.  
  662.  
  663. #noir {
  664. width:100%;
  665. height:30px;
  666. margin-top:-10px;
  667. background:#000;
  668. z-index:999999;
  669. position:absolute;
  670.  
  671. }
  672.  
  673.  
  674.  
  675.  
  676. #himup {
  677. width:100%;
  678. height:15px;
  679. margin-top:-10px;
  680. background:#222222;
  681. z-index:99;
  682. position:absolute;
  683.  
  684. }
  685.  
  686.  
  687.  
  688. #jongup {
  689. width:100%;
  690. height:25px;
  691. margin-top:-10px;
  692. background:#E8E8E8;
  693. z-index:999;
  694. position:absolute;
  695.  
  696.  
  697. }
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704. #himchan {
  705. width:100%;
  706. height:35px;
  707. margin-top:-10px;
  708. background:#F4FFF9;
  709. z-index:999;
  710. position:absolute;
  711.  
  712. }
  713.  
  714.  
  715.  
  716. </style>
  717.  
  718.  
  719.  
  720. <div id="jello"><a href="http://shoseii.tumblr.com/" title="theme by shoseii">証生</a></div>
  721.  
  722. {block:iffullpageborder}
  723. <div id="bap"></div><div id="badman"></div><div id="bowwow"></div><div id="excuseme"></div>
  724. {/block:iffullpageborder}
  725.  
  726.  
  727. {block:iftopborderv2}
  728. <div id="himchan"></div><div id="jongup"></div><div id="himup"></div>
  729. {/block:iftopborderv2}
  730.  
  731. {block:ifplainblacktopborder}
  732. <div id="noir"></div>{/block:ifplainblacktopborder}
  733.  
  734.  
  735.  
  736. <script type="text/javascript"
  737. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  738. </script>
  739. <script type="text/javascript" language="javascript">
  740. $(function () {
  741. $('#scrlBotm').click(function () {
  742. $('html, body').animate({
  743. scrollTop: $(document).height()
  744. },
  745. 1500);
  746. return false;
  747. });
  748.  
  749. $('#scrlTop').click(function () {
  750. $('html, body').animate({
  751. scrollTop: '0px'
  752. },
  753. 1500);
  754. return false;
  755. });
  756. });
  757. </script>
  758.  
  759. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  760. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  761. <script>
  762. (function($){
  763. $(document).ready(function(){
  764. $("[title]").style_my_tooltips({
  765. tip_follows_cursor:true,
  766. tip_delay_time:20,
  767. tip_fade_speed:400,
  768. attribute:"title"
  769. });
  770. });
  771. })(jQuery);
  772. </script>
  773.  
  774.  
  775.  
  776.  
  777. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  778.  
  779.  
  780. </head>
  781. <body>
  782.  
  783.  
  784. <div id="sidebar">
  785.  
  786. <a href="/ask" title="whisper"><div id="circ"></div></a>
  787. <a href="/archive" title="memories"><div id="circ2"></div></a>
  788. <a href="{text:Link 1 URL}" title="{text:Link 1}"><div id="circ3"></div></a>
  789. <a href="{text:Link 2 URL}" title="{text:Link 2}"><div id="circ4"></div></a>
  790.  
  791. <div id="sideline"></div>
  792. <div id="sideline2"></div>
  793. <div id="sideline3"></div>
  794.  
  795. <div id="icon"><img src="{image:Sidebar}"/></div>
  796.  
  797. <div id="title"><img src="{image:Title Pixel}"/>&nbsp;<a href="/" title="refresh">{title}</a></div>
  798. <div id="desc">{description}</div>
  799.  
  800.  
  801. </div>
  802.  
  803.  
  804. {block:ifnotinfinitescroll}
  805. {block:Pagination}
  806. <div id="pagi">
  807. <div id="pagination">
  808. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br>
  809. <div style="margin-top:-170px;">
  810. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}</div>
  811. </div>
  812. </div>
  813. {/block:Pagination}
  814. {/block:ifnotinfinitescroll}
  815.  
  816. {block:ifInfiniteScroll}
  817. <div class="pagination">
  818. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  819. </div>
  820. {/block:ifInfiniteScroll}
  821.  
  822. <div id="content">
  823. {block:Posts}
  824.  
  825.  
  826. <div class="entry">
  827.  
  828.  
  829. {block:Text}
  830. <div id="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  831. {Body}{block:PermalinkPage}
  832. {block:Date}<div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  833. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>{/block:Date}
  834. <div class="permapage">
  835. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  836. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  837. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  838. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}</div>
  839. {/block:Text}
  840.  
  841. {block:Photo}
  842. <div id="img">
  843. {block:IndexPage}<img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>{/block:IndexPage}
  844.  
  845. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}<div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  846. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  847. <div class="permapage">
  848. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  849. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  850. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  851. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  852. {/block:Photo}
  853.  
  854. {block:Photoset}
  855. <div id="img">
  856. {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}</div>
  857.  
  858. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  859. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  860. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  861. <div class="permapage">
  862. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  863. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  864. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  865. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  866. {/block:Photoset}
  867.  
  868.  
  869. {block:Quote}
  870. <div style="font:12px times new roman;">
  871. <br><em>❝ {Quote}</em></div>
  872. {block:Source}<p>—<b>{Source}</b></p>{/block:Source}
  873. {block:PermalinkPage}
  874. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  875. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  876. <div class="permapage">
  877. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  878. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  879. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  880. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  881. {/block:Quote}
  882.  
  883. {block:Link}
  884. <div id="text">
  885. <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}{block:PermalinkPage}
  886. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  887. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  888. <div class="permapage">
  889. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  890. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  891. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  892. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}</div>
  893. {/block:Link}
  894.  
  895. {block:Chat}
  896. <div id="text">
  897. <br>{block:Title}<b>{Title}</b>{/block:Title}
  898. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:PermalinkPage}
  899. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  900. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  901. <div class="permapage">
  902. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  903. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  904. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  905. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}</div>
  906. {/block:Chat}
  907.  
  908. {block:Audio}
  909. {block:IndexPage}
  910. <table style="{block:if250pxPosts}width:250px;{/block:if250pxPosts}{block:if400pxPosts}width:400px;{/block:if400pxPosts}{block:if500pxPosts}width:500px;{/block:if500pxPosts}{block:PermalinkPage}width:500px;{/block:PermalinkPage}">
  911. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  912. {block:AlbumArt}
  913. <div id="albumart"><img src="{AlbumArtURL}" class="cover" width="100"></div>
  914. {/block:AlbumArt}
  915.  
  916. <tr>
  917. <td style="vertical-align:top;">
  918. <div id="audio">{block:Artist}<b><em>Artist</em>:</b> {Artist}{/block:Artist}
  919. {block:TrackName}<br><b><em>Song</em>:</b> {TrackName}{/block:TrackName}
  920. {block:Album}<br><b><em>Album</em>:</b> {Album}{/block:Album}
  921. {block:PlayCount}<br><b><em>Plays</em>:</b>{PlayCount}{/block:PlayCount}
  922. </div></td></tr></table>
  923. {/block:IndexPage}
  924.  
  925. {block:PermalinkPage}
  926. {block:AlbumArt}
  927. <div id="albumart"><img src="{AlbumArtURL}" class="cover" width="100"></div>
  928. {/block:AlbumArt}
  929. <div id="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  930.  
  931. <div id="cap">{block:Caption}{Caption}{/block:Caption}
  932. </div>
  933.  
  934. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  935. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  936. <div class="permapage">
  937. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  938. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  939. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  940. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  941. {/block:Audio}
  942.  
  943.  
  944. {block:Answer}
  945. <div id="text">
  946. <div id="portrait"><img src="{AskerPortraitURL-48}"></div>
  947. <div style="border-bottom:1px solid {color:Post Border};padding-bottom:5px;padding-top:2px;align:right;"><em><strong>{Asker} whispered:</em></strong> {Question}</div>
  948. {Answer}
  949. </div>
  950.  
  951. {block:PermalinkPage}
  952. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  953. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  954. <div class="permapage">
  955. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  956. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  957. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  958. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  959. {/block:Answer}
  960.  
  961. {block:Video}
  962. <div id="img">
  963. {block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}</div>
  964. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  965. {/block:Video}
  966.  
  967.  
  968. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  969.  
  970. {block:IndexPage}
  971. <div id="permalink">
  972. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">reblog?</a>
  973. </div>
  974. {/block:IndexPage}
  975.  
  976. {block:PostNotes}{PostNotes}{/block:PostNotes}
  977.  
  978.  
  979. </div>
  980. {/block:Posts}
  981. </div>
  982.  
  983. >
  984.  
  985. {block:IndexPage}
  986. <a id="scrlTop" title="back to top" href="#" style="position: fixed; bottom: 0px; {block:if250pxPosts}left:420px;{block:if250pxPosts}{block:if400pxPosts}left:580px;{block:if400pxPosts}{block:if500pxPosts}left:670px;{block:if500pxPosts}"><font size="6px">▲</font></a>
  987. {/block:IndexPage}
  988.  
  989. </body>
  990. </html>
Advertisement
Add Comment
Please, Sign In to add comment