Issue Details (XML | Word | Printable)

Key: FOR-518
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Addison Berry
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

Change toolbox font in skinconf.xml for pelt

Created: 04/Jun/05 09:48 AM   Updated: 23/Apr/06 07:40 PM
Return to search
Component/s: Skins (general issues)
Affects Version/s: 0.7
Fix Version/s: 0.8

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works profile.css.xslt.diff 2005-06-05 12:51 AM Addison Berry 0.9 kB
File Licensed for inclusion in ASF works skinconf.xml.diff 2005-06-05 12:51 AM Addison Berry 0.8 kB
Text File Licensed for inclusion in ASF works toolbox-font.txt 2005-06-04 10:02 AM Addison Berry 2 kB

Other Info: Patch available


 Description  « Hide
Users can set the background color for toolbox in skincof.xml but they there is no option to set the font color. Users must go in and manually edit site/skin/profile.css.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Addison Berry added a comment - 04/Jun/05 10:02 AM
Last night I fixed this by editing the pelt/css/profile.css.xslt file by moving #menu .menupagetitle {color: <xsl:value-of select="@font"/>;} up to toolbox, rather than where it was in dialog (since dialog doesn't seem to be used in pelt?) and also adding the font attribute to the toolbox color element in fresh-site/skinconf.xml. Worked just the way I wanted. See the attached diffs.

When I did a build clean, build on a new svn today, I am now getting an error when I try to forrest site:
X [0] linkmap.html BROKEN: The content of elements must consist of well-formed character data or markup.

I'm not sure what the problem is now...

Addison Berry added a comment - 05/Jun/05 12:51 AM
These patches (two files) appear to work fine now. If you uncomment the color group: Forrest in skinconf.xml in a newly seeded site the toolbox default is now:
    <color name="toolbox" value="#4a6d8c" font="#FFFFFF"/>
and users can edit the font as well as background color. (I set the default font to white because black is too hard to see against forrest's dark blue background.)

Ross Gardler added a comment - 23/Apr/06 07:40 PM
Most of this functionality had already made it in. Seems someone forgot to close the issue.