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

5
votes
5answers
2k views

Using Minimal.Master in a custom aspx page

I have the following code line that adds the default.master to a custom aspx page; <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ConvertStatus.aspx.cs" ...
5
votes
2answers
1k views

SPF2010 Theme not getting applied for anonymous users

Working on a public facing SharePoint Foundation 2010 site with anonymous access enabled. Anonymous/authenticated access to content works as expected without problems so far. Recently I went into ...
4
votes
1answer
2k views

How do I modify themable corev4.css?

I've noticed that my main site uses styles/corev4.css while the subsites use various revisions of _layouts/1040/styles/Themable/corev4.css. I have to modify both. While I can access ...
4
votes
2answers
4k views

How do I change the background color of a web part?

I've got a document library embedded on the home page of one of my SharePoint sites. Someone changed the background color to grey, overriding the site's theme background color, which is white. I've ...
3
votes
5answers
632 views

Sharepoint Themes

I've looked through some books and read a bit online, but am unclear on a particular point. I have a project where we want to use a completely custom layout on top of a SharePoint Foundation 2010 ...
3
votes
4answers
8k views

Source to download SharePoint 2010 themes

Is there a good source to download free SharePoint Themes (.thmx) ? -saumil
3
votes
1answer
506 views

How to set the default theme for new SubSites?

I have a SiteCollection with custom themes. All the sites in the collection have a custom theme selected (MyTheme). Every time when I create a new subsite, the theme for that new site is the default ...
3
votes
5answers
1k views

Custom theme CSS doesn't seem to work properly

I'm trying to use the OOTB SharePoint Theme Engine in SharePoint 2013, but no matter what I do, my custom themable css files just don't seem to work. I deploy my css through a feature. As far as I ...
3
votes
1answer
716 views

Uploading a THMX theme using PowerShell

I have a PowerShell script creating new site collections, each containing a root SPWeb, on my SharePoint web application. I have a THMX file that I'm trying to apply to each SPWeb that the script ...
3
votes
2answers
451 views

How to deploy custom theme + css + masterpage and apply it automatically to every newly created Team site

Greetings... Well, the title pretty much says it all. Users will be able to create numerous new team sites, and I need to make sure that custom theme and css are automatically applied. Also, I need ...
3
votes
1answer
134 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
4answers
116 views

How to handle alternative themes for visual impaired users

Has anyone got an thoughts on how to handle theming a WSS site for a single user who is visually impaired ... she uses high contrast settings for Word, etc. But still leave the usual theme for ...
2
votes
1answer
50 views

How do I disable themes on a site collection?

I want to disabled themes on a site collection in SharePoint 2010 and am not sure how to go about doing so.
2
votes
1answer
241 views

Sharepoint 2007 MySite Default Theme

I've successfully created a separate theme that user can select for their MySite - The issue is that I'd like for the theme to become the default theme applied. I've updated converted the TemplateID ...
2
votes
2answers
1k views

Deploy Theme through Feature Sharepoint 2010

Within my site definition i added module for the deployment of a theme. The feature gets deployed, but when I activate it the theme is not available for selection? I have included my elements.xml ...
2
votes
1answer
940 views

How we can use a custom theme in SharePoint Server 2010?

I want to change the look and feel of my SharePoint Server 2010 site. I have used office Power font to create my custom theme as a .thmx file. I just wanted to know how to use the custom style in ...
2
votes
1answer
93 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 ...
2
votes
0answers
161 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
2answers
448 views

Complete redesign of a SharePoint 2010

I'm working on a project where i need to do a complete redesign on SharePoint 2010, like changing colors, making it have a fixed size, align it to the center of the page, align the 'site action' ...
1
vote
2answers
47 views

Recommend Share Point book for designing/theming [closed]

Hi I know there are a lot of sharepoint books out there, and I understand there may not be a book for exclusively for sharepoint design, but given that could anyone recommend a good book for someone ...
1
vote
2answers
1k views

change look in sharepoint 2013 programatically

I want to change the look of the sharepoint 2013 site programatically, I have tried setting up different theme but it didn't work. Thanks
1
vote
2answers
61 views

How can one reset themes as they are changed?

Is there any way of catching when a theme is being changed -- so that I can fire a ThmxTheme.RemoveThemeFromWeb? The option to change the theme is currently hidden in our farm, but we can't disallow ...
1
vote
2answers
107 views

Adding an extra WFE and keeping spthemes.xml and docicon.xml in sync

In our farm we have several features that add extra themes. These features automatically update the spthemes.xml file in the template\layouts\LCID directory on activation (and remove the lines on ...
1
vote
3answers
384 views

Creating Themes in Sharepoint 2010

As you might of guessed if you have read my other few posts, im a very new, accidental Sharepoint administrator (but really glad of it) just wanted to point that out if my questions do come across ...
1
vote
2answers
673 views

SharePoint 2010 Create Theme

I understand that in 2010 I can create themes for my site with PowerPoint 2010. The question is .... how do would I know how to change the background color of the ribbon for example using a ...
1
vote
1answer
37 views

Can I force subsites to use the Master Page of a custom theme?

First off, this issue is with a Custom Theme & Master Page in Sharepoint 2007. Is there a way to force subsites to re-pull the Master Page from the Custom Theme within the 12 Hive? Due to lack of ...
1
vote
1answer
23 views

SharePoint 2013 theme engine issue applying selection background color.

In our SharePoint 2013 site we have custom theme aware CSS, most of which is working fine across browsers (IE8/9/10, Safari and Firefox) but in case of /* ...
1
vote
1answer
394 views

Theming Sharepoint 2010 overwrite Corev4.css with file, do the Theme Comments work?

I have a css file that I am using to overwrite certain areas of the corev4.css file. Will the Comments: /* [ReplaceColor(themeColor:"Light2-Darkest")] */ also be replaced in theory? I am struggling ...
1
vote
2answers
861 views

default sharepoint theme - where is it?

The marketing department at my job likes the default SharePoint 2010 theme, but wants me to change the font. I thought that I would just make a copy of the default theme and edit that file, but I ...
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
1answer
464 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?
1
vote
5answers
365 views

How do I Inherit the CSS Theme Color in my Sharepoint 2013 App?

I am building a Sharepoint 2013 App in Javascript / HTML / CSS and I want to implement / inherit the color / class / css used by the theme. How do I do this? I want to ensure consistency through ...
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
2answers
408 views

Sharepoint 2013, how to unselect a theme?

I am working on a trial version of sharepoint 2013 creating a custom master page. Going well so far, apart from the fact that when I go to view the published site, I only see my background for a ...
0
votes
1answer
211 views

Force theme refresh with PowerShell

Is there a way to force the theme to refresh using PowerShell? When I deploy a CSS file with my style, I currently have to change theme, then back again manually. I would like to know if it is ...
0
votes
2answers
175 views

Role based logo and UI in wss 3.0

I have to show user based logo and UI in wss 3.0. How can i do this? Can I customize master page or theme for users? Is there inbuilt option for this? It would be better if I could do this without ...
0
votes
3answers
540 views

Why do I get different themes logged in as an authenticated user versus anonymous?

Any ideas why when I change the theme of a site and log in as an authenticated user that it is not the same when I go back to the site as an anonymous user? Basically one site is showing up with 2 ...
0
votes
1answer
150 views

Remove/Modify the SharePoint legend that appears by default in SharePoint 2013?

In the default theme for SharePoint 2013 (seattle), on the top left corner, there is a small amount of Text that says "SharePoint". I wanted to change it to show the name of the company instead of ...
0
votes
1answer
83 views

Enterprise search bar in header (and remove default standard search)

I have the Enterprise search sub site and it looks great compared to the standard search included on all default sites. I would like to have the same functionality except instead of the enterprise ...
0
votes
1answer
253 views

Custom theme “followed link” seem to not be applied on every link on the site

Customer don't want to see any difference between visited and not visited links on the Sharepoint site. I've set the "followed link" color to be the same as the link color, but this does not seem to ...
0
votes
1answer
31 views

Sharepoint Designer

Right, I've created a custom theme (TESTTHEME) and have managed to change various css styles etc... to fit in with my design. Now I've come to personalise the navigation I need to drop some new images ...
0
votes
1answer
127 views

MOSS 2007 custom theme in SPS 2010

Need to ask few things my scenario is that i have copied my custom theme developed in 2007 to new SPS 2010 folder and attached my content DB from MOSS 2007 to SPS 2010. the website is opening fine ...
0
votes
1answer
76 views

my site theme problem

I have a student portal and i want to change students "my contents" theme. However i cant change all students "my content "theme at the same time. I have to it one by one. ...
0
votes
1answer
276 views

Sharepoint: creating custom themes

I am starting to use Sharepoint 2007 again and I was wondering if there's anything I should know when it comes to creating custom themes. For example, are there things I should definitely not do? I ...
0
votes
1answer
158 views

Updating a site theme and template

I have site where we have made some changes to the SiteTemplate (which consists of the ONET.xml file and 2 .aspx files). We also had to update the site theme (CSS changes mostly) for some of the ...
0
votes
2answers
24 views

Themes for each user

Is it possible for each user in SharePoint to customize the theme that appears for them whenever they log in? So if the user A would like the theme to be red instead of blue, they set it to red and ...
0
votes
1answer
46 views

How to set default theme while creating new site or subsite

I want to create a new subsite using default publishing template in sharepoint 2007, once created i want a different theme to be applied to site, how can i change the default theme ans use a different ...
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
1answer
52 views

CSS markup is missing after I change theme of subsite

I was just making a new subsite, and the very first thing I usually do is set the theme to match that of the parent. In my case this is a custom theme named CustomTheme. I selected it and applied it ...
0
votes
1answer
67 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: ...

1 2