[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
デザインカスタマイズ ページタイトル編
2005.06.11 Saturday 18:12 | カスタマイズ
ページタイトルの部分も全体にあわせて色かえましょう。
ブログの名前が中央に表示されるよう
.mydoblog-header {
text-align: center ;
background-color : lightpink ;
text-alineでcenterを指定。背景色をlightpinkとしました。(お好みで変えてください)
.mydoblog-header-text {
font-family : "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 180% ;
font-weight : bold ;
line-height : ;
color : white ;
ブログの名前が目立つよう文字サイズを180%設定。(数字が大きいと字が大きくなる)
目立つようにBold文字にしました。文字の色はピンクの中に白抜きとなるよう
color: white ;とします。(お好みで変えてください)
/*---------------------------------------------*/
/* ページタイトル */
/*---------------------------------------------*/
.mydoblog-header {
text-align: center ;
background-color : lightpink ;
width : ;
height : ;
padding : 25px 10px 0px 10px ;
margin : 0px 0px 25px 0px ;
border-bottom : 2px dotted #999999 ;
voice-family : ""}"";
voice-family : inherit;
}
.mydoblog-header-text {
font-family : "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 180% ;
font-weight : bold ;
line-height : ;
color : white ;
}
.mydoblog-header img {
vartical-align : text-bottom ;
margin : 0px 0px 0px 0px ;
}
ブログの名前が中央に表示されるよう
.mydoblog-header {
text-align: center ;
background-color : lightpink ;
text-alineでcenterを指定。背景色をlightpinkとしました。(お好みで変えてください)
.mydoblog-header-text {
font-family : "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 180% ;
font-weight : bold ;
line-height : ;
color : white ;
ブログの名前が目立つよう文字サイズを180%設定。(数字が大きいと字が大きくなる)
目立つようにBold文字にしました。文字の色はピンクの中に白抜きとなるよう
color: white ;とします。(お好みで変えてください)
/*---------------------------------------------*/
/* ページタイトル */
/*---------------------------------------------*/
.mydoblog-header {
text-align: center ;
background-color : lightpink ;
width : ;
height : ;
padding : 25px 10px 0px 10px ;
margin : 0px 0px 25px 0px ;
border-bottom : 2px dotted #999999 ;
voice-family : ""}"";
voice-family : inherit;
}
.mydoblog-header-text {
font-family : "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 180% ;
font-weight : bold ;
line-height : ;
color : white ;
}
.mydoblog-header img {
vartical-align : text-bottom ;
margin : 0px 0px 0px 0px ;
}
PR
Trackback
Trackback URL:
Comment