I like the skin, however I have come across a few issues. I'm running Jay Cooke 8.05 on an upgraded VM. My observations are in Firefox 3 beta 5 which pretty reliable.
1. When I upload an image for the logo it appears to be enlarged despite the fact that I had reduced it to match the size of the default logo. My work around was to replace the logo.png file with my own. A 180x60 image fits right within the space.
2. The icons for the Bans and Restore option sin the Control Panel are missing, as they are in any of other skins.
3. When viewing the revision comparison screen for a page the buttons are stacked vertically instead of side-by-side which makes it confusing to select revisions to compare.
Otherwise, everything else appears to display correctly so far.
This skin looks very very nice, but I'm experiencing two problems:
1) The wiki name is slopping over to two lines, and the Home area in the top of the Nav tree (the section with the "home" icon) is not tall enough to fit the second line. Not a problem with other Fiesta skins. [clarification: it's always two lines, it's just on this skin where the allocated area is not tall enough for the second line.]
2) When clicking on a link, the Nav tree expands to show the subpages. On this skin, though, the initial expansion leaves a significant amount of padding between the items. After the selected page is loaded, the tree suddenly compacts to the tight spacing shown in the sample nav tree image above. The effect is annoying, and probably a bug. edited 15:59, 30 Jun 2008
Thanks for the great skin. You missed CSS for the backrougn to the TOC list. By comparison with another fiesta skin that has it, I've found that the CSS you need to add is as below.
pageToc
{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #c2c2c2;
border-right-color-value: #c2c2c2;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #c2c2c2;
border-left-color-value: #c2c2c2;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #eeeeee;
background-image: url(tools_menu_bg.gif);
}
Hope this helps, and thanks again for the great skin. I'm using this for our corporate wiki.
1. When I upload an image for the logo it appears to be enlarged despite the fact that I had reduced it to match the size of the default logo. My work around was to replace the logo.png file with my own. A 180x60 image fits right within the space.
2. The icons for the Bans and Restore option sin the Control Panel are missing, as they are in any of other skins.
3. When viewing the revision comparison screen for a page the buttons are stacked vertically instead of side-by-side which makes it confusing to select revisions to compare.
Otherwise, everything else appears to display correctly so far.
1) The wiki name is slopping over to two lines, and the Home area in the top of the Nav tree (the section with the "home" icon) is not tall enough to fit the second line. Not a problem with other Fiesta skins. [clarification: it's always two lines, it's just on this skin where the allocated area is not tall enough for the second line.]
2) When clicking on a link, the Nav tree expands to show the subpages. On this skin, though, the initial expansion leaves a significant amount of padding between the items. After the selected page is loaded, the tree suddenly compacts to the tight spacing shown in the sample nav tree image above. The effect is annoying, and probably a bug. edited 15:59, 30 Jun 2008
pageToc
{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #c2c2c2;
border-right-color-value: #c2c2c2;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #c2c2c2;
border-left-color-value: #c2c2c2;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #eeeeee;
background-image: url(tools_menu_bg.gif);
}
Hope this helps, and thanks again for the great skin. I'm using this for our corporate wiki.