eve1
New Member
Posts: 50
inherit
185672
0
Apr 23, 2013 12:24:19 GMT -8
eve1
50
November 2012
eve1
|
Post by eve1 on Apr 7, 2013 10:55:39 GMT -8
Hi um I don't know what happened, but I posted the Css code and the template code yet the categories don't match my board colors or anything. Here is my site if you would like to take a look.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 7, 2013 22:25:03 GMT -8
Post the CSS you have for this.
|
|
eve1
New Member
Posts: 50
inherit
185672
0
Apr 23, 2013 12:24:19 GMT -8
eve1
50
November 2012
eve1
|
Post by eve1 on Apr 8, 2013 17:17:21 GMT -8
<span style="font-family: Lightfoot MT Light; font-size: 10pt;">/*Begin Tabbed Categories CSS */</span> .tabbedtd { background-color: #f1f1f1; text-align: center; border: @content_area_border; padding: 2px; margin: 2px; }
.tabbedtd:hover { background-color: @container_highlight_color; }
.tabbedtdactive { background-color: @container_highlight_color; text-align: center; border: @content_area_border; padding: 2px; margin: 2px; } /*End Tabbed Categories CSS*/
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 8, 2013 17:25:48 GMT -8
I'm not seeing that css anywhere? Where did you place it?
|
|
eve1
New Member
Posts: 50
inherit
185672
0
Apr 23, 2013 12:24:19 GMT -8
eve1
50
November 2012
eve1
|
Post by eve1 on Apr 9, 2013 16:45:09 GMT -8
I placed it in the Themes > Advanced Styles and CSS > Style Sheet
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 9, 2013 16:48:44 GMT -8
I don't see that CSS anywhere. So that would explain why it's not affecting the stuff. Are you sure you did it on the right theme?
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 12, 2013 12:21:50 GMT -8
Hey Shorty, I'm trying to change the color of the text for the tabbed categories, but it's not quite working... my site is ti-rpg.boards.net/If you click on one of the other categories and then click back to a different category, it will show the color that I actually want it to be (that really light blue). The hover color is correct... it's just the initial color that isn't changing no matter what I try! Any thoughts on how to fix it?
|
|
eve1
New Member
Posts: 50
inherit
185672
0
Apr 23, 2013 12:24:19 GMT -8
eve1
50
November 2012
eve1
|
Post by eve1 on Apr 12, 2013 12:35:33 GMT -8
Yes Im sure I put it in the right theme.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 12, 2013 12:37:22 GMT -8
On this part of the CSS, add the red.
.tabbedtd { background-color: #1f1f1f; color: #000000 !important; text-align: center; border: @content_area_border; padding: 2px; margin: 2px; }
Changing the #000000 to whatever you want.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 12, 2013 12:40:12 GMT -8
eve1, then I don't know what to tell you. As I don't even see the CSS anywhere.
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 12, 2013 13:53:22 GMT -8
Ah, I should've thought of that :/ However, it didn't work. Any other ideas?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 12, 2013 15:09:54 GMT -8
Add !important to it.
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 12, 2013 15:54:35 GMT -8
I did, it looks like this:
color: #F0FBFF !important;
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Apr 12, 2013 15:58:43 GMT -8
Alright. Sorry. Add this to your CSS.
td.tabbedtd font { color: #F0FBFF !important; }
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 12, 2013 19:23:15 GMT -8
No it's no problem at all Shorty! You're trying to help so many people, I really appreciate you taking the time to help me! And that worked wonders, thank you
|
|