Advertisement
Guest User

blog thing

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