(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Sora
Aug 17, 2022
by YiLiao
Sora of .hack//sign
Category: Anime
Completed: 100%
Cost: $ US ???
Hours to Make: 20-40
First worn at: AnimeFest 2003
Inspiration: Sora is AWESOME. ^.^ He's got a laid back, sly personality. Fun to portray. And seeing as how I make those noises he does by habit now (O_o;), It shouldn't be too difficult. n.n
Favorite Aspect: his haiiiiir. @.@ its so kewl!!! ^__^ and the katars. XP!
Least Favorite Aspect: Meh...I guess the poofyness of the pants. >_O
Easiest Task: The skarf and the bandana. The belt part wasn't too difficult either. >.>
Hardest Task: getting all of those lil patterns on. -.-() and wearing the belt thingy. X.x