[css-d] Organizing CSS for large app interface

2009-03-30 Thread Jen Strickland
Hey there, I have an application that I've built css files for, and I'd like to make them more organized. Does anyone have any guidelines for how to approach it? Thanks, Jen __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Organizing CSS for large app interface

2009-03-30 Thread Adam Ducker
Jen Strickland wrote: I have an application that I've built css files for, and I'd like to make them more organized. Does anyone have any guidelines for how to approach it? One of the best I've come across and one I've started to pattern my large sets of CSS after as much as I can is

Re: [css-d] Organizing CSS

2006-01-27 Thread Bill Moseley
On Mon, Jan 23, 2006 at 09:19:18AM -0500, Adam Kuehn wrote: You have just violated the CSS Specification, and compliant browsers are therefore free to ignore green.css. [1] Included CSS files must come at the beginning of a stylesheet, before any property/value declarations, not at the

Re: [css-d] Organizing CSS

2006-01-27 Thread Blake Haswell
On 1/28/06, Bill Moseley [EMAIL PROTECTED] wrote: which I don't want to effect other elements. Is it possible to simply add an ID to the table element, and edit the CSS file appropriatly? table#specifictable th { border-bottom: 1px solid #666; }

Re: [css-d] Organizing CSS

2006-01-24 Thread jesse
Of course there's no one-right-way to do this, but here's what I would suggest. Have one master CSS file, say style.css, that every page references. Inside the style.css, put everything that is common across all brandings. You may even want to put the default branding in this file. Then, at

Re: [css-d] Organizing CSS

2006-01-23 Thread Adam Kuehn
At 05:37 AM 1/21/2006, Jesse Skinner wrote: Bill Moseley wrote: I just looking for a few tips on how to organize CSS files. Of course there's no one-right-way to do this, but here's what I would suggest. Have one master CSS file, say style.css, that every page references. Inside the style.css,

Re: [css-d] Organizing CSS

2006-01-21 Thread Michael Hulse
On Jan 20, 2006, at 9:38 AM, Bill Moseley wrote: I just looking for a few tips on how to organize CSS files. I kinda like how the CSS for most Ruthsarian Layouts is organized: http://webhost.bridgew.edu/etribou/layouts/index.html My personal technique is to link from index page like so: link

[css-d] Organizing CSS

2006-01-20 Thread Bill Moseley
This is a sanity check (mine, not yours ;) I just looking for a few tips on how to organize CSS files. I've got an application that can be branded. CSS and templates to generate the html are searched for in a $PATH-like way. For example, a green branded version might request: