(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();
})();
Colonel Roy Mustang
Aug 17, 2022
by TsangShireen
Colonel Roy Mustang of Fullmetal Alchemist
Category: Anime
Completed: 100%
Cost: $ US>50
Hours to Make: 80-100
First worn at: Fanime 2004
Inspiration: After watching episode 13 of Fullmetal Alchemist, the one with the battle between Roy and Ed, I had this idea to do a skit based on Roy's "mini-skirt goal." I managed to get about 8 people in on the idea, but it eventually ended up being just Spookyelectric and me finishing our cosplay.
Favorite Aspect: Learning soo much about sewing and other costume making techniques. Oh, and having it turn out WAY better than I thought it would ^^.
Least Favorite Aspect: Hmm...not much really. Unless you include staying up till 6am for 2 or 3 days straight to finish the cosplay.
Easiest Task: The dress shirt, pants, and boots I had already so that helped.
Hardest Task: The collar was an interesting task to tackle. Since it is not buttoned/closed on the front and sits almost like it's closed, it seems to defy physics. Eventually, SpookyElectric came up with the idea of using a wire. Worked wonders. Oh yes, trim is evil.