Alright, after some testing I conclude that I have no idea what's going wrong here. As nearly as I can tell, chrome refuses to load files from a local filesystem as background images, and the import function breaks
something that I'm not sure what.
As nearly as I can tell, it works if you don't copy in the two lines that start with an @, and remove the extra } from the end. Or just copy-paste this:
Code:
#headerMover {
background-image: url('http://img06.deviantart.net/0a22/i/2014/098/4/b/shiny_cute_mew_by_lalingla-d7dm4rp.jpg');
background-size: 100%;
background-attachment: fixed;
background-position: center;
}
.messageList .message, .message .messageInfo {
opacity: .90;
}
}
On a side note, the opacity adjustment doesn't seem to be working in Flexile Dark, but I'll address that after some sleep.