このようにMoodleをカスタマイズするには


(1) テーマとして leatherbound を選択。

(2) theme/leatherbound/style/core.css に追加:

h3.sectionname {
  font-size: 2.5em;
  border-bottom: 5px dotted #cc8888;
  padding: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  margin: 0.7em;
  margin-left: 0.2em;
  margin-top: 0.0em;
}
.instancename{ font-size: 1.5em; }
img.activityicon{ height: 1.5em;    }


(3)  コースを作り、コースフォーマットは トピックフォーマットを選択。

(4)  twitter_search プラグインをインストール

最終更新日時: 2012年 07月 26日(木曜日) 14:11