Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Anyone know the easiest way to compile a list of CSS classes and Id's used in an application such as BVC5? I'm trying to understand what is available to be changed with CSS. The stock themes don't use every possible class and ID Maybe BV has such a list of all the classes and ID's they defined? I really don't want to open each page in VS and compile these by hand, but I haven't found any other way.
The end result is an Excel worksheet with all tags for reference and be able to use that to help create the CSS style sheets. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
TopStyle's Site Reports feature does an OK job of showing you the classes that are used/unused. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
That opened my eyes a bit. I'm not sure it gives me everything.
I'm also trying to figure out where each control (that has CSS styling) shows up and on what pages. Generally you wouldn't use every possible tag in a stylesheet, but it would be good to know what is available in some from of a reference guide. |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Classes and IDs in BVC5 are so inconsistent that I honestly don't think compiling a list will help much. To open each page in VS isn't ideal at all, because so much of it is generated in code behind.
The best way to go is to look at the browser source as you work, especially since you need to test while you build your stylesheets. It really doesn't take much time using a tool like Firebug and is a much more agile way to work. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.