|
Post by rhondairv on Jun 26, 2010 11:07:27 GMT -8
Is there a little snippet to add to this to color the text? Pleeeeeeeease
|
|
|
Post by Wormopolis on Jun 26, 2010 18:36:07 GMT -8
CSS allows for that:
<style type="text/css"> .countdown_default {width: 590; height:110; background-color: #000000; border: 1px #FFFFFF solid; color: #FF0000} .countdown_reached {width: 590; height: 110; background-color: #000000; background-image: url(http://i197.photobucket.com/albums/aa250/WORMOPOLIS/Animated-Border-Marquee.gif); color: #00FF00} </style>
|
|
|
Post by rhondairv on Jun 26, 2010 19:00:45 GMT -8
Is text in there? Like if i wanted to color the text? I colored the rest from the start, but just wondered if text was possible.
|
|
|
Post by Wormopolis on Jun 27, 2010 0:10:53 GMT -8
unless you have some other CSS that affects ALL font tags, the color should be picked up by the color defined in the classes CSS.
|
|
|
Post by rhondairv on Jun 27, 2010 8:03:22 GMT -8
ok, thanks wormo
|
|
|
Post by Wormopolis on Jun 27, 2010 17:37:56 GMT -8
or are you looking to make the text inside all different colors?
|
|
|
Post by rhondairv on Jun 27, 2010 18:42:25 GMT -8
well not all diff colors. just one color besides white.
|
|
|
Post by Wormopolis on Jun 27, 2010 19:18:30 GMT -8
oh well then perfect. add color: #FF0000 into the CSS and it will do just that.
|
|
|
Post by rhondairv on Jun 27, 2010 20:57:47 GMT -8
err, a little help..... i am sure i don't just add that. Do I add something before and after that and where does it go in the code or does that matter?
|
|
|
Post by Wormopolis on Jun 27, 2010 23:43:00 GMT -8
in the CSS. look about 5 posts up. see where I added it into the CSS?
|
|
|
Post by rhondairv on Jun 28, 2010 16:34:15 GMT -8
TY TY TY TY
|
|
|
Post by rhondairv on Jul 4, 2010 22:02:46 GMT -8
A Q?
I wasn't going to use this in post, but i have an idea for it. So here is my Q.. If i use the post format to use the countdown in post and i want it to have a diff outcome than the one i have on my main page can i?
I was testing it out and i couldn't figure it out if so.
|
|
|
Post by Wormopolis on Jul 5, 2010 2:08:02 GMT -8
As in the style it has when it finishes?
|
|
|
Post by rhondairv on Jul 5, 2010 12:47:09 GMT -8
yeah... but i can't get it to count down either.
[countdown:Monday Game Number Call=July 04 2010 12:57 am]22[/countdown]
That is how i did it. Maybe wrong..must be. But if it is in post it will still stay the anniversary fireworks and all huh?
|
|
|
Post by Wormopolis on Jul 5, 2010 14:42:10 GMT -8
you would need to have that footer portion installed to work in posts, but yes, every countdown takes on the CSS that is defined in the header.
something to consider though... if you put the countdwn header into main header, and a DIFFERENT countdown header into a board header, then you COULD have different results for event reached.
|
|