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
31 a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
\r
32 text-decoration: none;
\r
34 a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
\r
35 text-decoration: none;
\r
37 a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
\r
38 text-decoration: underline;
\r
41 body {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
43 p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
45 h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
47 h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
49 h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
51 h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
53 th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
\r
55 background-color: <?PHP echo $THEME->cellheading?>;}
\r
57 td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
59 li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
\r
61 form { margin-bottom: 0; }
\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
155 .topicsoutlineside {
\r
158 .topicsoutlinesidehighlight {
\r
161 .topicsoutlinecontent {
\r
167 border-color: <?PHP echo $THEME->borders?>;
\r
168 border-style: solid;
\r
177 border-color: <?PHP echo $THEME->borders?>;
\r
178 border-style: solid;
\r
181 .generalboxcontent {
\r