MyBB Community Forums

Full Version: Quote Font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to all
want to change quote font, size and color any tutorial how to do it or plugin
Quote:content
is it for the content in quote tags ? its style can be changed thru global.css

sample code from default theme :
blockquote {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 4px;
}

you can add required color, font, size ... etc in above style
Add a color attribute in under blockquote { area:

Like:

.blockquote {
color: #000;
}
i want change default font inside quotes with another for example see here
http://www.1001freefonts.com/handwriting-fonts.php
Try adding that name in font style? I am not sure if it would work there or not but using font-face it would probably but it'd be used in HTML, in css you'd have to use font style.
that way i asked plugin for that with diferent font when someone quote text
the font you choose should be common to most systems otherwise the browser wont be able to render is as it is not the client machine. it will then fallback to the browser defaults.
i thinkin about something like this
[Image: index.php?action=download;mod=1865;id=100527;image]