Find the default CSS style
Go to local drive: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ 2052 \ styles \ core. CSS
Find row 2666
Default Value:
. MS-wpheader TD {
Color: #345456;
Border-bottom: 1px solid
#4e7cb7;
Border-collapse: collapse;
}
Change
. MS-wpheader TD {
Color: #345456;
Height: 30px;
Border-bottom: 1px solid
#4e7cb7;
Border-collapse: collapse;
Background-image: URL ('/_ layouts/images/title.gif');
}
Then add
. MS-wpheader span {
Font: 9pt
;
Font-weight: bold;
Color: # ffffff;
Text-Decoration: none;
}
Used to set the title connection color on the webpart.
The position of the Black downward arrow:
C: \ Program Files \ common files \ microsoft shared \ Web Server
Extensions \ 12 \ template \ images \ menudark. gif
Find the default CSS style
Go to local drive: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ 2052 \ styles \ core. CSS
Find row 2666
Default Value:
. MS-wpheader TD {
Color: #345456;
Border-bottom: 1px solid
#4e7cb7;
Border-collapse: collapse;
}
Change
. MS-wpheader TD {
Color: #345456;
Height: 30px;
Border-bottom: 1px solid
#4e7cb7;
Border-collapse: collapse;
Background-image: URL ('/_ layouts/images/title.gif');
}
Then add
. MS-wpheader span {
Font: 9pt
;
Font-weight: bold;
Color: # ffffff;
Text-Decoration: none;
}
Used to set the title connection color on the webpart.
The position of the Black downward arrow:
C: \ Program Files \ common files \ microsoft shared \ Web Server
Extensions \ 12 \ template \ images \ menudark. gif