Ceahhettan (
ex_rising236) wrote in
dreamscapes2010-09-19 12:31 pm
Brittle: adding Wizard options?
I've been working on a new theme for Brittle (preview/layer).
In it, there are some options that I've added using custom CSS to make it more like what I want it to be, but none of these have an option to change the colour in the Wizaard, which I think is an important factor. I'm not sure what to actually call some of these things so I am just going to post the CSS for what I've done beneath the cut.
I don't want to sacrifice these things for the theme layer, either, because they're part of why I like it. So, it'd be neat to see ideas on how to add the options in (and preferably, to be honest, ideas that don't involve me having to learn more s2, because I'm not that good at it and even CSS can make my head hurt at times).
In it, there are some options that I've added using custom CSS to make it more like what I want it to be, but none of these have an option to change the colour in the Wizaard, which I think is an important factor. I'm not sure what to actually call some of these things so I am just going to post the CSS for what I've done beneath the cut.
.entry-wrapper-odd .entry, .comment-depth-even > div > .comment-wrapper > .comment {
border: 5px #333333 solid;
}
.entry-wrapper-odd .entry .userpic img, .comment-depth-even > div > .comment-wrapper > .comment .userpic img {
border: 5px #333333 solid;
}
.entry-wrapper-even .entry, .comment-depth-odd > div > .comment-wrapper > .comment {
border: 5px #111111 solid;
}
.entry-wrapper-even .entry .userpic img, .comment-depth-odd > div > .comment-wrapper > .comment .userpic img {
border: 5px #111111 solid;
}I don't want to sacrifice these things for the theme layer, either, because they're part of why I like it. So, it'd be neat to see ideas on how to add the options in (and preferably, to be honest, ideas that don't involve me having to learn more s2, because I'm not that good at it and even CSS can make my head hurt at times).

no subject