By gdev on
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
Not all classes are
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.cssand/themes/bluemarine/style.css--
I work for Ontwerpwerk
Actually what is the difference ???
Between the drupal.css in the misc directory and the template css file in the theme directory ? Do they work in conjunction ?
gdev
misc/drupal.css is evaluated
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