[[TOC]] = 2.12からのバージョンで2.10の配色を使用する方法 = == 見出し・セル罫線 == #c1 == テーブル外枠 == #c2 Lineパーツ以外のパーツの外側の線とホーム系画面の左側パーツの線の色を変更するには以下のような指定を行います。 {{{ div.dparts, #LayoutA #Left div.parts { border-color:線の色; } }}} == メッセージメニュー枠線 == #c3 == テーブル背景1 == #c4 配色・CSS設定「4. 枠色」で設定できます。 == テーブル内枠 == #c5 配色・CSS設定「1. 線の色」で設定できます。 == セル背景1 == #c6 配色・CSS設定「7. ボックスの背景」で設定できます。 == セル背景2 == #c7 マイフレンドリスト・コミュニティリストの画像セルの背景色を変えます。 {{{ .photo td { background-color: 背景色; } }}} [wiki:pne-xhtmlcss/parts/26 friendIntroList(フレンド紹介文リスト)]の背景色を変更するには以下のようにします。 {{{ .friendIntroList th { background-color: 背景色; } }}} == 紹介文下部罫線 == #c8 == テーブル背景2 == #c9 [wiki:pne-xhtmlcss/parts/11 homePhotoBox]の枠色を変更するには以下のような指定を行います。 {{{ .homePhotoBox { background-color:線の色; } }}} == 見出し背景 == #c10 配色・CSS設定「5. 見出し背景」で設定できます。 == 9面パネル罫線 == #c11 == テーブル・項目背景1 == #c12 表の項目部分の指定は以下のようにします。 [wiki:pne-xhtmlcss/parts/5 infoButtonBox(ボタン付き案内ボックス)]のblock内の背景色 {{{ .infoButtonBox .block { background-color: 背景色; } }}} [wiki:pne-xhtmlcss/parts/29 messageList(メッセージリスト)]のテーブルの見出しの背景色 {{{ .messageList th { background-color: 背景色; } }}} [wiki:pne-xhtmlcss/parts/43 sideNav(サイドナビ)]のカレンダーの見出しの背景色 {{{ #Body .calendar div.partsHeading { background-color: 背景色; } }}} == テーブル・項目背景2 == #c13 配色・CSS設定「6. 説明領域背景」で設定できます。 == 日記カレンダー背景 == #c14 配色・CSS設定「8. 左メニュー枠色」で設定できます。 == お知らせ見出し背景 == #c15 == サイドバナー領域背景 == #c16 配色・CSS設定「2. ページ背景」で設定できます。 == コンテンツ領域背景 == #c17 配色・CSS設定「3. コンテンツ領域背景」で設定できます。 == カレンダー(日曜)背景 == #c18 == Searchフォーム背景 == #c19 == 関連ページ == * wiki:pne-xhtmlcss/upgrade * wiki:pne-xhtmlcss/tips