CSS implementation request
Posted: Tue Jun 07, 2005 6:49 am
Firstly I'd like to start off by thanking and praising the good work of all the module creators. It is much appreciated.
I just have one small request to make with regards to implementing CSS. There are so many individual classes for all my installed modules now that my stylesheets are becoming unmanageable. Worse still, with Common class names like 'smaller' there is a very real risk of conflicts.
So...a simple suggestion to all you wonderful module writers. Please feel free to tell me if I am speaking out of my @rse but mightn't it be better to use #ids instead of classes and then format your HTML output to make use of the lesser used heading sizes and standard tags?
e.g.
#kalendar {
font-face: Verdana, Arial, 'courier new';
font-size: 0.8em;
margin: 0.2em;
padding: 0.5em;
border: 1px #333 dotted;
}
#kalendar h4 {
font-size: 1.2em;
color: #666;
}
#kalendar h5 {
font-size: 1em;
color: #656;
}
#kalendar th{
font-style: bold;
color: #999;
background-color: #bab;
}
As CMSms grows this will be a great help to people and avoid bloated style sheets. Better still, if you could provide a sample CSS.
Thanks again!
I just have one small request to make with regards to implementing CSS. There are so many individual classes for all my installed modules now that my stylesheets are becoming unmanageable. Worse still, with Common class names like 'smaller' there is a very real risk of conflicts.
So...a simple suggestion to all you wonderful module writers. Please feel free to tell me if I am speaking out of my @rse but mightn't it be better to use #ids instead of classes and then format your HTML output to make use of the lesser used heading sizes and standard tags?
e.g.
#kalendar {
font-face: Verdana, Arial, 'courier new';
font-size: 0.8em;
margin: 0.2em;
padding: 0.5em;
border: 1px #333 dotted;
}
#kalendar h4 {
font-size: 1.2em;
color: #666;
}
#kalendar h5 {
font-size: 1em;
color: #656;
}
#kalendar th{
font-style: bold;
color: #999;
background-color: #bab;
}
As CMSms grows this will be a great help to people and avoid bloated style sheets. Better still, if you could provide a sample CSS.
Thanks again!