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.
4
votes
2answers
552 views
Having error when using jquery.corner.js with jquery-1.6.2.min.js
I'm trying to use jquery corner to get curvy quicklaunch in my sharepoint 2010.
But i geting eeor "object doesn't support this property or method.
Any ideas if this version are compatible.
Thanks in ...
1
vote
3answers
2k views
how to use backgound image in a .s4-title-inner(CSS)
I'm doing some branding and i need to have a background image in a top header above the menu.I tried :
.s4-title-inner{
background-image:url('../../images/cj-intranet-bkg.png');
/*When i use a normal ...
2
votes
1answer
172 views
Disable fonts in SharePoint 2010
To be able to keep our company style, we would to restrict the usage of different fonts. We would like everyone to use only the Arial font. I was wondering if anyone knows of a simple way to do this. ...
0
votes
1answer
47 views
My Coloured Heading 1 styled text is breaking words in order to wrap lines. How can I prevent this? [closed]
I would like the text to only break on whitespace, as is normally expected.
1
vote
2answers
187 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
2answers
496 views
Sharepoint 2010 Lists, is value specific formatting of columns or rows possible?
I would like to format columns or rows that contain certain values, without any client side javascript hacks. I'm looking for an OOB solution.
For example - if 1 column in my list being of type ...
3
votes
1answer
177 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 */
}
...
4
votes
2answers
3k views
Understanding problem: How to add a stylesheet to a web part
Well, I try to add a css stylesheet to my web part but it didn’t work… I read that there are many ways to a css file into a web part, but I didn’t understand them….
First I installed the Sharepoint ...
0
votes
3answers
4k views
Sharepoint branding: Styling the Quick Launch
I can't get to style the Quick Launch menu links: the 'hover' and the 'selected'.
I've tried this:
Open your site using SharePoint designer
Select the master page
Add class name to ...
0
votes
1answer
314 views
Debug CSS Registration
I'm working on a custom Blog site template that's quite similar to the OOTB Blog site template. I'm having issues with CSS registration of the OOTB blog.css file. (i.e. via ...
3
votes
1answer
136 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;
}
...
7
votes
6answers
4k views
Add printer-friendly functionality to SharePoint 2010
How challenging is it to add these two functions to all SharePoint site pages?
Have a printer icon that allows user to print the content of the page
Have a PDF icon that lets the user export the ...
0
votes
1answer
1k views
Change calendar view's layout
I have a calendar list with about 8 views created by filtering on Location. Is it possible to have these views appear differently than the default? I've selected "Week" as the scope for all the views. ...
6
votes
2answers
4k views
Programmatically add JS/CSS to pages
I've created a Visual Studio SharePoint 2010 solution with an ASCX that adds some JavaScript files and CSS to the head of each page; this is based on this article. When I deploy the solution, it adds ...
0
votes
2answers
3k views
How to convert a HTML+CSS template into Sharepoint 2010 template?
For example this template is made by HTML5, CSS3 http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/smashing-html5/files/index.html
I want to know how to convert it into Sharepoint ...
1
vote
1answer
262 views
How do you handle Javascript/CSS packaging/minification/auto-versioning in SharePoint?
Packaging:
Taking file1.js and file2.js and combined them together to make file3.js
Minification:
Using things like JsMin or YUICompressor
Auto-Versioning:
URL has /scripts/file2.js?v=123456
3
votes
1answer
869 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
770 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
...
2
votes
3answers
7k views
Where is the _layouts directory on the server?
I'm editing a file using SharePoint Designer. Where is the folder url("/_layouts/images/) stored on the server?
3
votes
3answers
2k views
Where are layouts (css, js, etc) cached and how to clear them?
We are using visual studio to deploy images, css and js to a folder under layouts.
Editing these directly in the folder (which is more convenient for our designers than a full solution deploy) is ...
1
vote
3answers
4k 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?
6
votes
3answers
821 views
Customization best practices for SP2010 [closed]
We'd like to customize the look of our SharePoint 2010 pages and sites but didn't know what some best practices are:
We'd like to change the look of pages some without breaking the link between them ...
1
vote
2answers
2k views
How can I apply custom styles/formatting to an out of the box web part?
I have a list of links stored in a Sharepoint List, and have them displayed in the standard list-item-displaying web part. I would like to have this web part formatted (perhaps with CSS) in a custom ...
0
votes
2answers
66 views
html with its own CSS
I have a text file with its own css. Everything in that css works except the link piece. The sharePoint built in css takes over the link and makes it blue color. I wanted the link in the html to be ...
0
votes
2answers
744 views
Floating div's and webparts left and right
I've set up a new Page Layout page to replace the Home.aspx of a standard Enterprise Wiki page.
Trying to be a good fellow (and not kill any puppies) I opted to go for div's to achieve my goals ...
2
votes
2answers
462 views
What do you do to enable Auto-Versioning of custom CSS and Javascript in SharePoint 2010?
I want to be able to auto-version these in SharePoint and I'm looking for the best solution.
SharePoint does it with some of it's files. For example:
<link rel="stylesheet" type="text/css" ...
0
votes
1answer
107 views
I've checked out a .css style sheet in Sharepoint Designer 2007 and don't know how to check it back in
I have a .css style sheet checked out in Sharepoint Designer 2007 somehow that I need to check back in but I don't know where to check it back in. Where does this style sheet reside so that I can find ...
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 ...
6
votes
1answer
4k views
Remove [Revert to template] message from page
I created a page in SharePoint 2010 and then made some edits to the page.
Then I went into the page Version History and restored a previous version of the page.
Now I have this message that does not ...
-1
votes
3answers
183 views
How can I fix this CSS?
I followed this article and it's working but half way. See image shots below.
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" ...
3
votes
2answers
307 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 ...
4
votes
1answer
452 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 ...
1
vote
4answers
3k views
Why are my sub site collections not getting javascript and css files?
I have a master page deployed with a feature which has custom javascript and css references on it. I am using the <Sharepoint:ScriptLink> and <Sharepoint:CssLink> tags and the code is ...
6
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 ...
3
votes
2answers
263 views
SP2010 splistitem AND accessing css or style
I have an event receiver which adds splistitems from child sites to the parents site list (in a calendar). How do I access the css or style of an splistitem? I am wanting to color code the different ...
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 ...
13
votes
2answers
600 views
How to deal with SharePoint design complexity and web designer creativity?
One of my customer wants to use SharePoint as an intranet communication portal.
My customer wants to customize the look & feel of the application and he has requested to a web design agency ...
0
votes
2answers
940 views
sharepoint 2010 list pages and subsites not inheriting master page
I am having trouble getting the pages for Lists to inherit the master page - my custom banner does not show when I click a list.
Also, the subsites do not inherit this page, even when I select it ...
1
vote
3answers
2k views
SharePoint 2010 core.css multiple versions?
Hi
I'm new to SP 2010, picking up a site someone else customized.
I opened the site's master page then followed the link to the css section to change.
Saved the change and the page looked fine. ...
0
votes
2answers
386 views
Trying to make a pretty button
I'm trying to make a pretty button but I'm not a CSS (or HTML) guy. I'm just trying to hobble together something nicer than a square.
I found the Sliding doors CSS example and like it, I've gotten ...
1
vote
2answers
455 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' ...
1
vote
1answer
387 views
Highlight Group By Row in SharePoint List
I've got a dashboard on my SharePoint Homepage that shows a RAG status of all our project tollgates, grouped by (a) category then (b) project.
Is there a way to highlight a group by row in a list ...
0
votes
1answer
280 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 ...
3
votes
3answers
1k views
Problem ordering the CSS references when registering CSS files with the CssRegistration class
I'm developing a web part which needs some custom CSS files. So I'm using the CssRegistration class to add them to the page header.
The code registers 4 CSS files which got deployed to the layouts ...
0
votes
1answer
103 views
What is the tag for web part description?
I would like to edit the font of the description in my RSS Viewer Web Part. What is the css tag for the description?
I tried .description, which was provided from ...
1
vote
1answer
280 views
CSS Not Working on Hosted Site
I was wondering if someone could help me understand why I cannot get CSS to work on a hosted site? I am using SPD 2010, Windows Server 2008, and IE-8. After putting my CSS script inside the ...
0
votes
1answer
3k views
CSS: display:table, etc. not working in IE8 [closed]
I've been trying to layout a set of fields using the CSS display property with table, table-row, etc. It renders just fine in FireFox, but it doesn't render properly in IE8, which is supposed to ...
0
votes
1answer
596 views
Caching - core.css/corev4.css
For every SharePoint page, the browser loads a new instance of the core.css (or corev4.css) file.
Is there a way, in the Master Page, to enable caching for this file?
0
votes
1answer
921 views
WebResource.axd JavaScript errors
I'm getting JavaScript errors on a SharePoint publishing site, just browsing to any page.
In IE the errors are like:
Syntax error: WebResource.axd
Line: 1
Char: 1
Code: 0
URI: ...
