Jump to content

Recommended Posts

Posted (edited)

Noticed alot of you where using the Jevents component, so thought you might like this that goes with its module.

 

/* TODAY CHANGES */
/* manipulate the cell */
.mod_events_td_todaywithevents {
border: solid;
border-width: 1px;
}

.mod_events_td_todaynoevents {
border: solid;
border-width: 1px;
}

/* manipulate the text */
.mod_events_td_todaywithevents a {
font-weight: bold;
}

.mod_events_td_todaynoevents a {
font-weight: bold;
}

/* DAY CHANGES */
/* manipulate the cell */
.mod_events_td_daywithevents {

}

.mod_events_td_daynoevents {

}

/* manipulate the text */
.mod_events_td_daywithevents a {
text-decoration: none;
}

.mod_events_td_daynoevents a {

}

 

All it does is bolds the current day + adds a small border around it, makes the module slightly nicer to read. Also the second bit unbolds days where events happen (I didn't like having loads of bold running about everywhere).

 

To use it plonk it in your main css, and job done.

 

To see it in action: Ashlawn School And Science College - Homepage

 

 

 

P.S I have not tested the no events ones (today has a event on my site), but assuming the devolpers follow the same conventions it will work

Edited by mossj
  • Thanks 1
Posted

 

To use it plonk it in your main css, and job done.

 

Thanks. Are you referring to the module css file or the template css file?

Thanks again,

Jeff

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...