#sourceelements
Explore tagged Tumblr posts
sexcsaint · 1 year ago
Text
Share via
https://www.realestate.com.au/auction-results/huntingdale-wa-6110?sourcePage=rea%3Ap4ep%3Aowner-property-details&sourceElement=view_all_sales_results
Billionaires
0 notes
australianrealestatetalk · 2 years ago
Text
Hundreds of build to rent units proposed for key inner west site
A new mixed-use community has been proposed for Brisbane’s inner west with 478 residential apartments to be built in four towers, most of which will be subsidised rentals.
The Keylin Group lodged a development application for the Indooroopilly site to meet the current shortfall in rental property just 7km from Brisbane CBD and 80m from Indooroopilly Shopping Centre.
The project has 388 build to rent apartments, of which 39 will be specifically for affordable housing offering lower rent options with the support of the Housing Investment Fund.
An additional 44 units will be for short-term accommodation and there will be 46 premium apartments for private ownership.
https://www.realestate.com.au/news/hundreds-of-build-to-rent-units-proposed-for-key-inner-west-site/?sourcePage=rea:news:post&sourceElement=traffic_driver_1|slot_3  
Tumblr media
0 notes
hometoursandotherstuff · 3 years ago
Photo
Tumblr media Tumblr media
Received this weird submission from Priestdale, Qld, Australia. It doesn’t look like a castle, but it is, inside. It sold for $1.45M back in 2016. Well, this is interesting, someone just wrote that it was a church. Innnnteresting.... It looks like it could be. 
Tumblr media
Well, at least the owners think it’s a castle. 
Tumblr media
It’s quite cavernous. 
Tumblr media
Could the kitchen be any more outdated? 
Tumblr media Tumblr media
Clearly, business is conducted in the turret. I don’t see a turret on the outside, so it must be around the back.
Tumblr media
What a huge stage. There’s a lectern, so this must double as a meeting room.
Tumblr media
Family room with outdated entertainment systems.
Tumblr media
This is dizzying.
Tumblr media
I would expect that this is the main bdrm., although it’s kinda small. 
https://www.realestate.com.au/sold/property-acreage+semi-rural-qld-priestdale-120306233?sourcePage=rea%3Asold%3Asrp-map&sourceElement=listing-tile
59 notes · View notes
knoxkarter-blog1 · 5 years ago
Video
instagram
#Knox4President Vote for Knox 2020 Creko The Heart Break Kid Comin Soon!!! #producerlife #recordingstudio #recordingengineer #sourceelements https://www.instagram.com/p/B-K8__9HqyL/?igshid=1wo0mh2y5kr7r
0 notes
zrly5g · 2 years ago
Text
fwbdit.
fwb.fnl); parent = new PrepareStatement(“context idx=” + string “gets old hash”, initialization_model, sourceElements); // 입력값이 너무 많이 들어감 } catch (IOEMPLETE message) { request.constructor->delete throws java.nih.generatedResultListener(EXITTER) ;// 요청이 실행되지 않았을때만 결과값이 리턴됨을 주의 하세요. [CF]顏眞伊香 – 오샤레 마돈나편. fwb 바로가기: fwb에 대해 더 알아보기 15s. 2008.. 모델 :?? 안진이향 출연진 : … 진이가 향기롭다… ᄏᄏ 그윽한 향이 난다…. ᄒᄒ > 더 보기 접기.…
View On WordPress
0 notes
arifskinchen · 4 years ago
Photo
Tumblr media
@arifskinchen × @vocalboothtogo × @sbvtalent = 1 Year C19 Studio Upgrade. I Started All This Stuff Last Year When The World Got Turned Upside Down. While There's Been Much Loss In Most AreasOf Our Lives, I Can Gratefully Say, My Professionalism Has Had Gains. Thanks + Props To @cooley4465 @big.kish @beatsbyj00lz @keith_arem @tshakaarmstrong @infinitereflections @shadeewolf @sbvcynthiamclean #AaronFlorence & @sweetwatersound @sourceelements #FrysElectronicsRiP + @amazon . Your Collective Knowledge Base Was Immeasurable, Appreciated and Passed On To The Rest Of Our Collective Tribe So That We ALL Could Rise Up In The Midst Of The Turmoil That Will FOREVER Be 2020. These Skills Are MINE Forever. The Mess Ups, The Wrong EQ Settings, The Technology Meltdowns, The Research, The Successes... They're All My New Skillsets That I Can Use For The Rest Of My Days, Even As I Learn New Ones. I Am Thankful For The Life That Chose Me! #AintGODGood #ActorGang #VOLife #AuditionsAndMissions #StudioGrade #ProFreshAndAwe #StayTunedToTheMicrophonistWithAaBonus (at SBV Talent) https://www.instagram.com/p/CO3Lu_cLpzi/?igshid=kd6vps82rsch
0 notes
somestarsalt · 8 years ago
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--            + wave theme by tukut +
please direct any questions or inquiries to http://www.tukut.tumblr.com/
       + do not remove credit + -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
{block:ifsounds}
<script>
// Mouseover/ Click sound effect- by JavaScript Kit (www.javascriptkit.com) // Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
//** Usage: Instantiate script by cwrappering: var uniquevar=createsoundbite("soundfile1", "fwrapperbackfile2", "fwrapperebacksound3", etc) //** Cwrapper: uniquevar.playclip() to play sound
var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list: "mp3": "audio/mpeg", "mp4": "audio/mp4", "ogg": "audio/ogg", "wav": "audio/wav" }
function createsoundbite(sound){ var html5audio=document.createElement('audio') if (html5audio.canPlayType){ //check support for HTML5 audio for (var i=0; i<arguments.length; i++){ var sourceel=document.createElement('source') sourceel.setAttribute('src', arguments[i]) if (arguments[i].match(/\.(\w+)$/i)) sourceel.setAttribute('type', html5_audiotypes[RegExp.$1]) html5audio.appendChild(sourceel) } html5audio.load() html5audio.playclip=function(){ html5audio.pause() html5audio.currentTime=0 html5audio.play() } return html5audio } else{ return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}} } }
//Initialize two sound clips with 1 fwrapperback file each:
var mouseoversound=createsoundbite("{text:HoverSoundMP3}") var clicksound=createsoundbite("{text:ClickSoundMP3}")
</script> {/block:ifsounds}
<link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips(); }); })(jQuery); </script>
<title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<meta name="color:Background" content="#9ed1d6"/> <meta name="color:Text" content="#51535e"/>     <meta name="color:Chat1" content="#eafdbc"/> <meta name="color:Chat2" content="#bce8fe"/> <meta name="color:ChatBorder" content="#b3cbe2"/> <meta name="color:Footer" content="#e2ffba"/> <meta name="color:FooterBorder" content="#b3ce91"/> <meta name="color:FooterText" content="#54565d"/> <meta name="color:Link" content="#8d7fd7"/>     <meta name="color:Hover" content="#6c8cce"/> <meta name="color:HoverBG" content="#abf9ff"/> <meta name="color:Border" content="#ffffff"/> <meta name="color:WrapperBorder" content="#ffffff"/> <meta name="color:Accent" content="#dadcf5"/> <meta name="color:AccentText" content="#707070"/> <meta name="color:AccentBorder" content="#b8bbde"/> <meta name="color:ImgBorder1" content="#d2fff9"/> <meta name="color:ImgBorder2" content="#969fe4"/> <meta name="color:Line" content="#93a8d1"/> <meta name="color:Blockquote" content="#ffffff"/> <meta name="color:Search" content="#e2ffbd"/> <meta name="color:SearchBorder" content="#c0d6a0"/> <meta name="color:SearchText" content="#505058"/> <meta name="color:Nav" content="#e4ffb5"/> <meta name="color:NavBorder" content="#bbd4a2"/> <meta name="color:NavText" content="#464856"/> <meta name="color:ScrollbarThumb" content="#e2ffab"/> <meta name="color:scrollbarBG" content="#b4a8f4"/>   <meta name="color:Selection" content="#8996c9"/>   <meta name="color:SelectionBG" content="#ffffff"/>   <meta name="color:Tooltip" content="#dadcf5"/>   <meta name="color:TooltipBorder" content="#b8bbde"/>   <meta name="color:TooltipText" content="#707070"/>  
<meta name="image:Sidebar" content=""/> <meta name="image:Background" content=""/> <meta name="image:Pixelie" content=""/> <meta name="image:Bottom" content=""/>
<meta name="text:ClickSoundMP3" content="http://a.tumblr.com/tumblr_mzbd1tcAgS1svhlqqo1.mp3#_=_" /> <meta name="text:HoverSoundMP3" content="http://a.tumblr.com/tumblr_mzbcwoFx741svhlqqo1.mp3#_=_" />
   <meta name="text:MenuTitle" content="Navigation" />    <meta name="text:link 1 url" content="" />    <meta name="text:link 1" content="" />    <meta name="text:link 2 url" content="" />    <meta name="text:link 2" content="" />    <meta name="text:link 3 url" content="" />      <meta name="text:link 3" content="" />    <meta name="text:link 4 url" content="" />      <meta name="text:link 4" content="" />    <meta name="text:link 5 url" content="" />    <meta name="text:link 5" content="" />    <meta name="text:link 6 url" content="" />      <meta name="text:link 6" content="" />      <meta name="text:link 7 url" content="" />    <meta name="text:link 7" content="" />    <meta name="text:link 8 url" content="" />      <meta name="text:link 8" content="" />    <meta name="text:BottomImageLeft" content="50" />      <meta name="text:BottomImageTop" content="50" />
   <meta name="select:BodyTransparency" content="1" title="opaque">    <meta name="select:BodyTransparency" content=".9" title=".9">    <meta name="select:BodyTransparency" content=".8" title=".8">    <meta name="select:BodyTransparency" content=".7" title=".7">    <meta name="select:BodyTransparency" content=".6" title=".6">    <meta name="select:BodyTransparency" content=".5" title="semi-transparent">    <meta name="select:BodyTransparency" content=".4" title=".4">    <meta name="select:BodyTransparency" content=".3" title=".3">    <meta name="select:BodyTransparency" content=".2" title=".2">    <meta name="select:BodyTransparency" content=".1" title=".1">    <meta name="select:BodyTransparency" content=".0" title="transparent">    <meta name="select:WrapperTransparency" content="1" title="opaque">    <meta name="select:WrapperTransparency" content=".9" title=".9">    <meta name="select:WrapperTransparency"  content=".8" title=".8">    <meta name="select:WrapperTransparency"  content=".7" title=".7">    <meta name="select:WrapperTransparency"  content=".6" title=".6">    <meta name="select:WrapperTransparency"  content=".5" title="semi-transparent">    <meta name="select:WrapperTransparency"  content=".4" title=".4">    <meta name="select:WrapperTransparency"  content=".3" title=".3">    <meta name="select:WrapperTransparency"  content=".2" title=".2">    <meta name="select:WrapperTransparency"  content=".1" title=".1">    <meta name="select:WrapperTransparency"  content=".0" title="transparent">
   <meta name="select:bodyColor" content="255,255,255" title="white">    <meta name="select:bodyColor" content="255,212,245" title="pink">      <meta name="select:bodyColor" content="217,212,255" title="indigo">    <meta name="select:bodyColor" content="212,227,255" title="blue">    <meta name="select:bodyColor" content="255,253,184" title="yellow">    <meta name="select:bodyColor" content="103,173,90" title="green">        <meta name="select:bodyColor" content="222,222,222" title="gray">      <meta name="select:bodyColor" content="252,93,93" title="red">    <meta name="select:bodyColor" content="181,251,255" title="cyan">    <meta name="select:bodyColor" content="0,0,0" title="black">
   <meta name="select:WrapperColor" content="217,212,255" title="indigo">      <meta name="select:WrapperColor" content="255,255,255" title="white">    <meta name="select:WrapperColor" content="255,212,245" title="pink">      <meta name="select:WrapperColor" content="212,227,255" title="blue">    <meta name="select:WrapperColor" content="255,253,184" title="yellow">    <meta name="select:WrapperColor" content="103,173,90" title="green">        <meta name="select:WrapperColor" content="222,222,222" title="gray">      <meta name="select:WrapperColor" content="252,93,93" title="red">    <meta name="select:WrapperColor" content="181,251,255" title="cyan">    <meta name="select:WrapperColor" content="0,0,0" title="black">
<meta name="select:Font" content="Arial" title="Arial"> <meta name="select:Font" content="Consolas" title="Consolas"> <meta name="select:Font" content="Lucida Sans" title="Lucida Sans"> <meta name="select:Font" content="Calibri" title="Calibri"> <meta name="select:Font" content="Verdana" title="Verdana">   <meta name="select:Font" content="Corbel" title="Corbel"> <meta name="select:Font" content="Franklin Gothic Book" title="Franklin">  
   <meta name="select:LikeReblogPerm" content="    filter:invert(20%);    -webkit-filter:invert(20%);    -moz-filter:invert(20%);    -o-filter:invert(20%);" title="gray">    <meta name="select:LikeReblogPerm" content="    filter:invert(0%);    -webkit-filter:invert(0%);    -moz-filter:invert(0%);    -o-filter:invert(0%);" title="white">    <meta name="select:LikeReblogPerm" content="    filter:invert(100%);    -webkit-filter:invert(100%);    -moz-filter:invert(100%);    -o-filter:invert(100%);" title="Black">  
   <meta name="select:SidebarImgShape" content="    -moz-border-radius: 70px;    -webkit-border-radius: 70px;    border-radius: 70px;" title="Circle">    <meta name="select:SidebarImgShape" content="    -moz-border-radius: 8px;    -webkit-border-radius: 8px;    border-radius: 8px;" title="Rounded">    <meta name="select:SidebarImgShape" content="" title="Square">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px 245px 15px 15px;            -moz-border-radius: 245px 245px 15px 15px;            border-radius:  245px 245px 15px 15px;            height:100%;              padding-top: 10px;" title="Bottom Circle">
<meta name="select:SidebarStyle" content="            padding-top: 113px;              margin-top:-33px;            height:100%;            -webkit-border-radius: 0 0 5px 5px;            -moz-border-radius:  0 0 5px 5px;            border-radius:  0 0 5px 5px;" title="Full Tall">
<meta name="select:SidebarStyle" content="              margin-top:70px;              -webkit-border-radius: 5px;            -moz-border-radius: 5px;            border-radius: 5px;            height:100%;              padding-top: 10px;" title="Bottom Rectangle">
<meta name="select:SidebarStyle" content="            padding-top: 30px;            margin-top:-33px;            -webkit-border-bottom-left-radius:245px;            -moz-border-bottom-left-radius: 245px;            border-bottom-left-radius:  245px;            -webkit-border-bottom-right-radius:245px;            -moz-border-bottom-right-radius: 245px;            border-bottom-right-radius:  245px;" title="Top Circle">
<meta name="select:SidebarStyle" content="            padding-top: 30px;            margin-top:-33px;            -webkit-border-bottom-left-radius: 5px;            -moz-border-bottom-left-radius:  5px;            border-bottom-left-radius:  5px;            -webkit-border-bottom-right-radius: 5px;            -moz-border-bottom-right-radius:  5px;            border-bottom-right-radius:  5px;" title="Top Rectangle">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px 245px 15px 15px;            -moz-border-radius: 245px 245px 15px 15px;            border-radius:  245px 245px 15px 15px;              padding-top: 10px;" title="Middle Both">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 5px;            -moz-border-radius: 5px;            border-radius:  5px;              padding-top: 10px;" title="Middle Rectangle">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px;            -moz-border-radius: 245px;            border-radius:  245px;            padding-top: 10px;" title="Middle Circle">
            <meta name="if:SidebarWrapper" content="1" />    <meta name="if:Footers" content="1" />    <meta name="if:FooterReblogLink" content="0" />      <meta name="if:SidebarImgBorder" content="1" />
   <meta name="if:SearchBox" content="1" />
   <meta name="if:SideHover" content="1" />    <meta name="if:HoverTags" content="1" />    <meta name="if:TransparentSideHover" content="0" />    <meta name="if:Sounds" content="1" />    <meta name="if:Border" content="1" />    <meta name="if:NavButtons" content="1" />    <meta name="if:NavMenu" content="0" />      <meta name="if:ShowCaptions" content="1" />    <meta name="if:ShowTags" content="1" />    <meta name="if:ShowSidebarImage" content="1" />      <meta name="if:HighSidebar" content="1" />    <meta name="if:UpsideDown" content="0" />      <meta name="if:MaximizedBackground" content="1" />  
<style> body, a, a:hover {  }</style>
<style type="text/css">
 #tumblr_controls{ position:fixed !important; -webkit-filter: invert(100%) } #s-m-t-tooltip { text-align:center; text-transform:lowercase; max-width:320px; z-index:9999999999999; background: {color:tooltip}; font-size: 11px; word-wrap:break-word; padding: 1px 5px; font-family: {select:Font}; display: block; letter-spacing:0px; margin-left:28px; margin-top:20px; border: 1px solid {color:tooltipborder}; color: {color:tooltiptext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } ::selection { background: {color:selectionBG}; color:{color:selection}; } ::-moz-selection { background: {color:selectionBG}; color:{color:selection}; } ::-webkit-selection { background: {color:selectionBG}; color:{color:selection}; } ::-webkit-scrollbar{ width: 9px; background:{color:scrollbarbg}; } ::-webkit-scrollbar-track{ background:{color:scrollbarbg}; } ::-webkit-scrollbar-thumb{ -webkit-box-shadow:inset 1px 1px 2px 0 rgba(255,255,255,.6); box-shadow:inset 1px 1px 2px 0 rgba(255,255,255,.6); background: {color:scrollbarthumb}; border: 2px solid {color:scrollbarbg}; } ::-webkit-scrollbar-corner{ } .clear { clear: both; height: 0px; overflow: hidden; }  body { {block:ifMaximizedBackground} background:{color:background} url('{image:Background}') no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifMaximizedBackground} {block:ifnotMaximizedBackground} background:{color:background} url('{image:Background}') top left fixed repeat; {/block:ifnotMaximizedBackground} margin:0px; color:{color:text}; font-family: {select:Font}; } a { text-decoration:none; -moz-outline-style:none; color:{color:link}; cursor:help; } img { border:none; } a:hover { opacity:1; color:{color:hover}; background:{color:HoverBG};   }  #seokjin { {block:ifsidebarwrapper} {block:ifborder} border: 1px solid {color:wrapperborder}; {/block:ifborder} background:rgba({select:WrapperColor},{select:wrappertransparency} ); {/block:ifsidebarwrapper} transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; padding-left:15px; padding-right:15px; padding-bottom:5px; position:fixed; width:150px; margin-left:-230px; {select:SidebarStyle} } #seokjin .profile { {block:ifnotshowsidebarimage} display:none; {/block:ifnotshowsidebarimage} text-align:center; margin-bottom:15px; margin-top:15px; }
#seokjin .profile a{} #seokjin .profile a:hover{background:none;}
 #seokjin .profile img{ padding:3px; {select:SidebarImgShape} position:relative; {block:ifsidebarimgborder} border:1px solid {color:imgborder2}; background: {color:imgborder1}; {/block:ifsidebarimgborder} max-width:120px; /*height:120px;*/ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #seokjin .profile:hover img{ transform: scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); } .zelo{ font-family: {select:Font}; font-size:11px; text-align:center; margin-bottom:11px; text-transform:lowercase; } .zelo a{ margin-left:3px; margin-right:3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder} border: 1px solid {color:border}; {/block:ifborder} padding: 1px 5px; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .zelo a:hover{ color:{color:hover}; } #seokjin .desc { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; outline:0px auto {color:border}; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder} border:1px solid {color:border}; {/block:ifborder} padding:10px 10px; color:{color:text}; text-align:center; }  #seokjin .desc a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out;  }
 #seokjin .desc a:hover{ color:{color:hover}; } #pagi{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; font-size:11px; text-align:center; letter-spacing:0px; margin-top:12px; margin-bottom:10px;line-height: 22px; } #pagi a{ color:{color:link}; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder}border:1px solid {color:border}; {/block:ifborder} padding:1px 5px; margin-left:3px; margin-right:3px; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #pagi a:hover{ color:{color:hover}; } .nav { text-align: center; width: 100%; margin-top:7px; margin-bottom:0px; font-size:11px; line-height: 22px; } .nav a{ color:{color:navText}; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid {color:navborder}; margin-right: 2px; background-color:{color:nav}; padding: 1px 5px!important; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .nav a:hover{ -webkit-box-shadow: 2px 2px 0 0 {color:navborder}; -moz-box-shadow: 2px 2px 0 0 {color:navborder}; box-shadow: 2px 2px 0 0 {color:navborder}; color:{color:navtext}!important; } .search { font-family:{select:Font}; background: {color:search}; border: 1px solid {color:searchborder}; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } .search form { margin: 0; } .search form .query { padding: 2px; font-family:{select:Font}; border: none; background: transparent; outline: none; width: 50%; float: left; color: {color:searchtext}; } .search form .submit { background: rgba(255,255,255,.0); color:{color:searchtext}; font-family:{select:Font}; border:none; padding: 2px 4px; font-size:11px; margin: 3px 3px 2px 0; float: right; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; cursor: pointer; }  #wrapper { width:445px; padding-top:30px; padding-right:30px; padding-left:52px; padding-bottom:30px; margin: 0 auto; font-size:11px; }
 #youngjae { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; min-height:55px; font-size:11px; outline: 0px auto {color:border}; {block:ifborder} border:1px solid {color:border}; {/block:ifborder} {block:ifnotborder} border-right:1px solid rgba(255,255,255,.01); {/block:ifnotborder} width:400px; {block:iffooters} overflow:auto; {/block:iffooters} word-wrap:break-word; padding-bottom:8px; padding-top:10px; padding-right:10px; padding-left:10px; margin-bottom:30px; background: rgba({select:bodycolor},{select:BodyTransparency}); transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }  #youngjae:hover{ {block:ifsidehover} {block:indexpage} {block:ifnottransparentsidehover} border-right:26px solid {color:border}; {/block:ifnottransparentsidehover} {/block:indexpage}{/block:ifsidehover} } #youngjae .link{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:2px; font-size:13px; background:{color:accent}; padding:6px 8px; overflow:hidden; margin-bottom:3px; border:1px solid {color:accentborder}; border-bottom:4px solid {color:accentborder}; text-align:center; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }  #youngjae .link a{ color:{color:accenttext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .link a:hover{ color:{color:hover}; } #youngjae .link:hover{ } #youngjae .quote{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:1px; font-size:12px; background:{color:accent}; padding:6px 2px; margin-top:0px; margin-bottom:4px; border:1px solid {color:accentborder}; text-align:center; line-height:15px; } .chat ul { list-style: none; margin:0; padding: 0; } .chat li { border:1px solid {color:chatborder}; margin-left:3px; margin-top:-1px; color:{color:text}; font-size:11px; padding: 3px 5px; width: 382px ; } .chat .odd { float: left; background: {color:chat1}; } .chat .even { float: left ; background: {color:chat2}; } #youngjae .title{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:2px; font-size:17px; background:{color:accent}; padding:6px 2px; margin-top:0px; margin-bottom: 3px; border:1px solid {color:accentborder}; text-align:center; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .texto{ margin-bottom:0px; margin-top:0px; padding:1px 5px; } #youngjae .texto a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .texto a:hover{ } #youngjae blockquote{ margin-left:12px; width:90%; padding-top:1px; word-wrap:break-word; background:rgba(0,0,0,.02); border-left:1px solid {color:blockquote}; padding-left:12px; padding-bottom:1px; padding-right:0px; } #youngjae img{ max-width:100%; } pre{ letter-spacing:1px; font-size:10px; padding-right:5px; font-family:arial; } #youngjae #bap { {select:LikeReblogPerm} text-align:center; padding:3px; font-size:13px; background: transparent; margin-top:-11px; margin-left:410px; height:90px; width:0px; overflow:hidden; position:absolute; opacity:0; transition: .1s ease-in; -moz-transition: .1s ease-in; -webkit-transition: .1s ease-in; } #youngjae:hover #bap { height:90px; opacity:1; width:19px; transition: .2s ease-in; -moz-transition: .2s ease-in; -webkit-transition: .2s ease-in; }
 #youngjae #bap a:hover{background:transparent;}
 #youngjae #jonguppie{ {block:ifnotfooters}{block:indexpage} display:none;{/block:indexpage}{/block:ifnotfooters} padding-top:4px; padding-bottom:2px; margin-top: 0px; text-align:center; border-top: 1px dashed {color:line}; overflow:hidden; } #youngjae #jonguppie .tags{ text-transform:lowercase; line-height:20px; display:block; margin-top:-2px; margin-left:2px; } #youngjae #jonguppie a{ color:{color:link}; } #youngjae #jonguppie .tags a{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:footertext}; margin-right:4px; padding:1px 5px; background: {color:footer}; border:1px solid {color:footerborder}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae #jonguppie .tags a:hover{ color: {color:footertext}; -webkit-box-shadow: 2px 2px 0 0 {color:footerborder}; -moz-box-shadow: 2px 2px 0 0 {color:footerborder}; box-shadow: 2px 2px 0 0 {color:footerborder}; } #youngjae #jonguppie #bebop { {block:ifnotshowtags}{block:indexpage} display:none;{/block:indexpage} {/block:ifnotshowtags} {block:indexpage} {block:ifhovertags}max-height:0px; {/block:ifhovertags} {block:ifnothovertags}max-height:245px; {/block:ifnothovertags} margin-bottom:-3px; {/block:indexpage} transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } {block:ifHoverTags}  #youngjae #jonguppie:hover #bebop { {block:indexpage} max-height:245px;{/block:indexpage} transition: .6s ease-in-out; -moz-transition: .6s ease-in-out; -webkit-transition: .6s ease-in-out; } {/block:ifHoverTags} #youngjae #jonguppie #bebop .tago { {block:indexpage} max-height:231px; overflow:auto;{/block:indexpage} color:{color:text}; margin-top:4px; line-height:15px; font-size:11px; } #youngjae #jonguppie  #bebop .tago a{ transition: .8s ease-in-out; -moz-transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out; color:{color:text}; } #youngjae #jonguppie #bebop .tago a:hover{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; color:{color:hover}; } #youngjae #jonguppie #bebop .tago { } #youngjae #jonguppie a:hover{ color:{color:text}; } .qwrapper{ min-height:15px; padding:20px; position:relative; } .question { -webkit-border-radius: 5px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; margin-top:-20px; margin-left:41px; margin-bottom:10px; position:relative; width:310px; float:left; text-align:justify; border:1px solid {color:accentborder}; background: {color:accent}; color: {color:accenttext}; font-size:11px; padding: 12px 12px; overflow:hidden; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } .question a{ letter-spacing:0px; color:{color:accenttext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .question:hover a{ color:{color:accenttext}; } #youngjae:hover .question { } .jihoon { overflow:hidden; width:48px; height:48px; background: {color:imgborder1}; border:1px solid {color:imgborder2}; padding:3px; float:left; position:absolute; overflow:hidden; margin-top:-24px; margin-left:-24px; -moz-border-radius: 38px; -webkit-border-radius: 38px; border-radius: 38px; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } .qarrowleft { z-index:9999999; margin-top:-7px; margin-left:52px; position:absolute; width: 0; height: 0; -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-right:11px solid {color:accentborder}; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae:hover .jihoon{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .jihoon img { width:48px; -moz-border-radius: 28px; -webkit-border-radius: 28px; border-radius: 28px; }  #asswipe{ margin:8px; float:left; width:80px; background: {color:imgborder1}; border:3px solid {color:imgborder2}; height:80px; overflow:hidden; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; -moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; } #youngjae:hover #asswipe{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } #rapmon{ position:relative; float:left; width: 280px ; background-color:#fff; overflow-x:hidden; overflow-y:hidden; -moz-transition: all .9s ease; -o-transition: all .9s ease; transition: all .9s ease; -webkit-transition: all .9s ease; color:{color:Text}; margin-top:-10px; margin-left:-5px; } .arrow-left { margin-top:30px; margin-left:80px; position:absolute; width: 0; height: 0; border-top: 21px solid transparent; border-bottom: 20px solid transparent; border-right:25px solid {color:accentborder}; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae #yonggu { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; position:absolute; margin-left:105px; border:8px solid {color:accentborder}; font-size:11px; font-family:calibri; text-transform: none; float:right; margin-top:30px; padding:5px; padding-top:8px; overflow:hidden; color: {color:accentText}; background: {color:accent}; width:260px; height:12px; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae:hover #yonggu{ position:absolute; margin-top:8px; height:60px; } #youngjae:hover .arrow-left { border-right:25px solid {color:accentborder}; margin-top:8px; } ol.notes { max-height:300px; overflow-y:auto; padding: 0px; margin: 5px 0px; list-style-type: none; } ol.notes a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } ol.notes li.note { padding: 5px; } ol.notes li.note img.avatar { -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; } ol.notes li.note span.action { font-weight: normal; } ol.notes li.note .answer_content { font-weight: normal; } ol.notes li.note blockquote { border-color: {color:blockquote}; padding: 4px 10px; margin: 10px 0px 0px 25px; } ol.notes li.note blockquote a { text-decoration: none; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #credit { transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; font-size:11px; position:fixed; bottom:-1px; left:-91px; color:#51535e; }  #credit .creditl{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; border-top:1px solid {color:border}; border-right:1px solid {color:border}; background: rgba(255,255,255,.8); font-family:consolas; width:75px; float:left; margin-left:2px; padding:3px 4px; margin-right:0px; } #credit .creditr{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; background: rgba(255,255,255,.8); border-left:5px solid {color:border}; border-top:1px solid {color:border}; border-right:1px solid {color:border}; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; font-size:16px; float:right; font-family:arial; padding-top:0px; padding-bottom:1px; padding-left:5px; padding-right:5px; } #credit:hover { left:-1px; } #credit:hover .creditr{ padding-right:4px;} #credit:hover .creditl{ } #credit a{ color:#51535e; }
{CustomCSS}</style> </head><body>  
<script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com //** v1.1 (April 7th, 10'): //** 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={ setting: {startline:0, scrollto: 0, scrollduration:900, fadeduration:[500, 100]}, controlHTML: '<img src="{image:Bottom}" style="max-width:240px;" width="" onclick="clicksound.playclip()"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol" controlattrs: {offsetx:{text:BottomImageLeft}, offsety:{text:BottomImageTop}}, //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>') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'scroll to top'}) .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()</script>  
<div id="wrapper">
<div id="seokjin">
{block:ifnotUpsideDown}
<div class="profile">
<a href="/" title="{title}" onmouseover="mouseoversound.playclip()"> <img src="{image:sidebar}"></a></div>{/block:ifnotUpsideDown}
{block:ifUpsideDown} <center><br>  <img src="{image:pixelie}" style="float:center; max-width:100%; margin-bottom:18px;">  
</center>{/block:ifUpsideDown}
<div class="zelo"> <a href="/" title="{lang:Home}">{lang:Home}</a><a href="/ask" title="Ask">ask</a><a href="/archive" title="{lang:Archive}">{lang:Past}</a></div>
<div class="desc">{Description}
    {block:ifNavButtons}     <div class="nav">                 {block:haspages}                 {block:pages} <a href="{url}" onclick="clicksound.playclip()" >{label}</a> {/block:pages}{/block:haspages}                 {block:iflink1}<a href="{text:link 1 url}" onclick="clicksound.playclip()">{text:link 1}</a>{/block:iflink1}                 {block:iflink2}<a href="{text:link 2 url}"onclick="clicksound.playclip()" >{text:link 2}</a>{/block:iflink2}                 {block:iflink3}<a href="{text:link 3 url}"onclick="clicksound.playclip()" >{text:link 3}</a>{/block:iflink3}                 {block:iflink4}<a href="{text:link 4 url}"onclick="clicksound.playclip()" >{text:link 4}</a>{/block:iflink4}                 {block:iflink5}<a href="{text:link 5 url}"onclick="clicksound.playclip()" >{text:link 5}</a>{/block:iflink5}                 {block:iflink6}<a href="{text:link 6 url}"onclick="clicksound.playclip()" >{text:link 6}</a>{/block:iflink6}                 {block:iflink7}<a href="{text:link 7 url}"onclick="clicksound.playclip()" >{text:link 7}</a>{/block:iflink7}                 {block:iflink8}<a href="{text:link 8 url}"onclick="clicksound.playclip()" >{text:link 8}</a>{/block:iflink8}                   </div>     {/block:ifNavButtons}            
{block:ifNavMenu}                 <select onChange="location=this.options[this.selectedIndex].value;" style="                 font-family:{select:font};                 cursor:pointer;                 font-size: 11px;                 color:{color:navtext};
                 max-width:100%;                 padding:0px 2px;
                  -moz-border-radius: 3px;    -webkit-border-radius: 3px;    border-radius: 3px;
                border: 1px solid {color:navBorder};                 background-color: {color:nav};                 margin-bottom:0px;                 -webkit-appearance: none;                 text-align:center;                 margin-top:5px;   "><option value="">{text:MenuTitle}</option><!-- <option value="/ask">ask</option><option value="/submit">submit</option>-->{block:haspages}{block:pages}<option value="{url}">{label}</option>{/block:pages}{/block:haspages}{block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}{block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}{block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}{block:iflink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:iflink4}{block:iflink5}<option value="{text:link 5 url}">{text:link 5}</option>{/block:iflink5}{block:iflink6}<option value="{text:link 6 url}">{text:link 6}</option>{/block:iflink6}{block:iflink7}<option value="{text:link 7 url}">{text:link 7}</option>{/block:iflink7}{block:iflink8}<option value="{text:link 8 url}">{text:link 8}</option>{/block:iflink8}</select></form>                 {/block:ifNavMenu}  
</div>
{block:Pagination}<div id="pagi"> {block:PreviousPage}<a href="{PreviousPage}" title="{lang:Previous page}">←</a>{/block:PreviousPage}{block:JumpPagination length="4"}{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:NextPage}<a href="{NextPage}" title="{lang:Next page}">→</a>{/block:NextPage} </div>{/block:Pagination}  <div style="line-height:2px;"><br></div> <div id="credit"> <div class="creditl"><a href="http://www.tukut.tumblr.com/">Theme Credit</a></div><div class="creditr">✖</div></div> {block:ifsearchbox}{block:permalinkpage}<br>{/block:permalinkpage} <div style="background:   rgba({select:bodycolor},{select:BodyTransparency}); text-align:center; padding: 8px; -moz-border-radius: 3px;    -webkit-border-radius:3px;    border-radius:3px; {block:ifborder} border:1px solid {color:border};{/block:ifborder} "> <div class="search"><form action="/search" method="get" class="search-form"><input type="hidden" name="t" value="{Name}" /><input type="text" name="q" class="query" value="{SearchQuery}" /><input type="submit" value="{lang:search}" class="submit" /><div class="clear"></div></form></div> {block:SearchPage}<div style="line-height:3px;"><br></div>[{block:SearchResults}{lang:SearchResultCount results for SearchQuery 2}{/block:SearchResults}{block:NoSearchResults}{lang:No search results for SearchQuery 2}{/block:NoSearchResults}] {/block:SearchPage}</div>
{/block:ifsearchbox}
{block:ifUpsideDown}
<div class="profile">
<a href="/" title="{title}" onmouseover="mouseoversound.playclip()"> <img src="{image:sidebar}"></a></div>{/block:ifUpsideDown}
{block:ifnotUpsideDown} <center><br>  <img src="{image:pixelie}" style="float:center; max-width:100%; margin-bottom:8px;">  
</center>{/block:ifnotUpsideDown}
</div>
{block:Posts}<div id="youngjae">
{block:ifsidehover}{block:indexpage} <div id="bap">
<div style="padding-bottom:5px;">{likebutton color="white"}<div style="line-height:0px"><br></div> {reblogbutton color="white"}</div>
<div style="line-height:0px"><br></div>
    <a href="{Permalink}" target="_blank" onclick="clicksound.playclip()"    title="{lang:Permalink}">   <img src="https://64.media.tumblr.com/cf50f8f56da95164585dca423527ccd4/tumblr_mzn0pdlJPv1sue43xo1_75sq.png" style="margin-left:-1px;width:24px;">                </a>  
</div>{/block:indexpage}{/block:ifsidehover}
{block:Text} {block:Title}<div class="title">{Title}</div>{/block:Title} <div class="texto">  {Body}</div> {/block:Text}
{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Photo}
{block:Link}  <!-- <div class="poopie"> <a href="{URL}"{Target} target="_blank" title="{name}" onclick="clicksound.playclip()">»</a></div>   -->
<div class="link"><div class="piff"><a href="{URL}"{Target}>{Name} »  </a></div>
</div> {block:Description}<div class="texto">{Description}</div>{/block:Description}
{/block:Link}
{block:Photoset}<center>{Photoset-400}</center>
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Photoset}
{block:Quote}<div class="quote">{Quote}</div>
<div class="texto"> {block:Source}<div style="text-align:right; padding-right:5px;">{Source} ←</div>{/block:Source} <div style="line-height:7px;"><br></div></div>
{/block:Quote}
{block:Audio}           {block:AudioPlayer}              <!--<img width="40px" src="http://static.tumblr.com/cdqiodf/XXSmuhh4a/album-art.png" style="position:absolute; margin-top:9px;margin-left:9px; z-index:-1;-moz-border-radius: 53px;    -webkit-border-radius: 53px;    border-radius: 53px;padding:22px; background:{color:imgborder1}; "/> -->
               <div id="asswipe">{block:AlbumArt}
               <img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
<div class="arrow-left"></div>
               <div id="yonggu">                  <div id="rapmon">{AudioPlayerWhite} </div>
               <span style="">
               <div style="line-height:10px"><br></div><br>
              <div style="height:40px; overflow-y:auto;">                {block:TrackName}<b>Track:</b>  {TrackName}{/block:TrackName}{block:ExternalAudio}<a href="{ExternalAudioURL}" title="{lang:Download}"> +</a>{/block:ExternalAudio}</span><br>{block:Artist}<b>Artist:</b>  {Artist}{/block:Artist}<br>{block:Album}<b>Album:</b>  {Album}{/block:Album}</div></div>
              <div class="clear"></div>    {/block:AudioPlayer}
            {block:AudioEmbed} {AudioEmbed-400}  {/block:AudioEmbed}               {block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}                {/block:Audio}
{block:Video}<center>{VideoEmbed-400}</center>
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Video}
{block:Chat}                 {block:Title}<div class="title">{Title}</div><div style="line-height:9px;"><br></div>{/block:Title}  
                <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label}<b>{Label} </b> {/block:Label} {Line}</li>{/block:Lines}</ul></div>
                <div class="clear"></div><div style="height:10px;"></div>{/block:Chat}
{block:Answer}
   <div class="qarrowleft"></div>    <div class="qwrapper">
  <div class="jihoon">    <img src="{AskerPortraitURL-64}">      </div>
  <div class="question">
 <b>{asker}</b> asked: {Question}</div> </div>
 <div class="clear"></div>  <div class="texto"> {Answer}</div>  {/block:Answer}
{block:Date}
<div id="jonguppie">
             <div class="tags">                 <div style="line-height:5px;"><br></div>
          <a href="{Permalink}" target="_blank" onclick="clicksound.playclip()"     title="           {lang:Permalink}">{TimeAgo}</a>
            {block:Reblog}<a href="{ReblogParentURL}" title="{lang:PostTypeNoun reblogged from ReblogParentName}">{lang:Via}</a>
              {block:ContentSource}<a href="{SourceURL}" title="{lang:Originally from ReblogRootName}">{lang:Source}</a>{/block:ContentSource}
              {/block:Reblog}  
              <a href="{Permalink}" title="{lang:This post has NoteCount notes}">   {block:NoteCount}           {NoteCount}  {/block:NoteCount} ♡</a>    
        {block:ifFooterReblogLink}             <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:ifFooterReblogLink}  
                        </div>
                    {block:hastags}<div id="bebop">  <div class="tago">
            {block:ifshowtags}  {lang:Tagged}: {block:Tags}
          <a href="{TagURL}">#{Tag}</a>
              {/block:Tags} {/block:ifshowtags}
              {block:ifnotshowtags}{block:permalinkpage} {block:Tags}
             <a href="{TagURL}">#{Tag}</a>
              {/block:Tags} {/block:permalinkpage}{/block:ifnotshowtags}  
</div> </div>{/block:hastags}
              </div>    
                {/block:Date}
                 {block:permalinkpage}  {PostNotes}      {/block:permalinkpage}
               </div>
{/block:Posts}  </div></div></div>
</body></html>
0 notes
spoopycrouchjr · 8 years ago
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--            + wave theme by tukut +
please direct any questions or inquiries to http://www.tukut.tumblr.com/
       + do not remove credit + -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
{block:ifsounds}
<script>
// Mouseover/ Click sound effect- by JavaScript Kit (www.javascriptkit.com) // Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
//** Usage: Instantiate script by cwrappering: var uniquevar=createsoundbite("soundfile1", "fwrapperbackfile2", "fwrapperebacksound3", etc) //** Cwrapper: uniquevar.playclip() to play sound
var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list: "mp3": "audio/mpeg", "mp4": "audio/mp4", "ogg": "audio/ogg", "wav": "audio/wav" }
function createsoundbite(sound){ var html5audio=document.createElement('audio') if (html5audio.canPlayType){ //check support for HTML5 audio for (var i=0; i<arguments.length; i++){ var sourceel=document.createElement('source') sourceel.setAttribute('src', arguments[i]) if (arguments[i].match(/\.(\w+)$/i)) sourceel.setAttribute('type', html5_audiotypes[RegExp.$1]) html5audio.appendChild(sourceel) } html5audio.load() html5audio.playclip=function(){ html5audio.pause() html5audio.currentTime=0 html5audio.play() } return html5audio } else{ return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}} } }
//Initialize two sound clips with 1 fwrapperback file each:
var mouseoversound=createsoundbite("{text:HoverSoundMP3}") var clicksound=createsoundbite("{text:ClickSoundMP3}")
</script> {/block:ifsounds}
<link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips(); }); })(jQuery); </script>
<title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<meta name="color:Background" content="#9ed1d6"/> <meta name="color:Text" content="#51535e"/>     <meta name="color:Chat1" content="#eafdbc"/> <meta name="color:Chat2" content="#bce8fe"/> <meta name="color:ChatBorder" content="#b3cbe2"/> <meta name="color:Footer" content="#e2ffba"/> <meta name="color:FooterBorder" content="#b3ce91"/> <meta name="color:FooterText" content="#54565d"/> <meta name="color:Link" content="#8d7fd7"/>     <meta name="color:Hover" content="#6c8cce"/> <meta name="color:HoverBG" content="#abf9ff"/> <meta name="color:Border" content="#ffffff"/> <meta name="color:WrapperBorder" content="#ffffff"/> <meta name="color:Accent" content="#dadcf5"/> <meta name="color:AccentText" content="#707070"/> <meta name="color:AccentBorder" content="#b8bbde"/> <meta name="color:ImgBorder1" content="#d2fff9"/> <meta name="color:ImgBorder2" content="#969fe4"/> <meta name="color:Line" content="#93a8d1"/> <meta name="color:Blockquote" content="#ffffff"/> <meta name="color:Search" content="#e2ffbd"/> <meta name="color:SearchBorder" content="#c0d6a0"/> <meta name="color:SearchText" content="#505058"/> <meta name="color:Nav" content="#e4ffb5"/> <meta name="color:NavBorder" content="#bbd4a2"/> <meta name="color:NavText" content="#464856"/> <meta name="color:ScrollbarThumb" content="#e2ffab"/> <meta name="color:scrollbarBG" content="#b4a8f4"/>   <meta name="color:Selection" content="#8996c9"/>   <meta name="color:SelectionBG" content="#ffffff"/>   <meta name="color:Tooltip" content="#dadcf5"/>   <meta name="color:TooltipBorder" content="#b8bbde"/>   <meta name="color:TooltipText" content="#707070"/>  
<meta name="image:Sidebar" content=""/> <meta name="image:Background" content=""/> <meta name="image:Pixelie" content=""/> <meta name="image:Bottom" content=""/>
<meta name="text:ClickSoundMP3" content="http://a.tumblr.com/tumblr_mzbd1tcAgS1svhlqqo1.mp3#_=_" /> <meta name="text:HoverSoundMP3" content="http://a.tumblr.com/tumblr_mzbcwoFx741svhlqqo1.mp3#_=_" />
   <meta name="text:MenuTitle" content="Navigation" />    <meta name="text:link 1 url" content="" />    <meta name="text:link 1" content="" />    <meta name="text:link 2 url" content="" />    <meta name="text:link 2" content="" />    <meta name="text:link 3 url" content="" />      <meta name="text:link 3" content="" />    <meta name="text:link 4 url" content="" />      <meta name="text:link 4" content="" />    <meta name="text:link 5 url" content="" />    <meta name="text:link 5" content="" />    <meta name="text:link 6 url" content="" />      <meta name="text:link 6" content="" />      <meta name="text:link 7 url" content="" />    <meta name="text:link 7" content="" />    <meta name="text:link 8 url" content="" />      <meta name="text:link 8" content="" />    <meta name="text:BottomImageLeft" content="50" />      <meta name="text:BottomImageTop" content="50" />
   <meta name="select:BodyTransparency" content="1" title="opaque">    <meta name="select:BodyTransparency" content=".9" title=".9">    <meta name="select:BodyTransparency" content=".8" title=".8">    <meta name="select:BodyTransparency" content=".7" title=".7">    <meta name="select:BodyTransparency" content=".6" title=".6">    <meta name="select:BodyTransparency" content=".5" title="semi-transparent">    <meta name="select:BodyTransparency" content=".4" title=".4">    <meta name="select:BodyTransparency" content=".3" title=".3">    <meta name="select:BodyTransparency" content=".2" title=".2">    <meta name="select:BodyTransparency" content=".1" title=".1">    <meta name="select:BodyTransparency" content=".0" title="transparent">    <meta name="select:WrapperTransparency" content="1" title="opaque">    <meta name="select:WrapperTransparency" content=".9" title=".9">    <meta name="select:WrapperTransparency"  content=".8" title=".8">    <meta name="select:WrapperTransparency"  content=".7" title=".7">    <meta name="select:WrapperTransparency"  content=".6" title=".6">    <meta name="select:WrapperTransparency"  content=".5" title="semi-transparent">    <meta name="select:WrapperTransparency"  content=".4" title=".4">    <meta name="select:WrapperTransparency"  content=".3" title=".3">    <meta name="select:WrapperTransparency"  content=".2" title=".2">    <meta name="select:WrapperTransparency"  content=".1" title=".1">    <meta name="select:WrapperTransparency"  content=".0" title="transparent">
   <meta name="select:bodyColor" content="255,255,255" title="white">    <meta name="select:bodyColor" content="255,212,245" title="pink">      <meta name="select:bodyColor" content="217,212,255" title="indigo">    <meta name="select:bodyColor" content="212,227,255" title="blue">    <meta name="select:bodyColor" content="255,253,184" title="yellow">    <meta name="select:bodyColor" content="103,173,90" title="green">        <meta name="select:bodyColor" content="222,222,222" title="gray">      <meta name="select:bodyColor" content="252,93,93" title="red">    <meta name="select:bodyColor" content="181,251,255" title="cyan">    <meta name="select:bodyColor" content="0,0,0" title="black">
   <meta name="select:WrapperColor" content="217,212,255" title="indigo">      <meta name="select:WrapperColor" content="255,255,255" title="white">    <meta name="select:WrapperColor" content="255,212,245" title="pink">      <meta name="select:WrapperColor" content="212,227,255" title="blue">    <meta name="select:WrapperColor" content="255,253,184" title="yellow">    <meta name="select:WrapperColor" content="103,173,90" title="green">        <meta name="select:WrapperColor" content="222,222,222" title="gray">      <meta name="select:WrapperColor" content="252,93,93" title="red">    <meta name="select:WrapperColor" content="181,251,255" title="cyan">    <meta name="select:WrapperColor" content="0,0,0" title="black">
<meta name="select:Font" content="Arial" title="Arial"> <meta name="select:Font" content="Consolas" title="Consolas"> <meta name="select:Font" content="Lucida Sans" title="Lucida Sans"> <meta name="select:Font" content="Calibri" title="Calibri"> <meta name="select:Font" content="Verdana" title="Verdana">   <meta name="select:Font" content="Corbel" title="Corbel"> <meta name="select:Font" content="Franklin Gothic Book" title="Franklin">  
   <meta name="select:LikeReblogPerm" content="    filter:invert(20%);    -webkit-filter:invert(20%);    -moz-filter:invert(20%);    -o-filter:invert(20%);" title="gray">    <meta name="select:LikeReblogPerm" content="    filter:invert(0%);    -webkit-filter:invert(0%);    -moz-filter:invert(0%);    -o-filter:invert(0%);" title="white">    <meta name="select:LikeReblogPerm" content="    filter:invert(100%);    -webkit-filter:invert(100%);    -moz-filter:invert(100%);    -o-filter:invert(100%);" title="Black">  
   <meta name="select:SidebarImgShape" content="    -moz-border-radius: 70px;    -webkit-border-radius: 70px;    border-radius: 70px;" title="Circle">    <meta name="select:SidebarImgShape" content="    -moz-border-radius: 8px;    -webkit-border-radius: 8px;    border-radius: 8px;" title="Rounded">    <meta name="select:SidebarImgShape" content="" title="Square">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px 245px 15px 15px;            -moz-border-radius: 245px 245px 15px 15px;            border-radius:  245px 245px 15px 15px;            height:100%;              padding-top: 10px;" title="Bottom Circle">
<meta name="select:SidebarStyle" content="            padding-top: 113px;              margin-top:-33px;            height:100%;            -webkit-border-radius: 0 0 5px 5px;            -moz-border-radius:  0 0 5px 5px;            border-radius:  0 0 5px 5px;" title="Full Tall">
<meta name="select:SidebarStyle" content="              margin-top:70px;              -webkit-border-radius: 5px;            -moz-border-radius: 5px;            border-radius: 5px;            height:100%;              padding-top: 10px;" title="Bottom Rectangle">
<meta name="select:SidebarStyle" content="            padding-top: 30px;            margin-top:-33px;            -webkit-border-bottom-left-radius:245px;            -moz-border-bottom-left-radius: 245px;            border-bottom-left-radius:  245px;            -webkit-border-bottom-right-radius:245px;            -moz-border-bottom-right-radius: 245px;            border-bottom-right-radius:  245px;" title="Top Circle">
<meta name="select:SidebarStyle" content="            padding-top: 30px;            margin-top:-33px;            -webkit-border-bottom-left-radius: 5px;            -moz-border-bottom-left-radius:  5px;            border-bottom-left-radius:  5px;            -webkit-border-bottom-right-radius: 5px;            -moz-border-bottom-right-radius:  5px;            border-bottom-right-radius:  5px;" title="Top Rectangle">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px 245px 15px 15px;            -moz-border-radius: 245px 245px 15px 15px;            border-radius:  245px 245px 15px 15px;              padding-top: 10px;" title="Middle Both">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 5px;            -moz-border-radius: 5px;            border-radius:  5px;              padding-top: 10px;" title="Middle Rectangle">
<meta name="select:SidebarStyle" content="            margin-top:70px;              -webkit-border-radius: 245px;            -moz-border-radius: 245px;            border-radius:  245px;            padding-top: 10px;" title="Middle Circle">
            <meta name="if:SidebarWrapper" content="1" />    <meta name="if:Footers" content="1" />    <meta name="if:FooterReblogLink" content="0" />      <meta name="if:SidebarImgBorder" content="1" />
   <meta name="if:SearchBox" content="1" />
   <meta name="if:SideHover" content="1" />    <meta name="if:HoverTags" content="1" />    <meta name="if:TransparentSideHover" content="0" />    <meta name="if:Sounds" content="1" />    <meta name="if:Border" content="1" />    <meta name="if:NavButtons" content="1" />    <meta name="if:NavMenu" content="0" />      <meta name="if:ShowCaptions" content="1" />    <meta name="if:ShowTags" content="1" />    <meta name="if:ShowSidebarImage" content="1" />      <meta name="if:HighSidebar" content="1" />    <meta name="if:UpsideDown" content="0" />      <meta name="if:MaximizedBackground" content="1" />  
<style> body, a, a:hover {  }</style>
<style type="text/css">
 #tumblr_controls{ position:fixed !important; -webkit-filter: invert(100%) } #s-m-t-tooltip { text-align:center; text-transform:lowercase; max-width:320px; z-index:9999999999999; background: {color:tooltip}; font-size: 11px; word-wrap:break-word; padding: 1px 5px; font-family: {select:Font}; display: block; letter-spacing:0px; margin-left:28px; margin-top:20px; border: 1px solid {color:tooltipborder}; color: {color:tooltiptext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } ::selection { background: {color:selectionBG}; color:{color:selection}; } ::-moz-selection { background: {color:selectionBG}; color:{color:selection}; } ::-webkit-selection { background: {color:selectionBG}; color:{color:selection}; } ::-webkit-scrollbar{ width: 9px; background:{color:scrollbarbg}; } ::-webkit-scrollbar-track{ background:{color:scrollbarbg}; } ::-webkit-scrollbar-thumb{ -webkit-box-shadow:inset 1px 1px 2px 0 rgba(255,255,255,.6); box-shadow:inset 1px 1px 2px 0 rgba(255,255,255,.6); background: {color:scrollbarthumb}; border: 2px solid {color:scrollbarbg}; } ::-webkit-scrollbar-corner{ } .clear { clear: both; height: 0px; overflow: hidden; }  body { {block:ifMaximizedBackground} background:{color:background} url('{image:Background}') no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifMaximizedBackground} {block:ifnotMaximizedBackground} background:{color:background} url('{image:Background}') top left fixed repeat; {/block:ifnotMaximizedBackground} margin:0px; color:{color:text}; font-family: {select:Font}; } a { text-decoration:none; -moz-outline-style:none; color:{color:link}; cursor:help; } img { border:none; } a:hover { opacity:1; color:{color:hover}; background:{color:HoverBG};   }  #seokjin { {block:ifsidebarwrapper} {block:ifborder} border: 1px solid {color:wrapperborder}; {/block:ifborder} background:rgba({select:WrapperColor},{select:wrappertransparency} ); {/block:ifsidebarwrapper} transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; padding-left:15px; padding-right:15px; padding-bottom:5px; position:fixed; width:150px; margin-left:-230px; {select:SidebarStyle} } #seokjin .profile { {block:ifnotshowsidebarimage} display:none; {/block:ifnotshowsidebarimage} text-align:center; margin-bottom:15px; margin-top:15px; }
#seokjin .profile a{} #seokjin .profile a:hover{background:none;}
 #seokjin .profile img{ padding:3px; {select:SidebarImgShape} position:relative; {block:ifsidebarimgborder} border:1px solid {color:imgborder2}; background: {color:imgborder1}; {/block:ifsidebarimgborder} max-width:120px; /*height:120px;*/ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #seokjin .profile:hover img{ transform: scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); } .zelo{ font-family: {select:Font}; font-size:11px; text-align:center; margin-bottom:11px; text-transform:lowercase; } .zelo a{ margin-left:3px; margin-right:3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder} border: 1px solid {color:border}; {/block:ifborder} padding: 1px 5px; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .zelo a:hover{ color:{color:hover}; } #seokjin .desc { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; outline:0px auto {color:border}; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder} border:1px solid {color:border}; {/block:ifborder} padding:10px 10px; color:{color:text}; text-align:center; }  #seokjin .desc a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out;  }
 #seokjin .desc a:hover{ color:{color:hover}; } #pagi{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; font-size:11px; text-align:center; letter-spacing:0px; margin-top:12px; margin-bottom:10px;line-height: 22px; } #pagi a{ color:{color:link}; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba({select:bodycolor},{select:BodyTransparency}); {block:ifborder}border:1px solid {color:border}; {/block:ifborder} padding:1px 5px; margin-left:3px; margin-right:3px; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #pagi a:hover{ color:{color:hover}; } .nav { text-align: center; width: 100%; margin-top:7px; margin-bottom:0px; font-size:11px; line-height: 22px; } .nav a{ color:{color:navText}; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid {color:navborder}; margin-right: 2px; background-color:{color:nav}; padding: 1px 5px!important; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .nav a:hover{ -webkit-box-shadow: 2px 2px 0 0 {color:navborder}; -moz-box-shadow: 2px 2px 0 0 {color:navborder}; box-shadow: 2px 2px 0 0 {color:navborder}; color:{color:navtext}!important; } .search { font-family:{select:Font}; background: {color:search}; border: 1px solid {color:searchborder}; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } .search form { margin: 0; } .search form .query { padding: 2px; font-family:{select:Font}; border: none; background: transparent; outline: none; width: 50%; float: left; color: {color:searchtext}; } .search form .submit { background: rgba(255,255,255,.0); color:{color:searchtext}; font-family:{select:Font}; border:none; padding: 2px 4px; font-size:11px; margin: 3px 3px 2px 0; float: right; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; cursor: pointer; }  #wrapper { width:445px; padding-top:30px; padding-right:30px; padding-left:52px; padding-bottom:30px; margin: 0 auto; font-size:11px; }
 #youngjae { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; min-height:55px; font-size:11px; outline: 0px auto {color:border}; {block:ifborder} border:1px solid {color:border}; {/block:ifborder} {block:ifnotborder} border-right:1px solid rgba(255,255,255,.01); {/block:ifnotborder} width:400px; {block:iffooters} overflow:auto; {/block:iffooters} word-wrap:break-word; padding-bottom:8px; padding-top:10px; padding-right:10px; padding-left:10px; margin-bottom:30px; background: rgba({select:bodycolor},{select:BodyTransparency}); transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }  #youngjae:hover{ {block:ifsidehover} {block:indexpage} {block:ifnottransparentsidehover} border-right:26px solid {color:border}; {/block:ifnottransparentsidehover} {/block:indexpage}{/block:ifsidehover} } #youngjae .link{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:2px; font-size:13px; background:{color:accent}; padding:6px 8px; overflow:hidden; margin-bottom:3px; border:1px solid {color:accentborder}; border-bottom:4px solid {color:accentborder}; text-align:center; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }  #youngjae .link a{ color:{color:accenttext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .link a:hover{ color:{color:hover}; } #youngjae .link:hover{ } #youngjae .quote{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:1px; font-size:12px; background:{color:accent}; padding:6px 2px; margin-top:0px; margin-bottom:4px; border:1px solid {color:accentborder}; text-align:center; line-height:15px; } .chat ul { list-style: none; margin:0; padding: 0; } .chat li { border:1px solid {color:chatborder}; margin-left:3px; margin-top:-1px; color:{color:text}; font-size:11px; padding: 3px 5px; width: 382px ; } .chat .odd { float: left; background: {color:chat1}; } .chat .even { float: left ; background: {color:chat2}; } #youngjae .title{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:accenttext}; letter-spacing:2px; font-size:17px; background:{color:accent}; padding:6px 2px; margin-top:0px; margin-bottom: 3px; border:1px solid {color:accentborder}; text-align:center; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .texto{ margin-bottom:0px; margin-top:0px; padding:1px 5px; } #youngjae .texto a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae .texto a:hover{ } #youngjae blockquote{ margin-left:12px; width:90%; padding-top:1px; word-wrap:break-word; background:rgba(0,0,0,.02); border-left:1px solid {color:blockquote}; padding-left:12px; padding-bottom:1px; padding-right:0px; } #youngjae img{ max-width:100%; } pre{ letter-spacing:1px; font-size:10px; padding-right:5px; font-family:arial; } #youngjae #bap { {select:LikeReblogPerm} text-align:center; padding:3px; font-size:13px; background: transparent; margin-top:-11px; margin-left:410px; height:90px; width:0px; overflow:hidden; position:absolute; opacity:0; transition: .1s ease-in; -moz-transition: .1s ease-in; -webkit-transition: .1s ease-in; } #youngjae:hover #bap { height:90px; opacity:1; width:19px; transition: .2s ease-in; -moz-transition: .2s ease-in; -webkit-transition: .2s ease-in; }
 #youngjae #bap a:hover{background:transparent;}
 #youngjae #jonguppie{ {block:ifnotfooters}{block:indexpage} display:none;{/block:indexpage}{/block:ifnotfooters} padding-top:4px; padding-bottom:2px; margin-top: 0px; text-align:center; border-top: 1px dashed {color:line}; overflow:hidden; } #youngjae #jonguppie .tags{ text-transform:lowercase; line-height:20px; display:block; margin-top:-2px; margin-left:2px; } #youngjae #jonguppie a{ color:{color:link}; } #youngjae #jonguppie .tags a{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: {color:footertext}; margin-right:4px; padding:1px 5px; background: {color:footer}; border:1px solid {color:footerborder}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #youngjae #jonguppie .tags a:hover{ color: {color:footertext}; -webkit-box-shadow: 2px 2px 0 0 {color:footerborder}; -moz-box-shadow: 2px 2px 0 0 {color:footerborder}; box-shadow: 2px 2px 0 0 {color:footerborder}; } #youngjae #jonguppie #bebop { {block:ifnotshowtags}{block:indexpage} display:none;{/block:indexpage} {/block:ifnotshowtags} {block:indexpage} {block:ifhovertags}max-height:0px; {/block:ifhovertags} {block:ifnothovertags}max-height:245px; {/block:ifnothovertags} margin-bottom:-3px; {/block:indexpage} transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } {block:ifHoverTags}  #youngjae #jonguppie:hover #bebop { {block:indexpage} max-height:245px;{/block:indexpage} transition: .6s ease-in-out; -moz-transition: .6s ease-in-out; -webkit-transition: .6s ease-in-out; } {/block:ifHoverTags} #youngjae #jonguppie #bebop .tago { {block:indexpage} max-height:231px; overflow:auto;{/block:indexpage} color:{color:text}; margin-top:4px; line-height:15px; font-size:11px; } #youngjae #jonguppie  #bebop .tago a{ transition: .8s ease-in-out; -moz-transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out; color:{color:text}; } #youngjae #jonguppie #bebop .tago a:hover{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; color:{color:hover}; } #youngjae #jonguppie #bebop .tago { } #youngjae #jonguppie a:hover{ color:{color:text}; } .qwrapper{ min-height:15px; padding:20px; position:relative; } .question { -webkit-border-radius: 5px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; margin-top:-20px; margin-left:41px; margin-bottom:10px; position:relative; width:310px; float:left; text-align:justify; border:1px solid {color:accentborder}; background: {color:accent}; color: {color:accenttext}; font-size:11px; padding: 12px 12px; overflow:hidden; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } .question a{ letter-spacing:0px; color:{color:accenttext}; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .question:hover a{ color:{color:accenttext}; } #youngjae:hover .question { } .jihoon { overflow:hidden; width:48px; height:48px; background: {color:imgborder1}; border:1px solid {color:imgborder2}; padding:3px; float:left; position:absolute; overflow:hidden; margin-top:-24px; margin-left:-24px; -moz-border-radius: 38px; -webkit-border-radius: 38px; border-radius: 38px; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } .qarrowleft { z-index:9999999; margin-top:-7px; margin-left:52px; position:absolute; width: 0; height: 0; -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-right:11px solid {color:accentborder}; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae:hover .jihoon{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .jihoon img { width:48px; -moz-border-radius: 28px; -webkit-border-radius: 28px; border-radius: 28px; }  #asswipe{ margin:8px; float:left; width:80px; background: {color:imgborder1}; border:3px solid {color:imgborder2}; height:80px; overflow:hidden; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; -moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; } #youngjae:hover #asswipe{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } #rapmon{ position:relative; float:left; width: 280px ; background-color:#fff; overflow-x:hidden; overflow-y:hidden; -moz-transition: all .9s ease; -o-transition: all .9s ease; transition: all .9s ease; -webkit-transition: all .9s ease; color:{color:Text}; margin-top:-10px; margin-left:-5px; } .arrow-left { margin-top:30px; margin-left:80px; position:absolute; width: 0; height: 0; border-top: 21px solid transparent; border-bottom: 20px solid transparent; border-right:25px solid {color:accentborder}; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae #yonggu { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; position:absolute; margin-left:105px; border:8px solid {color:accentborder}; font-size:11px; font-family:calibri; text-transform: none; float:right; margin-top:30px; padding:5px; padding-top:8px; overflow:hidden; color: {color:accentText}; background: {color:accent}; width:260px; height:12px; transition: .4s ease-in-out; -moz-transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; } #youngjae:hover #yonggu{ position:absolute; margin-top:8px; height:60px; } #youngjae:hover .arrow-left { border-right:25px solid {color:accentborder}; margin-top:8px; } ol.notes { max-height:300px; overflow-y:auto; padding: 0px; margin: 5px 0px; list-style-type: none; } ol.notes a{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } ol.notes li.note { padding: 5px; } ol.notes li.note img.avatar { -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; } ol.notes li.note span.action { font-weight: normal; } ol.notes li.note .answer_content { font-weight: normal; } ol.notes li.note blockquote { border-color: {color:blockquote}; padding: 4px 10px; margin: 10px 0px 0px 25px; } ol.notes li.note blockquote a { text-decoration: none; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } #credit { transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; font-size:11px; position:fixed; bottom:-1px; left:-91px; color:#51535e; }  #credit .creditl{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; border-top:1px solid {color:border}; border-right:1px solid {color:border}; background: rgba(255,255,255,.8); font-family:consolas; width:75px; float:left; margin-left:2px; padding:3px 4px; margin-right:0px; } #credit .creditr{ transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; background: rgba(255,255,255,.8); border-left:5px solid {color:border}; border-top:1px solid {color:border}; border-right:1px solid {color:border}; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; font-size:16px; float:right; font-family:arial; padding-top:0px; padding-bottom:1px; padding-left:5px; padding-right:5px; } #credit:hover { left:-1px; } #credit:hover .creditr{ padding-right:4px;} #credit:hover .creditl{ } #credit a{ color:#51535e; }
{CustomCSS}</style> </head><body>  
<script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com //** v1.1 (April 7th, 10'): //** 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={ setting: {startline:0, scrollto: 0, scrollduration:900, fadeduration:[500, 100]}, controlHTML: '<img src="{image:Bottom}" style="max-width:240px;" width="" onclick="clicksound.playclip()"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol" controlattrs: {offsetx:{text:BottomImageLeft}, offsety:{text:BottomImageTop}}, //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>') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'scroll to top'}) .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()</script>  
<div id="wrapper">
<div id="seokjin">
{block:ifnotUpsideDown}
<div class="profile">
<a href="/" title="{title}" onmouseover="mouseoversound.playclip()"> <img src="{image:sidebar}"></a></div>{/block:ifnotUpsideDown}
{block:ifUpsideDown} <center><br>  <img src="{image:pixelie}" style="float:center; max-width:100%; margin-bottom:18px;">  
</center>{/block:ifUpsideDown}
<div class="zelo"> <a href="/" title="{lang:Home}">{lang:Home}</a><a href="/ask" title="Ask">ask</a><a href="/archive" title="{lang:Archive}">{lang:Past}</a></div>
<div class="desc">{Description}
    {block:ifNavButtons}     <div class="nav">                 {block:haspages}                 {block:pages} <a href="{url}" onclick="clicksound.playclip()" >{label}</a> {/block:pages}{/block:haspages}                 {block:iflink1}<a href="{text:link 1 url}" onclick="clicksound.playclip()">{text:link 1}</a>{/block:iflink1}                 {block:iflink2}<a href="{text:link 2 url}"onclick="clicksound.playclip()" >{text:link 2}</a>{/block:iflink2}                 {block:iflink3}<a href="{text:link 3 url}"onclick="clicksound.playclip()" >{text:link 3}</a>{/block:iflink3}                 {block:iflink4}<a href="{text:link 4 url}"onclick="clicksound.playclip()" >{text:link 4}</a>{/block:iflink4}                 {block:iflink5}<a href="{text:link 5 url}"onclick="clicksound.playclip()" >{text:link 5}</a>{/block:iflink5}                 {block:iflink6}<a href="{text:link 6 url}"onclick="clicksound.playclip()" >{text:link 6}</a>{/block:iflink6}                 {block:iflink7}<a href="{text:link 7 url}"onclick="clicksound.playclip()" >{text:link 7}</a>{/block:iflink7}                 {block:iflink8}<a href="{text:link 8 url}"onclick="clicksound.playclip()" >{text:link 8}</a>{/block:iflink8}                   </div>     {/block:ifNavButtons}            
{block:ifNavMenu}                 <select onChange="location=this.options[this.selectedIndex].value;" style="                 font-family:{select:font};                 cursor:pointer;                 font-size: 11px;                 color:{color:navtext};
                 max-width:100%;                 padding:0px 2px;
                  -moz-border-radius: 3px;    -webkit-border-radius: 3px;    border-radius: 3px;
                border: 1px solid {color:navBorder};                 background-color: {color:nav};                 margin-bottom:0px;                 -webkit-appearance: none;                 text-align:center;                 margin-top:5px;   "><option value="">{text:MenuTitle}</option><!-- <option value="/ask">ask</option><option value="/submit">submit</option>-->{block:haspages}{block:pages}<option value="{url}">{label}</option>{/block:pages}{/block:haspages}{block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}{block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}{block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}{block:iflink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:iflink4}{block:iflink5}<option value="{text:link 5 url}">{text:link 5}</option>{/block:iflink5}{block:iflink6}<option value="{text:link 6 url}">{text:link 6}</option>{/block:iflink6}{block:iflink7}<option value="{text:link 7 url}">{text:link 7}</option>{/block:iflink7}{block:iflink8}<option value="{text:link 8 url}">{text:link 8}</option>{/block:iflink8}</select></form>                 {/block:ifNavMenu}  
</div>
{block:Pagination}<div id="pagi"> {block:PreviousPage}<a href="{PreviousPage}" title="{lang:Previous page}">←</a>{/block:PreviousPage}{block:JumpPagination length="4"}{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:NextPage}<a href="{NextPage}" title="{lang:Next page}">→</a>{/block:NextPage} </div>{/block:Pagination}  <div style="line-height:2px;"><br></div> <div id="credit"> <div class="creditl"><a href="http://www.tukut.tumblr.com/">Theme Credit</a></div><div class="creditr">✖</div></div> {block:ifsearchbox}{block:permalinkpage}<br>{/block:permalinkpage} <div style="background:   rgba({select:bodycolor},{select:BodyTransparency}); text-align:center; padding: 8px; -moz-border-radius: 3px;    -webkit-border-radius:3px;    border-radius:3px; {block:ifborder} border:1px solid {color:border};{/block:ifborder} "> <div class="search"><form action="/search" method="get" class="search-form"><input type="hidden" name="t" value="{Name}" /><input type="text" name="q" class="query" value="{SearchQuery}" /><input type="submit" value="{lang:search}" class="submit" /><div class="clear"></div></form></div> {block:SearchPage}<div style="line-height:3px;"><br></div>[{block:SearchResults}{lang:SearchResultCount results for SearchQuery 2}{/block:SearchResults}{block:NoSearchResults}{lang:No search results for SearchQuery 2}{/block:NoSearchResults}] {/block:SearchPage}</div>
{/block:ifsearchbox}
{block:ifUpsideDown}
<div class="profile">
<a href="/" title="{title}" onmouseover="mouseoversound.playclip()"> <img src="{image:sidebar}"></a></div>{/block:ifUpsideDown}
{block:ifnotUpsideDown} <center><br>  <img src="{image:pixelie}" style="float:center; max-width:100%; margin-bottom:8px;">  
</center>{/block:ifnotUpsideDown}
</div>
{block:Posts}<div id="youngjae">
{block:ifsidehover}{block:indexpage} <div id="bap">
<div style="padding-bottom:5px;">{likebutton color="white"}<div style="line-height:0px"><br></div> {reblogbutton color="white"}</div>
<div style="line-height:0px"><br></div>
    <a href="{Permalink}" target="_blank" onclick="clicksound.playclip()"    title="{lang:Permalink}">   <img src="https://64.media.tumblr.com/cf50f8f56da95164585dca423527ccd4/tumblr_mzn0pdlJPv1sue43xo1_75sq.png" style="margin-left:-1px;width:24px;">                </a>  
</div>{/block:indexpage}{/block:ifsidehover}
{block:Text} {block:Title}<div class="title">{Title}</div>{/block:Title} <div class="texto">  {Body}</div> {/block:Text}
{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Photo}
{block:Link}  <!-- <div class="poopie"> <a href="{URL}"{Target} target="_blank" title="{name}" onclick="clicksound.playclip()">»</a></div>   -->
<div class="link"><div class="piff"><a href="{URL}"{Target}>{Name} »  </a></div>
</div> {block:Description}<div class="texto">{Description}</div>{/block:Description}
{/block:Link}
{block:Photoset}<center>{Photoset-400}</center>
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Photoset}
{block:Quote}<div class="quote">{Quote}</div>
<div class="texto"> {block:Source}<div style="text-align:right; padding-right:5px;">{Source} ←</div>{/block:Source} <div style="line-height:7px;"><br></div></div>
{/block:Quote}
{block:Audio}           {block:AudioPlayer}              <!--<img width="40px" src="http://static.tumblr.com/cdqiodf/XXSmuhh4a/album-art.png" style="position:absolute; margin-top:9px;margin-left:9px; z-index:-1;-moz-border-radius: 53px;    -webkit-border-radius: 53px;    border-radius: 53px;padding:22px; background:{color:imgborder1}; "/> -->
               <div id="asswipe">{block:AlbumArt}
               <img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
<div class="arrow-left"></div>
               <div id="yonggu">                  <div id="rapmon">{AudioPlayerWhite} </div>
               <span style="">
               <div style="line-height:10px"><br></div><br>
              <div style="height:40px; overflow-y:auto;">                {block:TrackName}<b>Track:</b>  {TrackName}{/block:TrackName}{block:ExternalAudio}<a href="{ExternalAudioURL}" title="{lang:Download}"> +</a>{/block:ExternalAudio}</span><br>{block:Artist}<b>Artist:</b>  {Artist}{/block:Artist}<br>{block:Album}<b>Album:</b>  {Album}{/block:Album}</div></div>
              <div class="clear"></div>    {/block:AudioPlayer}
            {block:AudioEmbed} {AudioEmbed-400}  {/block:AudioEmbed}               {block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}                {/block:Audio}
{block:Video}<center>{VideoEmbed-400}</center>
{block:ifshowcaptions} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:ifshowcaptions}
{block:ifnotshowcaptions}{block:permalinkpage} {block:Caption}<div class="texto">{Caption}</div>{/block:Caption} {/block:permalinkpage}{/block:ifnotshowcaptions}
{/block:Video}
{block:Chat}                 {block:Title}<div class="title">{Title}</div><div style="line-height:9px;"><br></div>{/block:Title}  
                <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label}<b>{Label} </b> {/block:Label} {Line}</li>{/block:Lines}</ul></div>
                <div class="clear"></div><div style="height:10px;"></div>{/block:Chat}
{block:Answer}
   <div class="qarrowleft"></div>    <div class="qwrapper">
  <div class="jihoon">    <img src="{AskerPortraitURL-64}">      </div>
  <div class="question">
 <b>{asker}</b> asked: {Question}</div> </div>
 <div class="clear"></div>  <div class="texto"> {Answer}</div>  {/block:Answer}
{block:Date}
<div id="jonguppie">
             <div class="tags">                 <div style="line-height:5px;"><br></div>
          <a href="{Permalink}" target="_blank" onclick="clicksound.playclip()"     title="           {lang:Permalink}">{TimeAgo}</a>
            {block:Reblog}<a href="{ReblogParentURL}" title="{lang:PostTypeNoun reblogged from ReblogParentName}">{lang:Via}</a>
              {block:ContentSource}<a href="{SourceURL}" title="{lang:Originally from ReblogRootName}">{lang:Source}</a>{/block:ContentSource}
              {/block:Reblog}  
              <a href="{Permalink}" title="{lang:This post has NoteCount notes}">   {block:NoteCount}           {NoteCount}  {/block:NoteCount} ♡</a>    
        {block:ifFooterReblogLink}             <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:ifFooterReblogLink}  
                        </div>
                    {block:hastags}<div id="bebop">  <div class="tago">
            {block:ifshowtags}  {lang:Tagged}: {block:Tags}
          <a href="{TagURL}">#{Tag}</a>
              {/block:Tags} {/block:ifshowtags}
              {block:ifnotshowtags}{block:permalinkpage} {block:Tags}
             <a href="{TagURL}">#{Tag}</a>
              {/block:Tags} {/block:permalinkpage}{/block:ifnotshowtags}  
</div> </div>{/block:hastags}
              </div>    
                {/block:Date}
                 {block:permalinkpage}  {PostNotes}      {/block:permalinkpage}
               </div>
{/block:Posts}  </div></div></div>
</body></html>
0 notes
mixbox-studio · 10 years ago
Photo
Tumblr media
first oversea streaming audio #workshop from #aschaffenburg #germany to #muncie #usa #ballstateuniversity explaining a songmix from a #untertagen #song #alleherzen #rupertneve #rupertnevedesigns #5088 #analogconsole #sourceelements #mixboxstudio #sae #mastering #mixing #studio #tonstudio #training #howtomix (hier: Ball State University)
0 notes
arifskinchen · 5 years ago
Photo
Tumblr media
THIS is How You END and Start your Week! Thanks @sbvtalent & @terencewithanf for this opportunity! And thank you @sourceelements + #KevTheTec for MAPPING my system! #Excellsior #MeAndThatMouf #SEIsMappedAndWorkedToday #iKnowYouLoveThatCarsComforterRoof #StayTunedToTheMicrophonistWithAaBonus https://www.instagram.com/p/CDJ5-Vchh4b/?igshid=b94utfwtvyi4
0 notes
arifskinchen · 5 years ago
Video
instagram
Ah, the Joy's of @sourceelements #SourceConnect ... WHY DONT YOU LOVE ME??? I need you to WORK!!! #ActorGang #VivaLaVoice #stayTunedToTheMicrophonistWithAaBonus | Rep'd by @sbvtalent since 1996 https://www.instagram.com/p/CDF1qMpF80e/?igshid=m958ll3973vn
0 notes