編集モードをソースにします。
9行目あたりにある<link rel="stylesheet" href="ipfw/theme-smooth.css" type="text/css" />
を探してテーマ名(この例ではsmooth)を書き換えます。
<link rel="stylesheet" href="ipfw/theme-smooth.css" type="text/css" />
<link rel="stylesheet" href="ipfw/theme-cure.css" type="text/css" />
<link rel="stylesheet" href="ipfw/theme-merry.css" type="text/css" />
<link rel="stylesheet" href="ipfw/theme-brisk.css" type="text/css" />
<link rel="stylesheet" href="ipfw/theme-loud.css" type="text/css" />
48行目あたりにある<body class="c1 smooth">
を探してテーマ名(この例ではsmooth)を書き換えます。
※c1の所は、選択したレイアウトによってc2l、c2r、c1c2の場合があります。
<body class="c1 smooth">
<body class="c1 cure">
<body class="c1 merry">
<body class="c1 brisk">
<body class="c1 loud">
※c1の所は、選択したレイアウトによってc2l、c2r、c1c2の場合があります。