3 /// We use PHP so we can do value substitutions into the styles
\r
5 require_once("../../config.php");
\r
7 if (isset($themename)) {
\r
8 $CFG->theme = $themename;
\r
11 $themeurl = "$CFG->wwwroot/theme/$CFG->theme";
\r
13 /// From here on it's nearly a normal stylesheet.
\r
14 /// First are some CSS definitions for normal tags,
\r
15 /// then custom tags follow.
\r
17 /// New classes always get added to the end of the file.
\r
19 /// Note that a group of standard colours are all
\r
20 /// defined in config.php in this directory. The
\r
21 /// reason for this is because Moodle uses the same
\r
22 /// colours to provide oldstyle formatting for
\r
23 /// browsers without CSS.
\r
25 /// You can hardcode colours in this file if you
\r
26 /// don't care about this.
\r
32 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
\r
37 background-color: <?PHP echo $THEME->cellheading?>;
\r
41 text-decoration: none;
\r
46 text-decoration: none;
\r
51 text-decoration: underline;
\r
64 background-color: <?PHP echo $THEME->highlight?>;
\r
68 background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
\r
70 border-color: <?PHP echo $THEME->borders?>;
\r
71 border-style: solid;
\r
75 background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
\r
81 .generaltableheader {
\r
82 background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
\r
90 border-color: <?PHP echo $THEME->borders?>;
\r
91 border-style: solid;
\r
95 background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
\r
104 .sideblocklatestnews {
\r
107 .sideblockrecentactivity {
\r
110 .outlineheadingblock {
\r
111 background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
\r
113 border-color: <?PHP echo $THEME->borders?>;
\r
114 border-style: solid;
\r
119 border-color: <?PHP echo $THEME->borders?>;
\r
120 border-style: solid;
\r
126 .forumpostheadertopic {
\r
129 .forumpostpicture {
\r
135 .forumpostmessage {
\r
142 .weeklyoutlineside {
\r
145 .weeklyoutlinesidehighlight {
\r
148 .weeklyoutlinecontent {
\r
151 .weeklyoutlinecontenthighlight {
\r
158 .topicsoutlineside {
\r
161 .topicsoutlinesidehighlight {
\r
164 .topicsoutlinecontent {
\r
167 .topicsoutlinecontenthighlight {
\r
173 border-color: <?PHP echo $THEME->borders?>;
\r
174 border-style: solid;
\r
183 border-color: <?PHP echo $THEME->borders?>;
\r
184 border-style: solid;
\r
187 .generalboxcontent {
\r