inherit
125549
0
May 15, 2016 10:30:16 GMT -8
`rainyday
Check out my warrior cat site!
763
June 2008
darkshadowfoxstar
|
Post by `rainyday on Jul 23, 2013 1:20:26 GMT -8
Hi, my site is betrayal-rpg.proboards.com/ and I was wondering how to get ALL of the forum text the same size (like a code to force resize it). Also wondering if there is a code to automatically make all the boards blockquote (like the first one) and make the text smaller, or if I have to do it all by hand C: Thanks!
|
|
URBAN
Junior Member
*Pokes*
Posts: 388
inherit
176388
0
Dec 12, 2018 12:05:47 GMT -8
URBAN
*Pokes*
388
February 2012
pandamonarch
|
Post by URBAN on Jul 23, 2013 1:30:56 GMT -8
Hi there `rainyday, Your forum is v5, so you can change all the forum's text size at Admin ---> themes ---> adv. styles & css ---> click "text styles"
You can change link size to match your text size here too XD
Edit:
As for making all the descriptions blockquote'd you could try this; Go to Admin ---> Themes ---> Layout Templates ---> Board ---> Board List
Find this part (only the first one, i believe there are two):
Add the Red:
Unfortunately I'm not sure how you would do it in the headers and footers...
|
|
inherit
125549
0
May 15, 2016 10:30:16 GMT -8
`rainyday
Check out my warrior cat site!
763
June 2008
darkshadowfoxstar
|
Post by `rainyday on Jul 23, 2013 13:38:25 GMT -8
URBAN Thanks C: However still some minor problems... The text style doesn't resize the headers, categories, the menu, or blockquoted text, I want everything resize to 10px (Small). Also, any way to make blockquote work with the Board image plugin I have? I wanted the text inside the image to be blockquoted, but it didn't work with the code and moved the text below. Thanks!
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 23, 2013 14:17:59 GMT -8
URBAN Thanks C: However still some minor problems... The text style doesn't resize the headers, categories, the menu, or blockquoted text, I want everything resize to 10px (Small). Also, any way to make blockquote work with the Board image plugin I have? I wanted the text inside the image to be blockquoted, but it didn't work with the code and moved the text below. Thanks! Remove the above blockquote, and instead you could try adding the following to your Style Sheet: .description { margin-left: 15px; } Set the 15px to any number you prefer, have a little play with the sizing. Edit: Also are you aware that on your forum's Last Post column, for guests, a board with no posts shows as: No posts yet, how about starting one? C: Not sure if the "C:" is intentional, or what it means. That's why I mention it. If it is intentional, ignore me
|
|
inherit
125549
0
May 15, 2016 10:30:16 GMT -8
`rainyday
Check out my warrior cat site!
763
June 2008
darkshadowfoxstar
|
Post by `rainyday on Jul 23, 2013 15:52:30 GMT -8
Stinky666, That worked perfectly, thanks C: Any idea what the CSS would be for a force resize of all text? Categories, and stuff in the info center are still bigger and I wanted everything the same text size as the boards C: Yes the C: is intentional, it's a big smiley! ;D
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 23, 2013 15:58:40 GMT -8
Stinky666, That worked perfectly, thanks C: Any idea what the CSS would be for a force resize of all text? Categories, and stuff in the info center are still bigger and I wanted everything the same text size as the boards C: Yes the C: is intentional, it's a big smiley! ;D Not too sure, because each text has it's own selector thingy majiggy, I think. Brian or David Clark will know though.
|
|
URBAN
Junior Member
*Pokes*
Posts: 388
inherit
176388
0
Dec 12, 2018 12:05:47 GMT -8
URBAN
*Pokes*
388
February 2012
pandamonarch
|
Post by URBAN on Jul 23, 2013 16:53:24 GMT -8
`rainyday, sorry i couldn't be of more help with the css, blockquoting isn't something i do often enough to know much about it. However, as i stated above, you can change all the forum text through the advanced editor... It involves some clicking though, you basically have to go through the categories and click them, then edit their text (to get to this on some of them you have to click the second section that pops up under them "text"). For instance you can change your category text; Adv styles & Css ---> Scroll to "Pages" ---> click categories...Mini profile text size, info center text size, and form text size can be changed in the same way, you just have to find them on the page... Its a bit more work that pasting in a css code, but technically the code to change their text size is in your style sheet already... the adv editor allows you to "find" and change it easier... Sorry if its not quiet the right answer, just though i'd let you know. XD The only other thing i can think of to get them all changed would be going into your style sheet, Ctrl+f /search for "size:", and manually setting all font size to the size you want.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 24, 2013 9:37:55 GMT -8
`rainyday, can you tell me in explicit detail what exactly you want to change the font size of? What you specified is still a little vague, since you're referring to the area as a whole.
|
|
inherit
125549
0
May 15, 2016 10:30:16 GMT -8
`rainyday
Check out my warrior cat site!
763
June 2008
darkshadowfoxstar
|
Post by `rainyday on Jul 24, 2013 13:22:00 GMT -8
BrianI want the font size of everything, absolutely everything, to be changed. Going through all the different pages and text options is time-consuming and I keep missing things and making things different sizes.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 24, 2013 14:27:14 GMT -8
The instructions in URBAN's post affect the text sizes of anything you haven't already specified a size for on your forum if you change the forum's Default Forum Text.
|
|