Advertisement
okesan

hina theme

Dec 19th, 2012
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--- Theme coded by Hina (xiolu.tumblr.com). Please leave the credits untouched, thank you!--->
  7.  
  8.  
  9.  
  10. <style> body, a, a:hover { cursor:url(http://24.media.tumblr.com/tumblr_m45p02D3xe1r6tjwno1_100.png), auto }</style>
  11.  
  12. <script src="http://static.tumblr.com/2w7y46r/xtmlvfnoc/snowstorm.js"></script>
  13.  
  14.  
  15.  
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}"/>
  23. {/block:Description}
  24.  
  25. <meta name="if:InfiniteScroll" content="0"/>
  26. <meta name="if:ShowCaptions" content="1"/>
  27. <meta name="if:ShowAudioPostCaptions" content="1"/>
  28. <meta name="if:ShowViaSource" content="1"/>
  29. <meta name="if:ShowTags" content="1"/>
  30. <meta name="if:250Posts" content="0"/>
  31. <meta name="if:400Posts" content="1"/>
  32. <meta name="if:500Posts" content="0"/>
  33.  
  34. <meta name="if:IconLinks" content="1"/>
  35. <meta name="if:SidebarImg" content="1"/>
  36.  
  37. <meta name="if:LinkOne" content="1"/>
  38. <meta name="if:LinkTwo" content="1"/>
  39. <meta name="if:LinkThree" content="1"/>
  40. <meta name="if:LinkFour" content="1"/>
  41.  
  42. <meta name="color:BG" content="#FFF"/>
  43. <meta name="color:LinkTitleBG" content="#000"/>
  44. <meta name="color:LinkTitleText" content="#FFF"/>
  45.  
  46. <meta name="image:Background" content=""/>
  47. <meta name="image:Sidebar" content=""/>
  48. <meta name="image:BackToTop" content="http://static.tumblr.com/bc7znss/MN5ma27op/373813c8qyd2txyp.gif"/>
  49.  
  50. <meta name="image:HomeIcon" content="http://static.tumblr.com/7qjmkr5/DdYmdsnj4/house.gif"/>
  51.  
  52. <meta name="image:AskIcon" content="http://static.tumblr.com/7qjmkr5/PAYmdsnka/marcadores27.gif"/>
  53.  
  54. <meta name="image:LinkOneIcon" content="http://static.tumblr.com/7qjmkr5/QZCmdsnt1/marcadores19.gif"/>
  55.  
  56. <meta name="image:LinkTwoIcon" content="http://static.tumblr.com/7qjmkr5/1gfmdsnm1/clip.gif"/>
  57.  
  58. <meta name="image:LinkThreeIcon" content="http://static.tumblr.com/7qjmkr5/kiMmdsnzb/lapis.gif"/>
  59.  
  60. <meta name="image:LinkFourIcon" content="http://static.tumblr.com/7qjmkr5/8aTmdso0f/assistindo1.gif"/>
  61.  
  62. <meta name="image:ArchiveIcon" content="http://static.tumblr.com/bc7znss/mwNmduz58/folder_open.gif"/>
  63.  
  64. <meta name="text:Comment" content=""/>
  65. <meta name="text:Header" content=""/>
  66.  
  67. <meta name="text:LinkOneURL" content="/"/>
  68. <meta name="text:LinkOneTitle" content="Link1"/>
  69.  
  70. <meta name="text:LinkTwoURL" content="/"/>
  71. <meta name="text:LinkTwoTitle" content="Link2"/>
  72.  
  73. <meta name="text:LinkThreeURL" content="/"/>
  74. <meta name="text:LinkThreeTitle" content="Link3"/>
  75.  
  76. <meta name="text:LinkFourURL" content="/"/>
  77. <meta name="text:LinkFourTitle" content="Link4"/>
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips();
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. body {
  92. color: #AAA;
  93. background: {color:BG} url('{image:Background}') repeat fixed;
  94. font-family: calibri;
  95.  
  96. {block:If250Posts}
  97. {block:IndexPage}
  98. font-size: 10px;
  99. line-height: 11px;
  100. {/block:IndexPage}
  101. {block:Permalink}
  102. font-size: 11px;
  103. line-height: 12px;
  104. {/block:Permalink}
  105. {/block:If250Posts}
  106.  
  107. {block:IfNot250Posts}
  108. font-size: 11px;
  109. line-height: 12px;
  110. {/block:IfNot250Posts}
  111.  
  112. margin: 0px 0px 15px 0px;
  113. word-wrap: break-word;
  114. }
  115.  
  116. a {
  117. color: #CCC;
  118. text-decoration: none;
  119. -webkit-transition: all 0.6s ease-in-out;
  120. -moz-transition: all 0.6s ease-in-out;
  121. -o-transition: all 0.6s ease-in-out;
  122. }
  123.  
  124. a:hover {
  125. color: #AAA;
  126. }
  127.  
  128. #tags {
  129. padding-top: 5px;
  130. margin-top: 5px;
  131. border-top: 1px solid #F0F0F0;
  132. }
  133.  
  134. #tags a {
  135. color: #CCC;
  136. text-decoration: none;
  137. -webkit-transition: all 0.6s ease-in-out;
  138. -moz-transition: all 0.6s ease-in-out;
  139. -o-transition: all 0.6s ease-in-out;
  140. }
  141.  
  142. #tags a:hover {
  143. color: #AAA;
  144. }
  145.  
  146. b, strong {
  147. color: #888;
  148. font-weight: bold;
  149. }
  150.  
  151. i {
  152. color: #CCC;
  153. font-style: oblique;
  154. }
  155.  
  156. pre, xmp, plaintext, listing {
  157. display: block;
  158. font-family: monospace;
  159. white-space: pre;
  160. background: #FBFBFB;
  161. padding: 5px;
  162. }
  163.  
  164. blockquote {
  165. border-left: 2px solid #F4F4F4;
  166. background: transparent;
  167. display: block;
  168. margin: 5px 0px 5px 0pc;
  169. padding: 1px 1px 1px 10px;
  170. overflow: auto;
  171. }
  172.  
  173. .post blockquote img {
  174. max-width: 100%;
  175. }
  176.  
  177. #notes {
  178. padding-right: 10px;
  179. text-align: left;
  180. text-transform: uppercase;
  181. font-size: 8px;
  182. letter-spacing: 1px;
  183. font-family: consolas;
  184. margin-left: 6px;
  185. {block:If500Posts}width: 530px;{/block:If500Posts}
  186. {block:If400Posts}width: 430px;{/block:If400Posts}
  187. {block:If250Posts}width: 430px;{/block:If250Posts}
  188. }
  189.  
  190. #notes img {
  191. width: 8px;
  192. height: 8px;
  193. margin-bottom: -1px;
  194. }
  195.  
  196. #notes a {
  197. color: #CCC;
  198. }
  199.  
  200. #notes a:hover {
  201. color: #AAA;
  202. }
  203.  
  204. #center {
  205. margin: auto;
  206.  
  207. {block:If400Posts}width: 484px;{/block:If400Posts}
  208. {block:If500Posts}width: 584px;{/block:If500Posts}
  209.  
  210. {block:If250Posts}
  211. {block:IndexPage}width: 334px;{/block:IndexPage}
  212. {block:PermalinkPage}width: 484px;{/block:PermalinkPage}
  213. {/block:If250Posts}
  214. }
  215.  
  216. .post {
  217. overflow: hidden;
  218. margin-left: auto;
  219. margin-right: auto;
  220. background: #FFF;
  221. padding: 25px;
  222. border: 1px solid #F0F0F0;
  223. margin-top: 15px;
  224.  
  225. {block:If400Posts}width: 400px;{/block:If400Posts}
  226. {block:If500Posts}width: 500px;{/block:If500Posts}
  227.  
  228. {block:If250Posts}
  229. {block:IndexPage}width: 250px;{/block:IndexPage}
  230. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  231. {/block:If250Posts}
  232. }
  233.  
  234. img {
  235. max-width: 100%;
  236. }
  237.  
  238. #bottom {
  239. color: #777;
  240. margin-left: auto;
  241. margin-right: auto;
  242. text-transform: uppercase;
  243. font-size: 8px;
  244. font-family: calibri;
  245. line-height: 12px;
  246. letter-spacing: 1px;
  247. text-align: center;
  248. padding: 5px;
  249. margin-top: 5px;
  250. border: 3px double #F0F0F0;
  251. background: #FBFBFB;
  252.  
  253. {block:If400Posts}width: 436px;{/block:If400Posts}
  254. {block:If500Posts}width: 536px;{/block:If500Posts}
  255.  
  256. {block:If250Posts}
  257. {block:IndexPage}width: 286px;{/block:IndexPage}
  258. {block:PermalinkPage}width: 436px;{/block:PermalinkPage}
  259. {/block:If250Posts}
  260. }
  261.  
  262. #bottom a {
  263. color: #AAA;
  264. padding: 0px 3px 1px 4px;
  265. }
  266.  
  267. #bottom a:hover {
  268. color: #777;
  269. background: #F0F0F0;
  270. }
  271.  
  272. #captions {
  273. margin-top: 10px;
  274. padding: 5px 10px 5px 10px;
  275. border: 3px double #F0F0F0;
  276. }
  277.  
  278. #piccy img {
  279. max-width: 100%;
  280. margin-bottom: -3px;
  281.  
  282. {block:IfNotShowCaptions}
  283. {block:IndexPage}
  284. padding: 5px;
  285. margin: -6px -6px -9px -6px;
  286. border: 1px dotted #DDD;
  287. {/block:IndexPage}
  288. {/block:IfNotShowCaptions}
  289. }
  290.  
  291. .post li {
  292. list-style: square;
  293. }
  294.  
  295. #texts {
  296. margin: -15px;
  297. }
  298.  
  299. #perma {
  300. position: absolute;
  301. width: 70px;
  302. text-transform: uppercase;
  303. font-family: consolas;
  304. font-size: 8px;
  305. letter-spacing: 1px;
  306. padding: 3px 5px 3px 5px;
  307. margin-top: -25px;
  308. border-left: 1px solid #F0F0F0;
  309. background: #FFF;
  310. opacity: 0;
  311. -webkit-transition: all 0.4s ease-in-out;
  312. -moz-transition: all 0.4s ease-in-out;
  313. -o-transition: all 0.4s ease-in-out;
  314.  
  315. {block:If250Posts}margin-left: 292px;{/block:If250Posts}
  316. {block:If400Posts}margin-left: 442px;{/block:If400Posts}
  317. {block:If500Posts}margin-left: 542px;{/block:If500Posts}
  318. }
  319.  
  320. .post:hover #kyungsoo {
  321. opacity: 1;
  322. }
  323.  
  324. #kyungsoo {
  325. opacity: 0;
  326. position: absolute;
  327. width: 46px;
  328. margin-top: -26px;
  329. margin-left: -77px;
  330. -webkit-transition: all 0.6s ease-in-out;
  331. -moz-transition: all 0.6s ease-in-out;
  332. -o-transition: all 0.6s ease-in-out;
  333. }
  334.  
  335. #kyungsoo img {
  336. opacity: 0.6;
  337. padding: 5px;
  338. border: 3px double #F0F0F0;
  339. background: #FFF;
  340. margin: 0 0 2px 0;
  341. -webkit-transition: all 0.6s ease-in-out;
  342. -moz-transition: all 0.6s ease-in-out;
  343. -o-transition: all 0.6s ease-in-out;
  344. }
  345.  
  346. #kyungsoo img:hover {
  347. opacity: 1;
  348. }
  349.  
  350. .post:hover #perma {
  351. opacity: 1;
  352. }
  353.  
  354. .sidebarholder {
  355. position: fixed;
  356. top: 50px;
  357. width: 150px;
  358.  
  359. {block:If400Posts}margin-left: 504px;{/block:If400Posts}
  360. {block:If500Posts}margin-left: 604px;{/block:If500Posts}
  361.  
  362. {block:If250Posts}
  363. {block:IndexPage}margin-left: 354px;{/block:IndexPage}
  364. {block:PermalinkPage}margin-left: 504px;{/block:PermalinkPage}
  365. {/block:If250Posts}
  366. }
  367.  
  368. #sidebar {
  369. text-align: center;
  370. }
  371.  
  372. #sidebartitle {
  373. color: #CCC;
  374. font-size: 12px;
  375. line-height: 12px;
  376. border-bottom: 1px solid #F0F0F0;
  377. padding-bottom: 5px;
  378. font-family: calibri;
  379. {block:IfSidebarImg}margin-bottom: 5px;{/block:IfSidebarImg}
  380. }
  381.  
  382. #sidebartitle a {
  383. color: #CCC;
  384. }
  385.  
  386. #sidebarimg {
  387. text-align: center;
  388. padding: 7px;
  389. border: 3px double #F0F0F0;
  390. }
  391.  
  392. #sidebarimg img {
  393. width: 130px;
  394. margin-bottom: -3px;
  395. }
  396.  
  397. #description {
  398. padding: 5px;
  399. border-bottom: 1px solid #F0F0F0;
  400. line-height: 8px;
  401. letter-spacing: 1px;
  402. text-transform: uppercase;
  403. font-size: 8px;
  404. }
  405.  
  406. #comment {
  407. letter-spacing: 1px;
  408. text-align: right;
  409. text-transform: uppercase;
  410. font-size: 8px;
  411. line-height: 10px;
  412. font-style: oblique;
  413. }
  414.  
  415. #description a img {
  416. opacity: 0.4;
  417. margin-bottom: 0px;
  418. -webkit-transition: all 0.4s linear;
  419. -moz-transition: all 0.4s linear;
  420. transition: all 0.4s linear;
  421. }
  422.  
  423. #description a:hover img {
  424. -webkit-filter: grayscale(1);
  425. }
  426.  
  427. #description a {
  428. color: #98D6E5;
  429. }
  430.  
  431. #description a:hover {
  432. color: #DDD;
  433. }
  434.  
  435. #links1 {
  436. text-align: center;
  437. line-height: 9px;
  438. font-family: consolas;
  439. text-transform: uppercase;
  440. letter-spacing: 1px;
  441. font-size: 8px;
  442. padding: 0px 0px 5px 0px;
  443. border-bottom: 3px double #F0F0F0;
  444. }
  445.  
  446. #links1 a {
  447. color: #CCC;
  448. padding: 0px 2px 0px 3px;
  449. display: inline-block;
  450. margin-top: 5px;
  451. -webkit-transition: all 0.6s ease-in-out;
  452. -moz-transition: all 0.6s ease-in-out;
  453. -o-transition: all 0.6s ease-in-out;
  454. }
  455.  
  456. #links1 a:hover {
  457. color: #AAA;
  458. background: #F0F0F0;
  459. }
  460.  
  461. #icons a:hover {
  462. background: none;
  463. }
  464.  
  465. #icons img {
  466. -webkit-transition: all 0.6s ease-in-out;
  467. -moz-transition: all 0.6s ease-in-out;
  468. -o-transition: all 0.6s ease-in-out;
  469. }
  470.  
  471. #icons img:hover {
  472. }
  473.  
  474. #pages {
  475. font-size: 10px;
  476. text-align: center;
  477. color: #CCC;
  478. margin-top: 10px;
  479. letter-spacing: 0px;
  480. }
  481.  
  482. #current {
  483. color: #666;
  484. background: none;
  485. padding: 0px 3px 0px 3px;
  486. display: inline-block;
  487. }
  488.  
  489. #pages a {
  490. text-decoration: none;
  491. background: #FFF;
  492. padding: 0px 3px 0px 3px;
  493. margin-left: 1px;
  494. margin-right: 1px;
  495. display: inline-block;
  496. color: #CCC;
  497. -webkit-transition: all 0.4s linear;
  498. -moz-transition: all 0.4s linear;
  499. transition: all 0.4s linear;
  500. }
  501.  
  502. #pages a:hover {
  503. color: #777;
  504. background: #F0F0F0;
  505. -webkit-transition: all 0.4s linear;
  506. -moz-transition: all 0.4s linear;
  507. transition: all 0.4s linear;
  508. }
  509.  
  510. #back:hover,#next:hover {
  511. color: #AAA;
  512. }
  513.  
  514. #asks {
  515. position: absolute;
  516. border: 1px solid #F0F0F0;
  517. background: #FFF;
  518. padding: 5px;
  519. height: 40px;
  520. width: 40px;
  521. }
  522.  
  523. #asks img {
  524. height: 40px;
  525. width: 40px;
  526. }
  527.  
  528. #asksq img {
  529. margin: 0px;
  530. opacity: 0.7;
  531. }
  532.  
  533. #musicart {
  534. position: absolute;
  535. height: 50px;
  536. width: 50px;
  537. border: 1px solid #F0F0F0;
  538. background: #FFF;
  539. padding: 5px;
  540. }
  541.  
  542. #musicart img {
  543. opacity: 0.8;
  544. height: 50px;
  545. width: 50px;
  546. -webkit-transition: all 0.6s ease-in-out;
  547. -moz-transition: all 0.6s ease-in-out;
  548. -o-transition: all 0.6s ease-in-out;
  549. }
  550.  
  551. #player {
  552. opacity: 0.2;
  553. -webkit-transition: all 0.6s ease-in-out;
  554. -moz-transition: all 0.6s ease-in-out;
  555. -o-transition: all 0.6s ease-in-out;
  556. }
  557.  
  558. .post:hover #player {
  559. opacity: 0.6;
  560. }
  561.  
  562. .post:hover #musicart img {
  563. opacity: 0.2;
  564. }
  565.  
  566. ol.notes{
  567. list-style: square;
  568. }
  569.  
  570. :-moz-selection {
  571. background: #FBFBFB;
  572. color: #000;
  573. }
  574.  
  575. ::selection {
  576. background: #FBFBFB;
  577. color: #000;
  578. }
  579.  
  580. ::-webkit-scrollbar-thumb:vertical {
  581. background: #000;
  582. height: 80px;
  583. }
  584.  
  585. ::-webkit-scrollbar {
  586. height: 10px;
  587. width: 8px;
  588. background: {color:BG};
  589. }
  590.  
  591. iframe#tumblr_controls {
  592. position: fixed !important;
  593. -webkit-filter: invert(100%);
  594. z-index: 9999;
  595. opacity: 0.3;
  596. }
  597.  
  598. </style>
  599.  
  600. <link href="http://static.tumblr.com/7qjmkr5/VAGmezust/stuff.css" rel="stylesheet" type="text/css" />
  601.  
  602. {block:IfInfiniteScroll}
  603. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  604. {/block:IfInfiniteScroll}
  605.  
  606.  
  607. </head>
  608.  
  609.  
  610. {block:IfInfiniteScroll}
  611. <div id="top"><a style="text-decoration: none; text-align: center; position: fixed; bottom: 10px; right: 10px;" href="#top"><img src="{image:BackToTop}"></a></div>
  612. {/block:IfInfiniteScroll}
  613.  
  614.  
  615. <body>
  616.  
  617.  
  618. <div style="position: fixed; bottom: 10px; left: 10px; font-size: 12px; font-family: calibri;"><a href="http://xiolu.tumblr.com/" title="theme by xiolu">©</a></div>
  619.  
  620.  
  621. <div id="center">
  622.  
  623.  
  624. <div class="sidebarholder">
  625. <div id="sidebar">
  626. <div id="sidebartitle"><a href="/">{text:Header}</a></div>
  627. {block:IfSidebarImg}
  628. <div id="sidebarimg"><img src="{image:Sidebar}"></div>
  629. {/block:IfSidebarImg}
  630. <div id="description">{Description}</div>
  631. <div id="links1">
  632.  
  633. {block:IfIconLinks}
  634. <div id="icons">
  635.  
  636. <a href="/" title="home"><img src="{image:HomeIcon}"></a>
  637.  
  638. <a href="/ask" title="ask"><img src="{image:AskIcon}"></a>
  639.  
  640. {block:IfLinkOne}<a href="{text:LinkOneURL}" title="{text:LinkOneTitle}"><img src="{image:LinkOneIcon}"></a>{/block:IfLinkOne}
  641.  
  642. {block:IfLinkTwo}<a href="{text:LinkTwoURL}" title="{text:LinkTwoTitle}"><img src="{image:LinkTwoIcon}"></a>{/block:IfLinkTwo}
  643.  
  644. {block:IfLinkThree}<a href="{text:LinkThreeURL}" title="{text:LinkThreeTitle}"><img src="{image:LinkThreeIcon}"></a>{/block:IfLinkThree}
  645.  
  646. {block:IfLinkFour}<a href="{text:LinkFourURL}" title="{text:LinkFourTitle}"><img src="{image:LinkFourIcon}"></a>{/block:IfLinkFour}
  647.  
  648. <a href="/archive" title="archive"><img src="{image:ArchiveIcon}"></a>
  649.  
  650. </div>
  651. {/block:IfIconLinks}
  652.  
  653. {block:IfNotIconLinks}
  654. <a href="/">home</a>
  655. <a href="/ask">ask</a>
  656. {block:IfLinkOne}<a href="{text:LinkOneURL}">{text:LinkOneTitle}</a>{/block:IfLinkOne}
  657. {block:IfLinkTwo}<a href="{text:LinkTwoURL}">{text:LinkTwoTitle}</a>{/block:IfLinkTwo}
  658. {block:IfLinkThree}<a href="{text:LinkThreeURL}">{text:LinkThreeTitle}</a>{/block:IfLinkThree}
  659. {block:IfLinkFour}<a href="{text:LinkFourURL}">{text:LinkFourTitle}</a>{/block:IfLinkFour}
  660. <a href="/archive">archive</a>
  661. {/block:IfNotIconLinks}
  662.  
  663. </div>
  664.  
  665. <div id="comment">{text:Comment}</div>
  666. </div>
  667.  
  668. {block:IfNotInfiniteScroll}
  669. {block:IndexPage}
  670. <div id="pages">
  671. {block:PreviousPage}
  672. <a href="{PreviousPage}">«</a>
  673. {/block:PreviousPage}
  674. {block:JumpPagination length="3"}
  675. {block:CurrentPage}
  676. <div id="current">{PageNumber}</div>
  677. {/block:CurrentPage}
  678.  
  679. {block:JumpPage}
  680. <a class="jump_page" href="{URL}">{PageNumber}</a>
  681. {/block:JumpPage}
  682. {/block:JumpPagination}
  683. {block:NextPage}
  684. <a href="{NextPage}">»</a>
  685. {/block:NextPage}
  686. </div>
  687. {/block:IndexPage}
  688. {/block:IfNotInfiniteScroll}
  689.  
  690. </div>
  691.  
  692. <div class="autopagerize_page_element">
  693.  
  694. {block:Posts}
  695.  
  696. <div class="post">
  697.  
  698.  
  699. {block:IfShowViaSource}
  700. {block:IndexPage}
  701. {block:RebloggedFrom}
  702. <div id="kyungsoo">
  703. <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}"><img src="{ReblogParentPortraitURL-30}"></a>
  704. <a href="{ReblogRootURL}" title="original post by {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"></a>
  705. </div>
  706. {/block:RebloggedFrom}
  707. {/block:IndexPage}
  708. {/block:IfShowViaSource}
  709.  
  710.  
  711. {block:Text}
  712.  
  713. <div id="texts">
  714.  
  715. {block:Title}
  716. <div style="font-size: 11px; line-height: 12px; letter-spacing: 1px; color: #787878; font-family: georgia;">
  717. {Title}
  718. </div>
  719. {/block:Title}
  720.  
  721. {Body}
  722.  
  723. {block:ContentSource}
  724. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  725. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  726. {/block:SourceLogo}
  727. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  728. {/block:ContentSource}
  729.  
  730. </div>
  731.  
  732. {/block:Text}
  733.  
  734.  
  735.  
  736.  
  737. {block:Photo}
  738.  
  739. <div id="piccy">
  740. <center>
  741. <img src="{PhotoURL-500}">
  742. </center>
  743. </div>
  744.  
  745. {block:IfShowCaptions}
  746. {block:Caption}<div id="captions">
  747. {Caption}</div>
  748. {/block:Caption}
  749. {/block:IfShowCaptions}
  750.  
  751. {block:IfNotShowCaptions}
  752. {block:PermalinkPage}
  753. {block:Caption}<div id="captions">
  754. {Caption}</div>
  755. {/block:Caption}
  756. {/block:PermalinkPage}
  757. {/block:IfNotShowCaptions}
  758.  
  759. {block:ContentSource}
  760. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  761. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  762. {/block:SourceLogo}
  763. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  764. {/block:ContentSource}
  765.  
  766. {/block:Photo}
  767.  
  768.  
  769.  
  770.  
  771. {block:Photoset}
  772.  
  773. <center>
  774. {block:If400Posts}{Photoset-400}{/block:If400Posts}
  775. {block:If500Posts}{Photoset-500}{/block:If500Posts}
  776.  
  777. {block:If250Posts}
  778. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  779. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  780. {/block:If250Posts}
  781. <div style="margin-bottom: -3px;"></div>
  782. </center>
  783.  
  784. {block:IfShowCaptions}
  785. {block:Caption}<div id="captions">
  786. {Caption}</div>
  787. {/block:Caption}
  788. {/block:IfShowCaptions}
  789.  
  790. {block:IfNotShowCaptions}
  791. {block:PermalinkPage}
  792. {block:Caption}<div id="captions">
  793. {Caption}</div>
  794. {/block:Caption}
  795. {/block:PermalinkPage}
  796. {/block:IfNotShowCaptions}
  797.  
  798. {block:ContentSource}
  799. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  800. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  801. {/block:SourceLogo}
  802. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  803. {/block:ContentSource}
  804.  
  805. {/block:Photoset}
  806.  
  807.  
  808.  
  809.  
  810. {block:Quote}
  811.  
  812. <div id="texts">
  813.  
  814. <div style="color: #F0F0F0; font-size: 30px; line-height: 30px; float: left; font-family: calibri;">
  815. ❝</div>
  816. <div style="{block:If250Posts}font-size: 11px; line-height: 12px;{/block:If250Posts} {block:IfNot250Posts}font-size: 14px; line-height: 16px;{/block:IfNot250Posts} letter-spacing: 1px; font-family: georgia; font-style: oblique; margin-left: 30px; border-left: 1px dotted #DDD; padding-left: 10px;">
  817. {Quote}
  818. </div>
  819. {block:Source}
  820. <div style="text-align: right; margin-top: 10px; font-size: 8px; text-transform: uppercase; font-family: consolas; line-height: 10px; letter-spacing: 2px;">—{Source}</div>
  821. {/block:Source}
  822.  
  823. </div>
  824.  
  825. {/block:Quote}
  826.  
  827.  
  828.  
  829.  
  830. {block:Link}
  831.  
  832. <div id="texts">
  833.  
  834. <div style="font-size: 11px; line-height: 12px; letter-spacing: 1px; font-family: georgia;">
  835. <div id="titlelink"><a href="{URL}" {Target}>➥ {Name}</a></div>
  836. </div>
  837.  
  838. {block:Description}
  839. {Description}
  840. {/block:Description}
  841.  
  842. {block:ContentSource}
  843. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  844. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  845. {/block:SourceLogo}
  846. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  847. {/block:ContentSource}
  848.  
  849. </div>
  850.  
  851. {/block:Link}
  852.  
  853.  
  854.  
  855.  
  856. {block:Chat}
  857.  
  858. <div id="texts">
  859.  
  860. {block:Title}
  861. <div style="font-size: 11px; line-height: 12px; letter-spacing: 1px; color: #787878; font-family: georgia;">
  862. {Title}
  863. </div>
  864. {/block:Title}
  865.  
  866. <div style="text-align: left;">
  867. <ul type="square">
  868. {block:Lines}
  869. <li>{block:Label}<div style="color: #CCC; display: inline;">{Label}</div>{/block:Label} {Line}</li>
  870. {/block:Lines}
  871. </ul>
  872. </div>
  873.  
  874. </div>
  875.  
  876. {/block:Chat}
  877.  
  878.  
  879.  
  880.  
  881. {block:Audio}
  882.  
  883. <div id="texts">
  884.  
  885. <div id="musicart">
  886. {block:AlbumArt}
  887. <img src="{AlbumArtURL}">
  888. {/block:AlbumArt}
  889. </div>
  890.  
  891. <div id="player"><div style="position: absolute; margin: 1px 0px 0px 1px; padding: 17px 16px 16px 17px; background: #FFF;">
  892. <div style="width: 27px; height: 27px; overflow: hidden;">
  893. {AudioPlayerWhite}
  894. </div></div></div>
  895.  
  896. <div style="margin-left: 67px; min-height: 62px; padding-left: 5px; font-size: 8px; font-family: consolas; text-transform: uppercase; letter-spacing: 1px; line-height: 15px;">
  897. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  898. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  899. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  900. <b>Plays:</b> {PlayCount}<br>
  901. </div>
  902.  
  903. {block:IfShowAudioPostCaptions}
  904. {block:Caption}<div id="audiocaptions">
  905. {Caption}</div>
  906. {/block:Caption}
  907. {/block:IfShowAudioPostCaptions}
  908.  
  909. {block:IfNotShowAudioPostCaptions}
  910. {block:PermalinkPage}
  911. {block:Caption}<div id="audiocaptions">
  912. {Caption}</div>
  913. {/block:Caption}
  914. {/block:PermalinkPage}
  915. {/block:IfNotShowAudioPostCaptions}
  916.  
  917. {block:ContentSource}
  918. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  919. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  920. {/block:SourceLogo}
  921. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  922. {/block:ContentSource}
  923.  
  924. </div>
  925.  
  926. {/block:Audio}
  927.  
  928.  
  929.  
  930.  
  931. {block:Video}
  932.  
  933. <center>
  934. {block:If400Posts}{Video-400}{/block:If400Posts}
  935. {block:If500Posts}{Video-500}{/block:If500Posts}
  936.  
  937. {block:If250Posts}
  938. {block:IndexPage}{Video-250}{/block:IndexPage}
  939. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  940. {/block:If250Posts}
  941. <div style="margin-bottom: -3px;"></div>
  942. </center>
  943.  
  944. {block:IfShowCaptions}
  945. {block:Caption}<div id="captions">
  946. {Caption}</div>
  947. {/block:Caption}
  948. {/block:IfShowCaptions}
  949.  
  950. {block:IfNotShowCaptions}
  951. {block:PermalinkPage}
  952. {block:Caption}<div id="captions">
  953. {Caption}</div>
  954. {/block:Caption}
  955. {/block:PermalinkPage}
  956. {/block:IfNotShowCaptions}
  957.  
  958. {block:ContentSource}
  959. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  960. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  961. {/block:SourceLogo}
  962. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  963. {/block:ContentSource}
  964.  
  965. {/block:Video}
  966.  
  967.  
  968.  
  969.  
  970. {block:Answer}
  971.  
  972. <div id="texts">
  973.  
  974. <div id="asks">
  975. <img src="{AskerPortraitURL-64}">
  976. </div>
  977.  
  978. <div style="margin-left: 58px; border-left: 1px dotted #DDD; padding-left: 5px; min-height: 52px;">
  979. <div id="asksq"><img src="http://static.tumblr.com/7qjmkr5/O8amckiv4/comment.png"> <div style="display: inline; text-decoration: underline;">{Asker}</div>: {Question}</div>
  980. </div>
  981.  
  982. <div style="margin-top: 15px;">
  983. {Answer}</div>
  984.  
  985. </div>
  986.  
  987. {/block:Answer}
  988.  
  989. </div>
  990.  
  991.  
  992.  
  993. {block:IndexPage}
  994. <div id="bottom">posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">Reblog</a>
  995.  
  996. {block:IfShowTags}
  997. {block:HasTags}
  998. <div id="boo">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  999. {/block:HasTags}
  1000. {/block:IfShowTags}
  1001.  
  1002. </div>
  1003. {/block:IndexPage}
  1004.  
  1005.  
  1006.  
  1007. {block:PermalinkPage}
  1008.  
  1009. {block:Date}
  1010. <div style="font-family: calibri; font-size: 10px; line-height: 12px; padding: 10px; border: 3px double #F0F0F0; background: #FBFBFB; letter-spacing: 1px; text-align: left; margin-top: 5px; margin-left: auto; margin-right: auto; {block:If500Posts}width: 526px;{/block:If500Posts}{block:If400Posts}width: 426px;{/block:If400Posts}{block:If250Posts}width: 426px;{/block:If250Posts}">
  1011.  
  1012. » Posted {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}
  1013. {/block:Date}
  1014.  
  1015. {block:RebloggedFrom}
  1016. <br>» Reblogged via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1017. <br>» Original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1018. {/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
  1019.  
  1020. {block:HasTags}
  1021. <div id="tags">» Tagged: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  1022. {/block:HasTags}
  1023.  
  1024. </div>
  1025.  
  1026. {/block:PermalinkPage}
  1027.  
  1028.  
  1029.  
  1030. {block:PostNotes}
  1031. <div id="notes">
  1032. {PostNotes}
  1033. </div>
  1034. {/block:PostNotes}
  1035.  
  1036.  
  1037.  
  1038. {/block:Posts}
  1039.  
  1040. </div></div>
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047. <script language=JavaScript>
  1048.  
  1049. <!--
  1050. //Disable right mouse click Script
  1051. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  1052. //For full source code, visit http://www.dynamicdrive.com
  1053.  
  1054. var message="";
  1055.  
  1056. ///////////////////////////////////
  1057. function clickIE4(){
  1058. if (event.button==2){
  1059. alert(message);
  1060. return false;
  1061. }
  1062. }
  1063.  
  1064. function clickNS4(e){
  1065. if (document.layers||document.getElementById&&!document.all){
  1066. if (e.which==2|e.which==3){
  1067. alert(message);
  1068. return false;
  1069. }
  1070. }
  1071. }
  1072.  
  1073. if (document.layers){
  1074. document.captureEvents(Event.MOUSEDOWN);
  1075. document.onmousedown=clickNS4;
  1076. }
  1077. else if (document.all&&!document.getElementById){
  1078. document.onmousedown=clickIE4;
  1079. }
  1080.  
  1081. document.oncontextmenu=new Function("return false")
  1082.  
  1083. // -->
  1084. </script>
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement