CSS is the abbreviation for Cascading Style Sheets. CSS is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.

learn more… | top users | synonyms

2
votes
1answer
222 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 ...
0
votes
2answers
370 views

Can the Newsletter style of the standard view be modified?

We're displaying a number of metadata fields in the newsletter style of the standard view. +------------------------+-------------------------------+----------------------------+ | Field1: Value ...
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?
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
5answers
263 views

SharePoint 2010 document library Items indenting issue

I have a SharePoint 2010 portal and made 1 Site collection along with subsites. On each sub site I have different document libraries and each document library has documents uploaded. The strange ...
0
votes
0answers
85 views

Problem in SharePoint Css

I am having problem in customizing the master page.I have customized the master page using SharePoint designer 2010 in which i have removed the Left Navigation bar. After using the custom master page ...
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 ...
0
votes
1answer
204 views

Ribbon CSS Selector Syntax

My scenario is that I've got a document library that is configured as a custom document set content type. In order to achieve quick adoption of the library for users who don't get into Sharepoint ...
1
vote
2answers
362 views

Disable horizontal scrolling in WebPart

From codebehind I add to my webpart controls _grid=new SPGridView() HtmlGenericControl div = new HtmlGenericControl("div"); div.Attributes.Add("id", "div-datagrid"); ...
0
votes
0answers
366 views

how to make the current tab in the top nav a different color

I'm developing a new master page and I'm needing to make the tab in the navigation a different color if it is the current page. Here is what I have so far: <div class="nav"> ...
0
votes
0answers
213 views

AspMenu HTML : Change the classes name

The out of the box HTML of Sharepoint2010 for the left menu (simplerendering) is: <div class="menu vertical menu-vertical"> <ul class="root static"> <li class="static"> ...
0
votes
2answers
161 views

Server Relative references INSIDE CSS?

CssRegistration does a grand job of referencing the CSS file relative to the site URL you are on. What do you do inside the CSS file? If I'm deploying assets to the /_layouts/images directory, sure ...
0
votes
3answers
1k views

Adding CSS file to a master page - illegal characters in path?

I'm making a custom master page with a custom CSS file, being deployed in a feature form VS2010. I'm using the CssRegistation control to add the new CSS, but whenever I try to load a page that uses ...
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
813 views

How to customize Column Title area in Webpart

Good day! Here is the problem: I apply custom style to web parts my css .ms-vh-div a { color:gray !important; } .ms-vh-div { border-bottom: 1px #c0c0c0 solid; } tr.ms-viewheadertr ...
0
votes
2answers
349 views

Custom Visual Web Part editable CSS

I am making a custom visual web part in Visual Studio 2010 and I am trying to add a editable CSS style sheet to it. What I mean is I want to make a property that the user can access through the edit ...
2
votes
3answers
3k views

How to add javascript and css to a SharePoint 2010 webpart?

What is the proper way (i.e. without having to manually copy the assets to any sharepoint folder or anything like that) to add custom javascript and CSS to a SP 2010 web part? I would like them to be ...
0
votes
1answer
716 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"); ...
4
votes
1answer
443 views

Customize styles in SP2010 WYSIWYG editor?

How can I customize the styles available in the WYSIWYG editor in SharePoint 2010? I'd like to replace the OOTB styles with ones that match our style guide. I found a reference online that mentions ...
0
votes
0answers
187 views

Implementing tab display for list items

I'm working with sharepoint 2007. I've been following this link to create a tabs display http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443 Althought i encounter a lot of ...
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 ...
1
vote
2answers
686 views

Hard Coded Navigation in Master Page - Active link not changing

Prior to my arrival it was decided that all navigation would be hard coded into the Master Page. I wish I could find a solid reason why, but for the time being it escapes me. Due to time constraints, ...
1
vote
6answers
982 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 ...
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 ...
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 ...
0
votes
0answers
181 views

People picker field not displaying user name with proper formate

I am having people picker field called reviewer. Based on the environment we are using different domain user i am adding with the field. after ensuring the user, For specific users it's shows the ...
1
vote
2answers
358 views

Icon-based menu that dynamically changes based on permissions

We're trying to create an square grid, icon-based menu that is permission trimmed (certain icons appear based on your specific SP permission group), that dynamically rearranges the icons based on your ...
0
votes
2answers
578 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 ...
3
votes
1answer
173 views

What's the correct CSS for loading a font for IE9

I have the following CSS for loading a font which works fine in Chrome but the font doesn't load in IE9: @font-face { font-family: Adelle; src: url('AdelleBasic_BoldItalic.eot'); /* for IE */ } ...
1
vote
1answer
53 views

Is it possible to write a feature to inject a custom control into a masterpage?

I have 3 site collections that need a specific css file, and to not have to make changes in multiple places our team has opted for a single masterpage. Instead of creating a second masterpage with a ...
1
vote
1answer
231 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 ...
2
votes
1answer
758 views

AspMenu does not render css-class for 'selected' element

I'm using the codeplex cross-site collection navigation project as a basis. The problem should not be related to that specifically though. I'm using Microsoft.SharePoint.WebControls.AspMenu as my ...
0
votes
4answers
580 views

Changes to top bar

Hi guys, I want to remove this Home -> Home thing next to logo throughout the site collection. This should also not appear even navigating to site settings. Secondly, I want to add an image next ...
2
votes
2answers
1k views

How do remove space at top of web part zone?

In my SharePoint Foundation site, I have a page with Text Layout set to "One column with sidebar". The left-hand column has a list web part, as does the right-hand column. However, the web part in the ...
1
vote
1answer
280 views

How do I trigger off of the ribbonbar being shown/hidden?

When the ribbon bar is visible (i.e., not in Browse mode), I want certain things to happen on my page (mostly involving changing styles of some items). How do I determine if it's visible or not or ...
1
vote
1answer
355 views

How to handle the ecb menu CSS?

I have hidden the ECB menu from the task/DocLib lists, and I am using jquery to truncate the title field into 50 char and remaining will be displayed in the jquery popup. Even though I have removed ...
0
votes
1answer
506 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 ...
1
vote
2answers
430 views

Tricky error in dialogbox styling

This question is related to this: Customize Sharepoint 2010 Ribbon in Dialog ONLY I did what suggested there and it works fine, but with a small problem shown on the screenshot below. My Ribbon html ...
1
vote
1answer
1k views

Show Ribbon in modal dialogs

In the current project, they applied some branding, and for some reason the ribbon is hidden in modal dialogs like when creating a discussion board, task or any list item. I cant find how they hide ...
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
3answers
437 views

font sizing and sharepoint em px pt

How are you handling font sizing with Sharepoint? Just curious on how things are working out. We seem to have a mix of px, pt, and em scattered everywhere among our CSS. I'm trying to clean things ...
1
vote
2answers
477 views

Hide selection in webpart - .ms-WPHeaderTdSelection {display:none}

Hiding the selection is not working. <style type="text/css"> .ms-WPHeaderTdSelection {display:none} </style> Here is the working code: <style> /*--------Hide the ...
0
votes
2answers
1k views

Content Editor Web Part blank in jQuery slideshow

Now I dont get any error(s). But the content editor wp is blank (well, except for the gear image). Any idea(s)?? <IMG ID="slideshowPicturePlaceholder" src="/_layouts/images/GEARS_AN.GIF" ...
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 ...
0
votes
1answer
477 views

Hiding left hand navigation menu

I'm using the following code to hide the left hand navigation in SharePoint: <style type="text/css"> #s4-leftpanel { display:none !important; } .s4-ca{ margin-left:0px !important; } ...
1
vote
1answer
818 views

Customize Sharepoint 2010 Ribbon in Dialog ONLY

In the screenshoot below I pasted the Dialog of the NEW ITEM on top of our website. The ribbon bar selected in red, we want to change it, but it should be different to the ribbon bar in the normal ...
0
votes
2answers
714 views

Web Part Page layout

I am not able figure out how to limit the width of the left column of one of the standard Web Part Page templates. The one labeled 'Header, Left Column, Body' works as I would expect it to. The one ...
2
votes
1answer
1k views

CSS link not added to master page

I have a custom CSS file is in 14\TEMPLATE\LAYOUTS\MyStuff folder. Masterpage markup contains the following: <SharePoint:CssLink runat="server" Version="4"/> <SharePoint:Theme ...
1
vote
3answers
736 views

Problem Registering a CSS on a Sharepoint 2010 Master page

I have placed a CSS file in a directory within the 14 Hive: 14/TEMPLATE/LAYOUTS/1033/STYLES/Family/Site.css I am trying to use <Sharepoint:CSSRegistration> to register it like so ...
1
vote
4answers
1k views

How to set CSS class of a ContentByQueryWebpart?

Is there any way to specify a CSS class for a Content Query web part? I tried setting its CssClass property but it didn't do anything.