(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();
})();
Seras Victoria
Aug 17, 2022
by YiLiao
Seras Victoria of Hellsing
Category: Anime
Completed: 100%
Cost: $ US 70
Hours to Make: 20-40
First worn at: Otakon X Saturday
Inspiration: My friend Chuck wanted to do a small group for Otakon '03. After much deliberation we settled on Hellsing. And because I'm cute and genki I was made Seras. We will also have an Alucard and (maybe royal knight) Integra.
Favorite Aspect: She's smallish and cute and she can kick your ASS!
Least Favorite Aspect: I hate the collar. HATE IT. Oh well.
Easiest Task: I have the boots already.
Hardest Task: The top was being snarky for weeks. Ugh.