0
votes
2answers
73 views

Styling individual webparts

I've got a publishing site where webparts need to look different based on which siteType they are in. Got a 3 webpart styles (each style can be applied by simply adding a class to the top level ...
1
vote
1answer
66 views

User permission on SharePoint 2013 design package

I have created my own bespoke design package for SP2013 and imported without issues and it all looks great to me as the admin logged in. I have invited other users into my dev site and when they ...
0
votes
1answer
93 views

Detect only ie8 document mode , give users IE8.css file

I'm having problem with document mode. In workspaces we force to document mode into ie8, like <meta http-equiv="x-ua-compatible" content="IE=8"/> How can I detect what document mode all ...
2
votes
1answer
104 views

Use different masterpage for pages library

How do I go about applying a custom masterpage just to "front end" pages? i.e. I want all of the administration parts of the SharePoint site to follow default look and feel (viewlsts.aspx, managing ...
1
vote
0answers
251 views

@font-face problem in SharePoint

I'm trying to host my own font for my Site Collection, by using @font-face. I believe I've followed all best practices for the declaration: @font-face { font-family: 'ciclefina_italic'; src: ...
0
votes
1answer
53 views

CSS - Workflow pages are off

So I have a custom CSS for my SharePoint site and everything is fine except for the Workflow page - for example, the page where you enter the names of people who to route the document for the approval ...
0
votes
2answers
475 views

SharePoint Customization - Order of CSS

I'm branding a SharePoint 2010 publishing site. I'm deploying a custom master page and CSS style sheet using a Feature. I'm applying CSS as an alternate style sheet using the UI: Site Actions -> Site ...
2
votes
1answer
224 views

Changing PerformancePoint Dashboard page to be Publishing Page?

Is there any way to make the PerformancePoint Dashboard page (the page where you can see your charts, scorecards etc.) to a publishing page. Currently I believe its a web part page and my CSS is not ...
4
votes
2answers
2k views

How can I hide the light blue bottom border on Web Part headers (on hover) and the border around the active Web Part?

The bottom border only occurs on hover. The active Web Part has a full border that I'd like to remove. I've tried the following styles to no avail: .s4-wpActive { border: none; } ...
0
votes
1answer
729 views

How to make the quick launch height to 100% of the screen?

I am trying to get the quick launch to fill the screen height. This does not work: .ms-quickLaunch { background-image:url("/SiteCollectionImages/Style/menuleftgradient.gif"); ...
0
votes
2answers
580 views

How do I style the SP2010 Welcome control?

I've moved the Welcome control on my masterpage, and now the menu items do not render correctly. I've tried to find the appropriate CSS class name that is causing the problem, with no success. What ...
1
vote
1answer
233 views

Anyone using 960 Grid System or YUI 2 Grids CSS

Anyone having experience with 960 Grid system and getting it to play nicely with SharePoint? I am intrested in experience from other CSS Framework and how successfull was your team in implementing ...
0
votes
1answer
511 views

Overlapping issue with custom header and logo

I have used a starter masterpage from Randy Drisgill and added my header area that includes the SiteLogoImage control area as well. I did use the "s4-notdlg" almost on every div. The problem that i ...
3
votes
3answers
1k views

Placing your branding images in the “14 hive” vs an Images list

I have a debate with a colleague of mine that deals with where to place images that must be accessible across the farm. I feel that for images that need to be accessed from anywhere, I should place ...
1
vote
6answers
984 views

What are best practices for designing Sharepoint sites?

I'm putting together a document for our Art Directors and Creatives for what works best and what might not work best when designing for a sharepoint site. Sharepoint obviously lets you customize CSS ...
2
votes
3answers
3k views

Master Page how to specify correct Path for CSS and Images

1) In My custom master page I have registered my CSS as follows, <SharePoint:CssRegistration name="/mycssfolder/css/mycss.css" After="corev4.css" runat="server"/> Now I have my folder ...
3
votes
1answer
809 views

Adding a non-standard font to Sharepoint

I have a non-standard font file in .eot format and use the following CSS syntax to embed it into the master page: @font-face { font-family: Myfontfamily; src: ...
0
votes
2answers
362 views

How can I use open type font in Sharepoint 2010?

Can I use open type font in Sharepoint 2010 ? Is Open Type font compatible? Thanks in Advance
2
votes
2answers
370 views

Branding SharePoint 2010 CSS and Javascript - Training Courses?

I've been tasked with branding our new corporate website which will be on the SharePoint 2010 platform. Is anyone aware of some good training courses in the UK that might be able to help on the CSS ...
1
vote
2answers
185 views

ID on the body tag

We have a custom master page for our sites. If on the home page we wish to style it differntley to all the other pages (including the homepage of sub sites). Normaly to do something like this I would ...
3
votes
1answer
837 views

How to change the color of the current location in Quick Launch?

I'm very new to SharePoint, so I need y'alls' help. I am desperately trying to change the color of the selected navigation in the Quick Launch. Right now, it is a baby-blueish kinda' color. No problem ...
1
vote
3answers
3k views

How to brand the top link bar?

I created a SharePoint Foundation site and want to brand the top link bar. How do I do that?
5
votes
5answers
4k views

How to change the style of the Search box?

I would like to change the image next to the search box to a styled input button. Do I need to create a new delegate control to do this? Can I do this with css, if so how? This is the standard ...
9
votes
4answers
5k views

SharePoint 2010 CSS Reference

For SharePoint 2007, Heather Solomon made a reference chart for all CSS elements used by SharePoint 2007 so that they could be overridden when branding a SharePoint 2010 site. Does any such reference ...
34
votes
15answers
9k views

CSS Files in _Layouts or Document Library?

There's been a lively conversation (such as it can be in 140 chars) lately about whether it is better to put CSS files on the disk in the _layouts folder or to store them in a Document Library in the ...