Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--
- D A I N T Y H A R M O N Y
- theme by http://verifiedsarcastic-fashionista.tumblr.com/
- (http://xo-eiishethemes.tumblr.com/)
- -->
- <!-- !updated on 25 Jan 2012 -->
- <!-- DEFAULTS AND OPTIONS -->
- <!-- Post Width:
- please choose only 1..
- (important!) "DO NOT //TOGGLE ON// BOTH OPTIONS". (important!)
- thank you!~
- if you toggle the option ON for:
- (a) 300px = 1 column, 300px posts on both index and permalink pages
- (b) 200px = 3 columns (grid), 200px posts on index pages and 300px for each post's permalink page
- toggling OFF both options would result to posts with 400px width.
- -->
- <meta name="if:Post width is 300px" content="1" />
- <meta name="if:Post width is 200px" content="0" />
- <meta name="if:Use tiny cursor" content="1" />
- <meta name="if:Disable right click" content="1" />
- <meta name="if:Disable zoom" content="1" />
- <meta name="if:Customized scrollbar" content="1" />
- <meta name="if:Infinite scroll" content="1" />
- <meta name="if:Floating sidebar" content="1" />
- <meta name="text:Scroll to top image URL" content="http://static.tumblr.com/9xcmrnm/OHelpudlv/1547325104-1.gif" />
- <meta name="if:Click to show or hide notes" content="1" />
- <meta name="if:Jump pagination" content="1" />
- <meta name="text:Home link label" content="home" />
- <meta name="text:Ask link label" content="ask" />
- <meta name="text:RSS link label" content="rss" />
- <meta name="text:Archive link label" content="archive" />
- <meta name="if:Show description" content="1" />
- <meta name="if:Show tags" content="1" />
- <meta name="if:Show twitter link" content="1" />
- <meta name="text:Twitter link label" content="twitter" />
- <meta name="text:Twitter username" content="" />
- <meta name="if:Show facebook link" content="1" />
- <meta name="text:Facebook link label" content="facebook" />
- <meta name="text:Facebook ID" content="" />
- <meta name="if:Show formspring link" content="1" />
- <meta name="text:Formspring link label" content="formspring" />
- <meta name="text:Formspring username" content="" />
- <meta name="text:Custom links title" content="linkies" />
- <meta name="text:Link 1" content="link 1" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 2" content="link 2" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 3" content="link 3" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 4" content="link 4" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 5" content="link 5" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 6" content="link 6" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 7" content="link 7" />
- <meta name="text:Link 7 URL" content="" />
- <meta name="text:Link 8" content="link 8" />
- <meta name="text:Link 8 URL" content="" />
- <meta name="text:Link 9" content="link 9" />
- <meta name="text:Link 9 URL" content="" />
- <meta name="text:Link 10" content="link 10" />
- <meta name="text:Link 10 URL" content="" />
- <meta name="text:Asker label" content="" />
- <meta name="text:Notes label" content="note(s)" />
- <meta name="text:Permalink label" content="permalink" />
- <meta name="text:Play count label" content="play(s)" />
- <meta name="text:Navigation label" content="navigate" />
- <meta name="color:Body background" content="#ffdede" />
- <meta name="text:Body background URL" content="" />
- <meta name="color:Post background" content="#fff" />
- <meta name="color:Text" content="#814040" />
- <meta name="color:Headings" content="#aa6060" />
- <meta name="color:Links" content="#fd9393" />
- <meta name="color:Links hover" content="#fffeee" />
- <meta name="text:Main links height" content="12px" />
- <!-- Single sidebar image -->
- <meta name="text:Sidebar image URL" content="" />
- <meta name="text:Sidebar image title" content="" />
- <!-- Multiple & random sidebar images -->
- <meta name="if:Use multiple and randomized sidebar images" content="1" />
- <meta name="text:Image One URL" content="" />
- <meta name="text:Image Two URL" content="" />
- <meta name="text:Image Three URL" content="" />
- <meta name="text:Image Four URL" content="" />
- <meta name="text:Image Five URL" content="" />
- <meta name="text:Image Six URL" content="" />
- <meta name="text:Image Seven URL" content="" />
- <meta name="text:Image Eight URL" content="" />
- <meta name="text:Image Nine URL" content="" />
- <meta name="text:Image Ten URL" content="" />
- <meta name="if:Use consolas font for text" content="0" />
- <meta name="font:Use other font for text" content="Helvetica Neue" />
- <meta name="if:Use consolas font for headings" content="0" />
- <meta name="font:Use other font for headings" content="Trebuchet MS" />
- <meta name="if:Uppercase headings" content="1" />
- <meta name="if:Use consolas font for links" content="1" />
- <meta name="font:Use other font for links" content="" />
- <meta name="if:Use consolas font for description" content="1" />
- <meta name="font:Use other font for description" content="" />
- <!-- ^^; -->
- <head>
- <script type='text/javascript'>
- //<![CDATA[
- var rate = 20;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB;
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "YOUR MESSAGE HERE";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <script type="text/javascript">
- // <![CDATA[
- var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
- var sparkles=50;
- /****************************
- * Tinkerbell Magic Sparkle *
- *(c)2005-11 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown && starx[i]>0) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown && tinyx[i]>0) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- return (div);
- }
- function newColour() {
- var c=new Array();
- c[0]=255;
- c[1]=Math.floor(Math.random()*256);
- c[2]=Math.floor(Math.random()*(256-c[1]/2));
- c.sort(function(){return (0.5 - Math.random());});
- return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
- }
- // ]]>
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta http-equiv="Content-Type" content="text/javascript; charset=utf-8" />
- <meta name="description" content="{MetaDescription}" />
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
- {block:IfDisableRightClick}
- <script language=JavaScript src="http://static.tumblr.com/9xcmrnm/cHglo4x4t/disable_right_click.js">
- /* get the original version of this
- DISABLE RIGHT-CLICK JAVASCRIPT
- from http://www.dynamicdrive.com */
- </script>
- {/block:IfDisableRightClick}
- {block:IfUseMultipleAndRandomizedSidebarImages}
- <SCRIPT language=JavaScript>
- <!--
- /*
- -------------------------------------------------------------------------------------------------
- Random Image/Link JavaScript(tm) by Jim Matvichuk
- This code may be used freely as long as this copyright notice remains with the code.
- Copyright© 1997, Jim Matvichuk [email protected] All rights reserved
- Last Revision: August 19, 1997
- -------------------------------------------------------------------------------------------------
- */
- G_total_sa = 0;
- G_day = new Date();
- G_seed = 1+G_day.getTime();
- {block:IfImageOneURL}ae_('<IMG SRC="{text:Image One URL}">');{/block:IfImageOneURL}
- {block:IfImageTwoURL}ae_('<IMG SRC="{text:Image Two URL}">');{/block:IfImageTwoURL}
- {block:IfImageThreeURL}ae_('<IMG SRC="{text:Image Three URL}">');{/block:IfImageThreeURL}
- {block:IfImageFourURL}ae_('<IMG SRC="{text:Image Four URL}">');{/block:IfImageFourURL}
- {block:IfImageFiveURL}ae_('<IMG SRC="{text:Image Five URL}">');{/block:IfImageFiveURL}
- {block:IfImageSixURL}ae_('<IMG SRC="{text:Image Six URL}">');{/block:IfImageSixURL}
- {block:IfImageSevenURL}ae_('<IMG SRC="{text:Image Seven URL}">');{/block:IfImageSevenURL}
- {block:IfImageEightURL}ae_('<IMG SRC="{text:Image Eight URL}">');{/block:IfImageEightURL}
- {block:IfImageNineURL}ae_('<IMG SRC="{text:Image Nine URL}">');{/block:IfImageNineURL}
- {block:IfImageTenURL}ae_('<IMG SRC="{text:Image Ten URL}">');{/block:IfImageTenURL}
- function ae_ (random_item) {
- G_total_sa++;
- sa [G_total_sa] = random_item;}
- function rand() {
- RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
- return RN;}
- function sa () {}
- //-->
- </SCRIPT>
- {/block:IfUseMultipleAndRandomizedSidebarImages}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript">
- //** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com.
- //** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09')
- //** v1.1 (April 7th, 09'):
- //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
- //** 2) Fixes scroll animation not working in Opera.
- var scrolltotop={
- //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
- //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
- setting: {startline:100, scrollto: 0, scrollduration:500, fadeduration:[500, 1000]},
- controlHTML: '<div style="bottom:10px;position:fixed;left:27%;text-align:center;width:127px;font-size:15px;z-index:1337;"><img width="30px" style="border-radius:100px;-moz-border:100px;" src="{block:IfScrollToTopImageURL}{text:Scroll to top image URL}{/block:IfScrollToTopImageURL}" title="top"></div>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
- controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner
- anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
- state: {isvisible:false, shouldvisible:false},
- scrollup:function(){
- if (!this.cssfixedsupport) //if control is positioned using JavaScript
- this.$control.css({opacity:0}) //hide control immediately after clicking it
- var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
- if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
- dest=jQuery('#'+dest).offset().top
- else
- dest=0
- this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
- },
- keepfixed:function(){
- var $window=jQuery(window)
- var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
- var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
- this.$control.css({left:controlx+'px', top:controly+'px'})
- },
- togglecontrol:function(){
- var scrolltop=jQuery(window).scrollTop()
- if (!this.cssfixedsupport)
- this.keepfixed()
- this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
- if (this.state.shouldvisible && !this.state.isvisible){
- this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
- this.state.isvisible=true
- }
- else if (this.state.shouldvisible==false && this.state.isvisible){
- this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
- this.state.isvisible=false
- }
- },
- init:function(){
- jQuery(document).ready(function($){
- var mainobj=scrolltotop
- var iebrws=document.all
- mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
- mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
- mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
- .click(function(){mainobj.scrollup(); return false})
- .appendTo('body')
- if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
- mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
- mainobj.togglecontrol()
- $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
- mainobj.scrollup()
- return false
- })
- $(window).bind('scroll resize', function(e){
- mainobj.togglecontrol()
- })
- })
- }
- }
- scrolltotop.init()
- /***********************************************
- * Scroll To Top Control script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit Project Page at http://www.dynamicdrive.com for full source code
- ***********************************************/
- </script>
- {block:IfFloatingSidebar}<script type="text/javascript" src="http://static.tumblr.com/9xcmrnm/jvQlomdxc/jonghyun.js"></script>{/block:IfFloatingSidebar}
- <script type="text/javascript" src="http://static.tumblr.com/9xcmrnm/lGKlpx7fx/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/9xcmrnm/qPllpx7hj/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/9xcmrnm/jqIlpx7n8/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <style type="text/css">
- *{
- {block:IfUseTinyCursor}cursor:url(http://www.drikoti.net/Goodies/Cursor/News/Gifs/03.gif), auto;{/block:IfUseTinyCursor}
- {block:IfNotUseTinyCursor}cursor:crosshair;{/block:IfNotUseTinyCursor}
- }
- {block:IfDisableZoom}
- html,iframe{
- zoom:reset;
- }
- {/block:IfDisableZoom}
- div#jonghyun, div#jonghyun a,div#jonghyun br,div#jonghyun center,div#jonghyun div,div#jonghyun img,div#jonghyun span{
- {block:IfUseTinyCursor}cursor:url(http://www.drikoti.net/Goodies/Cursor/News/Gifs/03.gif), auto;{/block:IfUseTinyCursor}
- {block:IfNotUseTinyCursor}cursor:default;{/block:IfNotUseTinyCursor}
- }
- body{
- color:{color:Text};background-color:{color:Body background};background-image:url('{text:Body background URL}');background-attachment: fixed;background-position:center center;background-repeat:repeat;font-size:10px;letter-spacing:2px;text-align:center;
- -webkit-transition: all 1s ease-in-out;
- {block:IfUseConsolasFontForText}font-family:consolas;{/block:IfUseConsolasFontForText}
- {block:IfNotUseConsolasFontForText}font-family:{font:Use other font for text};{/block:IfNotUseConsolasFontForText}
- }
- a:link, a:visited, a:active{
- color:{color:Links};text-decoration:none;font-size:10px;line-height:10px;text-transform:lowercase;letter-spacing:2px;
- -webkit-transition-duration:1s;-moz-transition:1s;
- {block:IfUseConsolasFontForLinks}font-family:consolas;{/block:IfUseConsolasFontForLinks}
- {block:IfNotUseConsolasFontForLinks}font-family:{font:Use other font for links};{/block:IfNotUseConsolasFontForLinks}
- }
- a:hover{
- color:{color:Links hover};font-size:10px;line-height:10px;letter-spacing:2px;
- -webkit-transition-duration:.5s;-moz-transition:.5s;cursor:crosshair;
- opacity:1;-moz-opacity:1;-khtml-opacity:1;
- }
- small{font-size:100%;}
- big{font-size:110%;}
- strong, em{
- color:{color:Headings};font-size:100%;letter-spacing:1px;font-weight:normal;font-style:normal;font-size:10px;
- }
- h1, h2, h3, h4{
- color:{color:Headings};font-size:20px;letter-spacing:2px;font-weight:500;line-height:18px;text-shadow: {color:Links hover} 0 1px 0;
- margin:3px;
- {block:IfUppercaseHeadings}text-transform:uppercase;{/block:IfUppercaseHeadings}
- {block:IfNotUppercaseHeadings}text-transform:lowercase;{/block:IfNotUppercaseHeadings}
- {block:IfUseConsolasFontForHeadings}font-family:consolas;{/block:IfUseConsolasFontForHeadings}
- {block:IfNotUseConsolasFontForHeadings}font-family:{font:Use other font for headings};{/block:IfNotUseConsolasFontForHeadings}
- }
- blockquote{
- text-align:center;
- width:390px;
- margin:0px;display:block;
- }
- blockquote img{max-width:300px;}
- p{
- text-decoration:none;line-height:10px;letter-spacing:1px;
- margin:3px;
- }
- p img{max-width:300px;}
- div.even{
- color:{color:Links};background-color: {color:Post background};
- width:400px;line-height: 15px;
- -webkit-transition:1s;-moz-transition:1s;
- }
- div.odd{
- color:{color:Post background};background-color: {color:Links};
- width:400px;line-height: 15px;
- -webkit-transition:1s;-moz-transition:1s;
- }
- #minho:hover div.even{
- color:{color:Post background};background-color: {color:Links};
- width:400px;line-height: 15px;
- -webkit-transition:1s;-moz-transition:1s;
- }
- #minho:hover div.odd{
- color:{color:Links};background-color: {color:Post background};
- -webkit-transition:1s;-moz-transition:1s;
- width:400px;line-height:15px;
- }
- div.odd strong, #minho:hover div.even strong{color:{color:Post background};
- }
- div.even strong, #minho:hover div.odd strong{color:{color:Links};}
- img{-webkit-transition: 1.5s;-moz-transition:1.5s;opacity: 0.85;-moz-opacity:.85;-khtml-opacity:.85;}
- img:hover{-webkit-transition: .5s;-moz-transition:.5s;opacity: 1;-moz-opacity:1;-khtml-opacity:1;}
- a img{-webkit-transition: 1.5s;-moz-transition:1.5s;opacity: 0.85;-moz-opacity:.85;-khtml-opacity:.85s;}
- a img:hover{-webkit-transition: 1.5s;-moz-transition:1.5s;opacity: 1;-moz-opacity:1;-khtml-opacity:1;}
- a:active,a:visited,a:link,a:hover,a img,a.img,img{outline:none;border:none;-webkit-user-drag:none;-moz-border:none;}
- {block:IfCustomizedScrollbar}
- /* scrollbars */
- ::-webkit-scrollbar{
- background-color:{color:Body background};background-image:{text:Body background URL};
- height:8px;width:8px;
- }
- /* v e r t i c a l */
- ::-webkit-scrollbar-thumb:vertical{
- height:auto;-moz-border:20px;border-radius:20px;
- background-image:-webkit-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Headings}), color-stop(0.99, {color:Headings}), to({color:Post background}));border:1px solid {color:Text};
- }
- ::-webkit-scrollbar-button:vertical:decrement{
- background-image:url('');background-repeat:no-repeat;background-position:0 -1px;
- width:8px;height:3px;
- zoom: reset;
- }
- ::-webkit-scrollbar-button:vertical:increment{
- background-image:url('');background-repeat:no-repeat;background-position:-1px 0;
- width:8px;height:3px;
- zoom: reset;
- }
- /* h o r i z o n t a l */
- ::-webkit-scrollbar-thumb:horizontal{
- height:auto;-moz-border:20px;border-radius:20px;
- background-image:-webkit-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Headings}), color-stop(0.99, {color:Headings}), to({color:Post background}));border:1px solid {color:Text};
- }
- ::-webkit-scrollbar-button:horizontal:decrement{
- background-image:url('');background-repeat:no-repeat;background-position:0 -1px;
- width:3px;height:8px;
- zoom: reset;background-position:0 -1px;
- }
- ::-webkit-scrollbar-button:horizontal:increment{
- background-image:url('');background-repeat:no-repeat;background-position:-1px 0;
- width:3px;height:8px;
- zoom: reset;
- }
- {/block:IfCustomizedScrollbar}
- /* 君 は 僕 の */
- #jonghyun{
- -webkit-box-shadow:0px 2px 10px {color:Text};-moz-box-shadow:0px 2px 10px {color:Text};box-shadow:0px 2px 10px {color:Text};
- background-image:-webkit-gradient(linear, left top, left bottom, from({color:Body background}), color-stop(1, {color:Body background}), color-stop(.9999999, {color:Post background}), to({color:Body background}));text-align:center;font-size:10px;
- background-image:-moz-gradient(linear, left top, left bottom, from({color:Body background}), color-stop(1, {color:Body background}), color-stop(.9999999, {color:Post background}), to({color:Body background}));text-align:center;font-size:10px;
- width:127px;
- padding:7px;left:27%;overflow:hidden;z-index:1337;margin-left:-10px;
- {block:IfUseConsolasFontForDescription}font-family:consolas;{/block:IfUseConsolasFontForDescription}
- {block:IfNotUseConsolasFontForDescription}font-family:{font:Use other font for description}{/block:IfNotUseConsolasFontForDescription}
- {block:IfFloatingSidebar}position:relative;{/block:IfFloatingSidebar}
- {block:IfNotFloatingSidebar}position:fixed;top:15%;{/block:IfNotFloatingSidebar}
- }
- #jonghyun br,#jonghyun span,#jonghyun div#mianhe{opacity:.1;-moz-opacity:.1;-khtml-opacity:.1;-webkit-transition:.3s;-moz-transition:.3s;height:0px;line-height:0px;color:transparent;}
- #jonghyun:hover br,#jonghyun:hover span,#jonghyun:hover div#mianhe{color:{color:Text};opacity:1;-moz-opacity:1;-khtml-opacity:1;-webkit-transition:.8s;-moz-transition:.8s;height:100%;line-height:12px;}
- #jonghyun #wae{opacity:1;-moz-opacity:1;-khtml-opacity:1;}
- #jonghyun img{max-width:127px;}
- #shinee{
- height:100%;
- position:absolute;top:0%;left:27%;margin-left:153px;
- }
- #minho{
- -webkit-box-shadow:0px 2px 10px {color:Text};-moz-box-shadow:0px 2px 10px {color:Text};box-shadow:0px 2px 10px {color:Text};
- background-image:none;background-color:{color:Post background};
- -webkit-transition:1s;-moz-transition:1s;
- width:410px;min-height:30px;
- margin-top:10px;margin-bottom:10px;overflow:hidden;padding:5px;
- }
- #minho:hover{
- background-image:none;background-color:{color:Post background};
- -webkit-transition:1s;-moz-transition:1s;
- }
- #taemin, #taemin a{
- -webkit-transition:1s;-moz-transition:1s;
- width:400px;min-height:30px;
- margin:5px;overflow:hidden;
- }
- {block:IndexPage}
- #minho:hover #taemin{
- -webkit-transition:1s;-moz-transition:1s;
- margin-bottom:15px;overflow:hidden;
- }
- {/block:IndexPage}
- #이태민{
- position:fixed;
- z-index:99999;
- bottom:5px;
- right:5px;
- width:36px;
- height:6px;
- }
- #이태민 a img{
- width:100%;
- opacity:.1;-moz-opacity:.1;-khtml-opacity:.1;
- -webkit-transition:2s;-moz-transition:2s;
- }
- #이태민 a img:hover{
- opacity:1;-moz-opacity:1;-khtml-opacity:1;
- -webkit-transition:.7s;-moz-transition:.7s;
- cursor:url(http://www.drikoti.net/Goodies/Cursor/News/Gifs/03.gif), auto;
- }
- #taemin img{width:400px;}
- #taemin img.juliette{width:400px;padding:0px;
- {block:IndexPage}margin:0px;{/block:IndexPage}
- {block:PermalinkPage}margin:0px 0px 0px -5px;{/block:PermalinkPage}
- }
- #taemin p{padding:3px;}
- #taemin p img{max-width:300px;padding:3px;}
- #minho #kyaa{
- background-image:none;line-height:0px;border-radius:400px;text-align:center;
- -webkit-transition:2s;-moz-transition:2s;-moz-border-radius:400px;
- width:auto;height:0px;
- display:inline-block;padding-left:3px;padding-right:3px;opacity:0;-moz-opacity:0;-khtml-opacity:0;position:relative;z-index:1337;overflow:hidden;top:-15px;
- }
- #minho:hover #kyaa{
- -webkit-box-shadow:0px 2px 3px {color:Text};-moz-box-shadow:0px 2px 3px {color:Text};box-shadow:0px 2px 3px {color:Text};
- background-image:-webkit-gradient(linear, left top, left bottom, from({color:Links}), color-stop(1, {color:Links}), color-stop(0.99, {color:Links hover}), to({color:Links}));background-image:-moz-gradient(linear, left top, left bottom, from({color:Links}), color-stop(1, {color:Links}), color-stop(0.99, {color:Links hover}), to({color:Links}));line-height:15px;
- -webkit-transition:1s;-moz-transition:1s;
- height:15px;
- opacity:.22;-moz-opacity:.22;-khtml-opacity:.22;z-index:1337;overflow:hidden;top:30px;
- }
- #minho:hover #kyaa:hover{
- background-image:-webkit-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Body background}), color-stop(0.99, {color:Text}), to({color:Body background}));
- background-image:-moz-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Body background}), color-stop(0.99, {color:Text}), to({color:Body background}));
- -webkit-transition:1s;-moz-transition:1s;
- opacity:.95;-moz-opacity:.95;-khtml-opacity:.95;
- }
- #minho #kyaa a{color:transparent;-webkit-transition-duration:.4s;-moz-transition:.4s;}
- #minho:hover #kyaa a{color:{color:Text};-webkit-transition:1s;-moz-transition:1s;line-height:15px;}
- #minho:hover #kyaa:hover a{color:{color:Post background};-webkit-transition:1s;-moz-transition:1s;}
- #key{
- clear:both;display:block;
- {block:IndexPage}height:1px;{/block:IndexPage}
- {block:PermalinkPage}height:15px;{/block:PermalinkPage}
- }
- .umma{float:left;margin-left:22px;}
- .appa{float:right;margin-right:22px;}
- #saranghe{
- -webkit-box-shadow:0px 2px 5px {color:Text};-moz-box-shadow:0px 2px 5px {color:Text};box-shadow:0px 2px 5px {color:Text};
- background-color:{color:Post background};border:10px solid {color:Post background};text-align:center;line-height:18px;
- -webkit-transition:1s;-moz-transition:1s;
- width:400px;
- overflow:hidden;margin-top:5px;
- }
- #saranghe a{display:inline-block;}
- #saranghe blockquote{border-left:none;margin-bottom:-7px;}
- #saranghe center a#chungmal{display:inline-block;line-height:10px;font-style:oblique;}
- #saranghe center a#chungmal span{color:{color:Links};-webkit-transition:1s;-moz-transition:1s;padding:1px;margin:1px;}
- #saranghe center a#chungmal span:hover{color:{color:Links hover};background-color:{color:Text};-webkit-transition:1s;-moz-transition:1s;}
- #saranghe center a#chungmal img{width:30px;height:30px;padding-left:5px;padding-right:5px;}
- #saranghe a#chungmal span{color:{color:Links};display:inline-block;-webkit-transition:1s;-moz-transition:1s;z-index:1337;padding:1px;}
- #saranghe a#chungmal span:hover{color:{color:Links hover};background-color:{color:Text};-webkit-transition:1s;-moz-transition:1s;}
- #unnie{
- text-align:left;
- width:400px;height:auto;
- -webkit-transition-duration:.1s;-moz-transition:1s;
- opacity:1;-moz-opacity:1;-khtml-opacity:1;margin:5px 0px 5px 0px;padding:0px;
- }
- #unnie blockquote{margin-bottom:5px;}
- #unnie img{width:10px;padding:3px;height:10px;display:inline;float:left}
- #unnie blockquote{
- text-align:justify;border-left:3px solid {color:Text};
- margin:5px 0px 0px 5px;padding-left:5px;font-style:oblique;
- }
- #unnie ol,li{
- color:{color:Text};list-style:none;font-size:10px;line-height:15px;
- margin-top:1px;margin-left:-20px;vertical-align:middle;padding-bottom:5px;padding-right:0px;
- }
- #unnie li:nth-child(even){background-color:{color:Links hover};}
- #unnie li:nth-child(even) a {color:{color:Text};opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;}
- #unnie li:nth-child(even) a:hover {color:{color:Post background};}
- #unnie blockquote a{color:{color:Text};}
- #unnie a{font-size:10px;}
- #unnie a:hover{color:{color:Links hover};}
- #noona{display:block;margin-top:-10px;}
- #noona blockquote{padding:5px;}
- #dongsaeng{
- color:{color:Text};list-style:none;font-size:10px;line-height:10px;
- padding-right:0px;margin-top:20px;margin-left:-20px;vertical-align:middle;padding-bottom:5px;
- }
- #dongsaeng img{ width:10px;padding:3px;height:10px;display:inline;}
- #dongsaeng blockquote{text-align:center;font-style:oblique;}
- #dongsaeng ol,li{
- color:{color:Text};list-style:none;font-size:10px;line-height:10px;
- padding-right:0px;margin-top:1px;
- }
- #dongsaeng blockquote a{color:{color:Text};}
- #dongsaeng a:hover{color:{color:Links hover};}
- #dongsaeng li:nth-child(odd){background-color:{color:Links hover};}
- #dongsaeng li:nth-child(odd) a {color:{color:Text};opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;}
- #dongsaeng li:nth-child(odd) a:hover {color:{color:Post background};}
- #chuwahe{
- line-height:10px;font-size:10px;text-align:left;
- width:400px;
- padding-top:4px;z-index:9;
- }
- #chuwahe p,em{
- line-height:15px;
- padding:0px;display:inline;
- }
- #chuwahe a{
- line-height:25px;font-size:20px;letter-spacing:2px;text-transform:uppercase;
- }
- #chuwahe img.omo{
- width:24px;
- float:left;opacity:1;padding-right:4px;
- }
- .chingu{
- text-align:center;line-height:15px;font-size:10px;border-top:3px dashed {color:Links};
- -webkit-transition-duration:.1s;-moz-transition:1s;
- width:400px;
- margin-top:3px;overflow:hidden;
- }
- #wae{
- width:125px;overflow:hidden;display:block;height:{text:Main links height};line-height:{text:Main links height};text-align:center;margin-top:1px;border:1px solid {color:Text};
- }
- #wae:hover{border:1px solid transparent;-webkit-transition:.3s;-moz-transition:.3s;}
- #wae:hover a#ahjussi{
- margin:0px 0px 0px -135px;-webkit-transition-duration:1s;-moz-transition:1s;opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;color:transparent;background-color:none;z-index:-2;
- }
- #wae:hover a#ahjumma{
- color:{color:Post background};text-align:center;-webkit-transition-duration:.7s;-moz-transition:.7s;opacity:1;-moz-opacity:1;-khtml-opacity:1;background-image:-webkit-gradient(linear, left top, left bottom, from({color:Links}), color-stop(1, {color:Links}), color-stop(0.99, {color:Links hover}), to({color:Text}));background-image:-moz-gradient(linear, left top, left bottom, from({color:Links}), color-stop(1, {color:Links}), color-stop(0.99, {color:Links hover}), to({color:Text}));z-index:9;
- margin:-{text:Main links height} 0px 0px 0px;
- }
- #wae:hover a#ahjumma:active{
- color:{color:Text};opacity:1;-moz-opacity:1;-khtml-opacity:1;-webkit-transition-duration:.1s;-moz-transition:.1s;background-color:{color:Links hover};background-image:none;
- }
- a#ahjussi{
- color:{color:Links};width:125px;display:block;height:{text:Main links height};line-height:{text:Main links height};text-align:center;background-color:{color:Post background};
- position:relative;margin:0px 0px 0px 0px;-webkit-transition-duration:1s;-moz-transition:1s;opacity:1;-moz-opacity:1;-khtml-opacity:1;z-index:9;
- }
- a#ahjumma{
- width:125px;display:block;height:{text:Main links height};line-height:{text:Main links height};color:transparent;background-image:-webkit-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Post background}), color-stop(0.99, {color:Text}), to({color:Post background}));background-image:-moz-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(1, {color:Post background}), color-stop(0.99, {color:Text}), to({color:Post background}));text-align:right;
- position:relative;margin:-{text:Main links height} 0px 0px 120px;-webkit-transition-duration:1s;-moz-transition:1s;opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;text-transform:uppercase;z-index:-2;border-radius:100px;-moz-border:100px;
- }
- #mianhe{
- line-height:15px;font-size:8px;text-align:center;
- width:125px;height:15px;
- overflow:hidden;position:relative;
- {block:IfUseConsolasFontForLinks}font-family:consolas;{/block:IfUseConsolasFontForLinks}
- {block:IfNotUseConsolasFontForLinks}font-family:{font:Use other font for links};{/block:IfNotUseConsolasFontForLinks}
- }
- #eotteoke{max-height:53px;overflow-y:scroll;overflow-x:hidden;}
- .eotteoke{
- font-style:oblique;border-radius:0px;
- height:10px;width:125px;
- overflow:hidden;margin:1px 0px 0px 1px;}
- .eotteoke:first-child{margin-top:0px;}
- .eotteoke:hover a#ahjussi{
- color:{color:Post background};background-color:{color:Links};
- -webkit-transition-duration:1s;-moz-transition:1s;
- opacity:1;-moz-opacity:1;-khtml-opacity:1;
- }
- .eotteoke:hover a#ahjussi:active{
- color:{color:Text};background-color:{color:Links hover};background-image:none;
- -webkit-transition-duration:.1s;-moz-transition:.1s;
- opacity:1;-moz-opacity:1;-khtml-opacity:1;
- }
- .eotteoke a#ahjussi{
- color:{color:Links};background-color:{color:Post background};line-height:10px;text-align:left;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;white-space:nowrap;
- -webkit-transition-duration:1s;-moz-transition:1s;
- width:125px;height:10px;
- display:block;position:relative;margin:0px 0px 0px 0px;opacity:1;-moz-opacity:1;-khtml-opacity:1;z-index:9;padding-left:5px;
- }
- .audio_player embed{
- -webkit-transition:3s;-moz-transition:3s;margin-top:5px;
- {block:IndexPage}width:190px;max-height:25px;{/block:IndexPage}
- {block:PermalinkPage}width:auto;{/block:PermalinkPage}
- }
- </style>
- {block:IfPostWidthIs300px}
- <style type="text/css">
- #jonghyun{padding:4px;width:118px;margin-left:0px;}
- #jonghyun br,#jonghyun center,#jonghyun img,#jonghyun span,#jonghyun div#mianhe{width:118px;}
- #wae,#wae a#ahjumma,#wae a#ahjussi{width:116px;}
- #eotteoke, .eotteoke{width:118px;}
- div.even,div.odd,#minho:hover div.even,#minho:hover div.odd,#taemin,#taemin a,#taemin img.juliette,#saranghe,#unnie,#chuwahe,.chingu{width:300px;padding:0px;}
- #minho{width:310px;padding:1px;}
- #taemin p,#taemin p img{padding:2px 0px 2px 0px;margin:0px;}
- blockquote,p{width:290px;}
- blockquote img, p img{max-width:250px;}
- #saranghe{border:6px solid {color:Post background};}
- .umma{float:left;margin-left:7px;}
- .appa{float:right;margin-right:7px;}
- {block:PermalinkPage}
- #shinee{width:310px;}
- #minho{margin-bottom:10px;background-image:none;background-color:{color:Post background};float:none;}
- #taemin,#taemin a{margin:5px;}
- div.even,div.odd,#minho:hover div.even,#minho:hover div.odd,#taemin,#taemin a,#taemin img.juliette,#saranghe,#unnie,#chuwahe,.chingu{width:300px;height:auto;padding:0px;margin:0px;}
- #minho{width:300px;padding:4px;display:block;height:auto;}
- #taemin p,#taemin p img{padding:2px 0px 2px 0px;margin:0px;}
- blockquote,p{width:290px;}
- blockquote img, p img{max-width:250px;}
- #saranghe{border:4px solid {color:Post background};display:block;margin-left:0px;}
- .umma{float:left;margin-left:7px;}
- .appa{float:right;margin-right:7px;}
- {/block:PermalinkPage}
- </style>
- {/block:IfPostWidthIs300px}
- {block:IfNotPostWidthIs300px}
- {block:IfPostWidthIs200px}
- <style type="text/css">
- #jonghyun{padding:4px;width:118px;margin-left:-45px;}
- #jonghyun br,#jonghyun center,#jonghyun img,#jonghyun span,#jonghyun div#mianhe{width:118px;}
- #wae,#wae a#ahjumma,#wae a#ahjussi{width:116px;}
- #eotteoke, .eotteoke{width:118px;}
- {block:IndexPage}
- div.even,div.odd,#minho:hover div.even,#minho:hover div.odd,#taemin,#taemin a,#saranghe,#unnie,#chuwahe,.chingu{width:190px;padding:0px;-webkit-transition:.5s;}
- #taemin img.juliette{width:200px;margin:0px;border-radius:0px;min-height:85px;}
- #minho{width:200px;padding:0px;float:left;margin:5px;display:inline-block;background-color:transparent;}
- #minho:hover{background-color:{color:Post background};text-align:center;}
- #taemin p,#taemin p img,img.omo{padding:3px;margin:0px;}
- blockquote,p{width:190px;}
- blockquote img, p img{max-width:100px;}
- {/block:IndexPage}
- #saranghe{border:8px solid {color:Post background};margin-left:1px;}
- .umma{float:left;margin-left:7px;}
- .appa{float:right;margin-right:7px;}
- #shinee{margin-left:100px;height:auto;
- {block:IfNotInfiniteScroll}top:17%;{/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}top:2%;{/block:IfInfiniteScroll}
- }
- {block:IndexPage}
- #taemin{height:75px;overflow:hidden;background-color:{color:Post background};margin:5px;}
- #minho:hover #taemin{margin-bottom:5px;margin-left:-200px;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;opacity:.8;-moz-opacity:.8;-khtml-opacity:.8;}
- #minho:hover #taemin img.juliette{margin-left:-200px;}
- {/block:IndexPage}
- #ppoppo{width:0px;height:85px;margin:0px;padding:0px;background-color:{color:Post background};margin:0px 0px 0px 200px;position:absolute;display:block;line-height:85px;-webkit-transition:.5s;overflow:hidden;}
- #minho:hover #ppoppo{width:200px;margin-left:0px;opacity:1;-moz-opacity:1;-khtml-opacity:1;z-index:1337;-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;}
- #minho:hover #ppoppo span a:first-child{color:{color:Headings};margin-left:0px;-webkit-transition:all 1s ease-in;-moz-transition:all 1s ease-in;}
- #ppoppo span{height:43px;display:block;vertical-align:middle;}
- #ppoppo span a:first-child{line-height:10px;display:block;margin-left:-200px;padding-top:17px;letter-spacing:0px;}
- #minho:hover #ppoppo span a:first-child:hover{color:{color:Links hover};-webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;}
- #ppoppo span a.oppa{-webkit-box-shadow:0px 2px 3px {color:Text};-moz-box-shadow:0px 2px 3px {color:Text};box-shadow:0px 2px 3px {color:Text};margin-top:5px;width:0px;line-height:15px;padding:0px;border:1px solid {color:Links};-webkit-transition:.5s;-moz-transition:.5s;border-radius:20px;-moz-border:20px;text-align:right;padding-right:10px;letter-spacing:2px;}
- #minho:hover #ppoppo span a.oppa{background-color:{color:Links};color:white;width:200px;margin-left:-40px;-webkit-transition:1s;-moz-transition:1s;}
- #minho:hover #ppoppo span a.oppa:hover{color:{color:Links};background-color:{color:Post background};}
- div.even,#minho:hover div.even{color:{color:Text};background-color: {color:Post background};}
- div.odd,#minho:hover div.odd{color:{color:Post background};background-color:{color:Text};}
- #minho:hover div.odd strong,div.odd strong{color:{color:Post background};}
- div.even strong,#minho:hover div.even strong{color:{color:Text};}
- #key{clear:both;display:block;height:20px;}
- {block:PermalinkPage}
- #shinee{width:310px;}
- #minho{margin-bottom:10px;background-image:none;background-color:{color:Post background};float:none;}
- #taemin,#taemin a{margin:5px;}
- div.even,div.odd,#minho:hover div.even,#minho:hover div.odd,#taemin,#taemin a,#taemin img.juliette,#saranghe,#unnie,#chuwahe,.chingu{width:300px;height:auto;padding:0px;margin:0px;}
- #minho{width:300px;padding:4px;display:block;height:auto;}
- #taemin p,#taemin p img{padding:2px 0px 2px 0px;margin:0px;}
- blockquote,p{width:290px;}
- blockquote img, p img{max-width:250px;}
- #saranghe{border:4px solid {color:Post background};display:block;margin-left:0px;}
- .umma{float:left;margin-left:7px;}
- .appa{float:right;margin-right:7px;}
- {/block:PermalinkPage}
- </style>
- {/block:IfPostWidthIs200px}
- {/block:IfNotPostWidthIs300px}
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <style type="text/css">
- #gb{
- position:fixed;
- top:30px;
- z-index:+1000;
- }
- * html #gb{position:relative;}
- .gbtab{
- height:100px;
- width:30px;
- float:left;
- cursor:pointer;
- background:url("http://3.bp.blogspot.com/-nzL6xB45YbM/TpxuqJpjBZI/AAAAAAAAAYw/HznwQxRv2Sg/s1600/th_mmamv4.gif") no-repeat;
- }
- .gbcontent{
- float:left;
- border:2px solid #f2e7e2;
- background:#fcfbf8;
- padding:10px;
- }
- </style>
- <script type="text/javascript">
- function showHideGB(){
- var gb = document.getElementById("gb");
- var w = gb.offsetWidth;
- gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
- gb.opened = !gb.opened;
- }
- function moveGB(x0, xf){
- var gb = document.getElementById("gb");
- var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
- var dir = xf>x0 ? 1 : -1;
- var x = x0 + dx * dir;
- gb.style.right = x.toString() + "px";
- if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 40);}
- }
- </script>
- <div id="gb">
- <div class="gbtab" onclick="showHideGB()"> </div>
- <div class="gbcontent">
- <font size="2">MESSAGE ME</font>
- <div style="text-align:right">
- <a href="javascript:showHideGB()">
- </a>
- </div>
- </div>
- </div>
- <script type="text/javascript">
- var gb = document.getElementById("gb");
- gb.style.right = (30-gb.offsetWidth).toString() + "px";
- </script>
- <div id="이태민"><a href="http://verifiedsarcastic-fashionista.tumblr.com/"><img src="ⓒ"></a></div>
- <div id="jonghyun">
- {block:IfNotUseMultipleAndRandomizedSidebarImages}<center><img style="margin-top:1px;" src="{text:Sidebar image URL}" title="{text:Sidebar image title}" /></center>{/block:IfNotUseMultipleAndRandomizedSidebarImages}
- {block:IfUseMultipleAndRandomizedSidebarImages}
- <center style="margin-top:1px;margin-bottom:3px;">
- <SCRIPT LANGUAGE="JavaScript">
- document.write (sa[rand(G_total_sa)]);
- </SCRIPT>
- </center>
- {/block:IfUseMultipleAndRandomizedSidebarImages}
- {block:IfHomeLinkLabel}<div id="wae"><a href="/" id="ahjussi">{text:Home link label}</a><a href="/" id="ahjumma">{text:Home link label}</a></div>{/block:IfHomeLinkLabel}
- {block:AskEnabled}{block:IfAskLinkLabel}<div id="wae"><a href="/ask" id="ahjussi">{text:Ask link label}</a><a href="/ask" id="ahjumma">{text:Ask link label}</a></div>{/block:IfAskLinkLabel}{/block:AskEnabled}
- {block:IfArchiveLinkLabel}<div id="wae"><a href="/archive" id="ahjussi">{text:Archive link label}</a><a href="/archive" id="ahjumma">{text:Archive link label}</a></div>{/block:IfArchiveLinkLabel}
- {block:IfShowTwitterLink}{block:IfTwitterLinkLabel}<div id="wae"><a href="http://twitter.com/{text:Twitter username}" id="ahjussi">{text:Twitter link label}</a><a href="http://twitter.com/{text:Twitter username}" id="ahjumma">{text:Twitter link label}</a></div>{/block:IfTwitterLinkLabel}{/block:IfShowTwitterLink}
- {block:IfShowFacebookLink}{block:IfFacebookLinkLabel}<div id="wae"><a href="http://facebook.com/{text:Facebook ID}" id="ahjussi">{text:Facebook link label}</a><a href="http://facebook.com/{text:Facebook ID}" id="ahjumma">{text:Facebook link label}</a></div>{/block:IfFacebookLinkLabel}{/block:IfShowFacebookLink}
- {block:IfCustomLinksTitle}<div id="wae"><a href="javascript:void(0)" id="ahjussi" onclick="toggle('eotteoke')" title="click!">{text:Custom links title}
- </a><a href="javascript:void(0)" id="ahjumma" onclick="toggle('eotteoke')" title="click!">{text:Custom links title}
- </a></div>{/block:IfCustomLinksTitle}
- <div id="eotteoke" style="display:none;">
- {block:IfLink1}<div class="eotteoke"><a href="{text:Link 1 URL}" id="ahjussi">{text:Link 1}</a><a href="{text:Link 1 URL}" id="ahjumma">{text:Link 1}</a></div>{/block:IfLink1}
- {block:IfLink2}<div class="eotteoke"><a href="{text:Link 2 URL}" id="ahjussi">{text:Link 2}</a><a href="{text:Link 2 URL}" id="ahjumma">{text:Link 2}</a></div>{/block:IfLink2}
- {block:IfLink3}<div class="eotteoke"><a href="{text:Link 3 URL}" id="ahjussi">{text:Link 3}</a><a href="{text:Link 3 URL}" id="ahjumma">{text:Link 3}</a></div>{/block:IfLink3}
- {block:IfLink4}<div class="eotteoke"><a href="{text:Link 4 URL}" id="ahjussi">{text:Link 4}</a><a href="{text:Link 4 URL}" id="ahjumma">{text:Link 4}</a></div>{/block:IfLink4}
- {block:IfLink5}<div class="eotteoke"><a href="{text:Link 5 URL}" id="ahjussi">{text:Link 5}</a><a href="{text:Link 5 URL}" id="ahjumma">{text:Link 5}</a></div>{/block:IfLink5}
- {block:IfLink6}<div class="eotteoke"><a href="{text:Link 6 URL}" id="ahjussi">{text:Link 6}</a><a href="{text:Link 6 URL}" id="ahjumma">{text:Link 6}</a></div>{/block:IfLink6}
- {block:IfLink7}<div class="eotteoke"><a href="{text:Link 7 URL}" id="ahjussi">{text:Link 7}</a><a href="{text:Link 7 URL}" id="ahjumma">{text:Link 7}</a></div>{/block:IfLink7}
- {block:IfLink8}<div class="eotteoke"><a href="{text:Link 8 URL}" id="ahjussi">{text:Link 8}</a><a href="{text:Link 8 URL}" id="ahjumma">{text:Link 8}</a></div>{/block:IfLink8}
- {block:IfLink9}<div class="eotteoke"><a href="{text:Link 9 URL}" id="ahjussi">{text:Link 9}</a><a href="{text:Link 9 URL}" id="ahjumma">{text:Link 9}</a></div>{/block:IfLink9}
- {block:IfLink10}<div class="eotteoke"><a href="{text:Link 10 URL}" id="ahjussi">{text:Link 10}</a><a href="{text:Link 10 URL}" id="ahjumma">{text:Link 10}</a></div>{/block:IfLink10}
- </div>
- {block:Description}{block:IfShowDescription}<span style="display:block;"><br>{Description}{/block:IfShowDescription}</span>{/block:Description}
- {block:IfNotInfiniteScroll}
- <div id="mianhe">
- {block:IndexPage}<br>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:IfJumpPagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:IfJumpPagination}
- {block:IfNotJumpPagination}
- <span style="width:70px;height:10px;display:inline-block;text-transform:uppercase;">{block:IfNavigationLabel}{text:Navigation label}{/block:IfNavigationLabel}</span>
- {/block:IfNotJumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- {/block:IfNotInfiniteScroll}
- </div>
- {block:IfFloatingSidebar}
- <script type="text/javascript">
- jonghyunMenu.add
- ('jonghyun',
- { // Represents distance from left or right browser window border depending upon property used. Only one should be specified.
- // targetLeft: 25,
- // targetRight: 175,
- // Represents distance from top or bottom browser window border depending upon property used. Only one should be specified.
- // targetTop: 10,
- // targetBottom: 10,
- // Uncomment one of those if you need centering on X- or Y- axis.
- // centerX: true,
- centerY: true,
- }
- );
- </script>
- {/block:IfFloatingSidebar}
- <script type="text/javascript">
- function toggle(hidethis) {
- function oc(a){
- var o = {};
- for(var i=0;i<a.length;i++){
- o[a[i]]='';
- }
- return o;
- }
- var myarray = [];
- function check(name){
- if( name in oc(myarray) ){
- }
- }
- check(hidethis);
- if( document.getElementById(hidethis).style.display=='none' ){
- document.getElementById(hidethis).style.display = '';
- }
- else{
- document.getElementById(hidethis).style.display = 'none';
- }
- }
- </script>
- <div id="shinee">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="minho" style="{block:Photo}background-image:-webkit-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(.25, {color:Body background}), color-stop(.9999999, transparent), to(transparent));background-color:transparent;background-image:-moz-gradient(linear, left top, left bottom, from({color:Post background}), color-stop(.25, {color:Body background}), color-stop(.9999999, transparent), to(transparent));background-color:transparent;{/block:Photo}">
- {block:Date}
- {block:IndexPage}
- {block:IfNotPostWidthIs300px}
- {block:IfPostWidthIs200px}
- <div id="ppoppo"><span><a href="{Permalink}" title="{block:IfPermalinkLabel}{text:Permalink label}{/block:IfPermalinkLabel}">♥{block:NoteCount} {NoteCount} {block:IfNotesLabel}{text:Notes label}{/block:IfNotesLabel}{/block:NoteCount}</a></span>{block:RebloggedFrom}<span><a href="{ReblogRootURL}" title="{ReblogRootTitle}"class="oppa">{ReblogRootName}</a></span>{/block:RebloggedFrom}</div>
- {/block:IfPostWidthIs200px}
- {/block:IfNotPostWidthIs300px}
- {/block:IndexPage}
- {/block:Date}
- <div id="taemin" style="{block:IfNotPostWidthIs200px}{block:Answer}margin-bottom:0px;{/block:Answer}{/block:IfNotPostWidthIs200px}{block:IndexPage}{block:IfNotPostWidthIs300px}{block:IfPostWidthIs200px}{block:Photo}margin:0px 0px 0px -5px;padding:0px;height:85px;width:210px;{/block:Photo}{/block:IfPostWidthIs200px}{/block:IfNotPostWidthIs300px}{/block:IndexPage}">
- {block:Date}
- {block:IndexPage}
- {block:IfNotPostWidthIs200px}
- <div id="kyaa" class="umma" style="{block:Answer}display:none;{/block:Answer}"><a href="{Permalink}">{block:IfPermalinkLabel}{text:Permalink label}{/block:IfPermalinkLabel}{block:IfNotPermalinkLabel}permalink{/block:IfNotPermalinkLabel}</a></div>{block:RebloggedFrom}<div id="kyaa"><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></div>{/block:RebloggedFrom}<div id="kyaa" style="opacity:0;height:0px;"></div><div id="kyaa" class="appa" style="{block:Answer}display:none;{/block:Answer}"><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}" target="_blank">reblog</a></div>
- {/block:IfNotPostWidthIs200px}
- {/block:IndexPage}
- {/block:Date}
- {block:Text}
- <h1>{Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- <center>
- {block:IndexPage}<img class="juliette" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IndexPage}
- {block:PermalinkPage} {LinkOpenTag}<img class="juliette" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:PermalinkPage}
- </center>
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IfNotPostWidthIs300px}{block:IfNotPostWidthIs200px}{Photoset-400}{/block:IfNotPostWidthIs200px}{/block:IfNotPostWidthIs300px}
- {block:IfPostWidthIs300px}{block:IfPostWidthIs200px}{Photoset-250}{/block:IfPostWidthIs200px}{/block:IfPostWidthIs300px}
- {block:IfPostWidthIs300px}{block:IfNotPostWidthIs200px}{Photoset-250}{/block:IfNotPostWidthIs200px}{/block:IfPostWidthIs300px}
- {block:IfPostWidthIs200px}{block:IfNotPostWidthIs300px}{Photoset-250}{/block:IfNotPostWidthIs300px}{/block:IfPostWidthIs200px}
- </center>
- {/block:Photoset}
- {block:Quote}
- <h1>"{Quote}"</h1>
- {block:Source}→<strong>{Source}</strong>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target} target="_blank">
- <h2>{Name}</h2>
- </a>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}
- <div class="{Alt}">
- <strong>{Label}</strong> {Line}
- </div>
- {/block:Label}
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <center>
- {block:IfNotPostWidthIs300px}{block:IfNotPostWidthIs200px}{Video-400}{/block:IfNotPostWidthIs200px}{/block:IfNotPostWidthIs300px}
- {block:IfPostWidthIs300px}{block:IfPostWidthIs200px}{Video-250}{/block:IfPostWidthIs200px}{/block:IfPostWidthIs300px}
- {block:IfPostWidthIs300px}{block:IfNotPostWidthIs200px}{Video-250}{/block:IfNotPostWidthIs200px}{/block:IfPostWidthIs300px}
- {block:IfPostWidthIs200px}{block:IfNotPostWidthIs300px}{Video-250}{/block:IfNotPostWidthIs300px}{/block:IfPostWidthIs200px}
- </center>
- {/block:Video}
- {block:Audio}
- <center><br>
- {block:TrackName}<i>{TrackName}</i>{/block:TrackName}{block:Artist}by {Artist}{/block:Artist}
- {AudioPlayerBlack}
- → {FormattedPlayCount} {block:IfPlayCountLabel}{text:Play count label}{/block:IfPlayCountLabel}
- {block:ExternalAudio}<a href="{ExternalAudioURL}">(download)</a>{/block:ExternalAudio}
- <br>
- </center>
- {/block:Audio}
- {block:Answer}
- <div id="chuwahe">
- <img class="omo" src="{AskerPortraitURL-30}"><br>
- {Asker} {block:IfAskerLabel}{text:Asker label}: {/block:IfAskerLabel} {Question}
- {block:IndexPage} <a href="{Permalink}" title="{block:IfPermalinkLabel}{text:Permalink label}{/block:IfPermalinkLabel}" style="font-size:12px;">▶</a>{/block:IndexPage}<br><br>
- <div class="chingu">
- <br> {Answer}
- </div>
- </div>
- {/block:Answer}
- </div>
- </div>
- {block:PermalinkPage}
- {block:Date}
- <div id="saranghe">
- <center>
- {block:Caption}<blockquote>{Caption}</blockquote><br>{/block:Caption}
- <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}" id="chungmal"><span style="display:block;margin-top:7px;height:12px;line-height:12px;overflow:hidden;font-style:normal;">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}, {12Hour}:{Minutes}{AmPm}</span></a>
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}" id="chungmal" title="originally from {ReblogRootName}" class="umma"><img src="{ReblogRootPortraitURL-30}"></a>
- <a href="{ReblogParentURL}" id="chungmal" title="reblogged from {ReblogParentName}" class="appa"><img src="{ReblogParentPortraitURL-30}"></a>
- {/block:RebloggedFrom}
- <br><br>{block:IfShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}" id="chungmal"><span>#{Tag}</span></a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
- </center>
- <span style="border:1px solid {color:Text};width:400px;display:block;margin-top:10px;margin-bottom:10px;"></span>
- {block:PermalinkPagination}
- <a href="{PreviousPost}" id="chungmal" class="umma"><span>{block:PreviousPost}older{/block:PreviousPost}</span></a>
- {block:NoteCount}<a href="javascript:void(0)" onclick="toggle('dongsaeng')" id="chungmal" title="{block:IfClickToShowOrHideNotes}click to show/hide notes{/block:IfClickToShowOrHideNotes}"><span>{NoteCount} {block:IfNotesLabel}{text:Notes label}{/block:IfNotesLabel}</span></a>{/block:NoteCount}
- <a href="{NextPost}" id="chungmal" class="appa"><span>{block:NextPost}newer{/block:NextPost}</span></a>
- {/block:PermalinkPagination}
- {block:PostNotes}
- {block:IfClickToShowOrHideNotes}
- <div id="noona">
- <div id="dongsaeng" style="display:none;-webkit-transition:.5s;-moz-transition:.5s;">
- {PostNotes}
- </div>
- </div>
- {/block:IfClickToShowOrHideNotes}
- {block:IfNotClickToShowOrHideNotes}
- <div id="unnie">
- {PostNotes}
- </div>
- {/block:IfNotClickToShowOrHideNotes}
- {/block:PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div id="key"></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment