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

miggols99 - April 27, 2008 - 15:35

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

#2

pixture - April 27, 2008 - 18:33
Assigned to:Anonymous» 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,

#3

lomz - May 1, 2008 - 11:52

Is the new version due soon?

#4

pixture - May 1, 2008 - 13:41

Yes,

Maybe this weekend.

#5

Jeff Burnz - September 6, 2008 - 00:25
Assigned to:pixture» Jeff Burnz
Status:active» needs review

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

AttachmentSize
style.css_.patch 802 bytes

#6

level02 - September 7, 2008 - 18:39

tested on 5.x-1.1. works.

#7

nezda - April 13, 2009 - 06:25
Version:5.x-1.1» 6.x-1.1

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

#8

Jeff Burnz - April 13, 2009 - 10:00

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

Sam-Inet - July 9, 2009 - 20:35

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

AttachmentSize
style.css_.txt 21.07 KB
 
 

Drupal is a registered trademark of Dries Buytaert.