Tagged Questions
1
vote
1answer
12 views
Apply Custom Border Style for Sharepoint 2013 Webparts
I want to give my custom border style to all the Webparts available in sharepoint. So that i have added the following class.
.s4-wpcell-plain
{
border:1px solid #d8d8d8;
}
It is applying almost ...
0
votes
1answer
41 views
How to have multiple contents in Master Page in ASP
I am having an dilemma and I hope I would be clarified here.
I have a master page which has one contentplaceholder that is used by every other subpage:
<%@ Master Language="C#" ...
0
votes
0answers
60 views
sharepoint 2013 noteboard control brought in corev15.css and it overrides oslo.css
SharePoint environment: SharePoint online 2013. I don't believe online or not makes difference in this question though.
I have a custom master page, which is created based on oslo.master page; I ...
0
votes
0answers
18 views
SharePoint Header Has Vertical Lines
I'm running SharePoint 2013 and using Microsoft's "SP Color Palette tool".
I set the "Top Bar" and the "Suite Bar" colors to what I want them to be (the same blue color), and when I upload it to ...
0
votes
0answers
17 views
Sharepoint - Corner Ribbon
I would like to add an 'Updated' tag to a 'promoted list' item for when a page has newly updated items within sharepoint, it would like like the 'Projects' Link here:
Is it possible to do this?
0
votes
1answer
67 views
Cannot apply bootstrap styling to an ASP:Button within Sharepoint
I am trying to apply Bootstrap's CSS styles to an ASP:Button and am currently experiencing some CSS conflicts from Sharepoint's corev15.css stylesheet for the button input type:
input[type="button"], ...
0
votes
0answers
100 views
sharepoint 2013 : themable custom css not working (*.themecss* not found)
I want to apply deep modifications on sharepoint look (not just change color of title or so on) so I need to have full control over the css.
I started with a flat prototype (template html w ...
0
votes
3answers
301 views
SharePoint Foundation 2013 - Linking CSS files in a site collection
I ran into an issue with linking my css files in master page.
<SharePoint:CssRegistration ID="StyleSheet1" Name="~sitecollection/_catalogs/masterpage/Resources/css/quack_1200.css" ...
0
votes
0answers
39 views
sharepoint 2013: default css : how to toggle on/off
I got a css that conflicts with sharepoint 2013 default css.
I want to disable all the styling that comes with sharepoint.
I removed the following directives in my hml
...
1
vote
1answer
74 views
Styles of items in Task list in Sharepoint 2013
I have problem with client side in Task list in Sharepoint 2013. I need to distinguish maintask (set the background color for example). I tried to change styles ".ms-listviewtable .ms-itmhover" and ...
0
votes
4answers
81 views
CSS-How to center a page without adding margin?
We have a web page generated via SharePoint 2013 that has a width of 1024. We use the following style on the main content div:
#container_master {
width:1024px !important;
margin-left: auto ...
0
votes
1answer
68 views
Using CSS sprites for an input of type image
I am creating a ImageButton that refers to a image, that contains several icons. I am trying to display the correct icon by positioning the background image, but that does not work. Here is how I ...
3
votes
2answers
176 views
Sharepoint 2013 Limit editing to just text
Is there a way to limit content editors on sites to just text? I would like to have them not inject any styles by using inline styling in HTML, or using any buttons in the editor.
I have a few rogue ...
0
votes
0answers
58 views
Sharepoint 2013 deleteing contents of <style> in embed code when saving
I am trying to add some styling to a Sharepoint 2013 page using the Embed code facility. It works fine until i save the page and then it deleted all the text between the and tags?
So i click embed ...
1
vote
2answers
551 views
How to add a custom paragraph style in my SharePoint 2013 blog?
I have a Share Point 2013 web site and a blog in it. Since my posts will include a lot of special text content, I need to add more styles that I will use on all posts. Typically all styles appear in ...
0
votes
1answer
363 views
Moving my sharepoint site title from left to right
I have modified my master page to move the site collection title from the body, to be inside my upper suite bar. So I move the following h1 div code to be inside the Suite bar DIV as follow:-
<div ...
3
votes
1answer
4k views
Sharepoint 2013 - Hide left Navigation, but not in People and Groups
I tried to hide the left Navigation bar and it works without problems. The only problem now is that when I go under: Site settings > User Permissions > People and Groups
It hides me my Groups I ...
0
votes
2answers
505 views
Apply CSS to Sharepoint Site on one individual Web part
This is being done in sharepoint 2013. I want to apply height:0px to a certain web part. I have its DIV ID as MSOPictureLibrarySlideshowWebPart_ctl00_ctl41_g_3d56d9c5_7b24_4bb9_9b84_ac3459578026_cell
...
-1
votes
2answers
72 views
Positioning menu in CSS
I am having some issues with the CSS on this public Sharepoint 2013 website. The menu needs to be right on top of the header image, but in Firefox both pages layouts with only a title and page layouts ...
0
votes
1answer
864 views
Sharepoint 2013 Web Part Shading via CSS
http://imgur.com/arAyDXc
I want to do this, however, I do not have access to the master pages or the Look and feel section of my Sharepoint site. I can, however, edit it in Sharepoint designer and ...