Advertisement
Lamby_Cheeks

my best edit of JOA YO theme

May 25th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. <!--
  2. 008 - JOA YO!
  3. theme made by yoonora/exoa
  4. do not steal.
  5.  
  6. -->
  7. <head><title>―{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9.  
  10.  
  11. <meta name="color:main" content="#333333"/>
  12. <meta name="color:background" content="#fbfbfb"/>
  13. <meta name="color:1" content="#d4f2fe"/>
  14. <meta name="color:2" content="#ffeeee"/>
  15. <meta name="color:3" content="#fefefe"/>
  16. <meta name="color:4" content="#fbede0"/>
  17. <meta name="color:5" content="#ddf2ff"/>
  18.  
  19. <meta name="image:icon" content=""/>
  20. <meta name="image:background" content="http://static.tumblr.com/l9mi3bq/Ifbnnul90/16.png"/>
  21. <meta name="image:top sidebar" content="http://static.tumblr.com/l9mi3bq/Ul1nnul9t/tumblr_ng3lse7jiy1r9hdr9o1_500.gif"/>
  22. <meta name="image:corner image" content=""/>
  23.  
  24. <meta name="text:title" content="paradise in your eyes"/>
  25.  
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 URL" content="/" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 URL" content="/" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 URL" content="/" />
  32.  
  33. <meta name="if:Corner Left" content="0"/>
  34. <meta name="if:Corner Image" content="1"/>
  35. <meta name="if:Show Caption" content="0"/>
  36. <meta name="if:Sidebar Style Two" content="0"/>
  37.  
  38.  
  39.  
  40. <link href="http://static.tumblr.com/l9mi3bq/7F5njbhlz/a.css"rel="stylesheet">
  41. <link href="http://static.tumblr.com/j2yc61v/A5Anl66ts/s.css"rel="stylesheet">
  42. <link href="http://static.tumblr.com/j2yc61v/4PPnm3pnz/f.css" rel="stylesheet">
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  46. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips();
  51. });
  52. })(jQuery);
  53. </script>
  54. <!----------------------------------------SCRIPT #1---->
  55.  
  56. <script type="text/javascript">
  57. function unhide(divID) {
  58. var item = document.getElementById(divID);
  59. if (item) {
  60. item.className=(item.className=='hidden')?'unhidden':'hidden';
  61. }
  62. }
  63. </script>
  64.  
  65. <!----------------------------------------SCRIPT #2---->
  66.  
  67. <script type="text/javascript">
  68. function showStuff(id) {
  69. document.getElementById(id).style.display = 'block';
  70. }
  71. </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. /*--------------------------------MAIN--*/
  77.  
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:{color:1};
  82. height: 10px;
  83. border: 5px solid {color:background};
  84. border-radius:50px;
  85. }
  86. ::-webkit-scrollbar-thumb:horizontal {
  87. background-color:{color:1};
  88. height: 10px;
  89. border: 5px solid {color:background};
  90.  
  91. }
  92. ::-webkit-scrollbar {
  93. background-color: {color:5};
  94. height:10px;
  95. width:15px;
  96. border: 7px solid {color:background};
  97. }
  98.  
  99. #s-m-t-tooltip {
  100. font:11px crystal;
  101. color:{color:main};
  102. padding:2px 5px 2px 5px;
  103. background-color:{color:3};
  104. border:1px solid {color:1};
  105. }
  106.  
  107. iframe#tumblr_controls {
  108. top:0px;
  109. right:0px;
  110. }
  111.  
  112. body {
  113. background:{color:background} url('{image:background}') fixed;
  114. font:10px crystal;
  115. }
  116.  
  117. .yoonora a{
  118. border-color:{color:background};
  119. }
  120. #bora{
  121. color:{color:5};
  122. }
  123.  
  124.  
  125. /*--------------------------------POSTS--*/
  126.  
  127.  
  128. .cont{
  129. position:absolute;
  130. left:50%;
  131. top:80px;
  132. margin-left:-220px;
  133. z-index:9999;
  134. }
  135.  
  136. #posts {
  137. width:450px;
  138. margin-bottom:50px;
  139. color:{color:main};
  140. }
  141.  
  142. #posts a {
  143. color:{color:main};
  144. border-bottom:1px solid {color:1};
  145. padding:0px 0px 2px 0px;
  146. font-style:normal;
  147. text-transform:uppercase;
  148. }
  149. #posts a:hover{
  150. text-decoration:none;
  151. }
  152.  
  153. #posts blockquote{
  154. border:1px solid {color:1};
  155. margin: 5px;
  156. padding:10px;
  157. }
  158.  
  159. #caption{
  160. background:{color:3};
  161. padding:20px;
  162. margin-top:20px;
  163. font:10px crystal;
  164. }
  165.  
  166. #caption blockquote{
  167. color:{color:main};
  168. border:1px solid {color:1};
  169. background:{color:3};
  170. }
  171.  
  172. #caption blockquote a{
  173. color:{color:main};
  174. }
  175.  
  176. #caption blockquote a:hover{
  177. color:{color:2};
  178. }
  179.  
  180. #posts pre{
  181. background:{color:background};
  182. color:{color:main};
  183. }
  184.  
  185. #posts pre a{
  186. color:{color:1};
  187. }
  188.  
  189. #textpost blockquote{
  190. border:1px solid {color:main};
  191. }
  192.  
  193. b, strong {
  194. color:{color:main};
  195. }
  196.  
  197. i, em {
  198. color:{color:main};
  199. }
  200.  
  201. .title{
  202. background:{color:2} center url('{image:sidebar}');
  203. border:1px solid {color:1};
  204. border-radius:10px;
  205. background-size:cover;
  206. }
  207.  
  208. #tt{
  209. background:{color:3};
  210. border:1px solid {color:main};
  211. }
  212.  
  213. ::-moz-selection{
  214. background-color: {color:5};
  215. color:{color:3};
  216. }
  217. ::selection{
  218. background-color:{color:5};
  219. color:{color:3};
  220. }
  221.  
  222. #photoset{
  223. overflow:hidden;
  224. padding:20px;
  225. height:auto;
  226. z-index:-1;
  227. background:{color:1};
  228. }
  229.  
  230. #photo{
  231. overflow:hidden;
  232. padding:20px;
  233. height:auto;
  234. z-index:-1;
  235. background:{color:2};
  236. }
  237. /*--------------------------------SIDEBAR STYLE #1--*/
  238.  
  239. .top_sidebar_one{
  240. position:relative;
  241. height:200px;
  242. width:450px;
  243. margin-bottom:100px;
  244. overflow:hidden;
  245. background:{color:1} center url({image:top sidebar});
  246. background-size:500px;
  247. -webkit-transition: all 0.9s ease-out;
  248. -moz-transition: all 0.9s ease-out;
  249. transition: all 0.9s ease-out;
  250. }
  251.  
  252. .top_sidebar_one:hover{
  253. background-size:700px;
  254. -webkit-transition: all 0.9s ease-out;
  255. -moz-transition: all 0.9s ease-out;
  256. transition: all 0.9s ease-out;
  257. }
  258.  
  259. #line{
  260. position:absolute;
  261. margin:90px 0px 0px 0px;
  262. width:450px;
  263. height:20px;
  264. background:{color:background} url('{image:background}');
  265. }
  266.  
  267. #icon_one{
  268. position:absolute;
  269. margin:40px 0px 0px 170px;
  270. width:90px;
  271. height:90px;
  272. padding:10px;
  273. border-radius:100px;
  274. background:{color:background} url('{image:background}');
  275. -webkit-transform:rotate(-360deg);
  276. -moz-transform:rotate(-360deg);
  277. -o-transform:rotate(-360deg);
  278. -ms-transform:rotate(-360deg);
  279. -webkit-transition: all 0.9s ease-out;
  280. -moz-transition: all 0.9s ease-out;
  281. transition: all 0.9s ease-out;
  282. }
  283.  
  284. #icon_one img{
  285. width:90px;
  286. width:90px;
  287. border-radius:100px;
  288. }
  289. .top_sidebar_one:hover #icon_one{
  290. margin:40px 0px 0px 20px;
  291. -webkit-transform:rotate(360deg);
  292. -moz-transform:rotate(360deg);
  293. -o-transform:rotate(360deg);
  294. -ms-transform:rotate(360deg);
  295. -webkit-transition: all 0.9s ease-out;
  296. -moz-transition: all 0.9s ease-out;
  297. transition: all 0.9s ease-out;
  298.  
  299. }
  300.  
  301. #desc_one{
  302. position:absolute;
  303. width:200px;
  304. height:0px;
  305. padding:10px;
  306. margin:90px 0px 0px 460px;
  307. background:{color:background} url('{image:background}');
  308. overflow-y:auto;
  309. -webkit-transition: all 0.9s ease-out;
  310. -moz-transition: all 0.9s ease-out;
  311. transition: all 0.9s ease-out;
  312. }
  313.  
  314. .top_sidebar_one:hover #desc_one{
  315. height:70px;
  316. margin:90px 0px 0px 210px;
  317. -webkit-transition: all 0.9s ease-out;
  318. -moz-transition: all 0.9s ease-out;
  319. transition: all 0.9s ease-out;
  320. }
  321. #title_one{
  322. position:absolute;
  323. width:450px;
  324. background:{color:4};
  325. font:15px courier;
  326. text-transform:uppercase;
  327. font-style:italic;
  328. text-align:left;
  329. border-left:1px solid {color:4};
  330. -webkit-transition: all 0.9s ease-out;
  331. -moz-transition: all 0.9s ease-out;
  332. transition: all 0.9s ease-out;
  333. }
  334.  
  335. .top_sidebar_one:hover #title_one{
  336. border-left:100px solid {color:4};
  337. -webkit-transition: all 0.9s ease-out;
  338. -moz-transition: all 0.9s ease-out;
  339. transition: all 0.9s ease-out;
  340. }
  341.  
  342. #links_one{
  343. position:absolute;
  344. margin:50px 0px 0px 450px;
  345. width:300px;
  346. height:25px;
  347. overflow:hidden;
  348. background:{color:2};
  349. -webkit-transition: all 0.9s ease-out;
  350. -moz-transition: all 0.9s ease-out;
  351. transition: all 0.9s ease-out;
  352. }
  353.  
  354. .top_sidebar_one:hover #links_one{
  355. margin:50px 0px 0px 150px;
  356. -webkit-transition: all 0.9s ease-out;
  357. -moz-transition: all 0.9s ease-out;
  358. transition: all 0.9s ease-out;
  359. }
  360.  
  361. #links_one a{
  362. text-decoration:none;
  363. color:{color:main};
  364. text-transform:uppercase;
  365. background:{color:3};
  366. display:inline-block;
  367. margin:5px 0px 0px 5px;
  368. padding:0px 3px 0px 3px;
  369. }
  370.  
  371. /*--------------------------------SIDEBAR STYLE #2--*/
  372.  
  373.  
  374. .top_sidebar_two{
  375. position:relative;
  376. width:450px;
  377. height:100px;
  378. margin-bottom:100px;
  379. background:{color:5} center url({image:top sidebar});
  380. }
  381.  
  382. #icon_two{
  383. position:absolute;
  384. margin:40px 0px 0px 30px;
  385. width:70px;
  386. height:70px;
  387. padding:20px;
  388. border-radius:100px;
  389. background:{color:background} url('{image:background}');
  390. }
  391.  
  392. #icon_two img{
  393. width:70px;
  394. width:70px;
  395. border-radius:100px;
  396. }
  397.  
  398.  
  399. #desc_two {
  400. position:absolute;
  401. bottom:0px;
  402. right:0px;
  403. width:300px;
  404. padding:10px;
  405. padding-left:5px;
  406. padding-right:5px;
  407. word-spacing:1px;
  408. letter-spacing:1px;
  409. font-size:9px;
  410. font: 9px courier;
  411. text-transform:uppercase;
  412. text-align:right;
  413. font-style:italic;
  414. }
  415.  
  416. .desc_two {
  417. line-height:180%;
  418. background:{color:4};
  419. color:{color:main};
  420. }
  421.  
  422.  
  423. #title_two {
  424. position:absolute;
  425. top:0px;
  426. right:0px;
  427. width:400px;
  428. padding-left:5px;
  429. padding-right:5px;
  430. word-spacing:1px;
  431. letter-spacing:1px;
  432. font-size:9px;
  433. font: 15px courier;
  434. text-transform:uppercase;
  435. text-align:right;
  436. font-style:italic;
  437. }
  438.  
  439. .title_two {
  440. line-height:180%;
  441. background:{color:2};
  442. color:{color:main};
  443. }
  444.  
  445. #links_two{
  446. position:absolute;
  447. width:360px;
  448. height:20px;
  449. right:0px;
  450. text-align:right;
  451. margin-top:110px;
  452. }
  453.  
  454. #links_two a{
  455. color:{color:main};
  456. text-decoration:none;
  457. background:{color:3};
  458. display:inline-block;
  459. padding:2px 5px 2px 5px;
  460. border:1px solid {color:1};
  461. margin-bottom:5px;
  462. text-transform:uppercase;
  463. -webkit-transition: all 0.5s ease-out;
  464. -moz-transition: all 0.5s ease-out;
  465. transition: all 0.5s ease-out;
  466. }
  467.  
  468. #links_two a:hover{
  469. padding:2px 20px 2px 20px;
  470. -webkit-transition: all 0.5s ease-out;
  471. -moz-transition: all 0.5s ease-out;
  472. transition: all 0.5s ease-out;
  473. }
  474.  
  475. /*--------------------------------POST INFO--*/
  476.  
  477.  
  478.  
  479. #post_info {
  480. text-align:left;
  481. margin-top:20px;
  482. background:{color:5};
  483. border-radius:0px;
  484. padding:10px 50px 5px 50px;
  485. }
  486. #post_info a{
  487. border:none;
  488. background:{color:3};
  489. padding:3px 5px 3px 5px;
  490. color:{color:main};
  491. font-family:arial;
  492. font-style:italic;
  493. font-weight:bold;
  494. font-size:10px;
  495. }
  496.  
  497. #post_info a:hover {
  498. background:{color:4};
  499. padding:3px 30px 3px 30px;
  500. }
  501.  
  502. #tags{
  503. margin-top:5px;
  504. font:10px courier;
  505. text-align:right;
  506. }
  507.  
  508. #tags a{
  509. background:{color:3};
  510. text-transform:uppercase;
  511. color:{color:main};
  512. margin-left:10px;
  513. line-height:30px;
  514. padding:5px 10px 5px 10px;
  515. }
  516. #tags a:hover{
  517. padding:5px 40px 5px 40px;
  518. background:{color:1};
  519. }
  520.  
  521. /*--------------------------------PERMALINK--*/
  522.  
  523.  
  524. #notes{
  525. background:{color:2};
  526. color:{color:main};
  527. border:1px solid {color:main};
  528. }
  529.  
  530. #notes a{
  531. border:1px solid {color:1};
  532. color:{color:main};
  533. background:{color:background};
  534. }
  535.  
  536. #perma_tags{
  537. background:{color:4};
  538. border:1px solid {color:5};
  539. }
  540.  
  541. #perma_tags a{
  542. background:{color:2};
  543. border:1px solid {color:main};
  544. color:{color:main};
  545. padding:4px 8px 4px 8px;
  546. }
  547.  
  548. #permas{
  549. background:{color:4};
  550. border:1px solid {color:1};
  551. }
  552.  
  553. #permas a{
  554. color:{color:main};
  555. border:none;
  556. }
  557.  
  558.  
  559. /*--------------------------------MUSIC--*/
  560.  
  561. .music_w {
  562. border:1px solid {color:4};
  563. background:{color:1} bottom url('{image:sidebar}');
  564. background-size:cover;
  565. }
  566. #audiocontent {
  567. background:{color:3};
  568. }
  569.  
  570.  
  571. /*--------------------------------QUOTE--*/
  572.  
  573. #quote{
  574. padding:25px;
  575. font:16px crystal;
  576. text-align:center;
  577. line-height:25px;
  578. letter-spacing:3px;
  579. color:{color:main};
  580. background:{color:3};
  581. }
  582.  
  583. #qsource{
  584. position:relative;
  585. margin:10px;
  586. text-align:center;
  587. font:10px consolas;
  588. }
  589. #qsource a{
  590. color:{color:main};
  591. }
  592.  
  593. /*--------------------------------CHAT--*/
  594.  
  595.  
  596. #chatpost ul {
  597. padding:0px;
  598. }
  599.  
  600. .chat li {
  601. font:10px crystal;
  602. list-style-type:none;
  603. margin-left:0px;
  604. padding:10px;
  605. float:center;
  606. }
  607.  
  608. .chat li:nth-child(odd) {
  609. margin-bottom:-5px;
  610. color:{color:2};
  611. background:{color:3};
  612. }
  613.  
  614. .chat li:nth-child(even) {
  615. color:{color:3};
  616. background-color:{color:1};
  617. }
  618.  
  619.  
  620. /*--------------------------------ASK--*/
  621.  
  622.  
  623. #askbox {
  624. color:{color:2};
  625. background: bottom url({image:sidebar});
  626. }
  627.  
  628. #asker{
  629. background:{color:3};
  630. color:{color:main};
  631. }
  632.  
  633. #asker a{
  634. color:{color:2};
  635. }
  636.  
  637. #asker a:hover{
  638. color:{color:1};
  639. }
  640.  
  641. #question{
  642. background:{color:background};
  643. }
  644.  
  645.  
  646.  
  647. /*--------------------------------EXTRA--*/
  648.  
  649.  
  650. .hidden {display: none;}
  651. .unhidden {display: block;}
  652.  
  653.  
  654. #nav{
  655. width:450px;
  656. text-align:center;
  657. margin-bottom:100px;
  658. }
  659. #nav a{
  660. text-decoration:none;
  661. font-family:crystal;
  662. font-size:50px;
  663. font-weight:bold;
  664. text-transform:uppercase;
  665. color:{color:main};
  666. }
  667. /*--------------------------------END OF CSS--*/
  668.  
  669.  
  670. </style>
  671. </head>
  672. <body onkeydown="return false">
  673.  
  674. <div id="b"></div>
  675.  
  676. {block:IfCornerImage}
  677. <img src="{image:corner image}"style="position:fixed;max-height:100%;bottom:0px;{block:IfCornerLeft}left:0px;{/block:IfCornerLeft}{block:IfNotCornerLeft}right:0px;{/block:IfNotCornerLeft}z-index:-999"/>
  678. {/block:IfCornerImage}
  679.  
  680. <div class="cont">
  681.  
  682. {block:IfNotSidebarStyleTwo}
  683.  
  684. <div class="top_sidebar_one">
  685.  
  686. <div id="line"></div>
  687.  
  688. <div id="title_one">
  689.  
  690. {block:Iftitle}
  691. {text:title}
  692. {/block:Iftitle}
  693. {block:IfNottitle}
  694. {Title}
  695. {/block:IfNottitle}
  696. </div>
  697.  
  698. <div id="links_one">
  699.  
  700. <a href="/">index</a>
  701. <a href="/ask">ask</a>
  702. <a href="/archive">archive </a>
  703. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>
  704. {/block:ifLink1}
  705. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>
  706. {/block:ifLink2}
  707. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>
  708. {/block:ifLink3}
  709.  
  710. </div>
  711.  
  712. <div id="icon_one">
  713. <img src="{image:icon}"style="position:absolute;">
  714. <img src="{PortraitURL-128}"style="z-index:-1;">
  715. </div>
  716.  
  717. <div id="desc_one">{Description}</div>
  718.  
  719. </div>
  720.  
  721. {/block:IfNotSidebarStyleTwo}
  722.  
  723. {block:IfSidebarStyleTwo}
  724.  
  725.  
  726. <div class="top_sidebar_two">
  727.  
  728. <div id="icon_two">
  729. <img src="{image:icon}"style="position:absolute;">
  730. <img src="{PortraitURL-128}"style="z-index:-1;">
  731. </div>
  732.  
  733. <div id="title_two">
  734. <span class="title_two">
  735. {block:Iftitle}
  736. {text:title}
  737. {/block:Iftitle}
  738. {block:IfNottitle}
  739. {Title}
  740. {/block:IfNottitle}
  741. </span></div>
  742.  
  743. <div id="desc_two">
  744. <span class="desc_two">
  745. {Description}
  746. </span></div>
  747.  
  748.  
  749. <div id="links_two">
  750.  
  751. <a href="/">index</a>
  752. <a href="/ask">ask</a>
  753. <a href="/archive">archive </a>
  754. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>
  755. {/block:ifLink1}
  756. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>
  757. {/block:ifLink2}
  758. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>
  759. {/block:ifLink3}
  760.  
  761. </div>
  762.  
  763. </div>
  764. {/block:IfSidebarStyleTwo}
  765.  
  766.  
  767. <div class="autopagerize_page_element">
  768. {block:Posts}
  769.  
  770. <div id="posts">
  771.  
  772. <!-------------------------------------PHOTOS-->
  773.  
  774.  
  775. {block:Photo}
  776. {block:IndexPage}
  777. <div id="photo">
  778. <img src="{PhotoURL-HighRes}" width="100%">
  779. </div>
  780. {block:IfShowCaption}
  781. {block:Caption}
  782. <div id="caption">
  783. {Caption}
  784. </div>
  785. {/block:Caption}
  786. {/block:IfShowCaption}
  787. {/block:IndexPage}
  788. {block:PermalinkPage}
  789. {LinkOpenTag}
  790. <div id="photo">
  791. <img src="{PhotoURL-HighRes}" width="100%">
  792. </div>
  793. {LinkCloseTag}
  794. {/block:PermalinkPage}
  795. {/block:Photo}
  796.  
  797.  
  798. <!-------------------------------------PHOTOSET-->
  799.  
  800.  
  801. {block:Photoset}
  802. <div id="photoset">
  803. <center>
  804. {Photoset-400}
  805. </center>
  806. </div>
  807. {block:IfShowCaption}
  808. {block:Caption}
  809. <div id="caption">
  810. {Caption}
  811. </div>
  812. {/block:Caption}
  813. {/block:IfShowCaption}
  814.  
  815. {/block:Photoset}
  816.  
  817.  
  818.  
  819. <!-------------------------------------AUDIO-->
  820.  
  821. {block:Audio}
  822. <div class="music_w">
  823. {block:AudioPlayer}
  824. <div id="player">
  825. {AudioPlayerWhite}
  826. </div>
  827. {/block:AudioPlayer}
  828.  
  829. <div id="audiocontent">
  830. {block:TrackName}
  831. <code>{TrackName}</code><br>
  832. {/block:TrackName}
  833. {block:Artist}―{Artist}{/block:Artist}
  834. </div>
  835.  
  836. </div>
  837. {/block:Audio}
  838.  
  839.  
  840. <!-------------------------------------VIDEO-->
  841.  
  842.  
  843. {block:Video}
  844. <center>
  845. {Video-400}
  846. </center>
  847. {block:IfShowCaption}
  848. {block:Caption}
  849. <div id="caption">
  850. {Caption}
  851. </div>
  852. {/block:Caption}
  853. {/block:IfShowCaption}
  854. {/block:Video}
  855.  
  856.  
  857. <!-------------------------------------ASK-->
  858.  
  859. {block:Answer}
  860. <div class="bubble">
  861. <div id="askericon"><img src="{AskerPortraitURL-128}"></div>
  862. <div id="askbox"><div id="asker">{Asker}</div>
  863. <div id="question">{Question}</div></div>
  864.  
  865. <div id="answer">{Answer}</div>
  866.  
  867. </div>
  868. {/block:Answer}
  869.  
  870.  
  871. <!-------------------------------------TEXT-->
  872.  
  873. {block:Text}
  874. {block:Title}
  875. <div class="title">
  876. <div id="tt">
  877. {Title}
  878. </div>
  879. </div>
  880. {/block:Title}
  881. <div style="background:{color:3};padding:20px;margin:20px;">
  882. {Body}
  883. </div>
  884. {/block:Text}
  885.  
  886.  
  887. <!-------------------------------------LINK-->
  888.  
  889.  
  890. {block:Link}
  891. <div class="title" style="background:{color:3}; margin-top:10px;">
  892. <a href="{URL}" {Target}>{Name}</a>
  893. </div>
  894. {block:Description}
  895. <div style="background:{color:3};padding:20px;margin:20px;">
  896. {Description}
  897. </div>
  898. {/block:Description}
  899. {/block:Link}
  900.  
  901.  
  902. <!-------------------------------------QUOTE-->
  903.  
  904.  
  905. {block:Quote}
  906. <div id="quote">{Quote}</div>
  907. {block:Source}
  908. <div id="qsource">[ {Source} ]</div>
  909. {/block:Source}
  910. {/block:Quote}
  911.  
  912. <!-------------------------------------CHAT-->
  913.  
  914.  
  915. {block:Chat}
  916. <div id="chatpost">
  917. {block:Title}
  918. <h2 id="titlechat">
  919. {Title}</h2>
  920. {/block:Title}
  921.  
  922. <ul class="chat">
  923. {block:Lines}
  924. <li class="{Alt} user_{UserNumber}">
  925. {block:Label}
  926. <b>{Label}</b>
  927. {/block:Label}
  928. {Line}
  929. </li>
  930. {/block:Lines}
  931. </ul>
  932. </div>
  933. {/block:Chat}
  934.  
  935.  
  936. <!-------------------------------------POST INFO-->
  937.  
  938.  
  939. {block:IndexPage}
  940. <div id="post_info">
  941.  
  942. <a href="{Permalink}" target="_blank"title="{lang:Posted TimeAgo}" >{12HourWithZero}.{Minutes}.{Seconds}{CapitalAmPm}</a>
  943.  
  944. {block:NoteCount}
  945. <a href="{Permalink}" target="_blank" > {NoteCountWithLabel} </a>
  946. {/block:NoteCount}
  947. <a href="{ReblogURL}"target="_blank" >reblog</a>
  948. </div>
  949.  
  950. <div id="tags">
  951.  
  952. {block:HasTags}
  953. {block:Tags}
  954. <a href="/tagged/{Tag}">#{Tag}</a>
  955. {/block:Tags}
  956. {/block:HasTags}
  957.  
  958. </div>
  959.  
  960.  
  961. {/block:IndexPage}
  962.  
  963.  
  964.  
  965. <!-------------------------------------PERMALINK-->
  966.  
  967.  
  968. {block:PermalinkPage}
  969. <br>
  970. <center>
  971.  
  972. {block:Caption}
  973. <a href="#"style="padding:2px 10px 2px 10px;font:10px consolas;border:1px solid {color:2};color:{color:main};background:{color:3};text-transform:uppercase;" onclick="showStuff('cap'); return false;">show caption
  974. </a>
  975. </center>
  976. <br>
  977.  
  978. <span id="cap" style="display: none;">
  979. <div id="caption">
  980. {Caption}
  981. </div>
  982. </span>
  983. {/block:Caption}
  984.  
  985. {block:Date}
  986. <div id="notes">
  987. {DayOfWeek}, {Month} {DayOfMonth} {Year}
  988. {/block:Date}
  989.  
  990. {block:NoteCount}
  991. {NoteCountWithLabel}
  992. <br>
  993. {/block:NoteCount}
  994.  
  995. </div>
  996.  
  997.  
  998. {block:HasTags}
  999. <div id="perma_tags">
  1000. {block:Tags}
  1001. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  1002. </div>
  1003. {/block:HasTags}
  1004.  
  1005. {block:PostNotes}
  1006. <br><br>
  1007. <center>
  1008. <a style="padding:2px 10px 2px 10px;font:10px courier;border:1px solid {color:main};color:{color:main};background:{color:1};text-transform:uppercase;" href="javascript:unhide('displaynote');">show notes</a>
  1009. </center>
  1010. <div id="displaynote" class="hidden">
  1011. <div id="permas">
  1012. {PostNotes}
  1013. </div></div>
  1014. {/block:PostNotes}
  1015. {/block:PermalinkPage}
  1016. </div>
  1017. {/block:Posts}
  1018. <!-- {block:NoRebloggedFrom}
  1019. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1020. {/block:NoRebloggedFrom} -->
  1021.  
  1022. {block:ContentSource}<!-- {SourceURL}
  1023. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1024. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1025. {/block:ContentSource}
  1026.  
  1027. {block:IndexPage}
  1028. {block:Pagination}
  1029. <div id="nav">
  1030. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a> : {/block:PreviousPage}
  1031.  
  1032. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  1033. </div>
  1034. {/block:Pagination}
  1035. {/block:IndexPage}
  1036. </div></div></div>
  1037. </div></div>
  1038.  
  1039.  
  1040. </body>
  1041. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement