Installation
Merge the style.xml file into each style you want to apply the changes to. This will only work on styles with unedited calendar templates. To do this follow these steps:
- Go to Styles & Templates -> Download / UploadStyles.
- In the Upload form, browse to the monthly_calendar.xml file
- For the Merge Into Style choose the style that these changes should be applied on.
- Tell the system to ignore the version number (just in case).
- Click Import.
- Repeat for each additional style.
You may need to add the following four lines to the second box under MainCSS -> Additional CSS Definitions:
PHP код:
#highlight { padding:0px; border:1px solid red; font-weight:bold }
#calendar_today {background-color:transparent;color:red;font-size: 130%;font-style:italic; font-weight:bold;}
.daybox {padding:0px}
#calendar_date {font-size: 115%;font-style:italic;}