AlanaJewel

C3: Theme Of Junniku

Mar 27th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 KB | None | 0 0
  1. <!--
  2. THEME BY JYURA/LITTLEWISHINGWELL
  3. PLEASE DO NOT CLAIM THEME AS YOURS, TAKE OUT CREDITS OR
  4. USE THIS THEME AS A BASE CODE FOR YOUR OWN. THANK YOU AND ENJOY!
  5. -->
  6.  
  7. <head>
  8.  
  9. <title> {Title} </title>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  14.  
  15. {PostSummary} - {/block:PostSummary}{Title}</title>
  16.  
  17. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  18. <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/WdCmcx05a/jquery.nivo.slider.pack.js"></script>
  19. <script type="text/javascript">
  20. var $nv4wp = jQuery.noConflict();
  21. $nv4wp(window).load(function() {
  22. $nv4wp('#slider').nivoSlider({
  23. effect:'random',
  24. slices:15, // For slice animations
  25. boxCols: 4, // For box animations
  26. boxRows: 2, // For box animations
  27. animSpeed:500, // Slide transition speed
  28. pauseTime:3000, // How long each slide will show
  29. startSlide:0, // Set starting Slide (0 index)
  30. directionNav:true, //Next & Prev
  31. controlNav:false, // 1,2,3... navigation
  32. controlNavThumbs:false, // Use thumbnails for Control Nav
  33. controlNavThumbsFromRel:false, // Use image rel for thumbs
  34. controlNavThumbsSearch: '.jpg', // Replace this with...
  35. controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
  36. keyboardNav:true, //Use left & right arrows
  37. pauseOnHover:true, //Stop animation while hovering
  38. manualAdvance:false, //Force manual transitions
  39. captionOpacity:0.8, //Universal caption opacity
  40. prevText: 'Prev', // Prev directionNav text
  41. nextText: 'Next', // Next directionNav text
  42. beforeChange: function(){}, // Triggers before a slide transition
  43. afterChange: function(){}, // Triggers after a slide transition
  44. slideshowEnd: function(){}, // Triggers after all slides have been shown
  45. lastSlide: function(){}, // Triggers when last slide is shown
  46. afterLoad: function(){} // Triggers when slider has loaded
  47. });
  48. });
  49. </script>
  50.  
  51. <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/e1gmcx29e/jquery.nivo.slider.js"></script>
  52. <script type="text/javascript">
  53. $(window).load(function() {
  54. $('#slider').nivoSlider();
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. @import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel);
  63.  
  64.  
  65. body {margin:0px;background-color: #fff; background-image:url();
  66. background-attachment: fixed;background-repeat: repeat;}body, div, p, textarea, submit, input{
  67. font-family:calibri; font-size: 10px;line-height:14px;letter-spacing:1px;color:#6e6e6e; cursor: url(https://lh6.googleusercontent.com/-0hiqmFQU61s/UMQi8k-7rUI/AAAAAAAAAOU/exf8ZM0qu4c/h120/cursor.gif), auto;}
  68.  
  69. p {margin:0px;margin-top:0px;}
  70.  
  71. A:link, A:visited, A:active{color: #848484; text-decoration:none; -webkit-transition: .4s;text-align: justify;}
  72.  
  73. A:hover{
  74. color: #ededed;
  75.  
  76. }
  77.  
  78.  
  79.  
  80. ::-webkit-scrollbar {
  81. width: 8px;
  82. height: 25px;
  83. }
  84.  
  85. ::-webkit-scrollbar-button:start:decrement,
  86. ::-webkit-scrollbar-button:end:increment {
  87. height: 10px;
  88. display: block;
  89. background-color: #Fff;
  90.  
  91. }
  92. ::-webkit-scrollbar-track-piece {
  93. background-color: #fff;
  94. height:10px;
  95. }
  96. ::-webkit-scrollbar-thumb:vertical {
  97. height: 25px;
  98. background-color: #Ffdfdf;
  99.  
  100. }
  101.  
  102.  
  103. iframe#tumblr_controls {
  104. z-index:999999999;
  105. right:3px !important;
  106. position: fixed !important;
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 0.6;
  109. -webkit-transition: all 0.8s ease-out;
  110. -moz-transition: all 0.8s ease-out;
  111. transition: all 0.8s ease-out;
  112. }
  113.  
  114. iframe#tumblr_controls:hover {
  115. -webkit-transition: opacity 0.7s linear;
  116. opacity: 1;
  117. -webkit-transition: all 0.4s ease-out;
  118. -moz-transition: all 0.4s ease-out;
  119. transition: all 0.4s ease-out;
  120. }
  121.  
  122.  
  123. /*
  124. * jQuery Nivo Slider v3.1
  125. * http://nivo.dev7studios.com
  126. *
  127. * Copyright 2012, Dev7studios
  128. * Free to use and abuse under the MIT license.
  129. * http://www.opensource.org/licenses/mit-license.php
  130. */
  131.  
  132. /* The Nivo Slider styles */
  133. .nivoSlider {
  134. margin-top:0px; margin-left:0px;
  135. position:relative;
  136. width:280px;
  137. height:auto;
  138. overflow: hidden;
  139.  
  140.  
  141.  
  142. }
  143. .nivoSlider img {
  144. position:absolute;
  145. top:0px;
  146. left:0px;
  147. max-width: none;
  148.  
  149. }
  150. .nivo-main-image {
  151. display: block !important;
  152. position: relative !important;
  153. width: 100% !important;
  154. }
  155.  
  156. /* If an image is wrapped in a link */
  157. .nivoSlider a.nivo-imageLink {
  158. position:absolute;
  159. top:0px;
  160. left:0px;
  161. width:100%;
  162. height:100%;
  163. border:0;
  164. padding:0;
  165. margin:0;
  166. z-index:6;
  167. display:none;
  168. }
  169. /* The slices and boxes in the Slider */
  170. .nivo-slice {
  171. display:block;
  172. position:absolute;
  173. z-index:5;
  174. height:100%;
  175. top:0;
  176. }
  177. .nivo-box {
  178. display:block;
  179. position:absolute;
  180. z-index:5;
  181. overflow:hidden;
  182. }
  183. .nivo-box img { display:block; }
  184.  
  185. /* Caption styles */
  186. .nivo-caption {
  187. position:absolute;
  188. left:0px;
  189. bottom:0px;
  190. background:#ffdfdf;
  191. color:#3b3b3b;
  192. width:100%;
  193. z-index:8;
  194. padding: 5px 10px;
  195. opacity: 0.8;
  196. overflow: hidden;
  197. display: none;
  198. -moz-opacity: 0.8;
  199. filter:alpha(opacity=8);
  200. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  201. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  202. box-sizing: border-box; /* Opera/IE 8+ */
  203. }
  204. .nivo-caption p {
  205. padding:5px;
  206. margin:0;
  207. font-size:20px;
  208. }
  209. .nivo-caption a {
  210. display:inline !important;
  211. }
  212. .nivo-html-caption {
  213. display:none;
  214. }
  215. /* Direction nav styles (e.g. Next & Prev) */
  216.  
  217. .nivo-directionNav a {
  218. position:absolute;
  219. top:45%;
  220. z-index:9;
  221. cursor:pointer;
  222. display:block;
  223. width:31px;
  224. height:34px;
  225. background:url('http://static.tumblr.com/y0x5xm1/ei3mcx19v/arrows.png') no-repeat;
  226. text-indent:-9999px;
  227. border:0;
  228.  
  229. }
  230.  
  231. .nivoSlider .nivo-directionNav a {
  232. opacity: 0;
  233. -webkit-transition: all 200ms ease-in-out;
  234. -moz-transition: all 200ms ease-in-out;
  235. -o-transition: all 200ms ease-in-out;
  236. transition: all 200ms ease-in-out;
  237. }
  238. .nivoSlider:hover .nivo-directionNav a { opacity: 1; }
  239.  
  240. a.nivo-nextNav {background-position:-30px 0;right:15px;}
  241.  
  242. a.nivo-prevNav { left:15px;}
  243.  
  244. .nivo-prevNav {
  245. left:0px;
  246. }
  247. .nivo-nextNav {
  248. right:0px;
  249. }
  250. /* Control nav styles (e.g. 1,2,3...) */
  251. .nivo-controlNav {
  252. text-align:center;
  253. padding: 15px 0;
  254. }
  255. .nivo-controlNav a {
  256. cursor:pointer;
  257. }
  258. .nivo-controlNav a.active {
  259. font-weight:bold;
  260. }
  261.  
  262.  
  263.  
  264. @font-face {font-family: "pixel love";src: url('http://static.tumblr.com/iuggpng/taOm6k5id/pixel-love.ttf');}
  265.  
  266. @font-face {font-family: "always in my heart";src: url('http://static.tumblr.com/rnvobvy/lUfmk2uv6/always_in_my_heart.ttf');}
  267.  
  268. @font-face {font-family: "kawaii";src: url('http://static.tumblr.com/iuggpng/tv4m6k5lg/kawaii_food_font.ttf');}
  269.  
  270. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  271.  
  272. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  273.  
  274. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  275.  
  276. @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
  277.  
  278.  
  279.  
  280. @font-face {
  281.  
  282. font-family: "tinytots";
  283.  
  284. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  285.  
  286.  
  287. #topborder{
  288. z-index:1000;
  289. height:60px;
  290. width:100%;
  291. border-bottom:5px solid #FBF2EF;
  292. background-image:url(http://pastelpatterns.com/small/smallpattern-14.png);
  293. position:fixed;
  294. }
  295.  
  296. #backtotop{
  297. position:fixed;
  298. bottom:10px;
  299. margin-left:950px;
  300. }
  301.  
  302. #title {
  303. font-weight:bold;
  304. color:#E0F8E6;
  305. margin-top:25px;
  306. position:fixed;
  307. padding-bottom:8px;
  308. margin-left:10px;
  309. font-family:always in my heart;
  310. font-size:60px;
  311. letter-spacing:10px;
  312. text-shadow:2px 2px 2px #ededed, -2px 2px 2px #bdbdbd;
  313.  
  314.  
  315.  
  316. }
  317.  
  318. #border{
  319. margin-top:130px;
  320. position:fixed;
  321. width:290px;
  322. height:50px;
  323. margin-left:-5px;
  324. }
  325.  
  326.  
  327. #sidepic{
  328. margin-left:3px;
  329. margin-top:175px;
  330. background-color:#fff;
  331. padding:4px;
  332. border:3px solid #F5ECCE;
  333. width:280px;
  334. height:180px;
  335. opacity:.8;
  336. -webkit-transition:all .5s ease-in-out;
  337.  
  338. }
  339.  
  340. #sidepic:hover{
  341. opacity:1;
  342. -webkit-transition:all .5s ease-in-out;
  343. }
  344.  
  345.  
  346. #bar1{
  347. width:20px;
  348. height:40px;
  349. background-color:#bdbdbd;
  350. margin-left:20px;
  351. z-index:1;
  352. background-image:url(http://25.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png);
  353. border-left:1px solid #C6AB8E;
  354. border-right:1px solid #C6AB8E;
  355. }
  356.  
  357. #bar2{
  358. width:20px;
  359. height:40px;
  360. background-color:#bdbdbd;
  361. margin-left:260px;
  362. z-index:1;
  363. margin-top:-41px;
  364. background-image:url(http://25.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png);
  365. border-left:1px solid #C6AB8E;
  366. border-right:1px solid #C6AB8E;
  367. }
  368.  
  369. #desc {
  370. z-index:999;
  371. font-family:trebuchet ms;
  372. font-size:9px;
  373. letter-spacing: 1px;
  374. margin-top:-10px;
  375. line-height:12px;
  376. color: #848484;
  377. width:276px;
  378. margin-left:3px;
  379. height:auto;
  380. padding-top:5px;
  381. padding-bottom:5px;
  382. padding-left:8px;
  383. padding-right:5px;
  384. background-color:#fff;
  385. border:3px #F5ECCE solid;
  386.  
  387. }
  388.  
  389.  
  390. #linkbox{
  391. z-index:999;
  392. font-family:verdana;
  393. font-size:8px;
  394. letter-spacing: 1px;
  395. margin-top:-10px;
  396. line-height:11px;
  397. color: #6e6e6e;
  398. width:276px;
  399. margin-left:3px;
  400. height:auto;
  401. padding-top:5px;
  402. padding-bottom:5px;
  403. padding-left:8px;
  404. padding-right:5px;
  405. background-color:#fff;
  406. border:3px #F5ECCE solid;
  407. }
  408.  
  409. #links{
  410. line-height:12px;
  411. text-transform:uppercase;
  412. margin-left:18px;
  413. text-align:center;
  414. width:55px;
  415. font-family:lucida sans;
  416. font-size:8px;
  417. letter-spacing:1px;
  418. background-color:#ededed;
  419. padding:4px;
  420. border:1px dotted #bdbdbd;
  421. }
  422.  
  423. #holder{
  424. margin-top:-56px;
  425. margin-left:85px;
  426. }
  427.  
  428. #holder2{
  429. margin-left:170px;
  430. margin-top:-58px;
  431. }
  432.  
  433.  
  434.  
  435. #line1{
  436. letter-spacing:2px;
  437. z-index:1000;
  438. width:50px;
  439. height:15px;
  440. background-color:#F8E6E0;
  441. font-family:century gothic;
  442. font-size:9px;
  443. color:#848484;
  444. text-align:center;
  445. position:fixed;
  446. margin-top:100px;
  447. margin-left:20px;
  448. padding-top:3px;
  449. border:1px solid #D8D8D8;
  450. }
  451.  
  452. #line2{
  453. letter-spacing:2px;
  454. z-index:1000;
  455. width:50px;
  456. height:15px;
  457. background-color:#E0F8F7;
  458. font-family:century gothic;
  459. font-size:9px;
  460. color:#848484;
  461. text-align:center;
  462. position:fixed;
  463. margin-top:100px;
  464. margin-left:90px;
  465. padding-top:3px;
  466. border:1px solid #D8D8D8;
  467. }
  468.  
  469. #line3{
  470. letter-spacing:2px;
  471. z-index:1000;
  472. width:50px;
  473. height:15px;
  474. background-color:#E0F8E6;
  475. font-family:century gothic;
  476. font-size:9px;
  477. color:#848484;
  478. text-align:center;
  479. position:fixed;
  480. margin-top:100px;
  481. margin-left:160px;
  482. padding-top:3px;
  483. border:1px solid #D8D8D8;
  484. }
  485.  
  486. #line4{
  487. letter-spacing:2px;
  488. z-index:1000;
  489. width:50px;
  490. height:15px;
  491. background-color:#ECE0F8;
  492. font-family:century gothic;
  493. font-size:9px;
  494. color:#848484;
  495. text-align:center;
  496. position:fixed;
  497. margin-top:100px;
  498. margin-left:230px;
  499. padding-top:3px;
  500. border:1px solid #D8D8D8;
  501. }
  502.  
  503. .ask {
  504. background:#FFf;
  505. border-bottom:1px dashed #ededed;
  506. padding-left:-20px;
  507. text-shadow: 1px 1px 1px #ededed;
  508. width: 400px;
  509.  
  510.  
  511. }
  512.  
  513.  
  514. portrait{
  515. width:40px;
  516. height:40px;
  517. -moz-border-radius: 34px;
  518. -webkit-border-radius: 34px;
  519. }
  520.  
  521. asker {
  522. font-family:lucida sans;
  523. font-weight:bold;
  524. font-size:9px;
  525. padding-bottom:4px;
  526.  
  527. }
  528.  
  529. .replied {
  530. background:#fff;
  531.  
  532. padding-left:-20px;
  533. width: 400px;
  534.  
  535.  
  536. }
  537.  
  538. div#center{
  539. position:relative;
  540. margin:auto;
  541. width:840px;
  542. background-color:;
  543. overflow:auto;
  544. overflow-y:hidden;}
  545.  
  546.  
  547.  
  548. div#content{
  549. position:relative;
  550. margin-top:63px;
  551. float:right;
  552. width:400px;
  553. margin-right: 70px;
  554. height:auto;
  555. padding-left:10px;
  556. padding-right:30px;
  557. padding-top:10px;
  558. margin-bottom:5px;
  559. background-image:url();
  560. opacity:1;
  561.  
  562. }
  563.  
  564.  
  565.  
  566. #text {
  567. position:relative;
  568. background-color: #fff;
  569. border:1px solid #fff;
  570. width:400px;
  571. padding:8px;
  572. border:3px solid #E0F8E6;
  573. -webkit-transition: opacity 0.8s linear; opacity: 0.75;
  574. }
  575.  
  576. #text:hover{
  577. -webkit-transition: opacity 0.8s linear; opacity: 1;
  578. }
  579.  
  580.  
  581. div#entry{
  582. position:relative;
  583. background-color:transparent;
  584. margin-top:0px;
  585. padding-right:solid #fff 5px;
  586. padding-left: solid #fff 5px;
  587. padding-top:0px;
  588. padding-bottom:1px;
  589. margin-bottom:-15px;
  590. border-bottom: solid transparent 10px;}
  591.  
  592.  
  593.  
  594. #hang1{
  595. width:30px;
  596. height:30px;
  597. -webkit-border-radius:0px 0px 50px 50px;
  598. background-color:#F7F8E0;
  599. position:fixed;
  600. z-index:1000;
  601. margin-top:136px;
  602. margin-left:5px;
  603. }
  604.  
  605. #hang2{
  606. width:30px;
  607. height:30px;
  608. -webkit-border-radius:0px 0px 50px 50px;
  609. background-color:#fff;
  610. position:fixed;
  611. z-index:1000;
  612. margin-top:136px;
  613. margin-left:35px;
  614. }
  615.  
  616. #hang3{
  617. width:30px;
  618. height:30px;
  619. -webkit-border-radius:0px 0px 50px 50px;
  620. background-color:#ECE0F8;
  621. position:fixed;
  622. z-index:1000;
  623. margin-top:136px;
  624. margin-left:65px;
  625. }
  626.  
  627. #hang4{
  628. width:30px;
  629. height:30px;
  630. -webkit-border-radius:0px 0px 50px 50px;
  631. background-color:#fff;
  632. position:fixed;
  633. z-index:1000;
  634. margin-top:136px;
  635. margin-left:95px;
  636. }
  637.  
  638. #hang5{
  639. width:30px;
  640. height:30px;
  641. -webkit-border-radius:0px 0px 50px 50px;
  642. background-color:#E0F8E6;
  643. position:fixed;
  644. z-index:1000;
  645. margin-top:136px;
  646. margin-left:125px;
  647. }
  648.  
  649. #hang6{
  650. width:30px;
  651. height:30px;
  652. -webkit-border-radius:0px 0px 50px 50px;
  653. background-color:#fff;
  654. position:fixed;
  655. z-index:1000;
  656. margin-top:136px;
  657. margin-left:155px;
  658. }
  659.  
  660.  
  661. #hang7{
  662. width:30px;
  663. height:30px;
  664. -webkit-border-radius:0px 0px 50px 50px;
  665. background-color:#E0F8F7;
  666. position:fixed;
  667. z-index:1000;
  668. margin-top:136px;
  669. margin-left:185px;
  670. }
  671.  
  672. #hang8{
  673. width:30px;
  674. height:30px;
  675. -webkit-border-radius:0px 0px 50px 50px;
  676. background-color:#fff;
  677. position:fixed;
  678. z-index:1000;
  679. margin-top:136px;
  680. margin-left:215px;
  681. }
  682.  
  683. #hang9{
  684. width:30px;
  685. height:30px;
  686. -webkit-border-radius:0px 0px 50px 50px;
  687. background-color:#F8E6E0;
  688. position:fixed;
  689. z-index:1000;
  690. margin-top:136px;
  691. margin-left:245px;
  692. }
  693.  
  694. #hang10{
  695. width:30px;
  696. height:30px;
  697. -webkit-border-radius:0px 0px 50px 50px;
  698. background-color:#fff;
  699. position:fixed;
  700. z-index:1000;
  701. margin-top:136px;
  702. margin-left:275px;
  703. }
  704.  
  705.  
  706. div#sidebar{
  707. margin-top:-50px;
  708. position:fixed !important;
  709. width: 290px;
  710. height: 100%;
  711. padding-top:0px;
  712. padding-left:-2px;
  713. font-size: 10px;
  714. line-height:8px;
  715. letter-spacing:0px;
  716. margin-bottom: 6px;
  717. background-color:transparent;
  718. border: 4px solid transparent;}
  719.  
  720.  
  721.  
  722.  
  723.  
  724. #postnotes{text-align: justify;}
  725.  
  726. #postnotes blockquote{border: 0px; }
  727.  
  728. .title {
  729. font-family: trebuchet ms;
  730. text-align:center;
  731. font-size: 15px;
  732. margin-bottom: 20px;
  733. line-height: 15px;
  734. color: #000;
  735. letter-spacing: 1px;
  736. font-weight: lighter;
  737. padding:0px 0px 0px 0px; }
  738.  
  739.  
  740.  
  741. .title2 {
  742. font-family: trebuchet ms;
  743. text-align:center;
  744. margin-bottom: 20px;
  745. font-size: 12px;
  746. line-height: 12px;
  747. color: #848484;
  748. letter-spacing: 0px;
  749. font-weight: normal;
  750. padding:0px 0px 0px 0px; }
  751.  
  752.  
  753. blockquote{padding:0px 0px 2px 5px;margin:8px 8px 4px 4px;border-left: 3px solid #ededed;}
  754.  
  755. blockquote p, ul{margin:0px; padding:0px; }
  756.  
  757. a img{border: 0px;}
  758.  
  759. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  760.  
  761. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  762. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  763.  
  764. .notes img{width:10px; position:relative; top:3px;}
  765.  
  766. .permalink{display: block;font-size: 10px;text-align: right;}
  767.  
  768. small{font-size: 90%;}
  769.  
  770. </style>
  771.  
  772.  
  773.  
  774. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6tsiCGt1qfamg6.gif">
  775. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  776. <meta name="viewport" content="width=820" />
  777.  
  778.  
  779. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  780.  
  781. </head>
  782.  
  783. <body>
  784.  
  785.  
  786.  
  787. <div id="topborder">
  788. <div id="title">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Junniku</div>
  789. </div>
  790.  
  791. <div id="top"></div>
  792. <a style="position:fixed;bottom:10px;right:10px; z-index:1000;" href="#top" title="hop to the top~"><img src="http://static.tumblr.com/e1908d2b2c1af3f980ee13a1c6da35a8/v3frqg3/rWQmf7f3t/tumblr_static_15selfcamera.gif" width=90px;></a>
  793.  
  794.  
  795.  
  796. <div id="cage">
  797.  
  798.  
  799.  
  800. <div id="center">
  801.  
  802.  
  803. <div id="line1">
  804. <a href="/" >BLOG</a>
  805. </div>
  806.  
  807. <div id="line2">
  808. <a href="/" >INSTA.</a>
  809. </div>
  810.  
  811. <div id="line3">
  812. <a href="/">TWITTER</a>
  813. </div>
  814.  
  815. <div id="line4">
  816. <a href="/">FAQ</a>
  817. </div>
  818.  
  819.  
  820. <div id="hang1">
  821. </div>
  822.  
  823. <div id="hang2">
  824. </div>
  825.  
  826. <div id="hang3">
  827. </div>
  828.  
  829. <div id="hang4">
  830. </div>
  831.  
  832. <div id="hang5">
  833. </div>
  834.  
  835. <div id="hang6">
  836. </div>
  837.  
  838. <div id="hang7">
  839. </div>
  840.  
  841. <div id="hang8">
  842. </div>
  843.  
  844. <div id="hang9">
  845. </div>
  846.  
  847. <div id="hang10">
  848. </div>
  849.  
  850. <div id="sidebar">
  851.  
  852.  
  853.  
  854.  
  855. <br>
  856.  
  857.  
  858. <div id="sidepic">
  859.  
  860.  
  861.  
  862. <!-- start nivo -->
  863. <div style="position:absolute; width:375px; font-family:verdana; font-size:9px; text-align:justify;">
  864.  
  865. <div class="slider-wrapper theme-default">
  866. <div id="slider" class="nivoSlider">
  867.  
  868.  
  869.  
  870. <a href="/" target=""><img src="http://static.tumblr.com/rnvobvy/OSGmdccap/d123b69158cb44bc77f388f6e2d8b027.jpg" alt="" title="❖ PON PON WEI WEI WEI "/></a>
  871.  
  872.  
  873. <a href="/"><img src="http://static.tumblr.com/rnvobvy/qTkmdccbc/6c1e7010b8859960d625f0f6895a33f7.jpg" alt="" title=" ❖ TSUKEMA TSUKEMA"width="280" height="180"/></a>
  874.  
  875.  
  876. <a href="/"><img src="http://25.media.tumblr.com/6907d14da3139db4c1137c2c2fa1c26a/tumblr_mj3tz9cD8R1rhin2xo1_500.png" alt="" title=" ❖ HATACHI HATACHI HATACHI" width="280" height="180"/></a>
  877.  
  878.  
  879.  
  880.  
  881. </div>
  882. </div>
  883. </div>
  884.  
  885. <!-- end nivo -->
  886. </div>
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. <div id="bar1">
  894. </div>
  895. <div id="bar2">
  896. </div>
  897.  
  898.  
  899. <br>
  900. <div id="desc">
  901. {Description}
  902. </div>
  903.  
  904.  
  905.  
  906. <div id="bar1">
  907. </div>
  908. <div id="bar2">
  909. </div>
  910.  
  911. <div id="linkbox">
  912.  
  913.  
  914. THEME BY: <a href="http://lolitalayouts.tumblr.com">LOLITALAYOUTS</a>
  915. <br>
  916. MOLANG BY: <a href="korilakkuma.tumblr.com">KORILAKKUMAPRINCESS</a>
  917. <br>
  918. BACKGROUND BY: <a href="http://pastelpatterns.com">PASTELPATTERNS</a>
  919.  
  920.  
  921.  
  922.  
  923.  
  924. </div>
  925.  
  926. <br>
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933. </div>
  934.  
  935. <div id="content">
  936. {block:Posts}
  937. <div id="entry">
  938.  
  939. <div id="text">
  940. {block:Text}
  941. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  942. <br>
  943.  
  944. <span class="entrytext">{Body}</span>
  945. <span class="permalink"><a href="{Permalink}">❖</a></span>
  946. {/block:Text}
  947.  
  948.  
  949.  
  950. {block:Link}
  951. <a href="{URL}" class="title"><center>{Name}</center></a>
  952. <br>
  953.  
  954. {block:Description}{Description}{/block:Description}
  955. <span class="permalink"><a href="{Permalink}">❖</a>
  956. {block:Link}
  957.  
  958.  
  959.  
  960. {block:Photo}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  961. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  962. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="400">{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage} {block:Caption}{Caption}{/block:Caption} {/block:Photo}
  963.  
  964.  
  965. {block:Photoset}{block:IndexPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{block:IndexPage}<div style="padding:1px; float:right;"><a href="{Permalink}">❖</a></div>{/block:IndexPage}{/block:Photoset}
  966.  
  967.  
  968. {block:Quote}
  969. <span class="title"><center>{Quote}</center></span>
  970. <br>
  971. {block:Source}- {Source}{/block:Source}
  972. <span class="permalink"><a href="{Permalink}">❖</a>
  973. {/block:Quote}
  974.  
  975.  
  976.  
  977. {block:Chat}
  978. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  979. <br>
  980. <ul class="chat">
  981. {block:Lines}
  982. <li class="user_{UserNumber}">
  983. {block:Label}
  984. <span class="label">{Label}</span>
  985. {/block:Label}
  986. {Line}
  987. </li>
  988. {/block:Lines}
  989. </ul>
  990. {/block:Chat}
  991.  
  992.  
  993.  
  994. {block:Audio}
  995. <center><div class="audio"><div style="width:300px; height:-10px;"><div style="float:center"><center>{AudioPlayerBlack}</center></div><div style="margin-top:10px; float:center;">
  996. {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div></centeR>
  997. <span class="permalink"><a href="{Permalink}">❖</a>
  998. {/block:Audio}
  999.  
  1000.  
  1001. {block:Answer}
  1002. <portrait><img src="{AskerPortraitURL-40}" width="40px" height="40px" style="-moz-border-radius: 34px; -webkit-border-radius: 34px;"> </portrait>
  1003. <div class="ask"><asker>{Asker} asked:</asker>
  1004.  
  1005. {Question}</div>
  1006. <br>
  1007. <div class="replied">{Answer}</div><br>
  1008. <span class="permalink"><a href="{Permalink}">❖</a>
  1009. {/block:Answer}
  1010.  
  1011.  
  1012. </div>
  1013.  
  1014.  
  1015. {block:Video}<center>
  1016. {Video-400}</center>
  1017. <span class="permalink"><a href="{Permalink}">❖</a>
  1018. {block:Video}
  1019. <br>
  1020.  
  1021. {block:PermalinkPage}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  1022.  
  1023. {block:PostNotes}{PostNotes}
  1024. {/block:PostNotes}
  1025. </div>
  1026.  
  1027. {/block:Posts}
  1028.  
  1029. <center></a>
  1030. </div></div>
  1031.  
  1032. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1033.  
  1034. <style type="text/css">a:hover {cursor: url(https://lh6.googleusercontent.com/-0hiqmFQU61s/UMQi8k-7rUI/AAAAAAAAAOU/exf8ZM0qu4c/h120/cursor.gif), progress;}</style>
  1035. <style> body, a { cursor:url('https://lh6.googleusercontent.com/-0hiqmFQU61s/UMQi8k-7rUI/AAAAAAAAAOU/exf8ZM0qu4c/h120/cursor.gif'), auto }</style>
  1036.  
  1037. </div>
  1038. </center>
  1039.  
  1040. </body>
  1041. </html>
Advertisement
Add Comment
Please, Sign In to add comment