Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Calendar (http://forum.bytesforall.com/showthread.php?t=295)

gproper Feb 9, 2009 02:31 PM

[SOLVED] Calendar
 
Really a great theme!!!

I tried to change the background of the calendar widget. But I did not manage this. Can anybody help me?

I would like white fonts, black background, grey title and orange hover.

Please look at www.dewoeste.nl, it is still under construction, just trying out a lot of things.

Thanks in advance.


Gerrit

Flynn Feb 9, 2009 04:55 PM

Put a modified version of this into HTML/CSS Inserts -> CSS Inserts

HTML Code:

#calendar_wrap {
    padding: 0;
    border: none;
    }
   
table#wp-calendar {
    width: 100%;
    font-size:90%;
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 0 auto;
    }

table#wp-calendar caption {
    width: auto;
    background: #eeeeee;
    border: none;;
    padding: 3px;
    margin: 0 auto;
    font-size: 1em;
    }

table#wp-calendar th {
    border: solid 1px #eeeeee;
    background-color: #999999;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    }
   
table#wp-calendar td {
    padding: 0;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: center;
    }

table#wp-calendar tfoot td {
    border: solid 1px #eeeeee;
    background-color: #eeeeee;
    }
   
table#wp-calendar td a {
    display: block;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
    padding: 0;
    }


MacMyDay Feb 13, 2009 11:12 AM

Perfect. This is excatly what I was looking for, I was able to reduce the size of the font in my calendar by changing its percentage accordingly in the [ table#wp-calendar ] command.

thanks Flynn!

SharonJ Nov 22, 2011 02:40 PM

Took me a while to find this, but this is perfect. Exactly what I wanted, Thank you Flynn.


All times are GMT -6. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.