1
Is it possible that each module has it's own stylesheet? Read stylesheet not template.
I want for example the even and odd class react differently within different modules.
my modules.css would look like for example:
#contact a {
color:#369;
font-weight: bold;
text-decoration:none;
}
#contact a:hover {
color:#598894;
font-weight: bold;
text-decoration:none;
}
#contact #even {
background-color: Aqua;
color: Aqua;
}
#mylinks {
padding-top: 3px;
width:535px;
}
#mylinks a {
color:#369;
font-weight: bold;
text-decoration:none;
}
#mylinks a:hover {
color:#598894;
font-weight: bold;
text-decoration:none;
}
etc....I know Micheal (
Xoopstuned) once had this hack,but somehow I lost touch with him. Could anyone help me with this one so we could put XOOPS webdesign onto a higher level???
Thank you in advanced