A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I'm using the following skin: andreasviklund-02
I'm applying the following CSS change (adding a blue and red border):
.leftside { float:left; width:186px; margin:10px 10px 0 5px; border:solid 1px Blue; } #divLeft { border:solid 1px Blue; } .center-nomargins { float:left; width:818px; margin:10px 12px 0 18px; } .center-rightandleftmargins { float:left; width:641px; margin:10px 0 0; border:solid 1px Red; }
I have set the CSS cache to false: <add key="CacheCssOnServer" value="false"/> <add key="CacheCssInBrowser" value="false"/>
No matter what I do, I do not see the CSS changes reflected on my page. What is wrong?
Also, changes to the Masterpage do not show up either. If I add a DIV to the page and give it some content, I never see it.
Oddly enough after reading this post (http://www.mojoportal.com/upgrading-information-for-skins.aspx) on "Upgrading Information For Skins", I saw that the skin lived in /Data/skins to /Data/Sites/[SiteID]/skins. After navigating to that path, I found the skin files and was able to update the MasterPage and CSS as I saw fit.
This is also explained in the skinning overview document.
http://www.mojoportal.com/skinning-overview.aspx
Best,
Joe