inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 6:16:15 GMT -8
i tried the Visual Editor and looked thru the css but it cant bold these lines and i want to change the text and link text inside all conversations, size, weight, etc.. i tried going off of what i have for Threads but couldnt get it .posts .post .content { font-size: 14px; font-style: none !important; font-weight: bold; } .posts .list .content .message a { font-size: 14px; font-weight: bold; font-style: italic; color: #00138E; }
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 8:37:03 GMT -8
This border is controlled by Threads (Post Lists) > Posts > Post Separator.
Changing its width will also affect the widths of the borders on the sides of the container.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 8:47:49 GMT -8
ive had that at 5px solid since the beginning and it doesnt do anything on my Thread pages
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 8:57:29 GMT -8
Your settings are being overridden by Line 1200 in your style sheet.
Removing this line should make that section work again.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 9:09:52 GMT -8
it works on the Thread page now but not in the conversations. i want to have the Thread Page Seperator at 5px but it does the side of the Threads too how could i just have the horizontal seperator and not the side of the posts
i added this for some reason, what did it do. i added a label and nothing was wrong with any widths
.posts .post > td, .posts #labels { border-width: 0 0 1px; }
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 10:14:02 GMT -8
Right... I just told you it would affect the sides. This will remove them from the sides and add them to PMs.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 10:39:16 GMT -8
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 10:43:18 GMT -8
This is due to your containers all having 1px white borders.
Body (Content) > Containers > Content Areas
Change the Border Style dropdown to none.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 10:51:33 GMT -8
i had to change that to white because every page on my forum had a border problem
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 10:51:58 GMT -8
As for the conversations page, the CSS needs to be added to the bottom of the style sheet to work. Otherwise, something after where you put it may conflict with it.
Here's an updated one that doesn't double the border on the first PM.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 11:13:04 GMT -8
This is due to your containers all having 1px white borders. Body (Content) > Containers > Content AreasChange the Border Style dropdown to none. i had to change that to white because every page on my forum had a border problem the conversations seperator is there and the full width of the forum, and i just want to do 2px for the line under participants which hasnt changed
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 11:18:08 GMT -8
In that case, remove the line that removes the top of the border so it looks like this.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 11:32:54 GMT -8
i got the top border in the conversations, its not as black as the rest of the lines, its in the same css with solid black
.messages .item > td { border: 5px solid black; border-left-width: 0px; border-right-width: 0px; border-top-width: 1px; }
i have border problems everywhere, still the sperator in the thread doesnt go
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2013 11:44:29 GMT -8
The width of the participants border can be changed with the following line of CSS.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 17, 2013 9:29:32 GMT -8
and i want to change the text and link text inside all conversations, size, weight, etc.. i tried going off of what i have for Threads but couldnt get it .posts .post .content { font-size: 14px; font-style: none !important; font-weight: bold; } .posts .list .content .message a { font-size: 14px; font-weight: bold; font-style: italic; color: #00138E; } i still need the seperator in threads to go all way across thenotablenook.com/thread/1445?scrollTo=27068&page=2
|
|