Login





 


Language

Sprache auswählen:

Deutsch English

Changing default colours in PostCalendar

PostCalendar colours are derived from the theme you’re using, however if you want to change them manually (if the events or dates clash with your theme) then the following files are the ones you need to look at and possibly change the values contained within:

/PostCalendar/pntemplates/default/config/default.conf
/PostCalendar/pntemplates/default/config/navigation.conf

Also look at the stylesheet in the “styles” directory, for the block the stylesheet is in pntemplates/default/style/calendarblock.css

Here are the values you might want to change:

a.blockevent-none:link      { color: [[-$TEXTCOLOR1-]; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-none:hover     { color: [[-$TEXTCOLOR1-]; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-none:visited   { color: [[-$TEXTCOLOR1-]; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-none:active    { color: [[-$TEXTCOLOR1-]; font-size: 10px; font-weight: normal; text-decoration: none; }
 
a.blockevent-one:link        { color: #006600; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-one:hover        { color: #006600; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-one:visited    { color: #006600; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-one:active     { color: #006600; font-size: 10px; font-weight: normal; text-decoration: none; }
 
a.blockevent-two:link        { color: #006666; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-two:hover        { color: #006666; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-two:visited    { color: #006666; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-two:active     { color: #006666; font-size: 10px; font-weight: normal; text-decoration: none; }
 
a.blockevent-three:link     { color: #0066cc; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-three:hover    { color: #0066cc; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-three:visited  { color: #0066cc; font-size: 10px; font-weight: normal; text-decoration: none; }
a.blockevent-three:active   { color: #0066cc; font-size: 10px; font-weight: normal; text-decoration: none; }
 
changing_default_colours_in_postcalendar.txt · Last modified: 19.01.2006 20:46 by larsneo
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Driven by DokuWiki