The style-library tag has no wiki summary.
0
votes
1answer
14 views
Cannot find XSL STYLESHEET folder in the Style Library folder
I would like to create my own custom itemstyle. I would like to follow the following tutorial. One of the steps is to go to the style library and then go to the xsl stylesheets folder. I have a style ...
1
vote
2answers
94 views
Css class that overrides a web part share point 2010
Hi all here is my problem. I need to make style changes to a Webpart but I cant change the css file that it is currently using because it will affect other webpart to. Ok so I know that I need to make ...
0
votes
0answers
69 views
SharePoint 2013 , blank site's wsp contains Style Library folder
In SharePoint 2013, blank site is set to hide by default.So that at the very first I have set the hidden property to false in "Webtemp.xml" file. So that I was able to create blank site in SharePoint ...
0
votes
1answer
35 views
Possible to upload to a style library remotely using client context?
As title says. I have a win forms app that connects to a remote SharePoint instance using the client context. How can I now, programmatically, upload a file to this style library and what permissions ...
6
votes
2answers
1k 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 ...
0
votes
1answer
367 views
Missing Style Library and ContentQueryMain.xsl
I'm working on a Sharepoint farm has been stuffed and is missing the Style Library from the Site Collection. I've tried deactivating/activating the Site Collection & Site features Server ...
1
vote
0answers
129 views
display InputFormSection
Can we hide an wssuc:InputFormSection ??
I have a wssuc:InputFormSection made for adding items and it's only shown when you click on add link as the code shows :
<Table border="0" width="100%" ...
1
vote
0answers
68 views
How i can hide the folder preview image in my list treeview left menu?
i need to hide the folder image in my list tree view on the left menu
can anyone send me the css id or class to modified the tree view since i am using firebug but i cannot find the specific style ...
3
votes
2answers
383 views
Site Collection Pop Quiz: _layouts vs Style Library
First, let's say I have 2 site collections within a single web app at port 80:
Main Site Collection: /
Nested Site Collection: /sites/special/
So, let's say I have a module in a ...
0
votes
1answer
116 views
Possible to upload and replace a ghostable file in the style library?
As title says, I have a file which is the same name/type of an already existing file in the style library (image, for discussion sake). I get an error when attempting to upload a file via the UI (file ...
0
votes
1answer
907 views
Invalid URL error when programmatically deploying files to the Style Library using a Module
We use a feature to deploy files that are common to our webparts to the Style Library in SharePoint Server 2010 and recently we came across the problem where files were not being updated when we ...
0
votes
1answer
142 views
corrupt file in style library
I have a site collection that is having issues with its style library library. I had 2 css sheets stored in there that mysteriously disappeared. No matter what I do, I can't list the files - ...
1
vote
2answers
3k views
Cannot locate corev4.css file
I would like to change the theme corev4.css of my sharepoint site. Unfortunately, I can“t locate it neither on the server nor in sharepoint designer. I read that it should be located in a style ...
0
votes
1answer
718 views
Linking CSS file to ItemStyle.xsl for CQWP custom template
Beginner. I have created a custom template for a CQWP in the ItemStyle.xsl. One thing that I am not sure about is how I could associate a css file so that anytime this template style is used the ...
0
votes
1answer
935 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
1answer
203 views
Broken versioning for master pages and style library
This has been frustrating me for a while.
When I look at the master page library or the style library on my SharePoint site I see that versioning is in place. However, the site itself always loads ...
0
votes
2answers
1k views
IIS doesn't find Style Library -> SiteName -> style.css
I am trying to brand a SP site. It is on a virtual machine on another box.
I setup my custom master file in SPD on a local (non-server) machine. The custom master file points to the custom CSS file ...
5
votes
2answers
263 views
How to add style library event receivers?
how can I add an event receiver to the style library ? (can't find any templateid)
thank you ;)