четверг, 13 декабря 2012 г.

SharePoint 2010 CSS Области

1. 
body #s4-ribboncont{
background-image:none;
}
/*Globally turning off bordersThis is needed to have any of the style below to take effect.*/

2. 
.ms-cui-groupSeparator {
border-right:1px solid #E7E7E8 !important; 
} 
.ms-cui-topBar2{
border-width:0px;
}
/*Turn on separators in the Ribbon*/

3.
.ms-cui-ribbonTopBars{
background: red url() repeat-x !important;
padding-top:0px;
}
/* Set the background for the tabs at the top (Browse / Page) */
ms-cui-ribbonTopBars

4.
.ms-cui-cg-i{ 
background-image:url() !important;
background-position:bottom left;
background-repeat:no-repeat !important;
height:15px;
margin-bottom:2px;
}
.ms-cui-cg-db .ms-cui-cg-t{
height:17px; 
background-image:url(‘http://integration.echn.ca/Media/SiteImages/bgBackground.gif’) !important; 
background-position:bottom right !important; background-repeat:no-repeat !important; margin-left:4px;}
.ms-cui-cg-t-i{ 
color:white; 
font-weight:bold; 
}
.ribbon-wrapper{
position:relative;
}
/* Set the background for the additional dynamic tabs (Web parts / Lists etc.) */

5.
.s4-title{
height:34px; 
background: red url() repeat-x;
}
s4-title

6.
.s4-title h1 a,.s4-title h2 a,.s4-title h2 {color: red;}


7.
.s4-title .s4-pagedescription,.s4-title .s4uniqpermdescription {color:red;}
s4-title-s4-pagedescription

8.
.ms-cui-tt-s .ms-cui-tt-a {
color:red !important;
background: red url();
}


9.
.ms-cui-tabBody{
 background:red url();
}
/* Set the background of the Tab Body */


10.
.ms-cui-cg-db .ms-cui-cg-t{ 
color: red;
background:url(“/_layouts/images/bgximg.png”) repeat-x -0px -834px;
}

/* Font color of the Library Tools and background using bgximg.png offset by -834px */


11.
.ms-cui-cg-db .ms-cui-tt-a:hover {
 border-color: red;
border-top-color:red;
background:url(“/_layouts/images/bgximg.png”) repeat-x -0px -834px;
}
/*Borders and background of Library Tools when menu is not selected.



12.
.ms-cui-cg-db .ms-cui-cg-i{
border-color: red;
}
/* Border above library tools when not selected*/



13. 
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-cg-i{
border-color: red;
}
/* Border above library tools when sub-menu item selected*/


14.
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-ct-ul{
 background-color: red;
border-color: red;
}
/* Gap between menu items in the Library Tools when sub-menu item selected */


15. 
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-cg-t{
 color: red;
background:url(“/_layouts/images/bgximg.png”) repeat-x -0px -834px;
}
/* Background of Library Tools when sub-menu item selected */


16. 
.ms-cui-cg-db .ms-cui-ct-first .ms-cui-tt-a{
border-left-color: red;
}  
.ms-cui-cg-db .ms-cui-ct-last .ms-cui-tt-a{
border-left-color: red;
}
/*Borders of the Library Tools when Browse tab selected*/


17.
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-ct-first .ms-cui-tt-a{
border-left-color: red;
}
/* Border color on the first sub-menu item when selected*/


18. 
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-ct-last .ms-cui-tt-a{
border-right-color: red;
}
/* Border color on the last sub-menu item when not selected*/


19. 
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a{
border-left-color: red; 
border-right-color: red;
}
/* Border color on the last sub-menu item when it’s selected*/


20.
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-a{ 
border-color: red;
border-top-color:red;
background-color:red;
}
/*None selected sub-menu item*/


21.
.ms-cui-cg-db.ms-cui-cg-s .ms-cui-tt-a:hover{
background-color: red !important;
border-top-color: red;
}
/*Library tools none selected sub-menu item on hover */


22. 
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-cg-t{
color:#0e400d;
background-color:red;
background-image:none;

}



23.
.ms-cui-cg-gr .ms-cui-tt-a:hover{

border-color:#56c553;
border-top-color:#56c553;
background:red;

}



24.
.ms-cui-cg-gr .ms-cui-tt-a:hover{

border-color:red;
border-top-color:red;
background:url(“/_layouts/images/bgximg.png”) repeat-x -0px
-832px;

 }



25.
.ms-cui-cg-gr .ms-cui-ct-last .ms-cui-tt-a{

border-right-color:red;

}



26.
.ms-cui-cg-gr .ms-cui-ct-first .ms-cui-tt-a{

border-left-color:red;

}


27.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-cg-t{

color:#0e400d;
background-color:red;
background-image:none;

}


28.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-a{

background-color:red;
border-color:#56c553;
border-top-color:#56c553;
}


29.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a:hover{

border-color:#03a200;
background-color:red !important;
}


30.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-a:hover{

background-color:red !important;
border-color:#56c553;
border-top-color:#56c553;
}


31.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-tt-s .ms-cui-tt-a{

border-left-color:red;
border-right-color:red;

}


32.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-ct-last .ms-cui-tt-a{

border-right-color:red;

}


33.
.ms-cui-cg-gr.ms-cui-cg-s .ms-cui-ct-ul{

background-color:red;
border-color:#03a200;

}


34.
.s4-tn {
background:red url();
}
/*Menu Bar background*/


35.
.s4-tn li.static > a:hover{
/* [ReplaceColor(themeColor:"Accent1")] */ 
color:red;
}
/*Browse none selected menu items on hover */


36.
.s4-toplinks .s4-tn a.selected:hover{
color: red;
}
/*Color of selected menu item on hover event.*/


37.
.s4-toplinks .s4-tn a.selected{ 
border-color: red;
border-bottom-color: red;
border-top-color: red;
background-color: red;
}
/*Border and Background of selected menu item.*/


38.

body #s4-mainarea.s4-pr{
background: red url();
}
/*Below the Ribbow half of the page.*/


39.
.s4-ca.s4-ca-dlgNoRibbon{
background: red url();
}
/*Behind the Main Content*/


40.
body #s4-leftpanel-content{
background: red url(); 
}
/*Background of the Left Panel*/


41.
.s4-specialNavLinkList{
background: red url();
}
/*Background of the navigation link list on quicklaunch*/


42.
body #s4-leftpanel-content{ 
padding:0px 0px 0px;
border:1px solid #ffffff;
border-top-width:0px;
border-right-width:1px;
border-bottom-width:0px;
border-left-width:1px;
}
/*Border of the quicklaunch*/



Комментариев нет:

Отправить комментарий