blockquote doesn't match colour scheme
miggols99 - April 27, 2008 - 15:34
| Project: | Pixture |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Jeff Burnz |
| Status: | needs review |
Description
The
tag doesn't match the current colour scheme, and is pink. It looks extremely out of place!

#1
What I meant to say is that the "blockquote" tag isn't matching the colour scheme.
#2
You are right.
In style.css, blockquote section should be moved above the following comment lines. Right now, blockquote section is below these comment lines in style.css, which is a mistake.
/***********************************************************
* Color Module: Don't touch */
************************************************************/
I will fix this by the next version. For the time being, if you move the blockquote sections and save the theme settings, the color of blockquote will match the color of background color of sidebar block, and this is what I meant to be.
Thanks,
#3
Is the new version due soon?
#4
Yes,
Maybe this weekend.
#5
Patch to move blockquote styles to above * Color Module: Don't touch * - places it near the top in Generic elements section of style.css.
To be committed to the next release for 5.x (soon...)
#6
tested on 5.x-1.1. works.
#7
tested on 6.x-1.1. works - release would be great :)
#8
Ok, I'll work on a new release this week, need to clean up some other issues and want to get a new version of wabi and twilight out as well.
#9
Still a problem with the current production version Pixture 6.x-1.1
As well the patch above (#5) throws errors:
$ patch style.css style.css__3.patchpatching file style.css
Hunk #1 FAILED at 70.
Hunk #2 FAILED at 1104.
2 out of 2 hunks FAILED -- saving rejects to file style.css.rej
I've attached my fixed pixture style.css for those who don't do patch. Rename the attached to style.css and overwrite it in the sites/all/themes/pixture/ directory. As a note, you need to 'reload' pixture for the changes to take effect. Administer >> Site building >> Themes >> Pixture >> click 'Save configuration'
# # #
If this is still a problem in later releases, you can manually follow the patch instructions, which are just to cut and paste the:
blockquote {margin: 4px 10px;
padding: 10px 15px;
background: #f9cbed; /* same as block content background color */
}
from the end of the file (about line 1100) to just before "div#cr8" (about line 80).
Hope that Helps,
Sam