]> git.mjollnir.org Git - moodle.git/commitdiff
A couple of new CSS rules to make the course summary block display the same as before.
authordefacer <defacer>
Fri, 28 May 2004 10:48:59 +0000 (10:48 +0000)
committerdefacer <defacer>
Fri, 28 May 2004 10:48:59 +0000 (10:48 +0000)
14 files changed:
theme/brightretro/styles.php
theme/cordoroyblue/styles.php
theme/cornflower/styles.php
theme/formal_white/styles.php
theme/garden/styles.php
theme/metal/styles.php
theme/oceanblue/styles.php
theme/poweraid/styles.php
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index 373a744151f13365487cf0c5b953357962c05ee6..887af487308e48e3e6d04c60ab79b09b6db132bb 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 3e549809d266e0ea00cf7a7db86e9d76460485ac..af46e092827099d249170707c029ac7386312c3b 100644 (file)
@@ -740,4 +740,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 106ac1c3ded309f15c16b20af94ea532fb40ae17..471e123bf56caa44c61db976827006b9b52bb64d 100644 (file)
@@ -718,4 +718,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index bbe4b52da26c6a646c36fa57c85c6810aa0a1160..fd90d1cf482239ee068e0922667f159b6bf47402 100644 (file)
-<?PHP /*  $Id$ */\r
-\r
-/// We use PHP so we can do value substitutions into the styles\r
-\r
-    if (!isset($themename)) {\r
-        $themename = NULL;\r
-    }\r
-\r
-    $nomoodlecookie = true;\r
-    require_once("../../config.php");\r
-    $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);\r
-\r
-/// From here on it's nearly a normal stylesheet.\r
-/// First are some CSS definitions for normal tags,\r
-/// then custom tags follow.\r
-///\r
-/// New classes always get added to the end of the file.\r
-///\r
-/// Note that a group of standard colours are all\r
-/// defined in config.php in this directory.  The\r
-/// reason for this is because Moodle uses the same\r
-/// colours to provide oldstyle formatting for\r
-/// browsers without CSS.\r
-///\r
-/// You can hardcode colours in this file if you\r
-/// don't care about this.\r
-\r
-?>\r
-\r
-\r
-body {\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size : 13px;\r
-       margin : 5px;\r
-}\r
-\r
-td, th {\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size : 13px;}\r
-\r
-th {\r
-    font-weight: bold;\r
-    background-color: <?PHP echo $THEME->cellheading?>;\r
-}\r
-\r
-ul {\r
-   margin-bottom: 5px;\r
-   margin-top: 0px;\r
-}\r
-\r
-a:link {\r
-    text-decoration: none;\r
-    color: #0033CC;\r
-}\r
-\r
-a:visited {\r
-    text-decoration: none;\r
-    color:#0033CC;\r
-}\r
-\r
-a:hover {\r
-    text-decoration: underline;\r
-    color: #990000;\r
-}\r
-\r
-form {\r
-    margin-bottom: 0;\r
-}\r
-\r
-input {\r
-       background : transparent;\r
-\r
-}\r
-\r
-h2 {\r
-       font-size : 16px;\r
-    font-weight: bold;\r
-       background-color: #FEF9F6;\r
-       padding : 3;\r
-       border : 1px solid  <?PHP echo $THEME->borders?>;\r
-}\r
-\r
-h4 {\r
-       font-size : 13px;\r
-    font-weight: bold;\r
-\r
-}\r
-\r
-\r
-\r
-.highlight {\r
-    background-color: <?PHP echo $THEME->highlight?>;\r
-}\r
-\r
-.headingblock {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 11px;\r
-       font-weight: bold;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    background-color: #E3DFD4;\r
-}\r
-\r
-.navbar {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 11px;\r
-       font-weight: bold;\r
-       background-color: #C6BDA8;\r
-}\r
-\r
-.generaltable {\r
-}\r
-\r
-.generaltableheader {\r
-\r
-}\r
-\r
-.generaltablecell {\r
-}\r
-\r
-.sideblock {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.sideblockheading {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 11px;\r
-       font-weight: bold;\r
-    background-color: #E3DFD4;\r
-}\r
-\r
-.sideblockmain {\r
-    background-color: #FEF9F6;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.sideblocklinks {\r
-    background-color: #FEF9F6;\r
-}\r
-\r
-.sideblocklatestnews {\r
-     background-color: #FEF9F6;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.sideblockrecentactivity {\r
-    background-color: #FEF9F6;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.outlineheadingblock {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 11px;\r
-       font-weight: bold;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius: 3px;\r
-}\r
-\r
-.forumpost {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.forumpostpicture {\r
-           background-color: #C6BDA8;\r
-}\r
-\r
-.forumpostside {\r
-    background-color: #E3DFD4;\r
-    -moz-border-radius-bottomleft: 20px;\r
-}\r
-\r
-.forumpostmessage {\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-\r
-.weeklyoutline {\r
-}\r
-\r
-.weeklyoutlineside {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.weeklyoutlinesidehighlight {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.weeklyoutlinesidehidden {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: dashed;\r
-}\r
-\r
-.weeklyoutlinecontent {\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.weeklyoutlinecontenthighlight {\r
-    background: #FFFFFF;\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.weeklyoutlinecontenthidden {\r
-    background: #F7F6F1;\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: dashed;\r
-}\r
-\r
-.weeklydatetext {\r
-       font-weight: bold;\r
-}\r
-\r
-.topicsoutline {\r
-}\r
-\r
-.topicsoutlineside {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.topicsoutlinesidehighlight {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.topicsoutlinesidehidden {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: dashed;\r
-}\r
-\r
-.topicsoutlinecontent {\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.topicsoutlinecontenthighlight {\r
-    background: #FFFFFF;\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-    background-color: #F7F6F1;\r
-    border-width: 0px;\r
-    border-top: 1px;\r
-    border-bottom: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: dashed;\r
-}\r
-\r
-.siteinfo {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.siteinfocontent {\r
-        background-color: #FEF9F6;\r
-    -moz-border-radius: 20px;\r
-\r
-}\r
-\r
-\r
-.generalbox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-       background-color: #FEF9F6;\r
-    -moz-border-radius-topleft: 3px;\r
-    -moz-border-radius-topright: 3px;\r
-    -moz-border-radius-bottomleft: 15px;\r
-    -moz-border-radius-bottomright: 15px;\r
-}\r
-\r
-.generalboxcontent {\r
-    background-image: none;\r
-    background-color: <?PHP echo $THEME->cellcontent?>;\r
-    -moz-border-radius-topleft: 3px;\r
-    -moz-border-radius-topright: 3px;\r
-    -moz-border-radius-bottomleft: 15px;\r
-    -moz-border-radius-bottomright: 15px;\r
-}\r
-\r
-.noticebox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius: 3px;\r
-}\r
-\r
-.noticeboxcontent {\r
-    text-align: center;\r
-}\r
-\r
-\r
-.feedbacktext {\r
-    color: <?PHP echo $THEME->cellheading2?>;\r
-}\r
-\r
-a.dimmed:link {\r
-    text-decoration: none;\r
-    color: #AAAAAA;\r
-}\r
-\r
-a.dimmed:visited {\r
-    text-decoration: none;\r
-    color: #AAAAAA;\r
-}\r
-\r
-a.dimmed:hover {\r
-    text-decoration: underline;\r
-    color: #990000;\r
-}\r
-\r
-.dimmed_text {\r
-    color: #AAAAAA;\r
-}\r
-\r
-.forumpostheader {\r
-}\r
-\r
-.forumpostheadertopic {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-    background-color: #C6BDA8\r
-}\r
-\r
-.forumpostheaderpicture {\r
-       background-color: #FEF9F6;\r
-}\r
-\r
-.forumpostheadername {\r
-       background-color: #FEF9F6;\r
-}\r
-\r
-.forumpostheaderreplies {\r
-\r
-}\r
-\r
-.forumpostheaderdate {\r
-       background-color: #FEF9F6;\r
-}\r
-\r
-.logininfo {\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 10px;\r
-}\r
-\r
-.homelink {\r
-    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size : 11px;\r
-}\r
-\r
-.teacheronly {\r
-    color: #990000;\r
-}\r
-\r
-.header {\r
-       background-color: #E3DFD4;\r
-}\r
-\r
-.headermain {\r
-    font-weight: bold;\r
-}\r
-\r
-.headermenu {\r
-}\r
-\r
-.headerhome {\r
-       background-color: #E3DFD4;\r
-}\r
-\r
-.headerhomemain {\r
-    font-weight: bold;\r
-}\r
-\r
-.headerhomemenu {\r
-}\r
-\r
-.categorybox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.categoryboxcontent {\r
-\r
-}\r
-\r
-.categoryname {\r
-    font-weight: bold;\r
-}\r
-\r
-.categorynumber {\r
-    font-weight: bold;\r
-}\r
-\r
-.coursename {\r
-}\r
-\r
-.coursebox {\r
-}\r
-\r
-.courseboxcontent {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius: 20px;\r
-}\r
-\r
-.courseboxinfo {\r
-       font-size : 11px;\r
-       font-weight: bold;\r
-}\r
-\r
-.courseboxsummary {\r
-}\r
-\r
-a.autolink:link {\r
-    text-decoration: none;\r
-    color: #000000;\r
-    background-color: <?PHP echo $THEME->autolink?>;\r
-       border-bottom: dashed 1px #000000;\r
-       cursor: help;\r
-}\r
-\r
-a.autolink:visited {\r
-    text-decoration: none;\r
-    color: #000000;\r
-    background-color: <?PHP echo $THEME->autolink?>;\r
-       border-bottom: dashed 1px #000000;\r
-       cursor: help;\r
-}\r
-\r
-a.autolink:hover {\r
-    text-decoration: none;\r
-       border-bottom: solid 1px #000000;\r
-    color: #000000;\r
-       cursor: help;\r
-}\r
-\r
-.userinfobox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-    margin-bottom: 5px;\r
-}\r
-\r
-.userinfoboxside {\r
-    -moz-border-radius-bottomleft: 20px;\r
-}\r
-\r
-.userinfoboxcontent {\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.userinfoboxsummary {\r
-}\r
-\r
-.userinfoboxlinkcontent {\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.generaltab {\r
-    -moz-border-radius-topleft: 15px;\r
-    -moz-border-radius-topright: 15px;\r
-}\r
-\r
-.generaltabselected {\r
-    -moz-border-radius-topleft: 15px;\r
-    -moz-border-radius-topright: 15px;\r
-}\r
-\r
-.forumheaderlist {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-}\r
-\r
-.smallinfo {\r
-}\r
-\r
-.smallinfohead {\r
-    color: #555555;\r
-}\r
-\r
-.tabledivider {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    border-left: 0px;\r
-    border-right: 0px;\r
-    border-top: 0px;\r
-}\r
-\r
-.headingblockcontent {\r
-}\r
-\r
-\r
-\r
-\r
-TABLE.calendarmini {\r
-       width: 100%;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-       font-size : 10px;\r
-    margin: 0px;\r
-    padding: 2px;\r
-    -moz-border-radius: 10px;\r
-}\r
-\r
-TABLE.calendarmonth {\r
-       width: 100%;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    margin: 0px;\r
-    padding: 0px;\r
-    -moz-border-radius: 10px;\r
-}\r
-\r
-TABLE.calendarmini TBODY TD {\r
-    text-align: center;\r
-    vertical-align: center;\r
-    width: 14%;\r
-   border-width: 1px;\r
-    border-color: <?PHP echo $THEME->cellcontent2?>;\r
-    border-style: solid;\r
-    -moz-border-radius: 4px;\r
-}\r
-\r
-TABLE.calendarmonth TBODY TD {\r
-    width: 14%;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->cellcontent2?>;\r
-    border-style: solid;\r
-    vertical-align: top;\r
-    background-color: <?PHP echo $THEME->body?>;\r
-}\r
-\r
-TABLE.calendarmonth TBODY TD TABLE {\r
-       margin-top: 0px;\r
-       margin-left: 0px;\r
-       font-size : 10px;\r
-       line-height: 1.2em;\r
-}\r
-\r
-TABLE.calendarmonth TBODY TD TABLE TD {\r
-    border: none;\r
-    background: none;\r
-}\r
-\r
-TABLE.calendarmonth TBODY TD DIV {\r
-       margin-top: 0px;\r
-       margin-left: 0px;\r
-       font-size: 10px;\r
-       line-height: 1.2em;\r
-}\r
-\r
-TABLE.calendarmini THEAD TD {\r
-    font-size: 10px;\r
-       font-weight: bold;\r
-    text-align: center;\r
-    vertical-align: center;\r
-}\r
-\r
-TABLE.calendarmonth THEAD TD {\r
-       text-align: center;\r
-    vertical-align: center;\r
-       font-weight: bold;\r
-    padding-bottom: 3px;\r
-    border-bottom: 2px <?PHP echo $THEME->borders?> solid;\r
-    background-color: <?PHP echo $THEME->body?>;\r
-}\r
-\r
-.sideblockmain .cal_event {\r
-\r
-}\r
-.sideblockmain .cal_event_date {\r
-\r
-}\r
-\r
-.cal_event_global {\r
-       background-color: #009999 !important;\r
-       border: 2px #009999 solid !important;\r
-}\r
-\r
-.cal_event_course {\r
-       background-color: #ff3333 !important;\r
-       border: 2px #ff3333 solid !important;\r
-}\r
-\r
-.cal_event_group {\r
-       background-color: #ffcc33 !important;\r
-       border: 2px #ffcc33 solid !important;\r
-}\r
-\r
-.cal_event_user {\r
-       background-color: #99ccff !important;\r
-       border: 2px #99ccff solid !important;\r
-}\r
-\r
-.cal_duration_global {\r
-       border-top: 2px #009999 solid !important;\r
-       border-bottom: 2px #009999 solid !important;\r
-}\r
-\r
-.cal_duration_course {\r
-       border-top: 2px #ff3333 solid !important;\r
-       border-bottom: 2px #ff3333 solid !important;\r
-}\r
-\r
-.cal_duration_user {\r
-       border-top: 2px #99ccff solid !important;\r
-       border-bottom: 2px #99ccff solid !important;\r
-}\r
-\r
-.cal_duration_group {\r
-       border-top: 2px #ffcc33 solid !important;\r
-       border-bottom: 2px #ffcc33 solid !important;\r
-}\r
-\r
-.cal_weekend {\r
-    color: red;\r
-}\r
-\r
-.cal_today {\r
-       border: 2px black solid !important;\r
-}\r
-\r
-.mycalendar {\r
-       background-color: <?PHP echo $THEME->cellcontent?>;\r
-       -moz-border-radius-bottomleft: 20px;\r
-    -moz-border-radius-bottomright: 20px;\r
-}\r
-\r
-.mycalendar .cal_event {\r
-       font-weight: bold;\r
-}\r
-.mycalendar .cal_event_date {\r
-       font-size: 10px;\r
-}\r
-\r
-.mycalendar TABLE.cal_filters {\r
-       width: 100%;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    margin: 0px;\r
-    padding: 2px;\r
-    -moz-border-radius: 10px;\r
-}\r
-\r
-.mycalendar .cal_filters THEAD TD {\r
-       border-bottom: 2px <?PHP echo $THEME->borders?> solid;\r
-    margin: 0px;\r
-    padding: 2px;\r
-}\r
-\r
-\r
-.mycalendar .cal_event_table {\r
-       width: 100%;\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    margin: 0px;\r
-    padding: 2px;\r
-    -moz-border-radius: 10px;\r
-}\r
-\r
-.mycalendar .cal_event_table THEAD {\r
-       background-color: <?PHP echo $THEME->cellcontent?>;\r
-       text-align: center;\r
-       font-weight: bold;\r
-}\r
-\r
-.sideblockmain HR {\r
-       height: 1px;\r
-       border: none;\r
-       border-top: 1px #999 solid;\r
-       margin-top: 4px;\r
-       margin-bottom: 4px;\r
-}\r
-\r
-.mycalendar HR {\r
-       height: 1px;\r
-       border: none;\r
-       border-top: 1px #999 solid;\r
-       margin-top: 4px;\r
-       margin-bottom: 4px;\r
-}\r
-\r
-.calendarexpired {\r
-       color: red;\r
-       font-weight: bold;\r
-}\r
-\r
-.calendarreferer {\r
-       font-weight: bold;\r
-}\r
-\r
-TD.cal_event_description {\r
-       width: 80%;\r
-       border-left: 2px <?php echo $THEME->borders?> solid;\r
-       vertical-align: top;\r
-       padding: 5px;\r
-}\r
-\r
-.cal_popup_fg {\r
-       background-color: <?php echo $THEME->cellcontent?>;\r
-}\r
-\r
-.cal_popup_bg {\r
-       border-top: 2px #C6BDA8 solid;\r
-       border-left: 2px #C6BDA8 solid;\r
-       border-right: 2px #663300 solid;\r
-       border-bottom: 2px #663300 solid;\r
-       background-color: #E3DFD4;\r
-       padding: 0px;\r
-       margin: 0px;\r
-}\r
-\r
-.cal_popup_caption {\r
-       background-color: #E3DFD4;\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       font-size: 10px;\r
-       font-weight: bold;\r
-}\r
-\r
-\r
-.cal_popup_close {\r
-       font-size: 75%;\r
-       font-weight: bold;\r
-       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
-       margin-right: 5px;\r
-}\r
-\r
-.sideblock .cal_controls {\r
-       font-size: 8px;\r
-}\r
-\r
-A IMG {\r
-       border: none;\r
-}\r
-\r
-TABLE.formtable TD {\r
-       padding: 9px;\r
-}\r
-\r
-\r
-\r
-.eventfull {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
-    -moz-border-radius-bottomleft: 15px;\r
-    -moz-border-radius-bottomright: 15px;\r
-}\r
-\r
-.eventfullheader {\r
-}\r
-\r
-.eventfullpicture {\r
-    padding:8px;\r
-}\r
-\r
-.eventfullside {\r
-    -moz-border-radius-bottomleft: 15px;\r
-}\r
-\r
-.eventfullmessage {\r
-    -moz-border-radius-bottomright: 15px;\r
-}\r
-\r
-\r
+<?PHP /*  $Id$ */
+
+/// We use PHP so we can do value substitutions into the styles
+
+    if (!isset($themename)) {
+        $themename = NULL;
+    }
+
+    $nomoodlecookie = true;
+    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,
+/// 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.
+
+?>
+
+
+body {
+       font-family: Arial, Helvetica, sans-serif;
+       font-size : 13px;
+       margin : 5px;
+}
+
+td, th {
+       font-family: Arial, Helvetica, sans-serif;
+       font-size : 13px;}
+
+th {
+    font-weight: bold;
+    background-color: <?PHP echo $THEME->cellheading?>;
+}
+
+ul {
+   margin-bottom: 5px;
+   margin-top: 0px;
+}
+
+a:link {
+    text-decoration: none;
+    color: #0033CC;
+}
+
+a:visited {
+    text-decoration: none;
+    color:#0033CC;
+}
+
+a:hover {
+    text-decoration: underline;
+    color: #990000;
+}
+
+form {
+    margin-bottom: 0;
+}
+
+input {
+       background : transparent;
+
+}
+
+h2 {
+       font-size : 16px;
+    font-weight: bold;
+       background-color: #FEF9F6;
+       padding : 3;
+       border : 1px solid  <?PHP echo $THEME->borders?>;
+}
+
+h4 {
+       font-size : 13px;
+    font-weight: bold;
+
+}
+
+
+
+.highlight {
+    background-color: <?PHP echo $THEME->highlight?>;
+}
+
+.headingblock {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 11px;
+       font-weight: bold;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    background-color: #E3DFD4;
+}
+
+.navbar {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 11px;
+       font-weight: bold;
+       background-color: #C6BDA8;
+}
+
+.generaltable {
+}
+
+.generaltableheader {
+
+}
+
+.generaltablecell {
+}
+
+.sideblock {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.sideblockheading {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 11px;
+       font-weight: bold;
+    background-color: #E3DFD4;
+}
+
+.sideblockmain {
+    background-color: #FEF9F6;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.sideblocklinks {
+    background-color: #FEF9F6;
+}
+
+.sideblocklatestnews {
+     background-color: #FEF9F6;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.sideblockrecentactivity {
+    background-color: #FEF9F6;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.outlineheadingblock {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 11px;
+       font-weight: bold;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius: 3px;
+}
+
+.forumpost {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.forumpostpicture {
+           background-color: #C6BDA8;
+}
+
+.forumpostside {
+    background-color: #E3DFD4;
+    -moz-border-radius-bottomleft: 20px;
+}
+
+.forumpostmessage {
+    -moz-border-radius-bottomright: 20px;
+}
+
+
+.weeklyoutline {
+}
+
+.weeklyoutlineside {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.weeklyoutlinesidehighlight {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.weeklyoutlinesidehidden {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: dashed;
+}
+
+.weeklyoutlinecontent {
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.weeklyoutlinecontenthighlight {
+    background: #FFFFFF;
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.weeklyoutlinecontenthidden {
+    background: #F7F6F1;
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: dashed;
+}
+
+.weeklydatetext {
+       font-weight: bold;
+}
+
+.topicsoutline {
+}
+
+.topicsoutlineside {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.topicsoutlinesidehighlight {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.topicsoutlinesidehidden {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: dashed;
+}
+
+.topicsoutlinecontent {
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.topicsoutlinecontenthighlight {
+    background: #FFFFFF;
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.topicsoutlinecontenthidden {
+    background-color: #F7F6F1;
+    border-width: 0px;
+    border-top: 1px;
+    border-bottom: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: dashed;
+}
+
+.siteinfo {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.siteinfocontent {
+        background-color: #FEF9F6;
+    -moz-border-radius: 20px;
+
+}
+
+
+.generalbox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+       background-color: #FEF9F6;
+    -moz-border-radius-topleft: 3px;
+    -moz-border-radius-topright: 3px;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.generalboxcontent {
+    background-image: none;
+    background-color: <?PHP echo $THEME->cellcontent?>;
+    -moz-border-radius-topleft: 3px;
+    -moz-border-radius-topright: 3px;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.noticebox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius: 3px;
+}
+
+.noticeboxcontent {
+    text-align: center;
+}
+
+
+.feedbacktext {
+    color: <?PHP echo $THEME->cellheading2?>;
+}
+
+a.dimmed:link {
+    text-decoration: none;
+    color: #AAAAAA;
+}
+
+a.dimmed:visited {
+    text-decoration: none;
+    color: #AAAAAA;
+}
+
+a.dimmed:hover {
+    text-decoration: underline;
+    color: #990000;
+}
+
+.dimmed_text {
+    color: #AAAAAA;
+}
+
+.forumpostheader {
+}
+
+.forumpostheadertopic {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+    background-color: #C6BDA8
+}
+
+.forumpostheaderpicture {
+       background-color: #FEF9F6;
+}
+
+.forumpostheadername {
+       background-color: #FEF9F6;
+}
+
+.forumpostheaderreplies {
+
+}
+
+.forumpostheaderdate {
+       background-color: #FEF9F6;
+}
+
+.logininfo {
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 10px;
+}
+
+.homelink {
+    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size : 11px;
+}
+
+.teacheronly {
+    color: #990000;
+}
+
+.header {
+       background-color: #E3DFD4;
+}
+
+.headermain {
+    font-weight: bold;
+}
+
+.headermenu {
+}
+
+.headerhome {
+       background-color: #E3DFD4;
+}
+
+.headerhomemain {
+    font-weight: bold;
+}
+
+.headerhomemenu {
+}
+
+.categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
+
+}
+
+.categoryname {
+    font-weight: bold;
+}
+
+.categorynumber {
+    font-weight: bold;
+}
+
+.coursename {
+}
+
+.coursebox {
+}
+
+.courseboxcontent {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius: 20px;
+}
+
+.courseboxinfo {
+       font-size : 11px;
+       font-weight: bold;
+}
+
+.courseboxsummary {
+}
+
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+       border-bottom: dashed 1px #000000;
+       cursor: help;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+       border-bottom: dashed 1px #000000;
+       cursor: help;
+}
+
+a.autolink:hover {
+    text-decoration: none;
+       border-bottom: solid 1px #000000;
+    color: #000000;
+       cursor: help;
+}
+
+.userinfobox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+    margin-bottom: 5px;
+}
+
+.userinfoboxside {
+    -moz-border-radius-bottomleft: 20px;
+}
+
+.userinfoboxcontent {
+    -moz-border-radius-bottomright: 20px;
+}
+
+.userinfoboxsummary {
+}
+
+.userinfoboxlinkcontent {
+    -moz-border-radius-bottomright: 20px;
+}
+
+.generaltab {
+    -moz-border-radius-topleft: 15px;
+    -moz-border-radius-topright: 15px;
+}
+
+.generaltabselected {
+    -moz-border-radius-topleft: 15px;
+    -moz-border-radius-topright: 15px;
+}
+
+.forumheaderlist {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
+
+.tabledivider {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    border-left: 0px;
+    border-right: 0px;
+    border-top: 0px;
+}
+
+.headingblockcontent {
+}
+
+
+
+
+TABLE.calendarmini {
+       width: 100%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+       font-size : 10px;
+    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: 0px;
+    -moz-border-radius: 10px;
+}
+
+TABLE.calendarmini TBODY TD {
+    text-align: center;
+    vertical-align: center;
+    width: 14%;
+   border-width: 1px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    -moz-border-radius: 4px;
+}
+
+TABLE.calendarmonth TBODY TD {
+    width: 14%;
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->cellcontent2?>;
+    border-style: solid;
+    vertical-align: top;
+    background-color: <?PHP echo $THEME->body?>;
+}
+
+TABLE.calendarmonth TBODY TD TABLE {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size : 10px;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmonth TBODY TD TABLE TD {
+    border: none;
+    background: none;
+}
+
+TABLE.calendarmonth TBODY TD DIV {
+       margin-top: 0px;
+       margin-left: 0px;
+       font-size: 10px;
+       line-height: 1.2em;
+}
+
+TABLE.calendarmini THEAD TD {
+    font-size: 10px;
+       font-weight: bold;
+    text-align: center;
+    vertical-align: center;
+}
+
+TABLE.calendarmonth THEAD TD {
+       text-align: center;
+    vertical-align: center;
+       font-weight: bold;
+    padding-bottom: 3px;
+    border-bottom: 2px <?PHP echo $THEME->borders?> solid;
+    background-color: <?PHP echo $THEME->body?>;
+}
+
+.sideblockmain .cal_event {
+
+}
+.sideblockmain .cal_event_date {
+
+}
+
+.cal_event_global {
+       background-color: #009999 !important;
+       border: 2px #009999 solid !important;
+}
+
+.cal_event_course {
+       background-color: #ff3333 !important;
+       border: 2px #ff3333 solid !important;
+}
+
+.cal_event_group {
+       background-color: #ffcc33 !important;
+       border: 2px #ffcc33 solid !important;
+}
+
+.cal_event_user {
+       background-color: #99ccff !important;
+       border: 2px #99ccff solid !important;
+}
+
+.cal_duration_global {
+       border-top: 2px #009999 solid !important;
+       border-bottom: 2px #009999 solid !important;
+}
+
+.cal_duration_course {
+       border-top: 2px #ff3333 solid !important;
+       border-bottom: 2px #ff3333 solid !important;
+}
+
+.cal_duration_user {
+       border-top: 2px #99ccff solid !important;
+       border-bottom: 2px #99ccff solid !important;
+}
+
+.cal_duration_group {
+       border-top: 2px #ffcc33 solid !important;
+       border-bottom: 2px #ffcc33 solid !important;
+}
+
+.cal_weekend {
+    color: red;
+}
+
+.cal_today {
+       border: 2px black solid !important;
+}
+
+.mycalendar {
+       background-color: <?PHP echo $THEME->cellcontent?>;
+       -moz-border-radius-bottomleft: 20px;
+    -moz-border-radius-bottomright: 20px;
+}
+
+.mycalendar .cal_event {
+       font-weight: bold;
+}
+.mycalendar .cal_event_date {
+       font-size: 10px;
+}
+
+.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?>;
+}
+
+.cal_popup_bg {
+       border-top: 2px #C6BDA8 solid;
+       border-left: 2px #C6BDA8 solid;
+       border-right: 2px #663300 solid;
+       border-bottom: 2px #663300 solid;
+       background-color: #E3DFD4;
+       padding: 0px;
+       margin: 0px;
+}
+
+.cal_popup_caption {
+       background-color: #E3DFD4;
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       font-size: 10px;
+       font-weight: bold;
+}
+
+
+.cal_popup_close {
+       font-size: 75%;
+       font-weight: bold;
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+       margin-right: 5px;
+}
+
+.sideblock .cal_controls {
+       font-size: 8px;
+}
+
+A IMG {
+       border: none;
+}
+
+TABLE.formtable TD {
+       padding: 9px;
+}
+
+
+
+.eventfull {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius-bottomleft: 15px;
+    -moz-border-radius-bottomright: 15px;
+}
+
+.eventfullheader {
+}
+
+.eventfullpicture {
+    padding:8px;
+}
+
+.eventfullside {
+    -moz-border-radius-bottomleft: 15px;
+}
+
+.eventfullmessage {
+    -moz-border-radius-bottomright: 15px;
+}
+
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
+
index 16e4dc7958da3a692532af12741e6dcb45d9cd6c..d357e41a923f7aea776aff240120d33619cdee3e 100755 (executable)
@@ -664,4 +664,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index e1b3d364b1a76f00435b9756b235cf7cc20d1684..8abe2edbd099475aa14cd10c1c84bbd899e1f9e9 100644 (file)
@@ -757,4 +757,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 8e6d857bdb205e8ce6d48632e1a60a5d3489b3cb..2bc1a798e6117d48f24d38f6dde624f63d503c5c 100644 (file)
@@ -717,4 +717,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 76cf35e432be89b068fecc01314e2590caebef0d..31182b7173b9efb953c4159db76f1de1bf71659d 100644 (file)
@@ -621,4 +621,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 337ba5785ceb07389a013cf94c44e0fd018634d1..214cfb8213a7920e20465911fb91598d6f047020 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 373a744151f13365487cf0c5b953357962c05ee6..887af487308e48e3e6d04c60ab79b09b6db132bb 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 373a744151f13365487cf0c5b953357962c05ee6..887af487308e48e3e6d04c60ab79b09b6db132bb 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 337ba5785ceb07389a013cf94c44e0fd018634d1..bd8d9a8feb15ca4d10fdc3c7d5f5f5ee9cdda4d9 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 373a744151f13365487cf0c5b953357962c05ee6..887af487308e48e3e6d04c60ab79b09b6db132bb 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}
 
index 373a744151f13365487cf0c5b953357962c05ee6..887af487308e48e3e6d04c60ab79b09b6db132bb 100644 (file)
@@ -720,4 +720,11 @@ TABLE.formtable TD {
     -moz-border-radius-bottomright: 15px;
 }
 
+#block_course_summary, #block_course_summary .sideblockmain {
+    -moz-border-radius: 20px;
+}
+#block_course_summary .sideblockmain {
+    padding: 10px;
+}