Quote

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Quote

Post by holysjit »

Hi, (my website = www.thejokers.nl and I use the Andres08 template)
I tried to change my quote-box, but it didn't work. I edited these two files:
Styles.css and nuclear.css (nuclear is my template)

I just want that box two and one have the same colour! (see image)
and change the font to my default font. How do I do that?

Image: http://img213.imageshack.us/img213/4479/quoteiu3.png


Thanks...
Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

It is much easier to answer your questions if you can provide a link to an entry that contains the code you wish to change. Can you do that here, even if it is just a test entry you keep from displaying on your frontpage?
=Don=
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post by holysjit »

Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Here are the styles:

Code: Select all

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #dddddd;
    padding: 10px;
}
The outer box is bb-code-title, and the inner box is bb-code. The styles above look to me like they are generated via a plugin. They might not exist in your template's stylesheets.

If they are not in your stylesheets, and are generated by a plugin, they will be overridden by the same rules in your stylesheet if you copy them there. If all you want to change is the background color, and you want it to be the same for both, you could do something like this:

Code: Select all

.bb-code-title, .bb-php-title, .bb-code, .bb-php {
    background-color:#CCCCCC;
}
=Don=
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post by holysjit »

Hi,

I want two things:

1. A box (marked with green line) around my quote text, not only around the text 'QUOTE'

2. Where can I increase the space marked with the green arrow?

Screenshot: http://img100.imageshack.us/img100/2709/stonersqh9.png

Thank you
Post Reply