A theme is a preset package containing graphical appearance details, used to customize the look and feel of (typically) an operating system, widget set or window manager. Graphics themes for individual applications are often referred to as skins, and the words are often used equivalently, the ...

learn more… | top users | synonyms

3
votes
1answer
135 views

Themable CSS: attribute name being replaced as well as color

I have added the following to one of my themable CSS files, which has been working absolutely fine until now: .ICS_footer_side a:hover{ /* [ReplaceColor(themeColor:"Light2")] */ background:#ddd; } ...
2
votes
1answer
94 views

SP2013 Change the look breakes on own template

I took a standard Team Site and verified that the "Change the look" worked, I then saved the site as a template, and then created a new team site from that template and then the "Change the look" is ...
1
vote
1answer
468 views

Change colour/theme of sharepoint 2013 mysite across the enterprise

I was wondering how I change the MySite theme from the default blue/white look to the Oslo look, or one of the other default themes?
0
votes
1answer
68 views

How to specify which css files to load in Sharepoint:CssLink when using themes

I noticed that the css being loaded by CssLink differs depending on which page is being loaded. For example, when I load the _layouts/prjsetng.aspx page, it loads: ...
0
votes
1answer
86 views

How can I hide the Theme link in Site Settings for SharePoint 2010

Can I create a customAction to hide the Theme link in Site Settings in SharePoint 2010 ? If so, what does the Element.xml look like ? I've tried the following: <Elements ...
0
votes
1answer
277 views

themeweb.aspx error

I installed a few new themes a few weeks ago and everything went off without a hitch. Yesterday, I go to my site and attempt to change the theme and get this error: Failed to enable constraints. ...
2
votes
0answers
166 views

Chrome font rendering issues

Basically, the issue lies with Chrome, as it will not render ttf fonts properly using antialiasing. A popular fix is to order the @font-face directive so that the svg-font is first. Only Chrome will ...
1
vote
0answers
15 views

Can't change theme using Change the Look

I have been working on creating a custom .spcolor file to update our company color scheme to our Sharepoint site. I have noticed that when I try to use the Change the Look feature to change the theme ...
1
vote
0answers
120 views

Site Theme Error when publishing enabled?

Hoping someone can help me. This is a SharePoint 2010 Environment. When trying to click on 'site theme' in the site settings menu of one of the sub-sites in a site collection that has publishing ...
0
votes
0answers
18 views

How to specify themable.css in masterpage.html and locate it correct?

I'm having the problem, that I can only use the SharePoint 15 Hive (Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\1033\STYLES) to save my own themable.css and ...
0
votes
0answers
31 views

How do i upload a Theme in a sandboxed feature

I am trying to upload a theme (using a module) to the _catalogs/theme folder. This is causing an error (e.g. wsp file fails on activation). It fails because i am in a sandbox. How can i get this to ...
0
votes
0answers
221 views

Custom theme ( with CSS & images, … ) is lost when a theme toggle is applied

First time I'm in need of help for SP2010. As a designer I often have to restyle sharepoint sites. A client asked for a theme for him, so this is how i worked : I created a powerpoint based THMX ...
0
votes
0answers
166 views

Recolor Image is not picking the theme color in css in sharepoint 2010

I have a custom css which is used for menu control in sharepoint site. I added code in CSS to recolor background image of the menu whenever the user changes the theme. It is working fine when theme is ...
0
votes
0answers
61 views

Check in theme every time I switch to it?

I just installed a bunch of custom themes and am noticing that every time I switch between them via Site Settings > Site Theme on the SharePoint site that the theme images disappear. If I go into ...