inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 20, 2012 7:27:45 GMT -8
i didnt notice the replies column, i tried
@threads_replies_color: #000000;
but that didnt work
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 20, 2012 9:11:34 GMT -8
They use the same color as your thread title.
Did you want them to be different?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 20, 2012 10:51:29 GMT -8
yea i just want them black
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 20, 2012 11:04:04 GMT -8
Changes are in red. I made the reply count link color separate from the thread title link. You only need to change what's underlined to your preference (although it should already be fine since you said you wanted black).
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 20, 2012 12:01:48 GMT -8
i have this its still blue
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 20, 2012 12:24:51 GMT -8
Remove lines 909-910, and lines 921-922. Those were removed in the code in my previous post.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 20, 2012 12:47:58 GMT -8
its still blue
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 20, 2012 13:27:42 GMT -8
When you removed lines 909-910, it moved 921-922 up, so you ended up removing the 2 lines after them. Just erase 903-921 and replace it all with the code in my previous post and it should fix everything.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 20, 2012 13:47:49 GMT -8
thanks, everythings there
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 20, 2012 13:48:20 GMT -8
Sweet. Hopefully that's everything then.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 22, 2012 13:31:58 GMT -8
Brian Ordonezim putting everything in the Visual Editor, the link colors and all the hovers, im making a Template Mod thread and want to have everything rite all these variables do from the drop down Visual Editor Builder is hover the Views column and the By in the last column, ive tried it several times, both of them @threads_hover_text_color @threads_hover_link_color this is everything i have for css .threads .item:hover { background-color: @threads_hover_background_color; color: @threads_hover_text_color; } .threads .item:hover .main .link a { color: @threads_hover_link_color; } .threads .item:hover .replies a { color: @threads_hover_replies_color; } .threads .item:hover .time { color: @threads_timestamp_color; } @threads_hover_background_color: #FFFFFF; @threads_hover_text_color: #000000; @threads_hover_link_color: #00138E; @threads_hover_replies_color: #000000; @threads_timestamp_color: #000000; /* The Timestamp Hover */
.threads .item:hover { background-color: @threads_hover_background_color; color: @threads_hover_text_color; } .threads .item:hover .main .link a { color: @threads_hover_link_color; } .threads .item:hover .replies a { color: @threads_hover_replies_color; } .threads .item:hover .time { color: @threads_timestamp_color; }
/* Thread List */ @threads_text_color: #000000; @threads_link_color: #00138E; @threads_replies_color: #000000; @threads_time_color: @timestamp_color;
.threads .item { color: @threads_text_color; } .threads .item .main .link a { color: @threads_link_color; } .threads .item .replies a { color: @threads_replies_color; } .threads .item .time { color: @threads_time_color; }
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 26, 2012 21:31:05 GMT -8
reply
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 27, 2012 9:34:03 GMT -8
What's not working and what's it supposed to be doing?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 27, 2012 10:08:07 GMT -8
i have the board cell hover i think, beta is off
i just need the Thread link hover, when hovering over each thread(the link) in the list page
im not sure if if i have it in the css, above, cant check, beta
but choosing it in the visual editor wont work
i use these when editing but they just hover the By and replies
@threads_hover_text_color @threads_hover_link_color
which @ do i need while editing the visual editor to hover the thread link
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 30, 2012 16:57:08 GMT -8
i figured it out
|
|