
| Property | Value |
| Name | Business Hours Module for Joomla |
| Description | This simple module created for Joomla allows you to display your business hours neatly within your Joomla template. Choose alternating colors for rows and text using the module settings or your Joomla template CSS, (see example at the bottom of this page). Days left blank will display as "Closed". Also choose between abbreviated or non-abbreviated day names. CSS example:
#bh_tablestyle {
border-collapse: collapse;
}
/* General style for days */
#bh_tablestyle td {
padding: 2px 5px 2px 5px;
-moz-border-radius: 9px 9px 9px 9px;
}
/* Style for days */
#bh_tablestyle .bh_leftstyle {
text-align: right;
width: 65px;
}
/* Style for hours */
#bh_tablestyle .bh_rightstyle {
text-align: left;
width:95px;
}
/* Alternating style for rows*/
tr.businesshours0 td {
background-color: #333333;
color: #00ff00;
}
tr.businesshours1 td {
background-color: #cccccc;
color: #ff0000;
}
/* Style for your comments*/
#bh_tablestyle .bh_comment {
background-color: #ccffcc;
color: #000000;
font-style: italic;
}
|
| Filename | mod_hoursofbusiness.zip |
| Filesize | 2.62 KB |
| Filetype | zip (Mime Type: application/zip) |
| Creator | ecupler |
| Created On: | 13.11.2007 23:46 |
| Viewers | Everybody |
| Last updated on | 01.02.2008 11:04 |