Hi,

I would be handy to have a list of all the possible CSS to use while styling a theme... Now I am copying and pasting some classes from other themes only to find out that the immediatly work. That means that those classes are standard.

Does anyone know if there's a finished list of all the standard available classes circulating around somewhere ?? It would also give a good view on wich elements are able to be styled quickly ...

Gdev

Comments

ontwerpwerk’s picture

Not all classes are standard, many classes are inserted by contributed modules, if copy pasting works you're lucky

I'm not aware of a list of classes used, but you might be able to get a list when you go trough /misc/drupal.css and /themes/bluemarine/style.css
--
I work for Ontwerpwerk

gdev’s picture

Between the drupal.css in the misc directory and the template css file in the theme directory ? Do they work in conjunction ?

gdev

ontwerpwerk’s picture

misc/drupal.css is evaluated first, and then themes/exampletheme/style.css is evaluated ... if there are rules for the same elements in both files, the rule from the theme is used...

--
I work for Ontwerpwerk