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

1
vote
1answer
21 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 /* ...
0
votes
1answer
27 views

impossible to set background-image of a div for SharePoint online

I have created a Sandbox solution which contains two modules: one for Master page and other for Site Assets (js, css and images). I have used background-image: url("") in my style sheet file to add ...
0
votes
0answers
22 views

Why does background differ on public site depending on whether you are logged in or not?

I am creating a custom masterpage for a publishing site and have had some issues getting my background image to scroll with the page. I have managed this, BUT only when you are not signed in. My ...
0
votes
2answers
309 views

-webkit and -moz error

My .css file (in Sharepoint Designer 2010) give me this error for -moz,-webkit and border : The property is marked invalid because it's not supported by the current schema. .ms-WPHeader ...
2
votes
1answer
34 views

Color coded background on calculated column using Designer

I am aware of the various methods to colorcode columns (jquery, formula) I choose here to use designer on allitems.aspx on a list (im lazy and its easy). I have given various columns background ...
0
votes
2answers
436 views

change font in web part

Is there a way to change the font in OWA web part for calendar? The fonts are so big and wont fit in the area where web part is. Please suggest.
1
vote
1answer
501 views

Master Page background picture change

I am creating a blog in sharepoint 2007 and i need to change the blue background that is standard on the masterpage. so far I have not been successful with this. I have read posts that say each ...
1
vote
1answer
48 views

SharePoint 2010 Listview creates “Unable to display…” error after adding inline style

First let me say I have been all over the web looking for a fix and keep finding references to the XsltTransformTimeOut value. I have already had our admins set ours from 1 to actually 10 seconds and ...
2
votes
2answers
51 views

Anatomy of a SharePoint 2010 Master Page? Resource for this?

I am interested in finding out detailed information about all the elements within the SharePoint master page v4 to start, in order to learn how to create my own while still retaining key ...
5
votes
2answers
432 views

CssRegistration with $SPUrl doesn't work

I'm using SharePoint 2013 and I have created master page file (as .html) and converted it to .master file. As I have read, I should only modify html file, because all changes will be also registered ...
1
vote
5answers
360 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
1answer
42 views

Change CSS of selected item in sharepoint menu

Is there a way to do the same as done here with some Javascript? AspMenu does not render css-class for 'selected' element I want to use this CSS for the selected item in the menu .s4-tn ...
2
votes
1answer
950 views

Masterpage and alignment problem using IE7 and above

I have developed a masterpage and the homepage appearing perfect when we use IE8/IE9 but there alignment problem in IE7. I am attaching screenshot of both IE7 and IE8. plz suggest why the DIV's are ...
0
votes
1answer
29 views

Changing Font Colour in SharePoint 2010

My Problem is that I have modified the CoreV4.css to custom colours. However, when a particular item in a list or library is selected (checked), the font colour of the item matches the background ...
3
votes
3answers
1k views

Sharepoint 2013 add css in a page layout

I'm trying to add my custom CSS file in my sharepoint 2013 page layout. I add it with the link tag or with CSSRegistration and when the page is rendered, the css does not appear in the source. Also I ...
1
vote
0answers
17 views

Making Publishing Image in Page Layout Required

How can I make the publishing Image in PageLayout Required?
2
votes
3answers
191 views

Detect Modal Dialog Close with JQuery

In my application, I am trying to hide scrollbars in the parent window when a modal dialog is opened... I've added this to my Master Page: $(function(){ if(window.frameElement != null) { ...
0
votes
0answers
73 views

UI Navigation issue sharepoint 2010

I'm not sure if anyone else has seen this issue but I've first noticed it after I applied the Feb 2013 CU for SharePoint 2010. I have configured a site with global navigation with links under each ...
0
votes
1answer
33 views

How to display customized navigation on website?

I have a publishing site with two languages: English Arabic These sites have the following pages: English - Home - About Us Arabic - منزل - حول بنا I want to display navigation on top ...
0
votes
1answer
44 views

Changes to CSS don't affect site when online

I've used the new version Office 365 to design a public site which is just about done. I customized the CSS in various ways. Things looks perfect when I'm working within Office 365. But when I make ...
5
votes
3answers
2k views

Rounded corners in WebPart headers SP2010

When I view the site in FireFox the below does work with rounded corners, but not in IE at all. I'm trying to make a webpart header in SP 2010 rounded. .ms-WPHeader td { background: #005bac; ...
1
vote
1answer
108 views

How to disable mouseover effect on Document Library webpart

I'm trying to disable the mouseover effect on a document library webpart (or a generic SPLIstViewWebPart)... I tried by css, by JS but with no success at all... Googling I find no answer... Any ...
1
vote
1answer
64 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
29 views

Hide navigation until all items are populated

I created a customized nav using the Sharepoint aspmenu with simple rendering which binds to an xml datasource to render the menu contents. I am then using a the jquery UI accordion to style it. The ...
2
votes
1answer
48 views

Storing JS/CSS/HTML for a sub-site

I am building out a Single Page Application using knockout.js on a sub-site which I do have control of the parent site collection. I know most people recommend storing JS and CSS files in the Style ...
0
votes
0answers
129 views

SharePoint 2010: Removing link border around image using the content editor web part

In addition to topic Remove link border from around image, I was wondering if it were possible to remove all the borders around linked images on a page using the content editor web part? I've added ...
0
votes
2answers
87 views

Users can't see css on my visual webpart

I'm trying to add some css on my webpart for the first time in SP2010. But for some reason the css only works when you visit the site on the sharepoint server. I belive it's the href path because it ...
1
vote
1answer
43 views

do css media queries work on sharepoint 2010?

having trouble getting this to work and I thought I would ask if this is even supported in SharePoint 2010(or is it a problem in my css)?
3
votes
2answers
298 views

Can all the /_layouts/xxx.debug.js files not be served to end users?

I'm working with a 3rd party vendor who has done the SP 2010 integration of a small site. I've noticed that our incredibly simple login page is nearly 3.2 megabytes. The users of this site are the ...
0
votes
3answers
52 views

Path of “New Item + Edit” class

The class of New Item is "ms-list-addnew-imgSpan20" but can't find the location of the css file. I looked into the corev3.css but it wasn't there. Does anyone know where it is?
0
votes
3answers
377 views

Styling divs and other css styles to HTML elements in SharePoint 2013

I am following this SharePoint 2010 tutorial where the author is adding styles directly in the html mark-up of the page. When I edit the mark-up in SharePoint 2013 and click OK initially the styles ...
0
votes
0answers
83 views

Custom areas using color palette

I'm working on SharePoint 2013 and I have a problem with color palettes. I know how to create new palette, how to change colors and how to assign it to a site. This is easy as it should be. I have my ...
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 ...
0
votes
2answers
70 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 ...
0
votes
1answer
121 views

Search box web part query suggestion display

2 questions pertaining to the search box web part display: 1)I have configured the search box web part to show query suggestions. My issue is when I type for example "ca" I not only get suggestions ...
0
votes
0answers
33 views

Master page/CSS question with menutoolbar

Not sure if this is 100% the right place for this, but my team created a custom master page for our 2007 environment & on the menu tool bar (new, upload, actions) default web part, when rolling ...
1
vote
2answers
70 views

One master multiple logos and link in header

I'm looking for the best approach to have a logo link in the header area redirect to different roots based on specific subsites in the same site collection. Example: all "Radio" pages and subsites ...
0
votes
1answer
323 views

How to center a Picture Library Slideshow Web Part's Previous, Next, and Pause buttons

We have a Picture Library Slideshow web part added to our site but the buttons to control Previous, Next, and Pause/Play directly underneath it are off-center to the left for some reason. We need to ...
1
vote
1answer
154 views

Dropdown menu doesn't fit in form

I have a problem with the way Internet Explorer displays the drop down menu from a look up column in a form. I have a list that contains the names of US, Mexican and Canadian states. In State Folder ...
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 ...
0
votes
1answer
465 views

How to customize master page with fixed width (SharePoint 2010)?

My previous question was closed. I want to have a master page with fixed width. I tried to set the margins for the master page as follows, /*css*/ body { margin-left:50px; margin-right:50px; } ...
3
votes
2answers
228 views

Sharepoint site using corev4 AND custom CSS File?

I'm using a custom Masterpage which references a custom CSS File in the header like so: <Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/> My custom CSS file is simply a ...
0
votes
2answers
187 views

How do I apply a CSS ID selector to a webpart page?

I am using a CEWP-linked HTML file to generate a menu of links to other web-part pages. I want to use this same file in a CEWP on each of the linked pages. As an indicator of the user's location, I ...
2
votes
0answers
61 views

Adding Custom Image Styles to the Ribbon

I use the following Editor Control, with the PrefixStyleSheet "el-" for my custom styles: <PublishingWebControls:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" ...
3
votes
2answers
1k views

Issue with standard navigation in Chrome

The standard <SharePoint:AspMenu navigation on our SharePoint 2010 site works fine in all browser but Chrome. When I hover over a menu item I can't see the sub menu items like Contact Us -> ...
0
votes
1answer
88 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 ...
1
vote
0answers
72 views

Popup page, CSSLINK not working

I am on Sharepoint 2013, we migrated from Sharepoint 2010. I have custom popup page which has the following CSS declaration: <head runat="server"> <SharePoint:CssLink ...
1
vote
1answer
159 views

Hide Tool Tip on SharePoint 2010 Calendar Event for Month View

I need to hide the tool tip for a SharePoint 2010 calendar event in the month view. How can I achieve this?
0
votes
1answer
145 views

How to show List Headers always, not just on hover?

I want to show the list view headers of a SharePoint-List (these grey things with filter-dropdown, standard-view, standard masterpage) always, not just on hover. I tried to locate the correct css ...
0
votes
3answers
114 views

How to hide the header of Upload Document Dialog? [duplicate]

I am trying to get rid of the master page header that appears on the Upload Document popup. How can I accomplish that? Is there any specific css classes that I can use? When I view the page source ...

1 2 3 4 5