Even if the Child theme is not made, the raindrops theme can change each design to two or more blogs.
raindropsテーマは、Childテーマを作成しなくても、複数ブログに対してそれぞれデザインを変更することができます。
例えば、テーマファイル以下のように指定します。
[css]
body.b26 #header-image{display:none;}
[/css]
body.b26 #header-image{display:none;}
[/css]
*解説:
b26というクラスは、b+blog id というクラス名がbodyに自動付与されます。
このクラスを指定することで、それぞれ異なるブログに特定のスタイルを指定することができます。
*aside:
bodyには、言語クラスも自動的に追加されますので、言語特有のスタイル指定も可能になっています。
これらのクラスは、raindropsがWordPressの自動クラスを拡張した独特の機能です。