Topic: Creating a custom style, have questions...
This version is really amazing, so many new cool things, it's really great.
Despite the lack of an updated spink CSS editor, I'm hacking up a new custom style. I'm very much not a CSS guru, so there are a couple of things I'm having trouble with:
* In forum view, want to change spacing so that the forum name & details have more column priority. Right now there is a lot of column width given to the Topic & Post Counts & Date and it looks crappy on my fixed width forum.
* Want to change the background color of odd & even entries in a thread; which css settings control this? I thought that this would do it:
\0
but it doesn't.
* Want to change the font and list definitions in posts but couldn't find the .css for this.
* The announcement spacing is different from the forum view and the post view... want it to be the same.
* Want to change how the values for the user info (# of posts, IP, etc.) appears... cannot find this.
There are others, and I'm slowly making my way through it. In general, would appreciate it if the default theme's css was better commented to facilitate style creation. It's very tedious to go through and look at each page and try to guess & infer which css is going to affect which part of the source, especially with colors & styles split between files.
.brd .main-item .odd {
background: #F8D029;
}