Improvements in styles for category/course listings
authormoodler <moodler>
Wed, 3 Sep 2003 15:23:41 +0000 (15:23 +0000)
committermoodler <moodler>
Wed, 3 Sep 2003 15:23:41 +0000 (15:23 +0000)
12 files changed:
theme/UPGRADE.txt
theme/brightretro/styles.php
theme/cordoroyblue/styles.php
theme/garden/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 320ca322d3ab263a21086a66dacecb32f29023d0..430108e6f2a3be7cf730a788ba06b5562963c57f 100644 (file)
@@ -101,3 +101,12 @@ Changes to 1.1 since 1.0.9
 .categoryname {}
 .coursename {}
 
+
+================================
+Changes to 1.1.1 since 1.1
+--------------------------------
+
+.categoryboxcontent {}
+
+Some better placement of styles on the category/course listings to 
+allow some fancy effects.
index b7c28711943ac7f6df7c039f2c1df54a5f2861eb..ac5393afd5cd03c2f57508321387f56110f99589 100644 (file)
@@ -286,10 +286,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index 542b1c6f1af74660eaeab96e8b4e06e4113b3293..07fcfb5c5092cd98c7b04dbd036dfe5a9e49aa04 100644 (file)
@@ -379,10 +379,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index d3b1991a9caba4f699a61c335e291a0f99cb952f..486af1160521caa5ac835c7bc6964bd566b5e51a 100755 (executable)
@@ -300,10 +300,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index c04d6de4cf8f3f46d0098543da8de989989b4679..2fc4dc273ccfce2e2dff42aa573e7cbd0f766c1b 100644 (file)
@@ -284,10 +284,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index 40b20ce211d242812732be1364887ba77a504a2e..b3045ac1a8e5ebbacc4373133272d55c861ea9fd 100644 (file)
@@ -244,10 +244,19 @@ select {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index c83a3fafc5a10b2b9e70bb584206126af2f8508f..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index ee003dac0cb327743c40ba76359f33ddb2f76820..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -3,7 +3,7 @@
 /// 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. 
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index ee003dac0cb327743c40ba76359f33ddb2f76820..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -3,7 +3,7 @@
 /// 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. 
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index ee003dac0cb327743c40ba76359f33ddb2f76820..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -3,7 +3,7 @@
 /// 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. 
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index ee003dac0cb327743c40ba76359f33ddb2f76820..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -3,7 +3,7 @@
 /// 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. 
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+
index ee003dac0cb327743c40ba76359f33ddb2f76820..4b50cfd3a54b94494fb2a37a376c660a007c63ad 100644 (file)
@@ -3,7 +3,7 @@
 /// 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. 
@@ -31,6 +31,7 @@ body, td, th, li {
 th {
     font-weight: bold; 
     background-color: <?PHP echo $THEME->cellheading?>;
+    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
 }
 
 a:link {
@@ -284,10 +285,19 @@ a.dimmed:hover {
 }
 
 .categorybox {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+}
+
+.categoryboxcontent {
 }
 
 .categoryname {
+    font-size: large;
+    font-weight: bold;
 }
 
 .coursename {
 }
+