Back to vBulletin 3.6 Template Modifications

The Calendar "Small Month Day Other" Change The Background Colour
Mod Version: 1.00, by LEAD_WEIGHT

This modification is in the archives.
vB Version: 3.6.7 Rating: (0 vote - 0 average) Installs: 3
Released: 30 May 2007 Last Update: 30 May 2007 Downloads: 17
Not Supported Template Edits  

Change The Background Of "Small Month Day Other" On The Calendar

vB version 3.6.7
Preview:

All righty, then I will show you a very simple way of doing this.
  1. Goto Admin CP -> Styles & Templates -> Style Manager [choose style to be edit] -> All Styles Option --> Main CSS --> Additional CSS Definitions [add to second box]---> Click Save
    Code:
    .alt4
    {
    	background-color: #FF0000;
    	color: #FF0000;
    }
  2. Goto Admin CP -> Styles & Templates -> Style Manager [choose style to be edit] -> All Styles Option --> Edit Templates --> « expand all template groups» --> Calendar Templates « --> calendar_smallmonth_day_other

    vB version 3.6.7
    Find in red:
    Code:
    <!-- a single day from another month on the small calendars -->
    <td class="alt1"><span class="smallfont"><em>$day</em></span></td>
    Change code to what is in blue.
    Code:
    <!-- a single day from another month on the small calendars -->
    <td class="alt4"><span class="smallfont"><em>$day</em></span></td>
  3. Save in Template History? Check: YES -- Comment -- calendar_smallmonth_day_other_colour --> Click Save

You can change to any color you want...
http://www.w3schools.com/html/html_colornames.asp
http://www.colorschemer.com/online.html

Download

This modification is archived, downloads are still allowed.

File Type: %1$s calendar_smallmonth_day_other_colour.txt (1.2 KB, 16 downloads)

Screenshots

Similar Mods

The Calendar "Small Month Day Other" Change The Background Colour vBulletin 3.0 Template Modifications
The Calendar "Small Month Day Other" Change The Background Colour vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024