How this Moodle is customized


(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;
}
.course-content .single-section .section-navigation .title {
  font-size: 180%;
  border-bottom: 5px dotted #cc8888;
  padding: 0.9em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  margin: 0.5em;
  margin-left: 0.2em;
  margin-top: 0.9em;
}

.instancename{ font-size: 1.45em; }
img.activityicon{ height: 1.45em;    }


最終更新日時: 2012年 12月 11日(火曜日) 10:43