]> git.mjollnir.org Git - moodle.git/commitdiff
Upgrade with more intelligent CSS rules.
authordefacer <defacer>
Tue, 20 Apr 2004 12:14:57 +0000 (12:14 +0000)
committerdefacer <defacer>
Tue, 20 Apr 2004 12:14:57 +0000 (12:14 +0000)
Maybe needs some color changes, but I 'm not really much of an interior decorator... :)

theme/oceanblue/styles.php
theme/poweraid/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index d82a7fe8acfa8b564a28dfcc06dd6fa7eb172d24..9ef74878629d51bce4f40859872df58cf228860e 100644 (file)
@@ -3,23 +3,23 @@
 /// We use PHP so we can do value substitutions into the styles
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -29,27 +29,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: #0000CC;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: #0000CC;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: #FF0000;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -180,7 +180,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -267,7 +267,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -448,3 +448,253 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
+
+TABLE.calendarmini {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    font-size: .7em;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+TABLE.calendarmonth {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+TABLE.calendarmini TBODY TD {
+    text-align: center;
+    vertical-align: center;
+    width: 14%;
+    border-width: 2px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    -moz-border-radius: 4px;
+}
+
+TABLE.calendarmonth TBODY TD {
+    width: 14%;
+    border-width: 2px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    vertical-align: top;
+}
+
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size: 0.75em;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size: 0.75em;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmini THEAD TD {
+    font-size: .95em;
+    text-align: center;
+    vertical-align: center;
+}
+
+TABLE.calendarmonth THEAD TD {
+       text-align: center;
+    vertical-align: center;
+    padding-bottom: 3px;
+    border-bottom: 2px <?PHP echo $THEME->borders?> solid;
+}
+
+.sideblockmain .cal_event {
+       font-size: 0.8em;
+       font-weight: bold;
+}
+.sideblockmain .cal_event_date {
+       font-size: 0.6em;
+}
+
+.mycalendar {
+       -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.mycalendar .cal_event {
+       font-weight: bold;
+}
+.mycalendar .cal_event_date {
+       font-size: 0.8em;
+}
+
+.mycalendar TABLE.cal_filters {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+.mycalendar .cal_filters THEAD TD {
+       border-bottom: 2px <?PHP echo $THEME->borders?> solid;
+    margin: 0px;
+    padding: 2px;
+}
+
+
+.mycalendar .cal_event_table {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+.mycalendar .cal_event_table THEAD {
+       background-color: <?PHP echo $THEME->cellcontent?>;
+       text-align: center;
+       font-weight: bold;
+}
+
+.sideblockmain HR {
+       height: 1px;
+       border: none;
+       border-top: 1px #999 solid;
+       margin-top: 4px;
+       margin-bottom: 4px;
+}
+
+.mycalendar HR {
+       height: 1px;
+       border: none;
+       border-top: 1px #999 solid;
+       margin-top: 4px;
+       margin-bottom: 4px;
+}
+
+.calendarexpired {
+       color: red;
+       font-weight: bold;
+}
+
+.calendarreferer {
+       font-weight: bold;
+}
+
+TD.cal_event_description {
+       width: 80%;
+       border-left: 2px <?php echo $THEME->borders?> solid;
+       vertical-align: top;
+       padding: 5px;
+}
+
+.cal_popup_fg {
+       background-color: <?php echo $THEME->cellcontent?>;
+       font-size: 75%;
+       font-family: Courier;
+       padding: 0px;
+       margin: 0px;
+}
+
+.cal_popup_bg {
+       border-top: 2px #ffcc66 solid;
+       border-left: 2px #ffcc66 solid;
+       border-right: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
+       background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
+       padding: 0px;
+       margin: 0px;
+}
+
+.cal_popup_caption {
+       font-size: 75%;
+       font-weight: bold;
+       font-family: sans-serif;
+       margin: 5px;
+}
+
+.cal_popup_close {
+       font-size: 75%;
+       font-weight: bold;
+       font-family: Tahoma, Helvetica, sans-serif;
+       margin-right: 5px;
+}
+
+.sideblock .cal_controls {
+       text-align: center;
+       font-size: 9px;
+}
+
+A IMG {
+       border: none;
+}
+
+TABLE.formtable TD {
+       padding: 9px;
+}
index 2db7554e39479873d930e91aa8ccc40ea3f65798..9c11a15e9eed045ab79234c460ee8956921dde69 100644 (file)
@@ -32,7 +32,7 @@
 
 /*
    From here on it's nearly a normal stylesheet.
-   First are some CSS definitions for normal tags, 
+   First are some CSS definitions for normal tags,
    then custom tags follow.
 
    Note that colours are all defined in config.php
@@ -351,3 +351,253 @@ a.autolink:hover {
     border-top: 0px;
 }
 
+.headingblockcontent {
+}
+
+TABLE.calendarmini {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    font-size: .7em;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+TABLE.calendarmonth {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+TABLE.calendarmini TBODY TD {
+    text-align: center;
+    vertical-align: center;
+    width: 14%;
+    border-width: 2px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    -moz-border-radius: 4px;
+}
+
+TABLE.calendarmonth TBODY TD {
+    width: 14%;
+    border-width: 2px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    vertical-align: top;
+}
+
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size: 0.75em;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size: 0.75em;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmini THEAD TD {
+    font-size: .95em;
+    text-align: center;
+    vertical-align: center;
+}
+
+TABLE.calendarmonth THEAD TD {
+       text-align: center;
+    vertical-align: center;
+    padding-bottom: 3px;
+    border-bottom: 2px <?PHP echo $THEME->borders?> solid;
+}
+
+.sideblockmain .cal_event {
+       font-size: 0.8em;
+       font-weight: bold;
+}
+.sideblockmain .cal_event_date {
+       font-size: 0.6em;
+}
+
+.mycalendar {
+       -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.mycalendar .cal_event {
+       font-weight: bold;
+}
+.mycalendar .cal_event_date {
+       font-size: 0.8em;
+}
+
+.mycalendar TABLE.cal_filters {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+.mycalendar .cal_filters THEAD TD {
+       border-bottom: 2px <?PHP echo $THEME->borders?> solid;
+    margin: 0px;
+    padding: 2px;
+}
+
+
+.mycalendar .cal_event_table {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    margin: 0px;
+    padding: 2px;
+    -moz-border-radius: 10px;
+}
+
+.mycalendar .cal_event_table THEAD {
+       background-color: <?PHP echo $THEME->cellcontent?>;
+       text-align: center;
+       font-weight: bold;
+}
+
+.sideblockmain HR {
+       height: 1px;
+       border: none;
+       border-top: 1px #999 solid;
+       margin-top: 4px;
+       margin-bottom: 4px;
+}
+
+.mycalendar HR {
+       height: 1px;
+       border: none;
+       border-top: 1px #999 solid;
+       margin-top: 4px;
+       margin-bottom: 4px;
+}
+
+.calendarexpired {
+       color: red;
+       font-weight: bold;
+}
+
+.calendarreferer {
+       font-weight: bold;
+}
+
+TD.cal_event_description {
+       width: 80%;
+       border-left: 2px <?php echo $THEME->borders?> solid;
+       vertical-align: top;
+       padding: 5px;
+}
+
+.cal_popup_fg {
+       background-color: <?php echo $THEME->cellcontent?>;
+       font-size: 75%;
+       font-family: Courier;
+       padding: 0px;
+       margin: 0px;
+}
+
+.cal_popup_bg {
+       border-top: 2px #ffcc66 solid;
+       border-left: 2px #ffcc66 solid;
+       border-right: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
+       background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
+       padding: 0px;
+       margin: 0px;
+}
+
+.cal_popup_caption {
+       font-size: 75%;
+       font-weight: bold;
+       font-family: sans-serif;
+       margin: 5px;
+}
+
+.cal_popup_close {
+       font-size: 75%;
+       font-weight: bold;
+       font-family: Tahoma, Helvetica, sans-serif;
+       margin-right: 5px;
+}
+
+.sideblock .cal_controls {
+       text-align: center;
+       font-size: 9px;
+}
+
+A IMG {
+       border: none;
+}
+
+TABLE.formtable TD {
+       padding: 9px;
+}
index bdb4b434b01c3934a1191a63672f748274c6d693..a7b3a258371cb1e623fa07c1e76334343ce5c118 100644 (file)
@@ -7,23 +7,23 @@
     }
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -33,27 +33,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: red;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -184,7 +184,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -271,7 +271,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -483,11 +483,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 10px;
 }
 
-.calendarweekend {
-    color: red;
-}
-
-.cal_day_mini {
+TABLE.calendarmini TBODY TD {
     text-align: center;
     vertical-align: center;
     width: 14%;
@@ -497,7 +493,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 4px;
 }
 
-.calendardaymonth {
+TABLE.calendarmonth TBODY TD {
     width: 14%;
     border-width: 2px;
     border-color: <?PHP echo $THEME->cellcontent2?>;
@@ -505,27 +501,79 @@ TABLE.calendarmonth {
     vertical-align: top;
 }
 
-.calendardaymonth TABLE {
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendardaymonth DIV {
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendarmini .calendarheader {
+TABLE.calendarmini THEAD TD {
     font-size: .95em;
     text-align: center;
     vertical-align: center;
 }
 
-.calendarmonth .calendarheader {
+TABLE.calendarmonth THEAD TD {
        text-align: center;
     vertical-align: center;
     padding-bottom: 3px;
@@ -540,46 +588,6 @@ TABLE.calendarmonth {
        font-size: 0.6em;
 }
 
-.cal_event_global {
-       background-color: #99cc99;
-       border: 2px #99cc99 solid;
-}
-
-.cal_event_course {
-       background-color: #ff9966;
-       border: 2px #ff9966 solid;
-}
-
-.cal_event_group {
-       background-color: orange;
-       border: 2px orange solid;
-}
-
-.cal_event_user {
-       background-color: #ffcc99;
-       border: 2px #ffcc99 solid;
-}
-
-.cal_duration_global {
-       border-top: 2px #99cc99 solid;
-       border-bottom: 2px #99cc99 solid;
-}
-
-.cal_duration_course {
-       border-top: 2px #ff9966 solid;
-       border-bottom: 2px #ff9966 solid;
-}
-
-.cal_duration_user {
-       border-top: 2px #ffcc99 solid;
-       border-bottom: 2px #ffcc99 solid;
-}
-
-.cal_duration_group {
-       border-top: 2px orange solid;
-       border-bottom: 2px orange solid;
-}
-
 .mycalendar {
        -moz-border-radius-bottomleft: 20px;
     -moz-border-radius-bottomright: 20px;
@@ -641,10 +649,6 @@ TABLE.calendarmonth {
        margin-bottom: 4px;
 }
 
-.cal_today {
-       border: 2px black solid;
-}
-
 .calendarexpired {
        color: red;
        font-weight: bold;
@@ -673,7 +677,7 @@ TD.cal_event_description {
        border-top: 2px #ffcc66 solid;
        border-left: 2px #ffcc66 solid;
        border-right: 2px #663300 solid;
-       border-bottom: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
        background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
        padding: 0px;
        margin: 0px;
@@ -705,5 +709,3 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
-
-
index bdb4b434b01c3934a1191a63672f748274c6d693..a7b3a258371cb1e623fa07c1e76334343ce5c118 100644 (file)
@@ -7,23 +7,23 @@
     }
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -33,27 +33,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: red;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -184,7 +184,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -271,7 +271,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -483,11 +483,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 10px;
 }
 
-.calendarweekend {
-    color: red;
-}
-
-.cal_day_mini {
+TABLE.calendarmini TBODY TD {
     text-align: center;
     vertical-align: center;
     width: 14%;
@@ -497,7 +493,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 4px;
 }
 
-.calendardaymonth {
+TABLE.calendarmonth TBODY TD {
     width: 14%;
     border-width: 2px;
     border-color: <?PHP echo $THEME->cellcontent2?>;
@@ -505,27 +501,79 @@ TABLE.calendarmonth {
     vertical-align: top;
 }
 
-.calendardaymonth TABLE {
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendardaymonth DIV {
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendarmini .calendarheader {
+TABLE.calendarmini THEAD TD {
     font-size: .95em;
     text-align: center;
     vertical-align: center;
 }
 
-.calendarmonth .calendarheader {
+TABLE.calendarmonth THEAD TD {
        text-align: center;
     vertical-align: center;
     padding-bottom: 3px;
@@ -540,46 +588,6 @@ TABLE.calendarmonth {
        font-size: 0.6em;
 }
 
-.cal_event_global {
-       background-color: #99cc99;
-       border: 2px #99cc99 solid;
-}
-
-.cal_event_course {
-       background-color: #ff9966;
-       border: 2px #ff9966 solid;
-}
-
-.cal_event_group {
-       background-color: orange;
-       border: 2px orange solid;
-}
-
-.cal_event_user {
-       background-color: #ffcc99;
-       border: 2px #ffcc99 solid;
-}
-
-.cal_duration_global {
-       border-top: 2px #99cc99 solid;
-       border-bottom: 2px #99cc99 solid;
-}
-
-.cal_duration_course {
-       border-top: 2px #ff9966 solid;
-       border-bottom: 2px #ff9966 solid;
-}
-
-.cal_duration_user {
-       border-top: 2px #ffcc99 solid;
-       border-bottom: 2px #ffcc99 solid;
-}
-
-.cal_duration_group {
-       border-top: 2px orange solid;
-       border-bottom: 2px orange solid;
-}
-
 .mycalendar {
        -moz-border-radius-bottomleft: 20px;
     -moz-border-radius-bottomright: 20px;
@@ -641,10 +649,6 @@ TABLE.calendarmonth {
        margin-bottom: 4px;
 }
 
-.cal_today {
-       border: 2px black solid;
-}
-
 .calendarexpired {
        color: red;
        font-weight: bold;
@@ -673,7 +677,7 @@ TD.cal_event_description {
        border-top: 2px #ffcc66 solid;
        border-left: 2px #ffcc66 solid;
        border-right: 2px #663300 solid;
-       border-bottom: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
        background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
        padding: 0px;
        margin: 0px;
@@ -705,5 +709,3 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
-
-
index bdb4b434b01c3934a1191a63672f748274c6d693..a7b3a258371cb1e623fa07c1e76334343ce5c118 100644 (file)
@@ -7,23 +7,23 @@
     }
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -33,27 +33,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: red;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -184,7 +184,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -271,7 +271,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -483,11 +483,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 10px;
 }
 
-.calendarweekend {
-    color: red;
-}
-
-.cal_day_mini {
+TABLE.calendarmini TBODY TD {
     text-align: center;
     vertical-align: center;
     width: 14%;
@@ -497,7 +493,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 4px;
 }
 
-.calendardaymonth {
+TABLE.calendarmonth TBODY TD {
     width: 14%;
     border-width: 2px;
     border-color: <?PHP echo $THEME->cellcontent2?>;
@@ -505,27 +501,79 @@ TABLE.calendarmonth {
     vertical-align: top;
 }
 
-.calendardaymonth TABLE {
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendardaymonth DIV {
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendarmini .calendarheader {
+TABLE.calendarmini THEAD TD {
     font-size: .95em;
     text-align: center;
     vertical-align: center;
 }
 
-.calendarmonth .calendarheader {
+TABLE.calendarmonth THEAD TD {
        text-align: center;
     vertical-align: center;
     padding-bottom: 3px;
@@ -540,46 +588,6 @@ TABLE.calendarmonth {
        font-size: 0.6em;
 }
 
-.cal_event_global {
-       background-color: #99cc99;
-       border: 2px #99cc99 solid;
-}
-
-.cal_event_course {
-       background-color: #ff9966;
-       border: 2px #ff9966 solid;
-}
-
-.cal_event_group {
-       background-color: orange;
-       border: 2px orange solid;
-}
-
-.cal_event_user {
-       background-color: #ffcc99;
-       border: 2px #ffcc99 solid;
-}
-
-.cal_duration_global {
-       border-top: 2px #99cc99 solid;
-       border-bottom: 2px #99cc99 solid;
-}
-
-.cal_duration_course {
-       border-top: 2px #ff9966 solid;
-       border-bottom: 2px #ff9966 solid;
-}
-
-.cal_duration_user {
-       border-top: 2px #ffcc99 solid;
-       border-bottom: 2px #ffcc99 solid;
-}
-
-.cal_duration_group {
-       border-top: 2px orange solid;
-       border-bottom: 2px orange solid;
-}
-
 .mycalendar {
        -moz-border-radius-bottomleft: 20px;
     -moz-border-radius-bottomright: 20px;
@@ -641,10 +649,6 @@ TABLE.calendarmonth {
        margin-bottom: 4px;
 }
 
-.cal_today {
-       border: 2px black solid;
-}
-
 .calendarexpired {
        color: red;
        font-weight: bold;
@@ -673,7 +677,7 @@ TD.cal_event_description {
        border-top: 2px #ffcc66 solid;
        border-left: 2px #ffcc66 solid;
        border-right: 2px #663300 solid;
-       border-bottom: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
        background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
        padding: 0px;
        margin: 0px;
@@ -705,5 +709,3 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
-
-
index bdb4b434b01c3934a1191a63672f748274c6d693..a7b3a258371cb1e623fa07c1e76334343ce5c118 100644 (file)
@@ -7,23 +7,23 @@
     }
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -33,27 +33,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: red;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -184,7 +184,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -271,7 +271,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -483,11 +483,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 10px;
 }
 
-.calendarweekend {
-    color: red;
-}
-
-.cal_day_mini {
+TABLE.calendarmini TBODY TD {
     text-align: center;
     vertical-align: center;
     width: 14%;
@@ -497,7 +493,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 4px;
 }
 
-.calendardaymonth {
+TABLE.calendarmonth TBODY TD {
     width: 14%;
     border-width: 2px;
     border-color: <?PHP echo $THEME->cellcontent2?>;
@@ -505,27 +501,79 @@ TABLE.calendarmonth {
     vertical-align: top;
 }
 
-.calendardaymonth TABLE {
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendardaymonth DIV {
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendarmini .calendarheader {
+TABLE.calendarmini THEAD TD {
     font-size: .95em;
     text-align: center;
     vertical-align: center;
 }
 
-.calendarmonth .calendarheader {
+TABLE.calendarmonth THEAD TD {
        text-align: center;
     vertical-align: center;
     padding-bottom: 3px;
@@ -540,46 +588,6 @@ TABLE.calendarmonth {
        font-size: 0.6em;
 }
 
-.cal_event_global {
-       background-color: #99cc99;
-       border: 2px #99cc99 solid;
-}
-
-.cal_event_course {
-       background-color: #ff9966;
-       border: 2px #ff9966 solid;
-}
-
-.cal_event_group {
-       background-color: orange;
-       border: 2px orange solid;
-}
-
-.cal_event_user {
-       background-color: #ffcc99;
-       border: 2px #ffcc99 solid;
-}
-
-.cal_duration_global {
-       border-top: 2px #99cc99 solid;
-       border-bottom: 2px #99cc99 solid;
-}
-
-.cal_duration_course {
-       border-top: 2px #ff9966 solid;
-       border-bottom: 2px #ff9966 solid;
-}
-
-.cal_duration_user {
-       border-top: 2px #ffcc99 solid;
-       border-bottom: 2px #ffcc99 solid;
-}
-
-.cal_duration_group {
-       border-top: 2px orange solid;
-       border-bottom: 2px orange solid;
-}
-
 .mycalendar {
        -moz-border-radius-bottomleft: 20px;
     -moz-border-radius-bottomright: 20px;
@@ -641,10 +649,6 @@ TABLE.calendarmonth {
        margin-bottom: 4px;
 }
 
-.cal_today {
-       border: 2px black solid;
-}
-
 .calendarexpired {
        color: red;
        font-weight: bold;
@@ -673,7 +677,7 @@ TD.cal_event_description {
        border-top: 2px #ffcc66 solid;
        border-left: 2px #ffcc66 solid;
        border-right: 2px #663300 solid;
-       border-bottom: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
        background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
        padding: 0px;
        margin: 0px;
@@ -705,5 +709,3 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
-
-
index bdb4b434b01c3934a1191a63672f748274c6d693..a7b3a258371cb1e623fa07c1e76334343ce5c118 100644 (file)
@@ -7,23 +7,23 @@
     }
 
     $nomoodlecookie = true;
-    require_once("../../config.php"); 
+    require_once("../../config.php");
     $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
-/// From here on it's nearly a normal stylesheet. 
-/// First are some CSS definitions for normal tags, 
+/// From here on it's nearly a normal stylesheet.
+/// First are some CSS definitions for normal tags,
 /// then custom tags follow.
 ///
 /// 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. 
+/// don't care about this.
 
 ?>
 
@@ -33,27 +33,27 @@ body, td, th, li {
 }
 
 th {
-    font-weight: bold; 
+    font-weight: bold;
     background-color: <?PHP echo $THEME->cellheading?>;
     background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:visited {
-    text-decoration: none; 
+    text-decoration: none;
     color: blue;
 }
 
 a:hover {
-    text-decoration: underline; 
+    text-decoration: underline;
     color: red;
 }
 
-form { 
+form {
     margin-bottom: 0;
 }
 
@@ -184,7 +184,7 @@ form {
 
 .weeklydatetext {
     font-size: medium;
-    font-weight: bold; 
+    font-weight: bold;
     color: <?PHP echo $THEME->cellheading2?>;
 }
 
@@ -271,7 +271,7 @@ form {
 }
 
 a.dimmed:link {
-    text-decoration: none; 
+    text-decoration: none;
     color: <?PHP echo $THEME->hidden?>;
 }
 
@@ -483,11 +483,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 10px;
 }
 
-.calendarweekend {
-    color: red;
-}
-
-.cal_day_mini {
+TABLE.calendarmini TBODY TD {
     text-align: center;
     vertical-align: center;
     width: 14%;
@@ -497,7 +493,7 @@ TABLE.calendarmonth {
     -moz-border-radius: 4px;
 }
 
-.calendardaymonth {
+TABLE.calendarmonth TBODY TD {
     width: 14%;
     border-width: 2px;
     border-color: <?PHP echo $THEME->cellcontent2?>;
@@ -505,27 +501,79 @@ TABLE.calendarmonth {
     vertical-align: top;
 }
 
-.calendardaymonth TABLE {
+.cal_event_global {
+       background-color: #99cc99;
+       border: 2px #99cc99 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff9966;
+       border: 2px #ff9966 solid !important;
+}
+
+.cal_event_group {
+       background-color: orange;
+       border: 2px orange solid !important;
+}
+
+.cal_event_user {
+       background-color: #ffcc99;
+       border: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #99cc99 solid !important;
+       border-bottom: 2px #99cc99 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff9966 solid !important;
+       border-bottom: 2px #ff9966 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #ffcc99 solid !important;
+       border-bottom: 2px #ffcc99 solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px orange solid !important;
+       border-bottom: 2px orange solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendardaymonth DIV {
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 0.75em;
        line-height: 1.2em;
 }
 
-.calendarmini .calendarheader {
+TABLE.calendarmini THEAD TD {
     font-size: .95em;
     text-align: center;
     vertical-align: center;
 }
 
-.calendarmonth .calendarheader {
+TABLE.calendarmonth THEAD TD {
        text-align: center;
     vertical-align: center;
     padding-bottom: 3px;
@@ -540,46 +588,6 @@ TABLE.calendarmonth {
        font-size: 0.6em;
 }
 
-.cal_event_global {
-       background-color: #99cc99;
-       border: 2px #99cc99 solid;
-}
-
-.cal_event_course {
-       background-color: #ff9966;
-       border: 2px #ff9966 solid;
-}
-
-.cal_event_group {
-       background-color: orange;
-       border: 2px orange solid;
-}
-
-.cal_event_user {
-       background-color: #ffcc99;
-       border: 2px #ffcc99 solid;
-}
-
-.cal_duration_global {
-       border-top: 2px #99cc99 solid;
-       border-bottom: 2px #99cc99 solid;
-}
-
-.cal_duration_course {
-       border-top: 2px #ff9966 solid;
-       border-bottom: 2px #ff9966 solid;
-}
-
-.cal_duration_user {
-       border-top: 2px #ffcc99 solid;
-       border-bottom: 2px #ffcc99 solid;
-}
-
-.cal_duration_group {
-       border-top: 2px orange solid;
-       border-bottom: 2px orange solid;
-}
-
 .mycalendar {
        -moz-border-radius-bottomleft: 20px;
     -moz-border-radius-bottomright: 20px;
@@ -641,10 +649,6 @@ TABLE.calendarmonth {
        margin-bottom: 4px;
 }
 
-.cal_today {
-       border: 2px black solid;
-}
-
 .calendarexpired {
        color: red;
        font-weight: bold;
@@ -673,7 +677,7 @@ TD.cal_event_description {
        border-top: 2px #ffcc66 solid;
        border-left: 2px #ffcc66 solid;
        border-right: 2px #663300 solid;
-       border-bottom: 2px #663300 solid;
+border-bottom: 2px #663300 solid;
        background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
        padding: 0px;
        margin: 0px;
@@ -705,5 +709,3 @@ A IMG {
 TABLE.formtable TD {
        padding: 9px;
 }
-
-