Tagged Questions
1
vote
1answer
20 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
/* ...
2
votes
0answers
160 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
5answers
359 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 ...
0
votes
1answer
66 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
0answers
220 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
165 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 ...
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 ...
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;
}
...
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 ...
1
vote
2answers
446 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' ...
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 ...