Increase size of font in a quote

Started by Siirist, July 26, 2016, 12:07:57 PM

Previous topic - Next topic

Siirist

Hi,

I think I understand that when using the
Quotequote
it is re-sized from 10pt to 8pt intentionally (in the "core" I believe).

However, as the background is a different color, it is my desire to have it be the same size as the "standard" text.


Complication? I can't remember how, but I have increased the font size throughout "my" forum to 11pt so as a result, I would like to have the quote be the same size as shown
Quotehere
.[/size]

Thank you in advance.


Be Well,
Siirist
Needed information:
- What's your SMF version?, What MODs are installed? What Theme(s) are you using? Have you backed up your database?

--> At least 50% of the questions asked are answered in the Online Manual <--
Mods for ver 1.x will NOT run on ver 2.x

Gary

Change the font-size attribute of the blockquote element in index.css
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Siirist

Quote from: Gary on July 26, 2016, 12:28:44 PM
Change the font-size attribute of the blockquote element in index.css

When I did a Find blockquote (using NotePad++) it immediately went to line 3467.

That didn't look right, so I went back to line 298 and changed it from
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
font-size: x-small;
color: #000;
line-height: 1.4em;
background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
border-top: 2px solid #99A;
border-bottom: 2px solid #99A;
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
}


to
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
font-size: small;
color: #000;
line-height: 1.4em;
background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
border-top: 2px solid #99A;
border-bottom: 2px solid #99A;
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
}


I put all the code here so that others could see the other "components" of the block quote

It functions perfectly.

Thank you so much!!

Be Well,
Siirist
Needed information:
- What's your SMF version?, What MODs are installed? What Theme(s) are you using? Have you backed up your database?

--> At least 50% of the questions asked are answered in the Online Manual <--
Mods for ver 1.x will NOT run on ver 2.x

Advertisement: