The

tag doesn't match the current colour scheme, and is pink. It looks extremely out of place!
CommentFileSizeAuthor
#9 style.css_.txt21.07 KBMichael-IDA
#5 style.css_.patch802 bytesJeff Burnz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miggols99’s picture

What I meant to say is that the "blockquote" tag isn't matching the colour scheme.

pixture’s picture

Assigned: Unassigned » pixture

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,

lomz’s picture

Is the new version due soon?

pixture’s picture

Yes,

Maybe this weekend.

Jeff Burnz’s picture

Assigned: pixture » Jeff Burnz
Status: Active » Needs review
FileSize
802 bytes

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...)

level02’s picture

tested on 5.x-1.1. works.

nezda’s picture

Version: 5.x-1.1 » 6.x-1.1

tested on 6.x-1.1. works - release would be great :)

Jeff Burnz’s picture

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.

Michael-IDA’s picture

FileSize
21.07 KB

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.patch
patching 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