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.
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
/* ...
0
votes
1answer
29 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
26 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 ...
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 ...
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
53 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 ...
1
vote
1answer
43 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 ...
0
votes
1answer
30 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 ...
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
195 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
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
46 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 ...
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
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
49 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
90 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)?
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
384 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 ...
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 ...
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 ...
5
votes
2answers
444 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
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
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
327 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
155 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 ...
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 ...
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 ...
0
votes
1answer
481 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 ...
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" ...
0
votes
1answer
89 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
73 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
147 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
120 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
vote
5answers
367 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
42 views
Using a data binding expression in a css style
This may not be possible but thought i would ask. Creating a Sharepoint webpart. In the ascx file i have a style tag. Is there any way that i could do the following:
<style ...
0
votes
3answers
55 views
ID of document library to use in CSS
I am looking to use an ID or Class attribute of a document library in a CSS file. I need to be able to highlight my current tab on my navigational menu.
I can add a CEWP with a text file containing ...
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 ...
4
votes
2answers
274 views
How to avoid caching issue when using custom JavaScript and CSS deployed under _layouts?
On our farm, I'm deploying some JavaScript and CSS files under the _layouts folder.
I'm then referencing them, where it's required using a <SharePoint:ScriptLink> or 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
1answer
101 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 ...
0
votes
1answer
18 views
Disappearing Images
I am still new to Sharepoint and I am trying to upload some files from my staging area to production. Everything work in staging however when I move the files to production, I noticed that there are ...
0
votes
0answers
84 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
0
votes
1answer
39 views
Use secondary masterpage as default
I am trying sharepoint in a small developing environment.
I have a master frontpage that use a specific layout defined in a custom masterpage (master-front.master). It look like this
| left box | ...
0
votes
0answers
46 views
My stylesheet reverted to an older version
I updated my style sheet and while my new style has shown other styles have disppeard and seem to have reverted to an older sheet. Any idea as to how to fix this?
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:
...