- Posts: 27
- Thank you received: 0
Modify Colors and suffixes in Modules?
-
internetantiquar
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
13 years 2 months ago - 13 years 2 months ago #22140
by internetantiquar
Modify Colors and suffixes in Modules? was created by internetantiquar
Hi,
1. where do the modules get their background colors (and bordercolors) from? Can I change them?
2. What do module suffixes mean? Sometimes I find them in the templates. How can I use these? Is there a description?
Thks Greetings Helmer
1. where do the modules get their background colors (and bordercolors) from? Can I change them?
2. What do module suffixes mean? Sometimes I find them in the templates. How can I use these? Is there a description?
Thks Greetings Helmer
Last edit: 13 years 2 months ago by internetantiquar.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #22148
by ivan.milic
Replied by ivan.milic on topic Modify Colors and suffixes in Modules?
1. Most of modules have transparent color, bcg is from containers, and you can control that using template parameters or if you use pre-defined style you can edit /styles/styleX.php where X is number of your style.
2. Module suffix is added to module class like this:
<div class="moduletablesuffix"...
you can do this trick with it:
example: suffix=" red round"
then you can style module like this:
DIV.red{
....
}
DIV.round{
....
}
2. Module suffix is added to module class like this:
<div class="moduletablesuffix"...
you can do this trick with it:
example: suffix=" red round"
then you can style module like this:
DIV.red{
....
}
DIV.round{
....
}
Please Log in to join the conversation.
Time to create page: 0.301 seconds