New style classes added to standard themes

This commit is contained in:
moodler
2002-12-13 03:29:45 +00:00
parent 45f21f94d7
commit 9984fe99e4
5 changed files with 290 additions and 75 deletions
+58 -15
View File
@@ -12,10 +12,18 @@
/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generaltable {
}
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
border-style: solid;
}
.weeklyoutline {
}
.topicsoutline {
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}
+58 -15
View File
@@ -12,10 +12,18 @@
/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generaltable {
}
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
border-style: solid;
}
.weeklyoutline {
}
.topicsoutline {
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}
+58 -15
View File
@@ -12,10 +12,18 @@
/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generaltable {
}
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
border-style: solid;
}
.weeklyoutline {
}
.topicsoutline {
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}
+58 -15
View File
@@ -12,10 +12,18 @@
/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generaltable {
}
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
border-style: solid;
}
.weeklyoutline {
}
.topicsoutline {
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}
+58 -15
View File
@@ -12,10 +12,18 @@
/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generaltable {
}
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
border-style: solid;
}
.weeklyoutline {
}
.topicsoutline {
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}