The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change background color of calendar widget

5 posters

Go down

How to change background color of calendar widget Empty How to change background color of calendar widget

Post by apotheosis March 8th 2010, 1:14 am

How do I change the background color of the calendar widget on my portal? Using phpBB3 and Crystal Case theme.
Have this in CSS:

}
#mini-calendar {

width: 270px;
float: left
background-color: #919191;
}

As you can see, the day names are white and the background is also light.
How to change background color of calendar widget Pictur11
avatar
apotheosis
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Sanket March 8th 2010, 2:00 pm

Add this to your css.
Code:
#mini-calendar {
background-color: #919191;
}

Just change that color code.
http://www.computerhope.com/htmcolor.htm
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Maki1 March 8th 2010, 2:05 pm

Sanket wrote:Add this to your css.
Code:
#mini-calendar {
background-color: #919191;
}

Just change that color code.
http://www.computerhope.com/htmcolor.htm

dose that code works for (phpBB3)
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Sanket March 8th 2010, 2:16 pm

I think it should, since he found that in his css. Also, his forum is phpbb3.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Maki1 March 8th 2010, 2:25 pm

I just add the code in the CSS Stylesheet but nothing changed...is that the right place to add the code
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Sanket March 8th 2010, 2:33 pm

Code:
#calendar .center{
background-color: #FF0000;
}
I think this shall work.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by apotheosis March 10th 2010, 7:36 am

Thank you for the help but unfortunately, none of those work. I added the background color code under the mini calendar from my first post - it wasn't there in the default theme. I thought that would change it but no luck. Tried it also under calendar center as Sanket suggested but it did not change.
avatar
apotheosis
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by Maki1 March 10th 2010, 10:25 am

same for me didn't work.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

How to change background color of calendar widget Empty Change background color of your web-page automatically

Post by elizas April 29th 2010, 11:38 am

The following Javascript code will help you change the background-color of your web-page automatically and at a time-interval (in milli-seconds) as specified in the code.

<head>
<script type="text/javascript" language="javascript">


/* Method To Generate Random Numbers Between "0-255" for RGB Color-code Format & Assign To Body-Backgrond-Style */

function bgDisco()
{
var x =Math.round(255*Math.random());

var num1 =getHex(x);

var y =Math.round(255*Math.random());

var num2 =getHex(y);

var z =Math.round(255*Math.random());

var num3 =getHex(z);

document.body.style.background="#"+num1+num2+num3;

setTimeout("bgDisco()",1000);
}
Elizahttp://www.mindfiresolutions.com/Change-background-color-of-your-webpage-automatically--173.php
avatar
elizas
New Member

Posts : 1
Reputation : 0
Language : english

Back to top Go down

How to change background color of calendar widget Empty Re: How to change background color of calendar widget

Post by queenrabe April 26th 2011, 4:47 pm

http://thequesters.forumotion.com/calendar

I would like to change the background color for each day on my calendar, or have lines to separate the days like you would see on a Wall Calendar. I do not understand any of the previous instructions. CSS Stylesheet doesnt make sense to me. Once I am at the Admin Panel, where do I go to change the color and make each day well defined with colored background or lines drawn around each day.

Any help would be appreciated.
Thank you
avatar
queenrabe
New Member

Female Posts : 10
Reputation : 0
Language : English

http://www.bratpacktd.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum