Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME BY JYURA/LITTLEWISHINGWELL
- PLEASE DO NOT CLAIM THEME AS YOURS, TAKE OUT CREDITS OR
- USE THIS THEME AS A BASE CODE FOR YOUR OWN. THANK YOU AND ENJOY!
- -->
- <head>
- <title> {Title} </title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/WdCmcx05a/jquery.nivo.slider.pack.js"></script>
- <script type="text/javascript">
- var $nv4wp = jQuery.noConflict();
- $nv4wp(window).load(function() {
- $nv4wp('#slider').nivoSlider({
- effect:'random',
- slices:15, // For slice animations
- boxCols: 4, // For box animations
- boxRows: 2, // For box animations
- animSpeed:500, // Slide transition speed
- pauseTime:3000, // How long each slide will show
- startSlide:0, // Set starting Slide (0 index)
- directionNav:true, //Next & Prev
- controlNav:false, // 1,2,3... navigation
- controlNavThumbs:false, // Use thumbnails for Control Nav
- controlNavThumbsFromRel:false, // Use image rel for thumbs
- controlNavThumbsSearch: '.jpg', // Replace this with...
- controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
- keyboardNav:true, //Use left & right arrows
- pauseOnHover:true, //Stop animation while hovering
- manualAdvance:false, //Force manual transitions
- captionOpacity:0.8, //Universal caption opacity
- prevText: 'Prev', // Prev directionNav text
- nextText: 'Next', // Next directionNav text
- beforeChange: function(){}, // Triggers before a slide transition
- afterChange: function(){}, // Triggers after a slide transition
- slideshowEnd: function(){}, // Triggers after all slides have been shown
- lastSlide: function(){}, // Triggers when last slide is shown
- afterLoad: function(){} // Triggers when slider has loaded
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/e1gmcx29e/jquery.nivo.slider.js"></script>
- <script type="text/javascript">
- $(window).load(function() {
- $('#slider').nivoSlider();
- });
- </script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel);
- body {margin:0px;background-color: #fff; background-image:url();
- background-attachment: fixed;background-repeat: repeat;}body, div, p, textarea, submit, input{
- 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;}
- p {margin:0px;margin-top:0px;}
- A:link, A:visited, A:active{color: #848484; text-decoration:none; -webkit-transition: .4s;text-align: justify;}
- A:hover{
- color: #ededed;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 25px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 10px;
- display: block;
- background-color: #Fff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;
- height:10px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 25px;
- background-color: #Ffdfdf;
- }
- iframe#tumblr_controls {
- z-index:999999999;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.6;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- /*
- * jQuery Nivo Slider v3.1
- * http://nivo.dev7studios.com
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- */
- /* The Nivo Slider styles */
- .nivoSlider {
- margin-top:0px; margin-left:0px;
- position:relative;
- width:280px;
- height:auto;
- overflow: hidden;
- }
- .nivoSlider img {
- position:absolute;
- top:0px;
- left:0px;
- max-width: none;
- }
- .nivo-main-image {
- display: block !important;
- position: relative !important;
- width: 100% !important;
- }
- /* If an image is wrapped in a link */
- .nivoSlider a.nivo-imageLink {
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:100%;
- border:0;
- padding:0;
- margin:0;
- z-index:6;
- display:none;
- }
- /* The slices and boxes in the Slider */
- .nivo-slice {
- display:block;
- position:absolute;
- z-index:5;
- height:100%;
- top:0;
- }
- .nivo-box {
- display:block;
- position:absolute;
- z-index:5;
- overflow:hidden;
- }
- .nivo-box img { display:block; }
- /* Caption styles */
- .nivo-caption {
- position:absolute;
- left:0px;
- bottom:0px;
- background:#ffdfdf;
- color:#3b3b3b;
- width:100%;
- z-index:8;
- padding: 5px 10px;
- opacity: 0.8;
- overflow: hidden;
- display: none;
- -moz-opacity: 0.8;
- filter:alpha(opacity=8);
- -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
- -moz-box-sizing: border-box; /* Firefox, other Gecko */
- box-sizing: border-box; /* Opera/IE 8+ */
- }
- .nivo-caption p {
- padding:5px;
- margin:0;
- font-size:20px;
- }
- .nivo-caption a {
- display:inline !important;
- }
- .nivo-html-caption {
- display:none;
- }
- /* Direction nav styles (e.g. Next & Prev) */
- .nivo-directionNav a {
- position:absolute;
- top:45%;
- z-index:9;
- cursor:pointer;
- display:block;
- width:31px;
- height:34px;
- background:url('http://static.tumblr.com/y0x5xm1/ei3mcx19v/arrows.png') no-repeat;
- text-indent:-9999px;
- border:0;
- }
- .nivoSlider .nivo-directionNav a {
- opacity: 0;
- -webkit-transition: all 200ms ease-in-out;
- -moz-transition: all 200ms ease-in-out;
- -o-transition: all 200ms ease-in-out;
- transition: all 200ms ease-in-out;
- }
- .nivoSlider:hover .nivo-directionNav a { opacity: 1; }
- a.nivo-nextNav {background-position:-30px 0;right:15px;}
- a.nivo-prevNav { left:15px;}
- .nivo-prevNav {
- left:0px;
- }
- .nivo-nextNav {
- right:0px;
- }
- /* Control nav styles (e.g. 1,2,3...) */
- .nivo-controlNav {
- text-align:center;
- padding: 15px 0;
- }
- .nivo-controlNav a {
- cursor:pointer;
- }
- .nivo-controlNav a.active {
- font-weight:bold;
- }
- @font-face {font-family: "pixel love";src: url('http://static.tumblr.com/iuggpng/taOm6k5id/pixel-love.ttf');}
- @font-face {font-family: "always in my heart";src: url('http://static.tumblr.com/rnvobvy/lUfmk2uv6/always_in_my_heart.ttf');}
- @font-face {font-family: "kawaii";src: url('http://static.tumblr.com/iuggpng/tv4m6k5lg/kawaii_food_font.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
- @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
- @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #topborder{
- z-index:1000;
- height:60px;
- width:100%;
- border-bottom:5px solid #FBF2EF;
- background-image:url(http://pastelpatterns.com/small/smallpattern-14.png);
- position:fixed;
- }
- #backtotop{
- position:fixed;
- bottom:10px;
- margin-left:950px;
- }
- #title {
- font-weight:bold;
- color:#E0F8E6;
- margin-top:25px;
- position:fixed;
- padding-bottom:8px;
- margin-left:10px;
- font-family:always in my heart;
- font-size:60px;
- letter-spacing:10px;
- text-shadow:2px 2px 2px #ededed, -2px 2px 2px #bdbdbd;
- }
- #border{
- margin-top:130px;
- position:fixed;
- width:290px;
- height:50px;
- margin-left:-5px;
- }
- #sidepic{
- margin-left:3px;
- margin-top:175px;
- background-color:#fff;
- padding:4px;
- border:3px solid #F5ECCE;
- width:280px;
- height:180px;
- opacity:.8;
- -webkit-transition:all .5s ease-in-out;
- }
- #sidepic:hover{
- opacity:1;
- -webkit-transition:all .5s ease-in-out;
- }
- #bar1{
- width:20px;
- height:40px;
- background-color:#bdbdbd;
- margin-left:20px;
- z-index:1;
- background-image:url(http://25.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png);
- border-left:1px solid #C6AB8E;
- border-right:1px solid #C6AB8E;
- }
- #bar2{
- width:20px;
- height:40px;
- background-color:#bdbdbd;
- margin-left:260px;
- z-index:1;
- margin-top:-41px;
- background-image:url(http://25.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png);
- border-left:1px solid #C6AB8E;
- border-right:1px solid #C6AB8E;
- }
- #desc {
- z-index:999;
- font-family:trebuchet ms;
- font-size:9px;
- letter-spacing: 1px;
- margin-top:-10px;
- line-height:12px;
- color: #848484;
- width:276px;
- margin-left:3px;
- height:auto;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:8px;
- padding-right:5px;
- background-color:#fff;
- border:3px #F5ECCE solid;
- }
- #linkbox{
- z-index:999;
- font-family:verdana;
- font-size:8px;
- letter-spacing: 1px;
- margin-top:-10px;
- line-height:11px;
- color: #6e6e6e;
- width:276px;
- margin-left:3px;
- height:auto;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:8px;
- padding-right:5px;
- background-color:#fff;
- border:3px #F5ECCE solid;
- }
- #links{
- line-height:12px;
- text-transform:uppercase;
- margin-left:18px;
- text-align:center;
- width:55px;
- font-family:lucida sans;
- font-size:8px;
- letter-spacing:1px;
- background-color:#ededed;
- padding:4px;
- border:1px dotted #bdbdbd;
- }
- #holder{
- margin-top:-56px;
- margin-left:85px;
- }
- #holder2{
- margin-left:170px;
- margin-top:-58px;
- }
- #line1{
- letter-spacing:2px;
- z-index:1000;
- width:50px;
- height:15px;
- background-color:#F8E6E0;
- font-family:century gothic;
- font-size:9px;
- color:#848484;
- text-align:center;
- position:fixed;
- margin-top:100px;
- margin-left:20px;
- padding-top:3px;
- border:1px solid #D8D8D8;
- }
- #line2{
- letter-spacing:2px;
- z-index:1000;
- width:50px;
- height:15px;
- background-color:#E0F8F7;
- font-family:century gothic;
- font-size:9px;
- color:#848484;
- text-align:center;
- position:fixed;
- margin-top:100px;
- margin-left:90px;
- padding-top:3px;
- border:1px solid #D8D8D8;
- }
- #line3{
- letter-spacing:2px;
- z-index:1000;
- width:50px;
- height:15px;
- background-color:#E0F8E6;
- font-family:century gothic;
- font-size:9px;
- color:#848484;
- text-align:center;
- position:fixed;
- margin-top:100px;
- margin-left:160px;
- padding-top:3px;
- border:1px solid #D8D8D8;
- }
- #line4{
- letter-spacing:2px;
- z-index:1000;
- width:50px;
- height:15px;
- background-color:#ECE0F8;
- font-family:century gothic;
- font-size:9px;
- color:#848484;
- text-align:center;
- position:fixed;
- margin-top:100px;
- margin-left:230px;
- padding-top:3px;
- border:1px solid #D8D8D8;
- }
- .ask {
- background:#FFf;
- border-bottom:1px dashed #ededed;
- padding-left:-20px;
- text-shadow: 1px 1px 1px #ededed;
- width: 400px;
- }
- portrait{
- width:40px;
- height:40px;
- -moz-border-radius: 34px;
- -webkit-border-radius: 34px;
- }
- asker {
- font-family:lucida sans;
- font-weight:bold;
- font-size:9px;
- padding-bottom:4px;
- }
- .replied {
- background:#fff;
- padding-left:-20px;
- width: 400px;
- }
- div#center{
- position:relative;
- margin:auto;
- width:840px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;}
- div#content{
- position:relative;
- margin-top:63px;
- float:right;
- width:400px;
- margin-right: 70px;
- height:auto;
- padding-left:10px;
- padding-right:30px;
- padding-top:10px;
- margin-bottom:5px;
- background-image:url();
- opacity:1;
- }
- #text {
- position:relative;
- background-color: #fff;
- border:1px solid #fff;
- width:400px;
- padding:8px;
- border:3px solid #E0F8E6;
- -webkit-transition: opacity 0.8s linear; opacity: 0.75;
- }
- #text:hover{
- -webkit-transition: opacity 0.8s linear; opacity: 1;
- }
- div#entry{
- position:relative;
- background-color:transparent;
- margin-top:0px;
- padding-right:solid #fff 5px;
- padding-left: solid #fff 5px;
- padding-top:0px;
- padding-bottom:1px;
- margin-bottom:-15px;
- border-bottom: solid transparent 10px;}
- #hang1{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#F7F8E0;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:5px;
- }
- #hang2{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#fff;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:35px;
- }
- #hang3{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#ECE0F8;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:65px;
- }
- #hang4{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#fff;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:95px;
- }
- #hang5{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#E0F8E6;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:125px;
- }
- #hang6{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#fff;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:155px;
- }
- #hang7{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#E0F8F7;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:185px;
- }
- #hang8{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#fff;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:215px;
- }
- #hang9{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#F8E6E0;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:245px;
- }
- #hang10{
- width:30px;
- height:30px;
- -webkit-border-radius:0px 0px 50px 50px;
- background-color:#fff;
- position:fixed;
- z-index:1000;
- margin-top:136px;
- margin-left:275px;
- }
- div#sidebar{
- margin-top:-50px;
- position:fixed !important;
- width: 290px;
- height: 100%;
- padding-top:0px;
- padding-left:-2px;
- font-size: 10px;
- line-height:8px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:transparent;
- border: 4px solid transparent;}
- #postnotes{text-align: justify;}
- #postnotes blockquote{border: 0px; }
- .title {
- font-family: trebuchet ms;
- text-align:center;
- font-size: 15px;
- margin-bottom: 20px;
- line-height: 15px;
- color: #000;
- letter-spacing: 1px;
- font-weight: lighter;
- padding:0px 0px 0px 0px; }
- .title2 {
- font-family: trebuchet ms;
- text-align:center;
- margin-bottom: 20px;
- font-size: 12px;
- line-height: 12px;
- color: #848484;
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px; }
- blockquote{padding:0px 0px 2px 5px;margin:8px 8px 4px 4px;border-left: 3px solid #ededed;}
- blockquote p, ul{margin:0px; padding:0px; }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{display: block;font-size: 10px;text-align: right;}
- small{font-size: 90%;}
- </style>
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6tsiCGt1qfamg6.gif">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
- </head>
- <body>
- <div id="topborder">
- <div id="title"> Junniku</div>
- </div>
- <div id="top"></div>
- <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>
- <div id="cage">
- <div id="center">
- <div id="line1">
- <a href="/" >BLOG</a>
- </div>
- <div id="line2">
- <a href="/" >INSTA.</a>
- </div>
- <div id="line3">
- <a href="/">TWITTER</a>
- </div>
- <div id="line4">
- <a href="/">FAQ</a>
- </div>
- <div id="hang1">
- </div>
- <div id="hang2">
- </div>
- <div id="hang3">
- </div>
- <div id="hang4">
- </div>
- <div id="hang5">
- </div>
- <div id="hang6">
- </div>
- <div id="hang7">
- </div>
- <div id="hang8">
- </div>
- <div id="hang9">
- </div>
- <div id="hang10">
- </div>
- <div id="sidebar">
- <br>
- <div id="sidepic">
- <!-- start nivo -->
- <div style="position:absolute; width:375px; font-family:verdana; font-size:9px; text-align:justify;">
- <div class="slider-wrapper theme-default">
- <div id="slider" class="nivoSlider">
- <a href="/" target=""><img src="http://static.tumblr.com/rnvobvy/OSGmdccap/d123b69158cb44bc77f388f6e2d8b027.jpg" alt="" title="❖ PON PON WEI WEI WEI "/></a>
- <a href="/"><img src="http://static.tumblr.com/rnvobvy/qTkmdccbc/6c1e7010b8859960d625f0f6895a33f7.jpg" alt="" title=" ❖ TSUKEMA TSUKEMA"width="280" height="180"/></a>
- <a href="/"><img src="http://25.media.tumblr.com/6907d14da3139db4c1137c2c2fa1c26a/tumblr_mj3tz9cD8R1rhin2xo1_500.png" alt="" title=" ❖ HATACHI HATACHI HATACHI" width="280" height="180"/></a>
- </div>
- </div>
- </div>
- <!-- end nivo -->
- </div>
- <div id="bar1">
- </div>
- <div id="bar2">
- </div>
- <br>
- <div id="desc">
- {Description}
- </div>
- <div id="bar1">
- </div>
- <div id="bar2">
- </div>
- <div id="linkbox">
- THEME BY: <a href="http://lolitalayouts.tumblr.com">LOLITALAYOUTS</a>
- <br>
- MOLANG BY: <a href="korilakkuma.tumblr.com">KORILAKKUMAPRINCESS</a>
- <br>
- BACKGROUND BY: <a href="http://pastelpatterns.com">PASTELPATTERNS</a>
- </div>
- <br>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- <div id="text">
- {block:Text}
- {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
- <br>
- <span class="entrytext">{Body}</span>
- <span class="permalink"><a href="{Permalink}">❖</a></span>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title"><center>{Name}</center></a>
- <br>
- {block:Description}{Description}{/block:Description}
- <span class="permalink"><a href="{Permalink}">❖</a>
- {block:Link}
- {block:Photo}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <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}
- {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}
- {block:Quote}
- <span class="title"><center>{Quote}</center></span>
- <br>
- {block:Source}- {Source}{/block:Source}
- <span class="permalink"><a href="{Permalink}">❖</a>
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
- <br>
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <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;">
- {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div></centeR>
- <span class="permalink"><a href="{Permalink}">❖</a>
- {/block:Audio}
- {block:Answer}
- <portrait><img src="{AskerPortraitURL-40}" width="40px" height="40px" style="-moz-border-radius: 34px; -webkit-border-radius: 34px;"> </portrait>
- <div class="ask"><asker>{Asker} asked:</asker>
- {Question}</div>
- <br>
- <div class="replied">{Answer}</div><br>
- <span class="permalink"><a href="{Permalink}">❖</a>
- {/block:Answer}
- </div>
- {block:Video}<center>
- {Video-400}</center>
- <span class="permalink"><a href="{Permalink}">❖</a>
- {block:Video}
- <br>
- {block:PermalinkPage}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <center></a>
- </div></div>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <style type="text/css">a:hover {cursor: url(https://lh6.googleusercontent.com/-0hiqmFQU61s/UMQi8k-7rUI/AAAAAAAAAOU/exf8ZM0qu4c/h120/cursor.gif), progress;}</style>
- <style> body, a { cursor:url('https://lh6.googleusercontent.com/-0hiqmFQU61s/UMQi8k-7rUI/AAAAAAAAAOU/exf8ZM0qu4c/h120/cursor.gif'), auto }</style>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment