]> git.mjollnir.org Git - moodle.git/commitdiff
Autolinks added
authormoodler <moodler>
Thu, 16 Oct 2003 03:38:26 +0000 (03:38 +0000)
committermoodler <moodler>
Thu, 16 Oct 2003 03:38:26 +0000 (03:38 +0000)
theme/standardblue/config.php
theme/standardblue/styles.php
theme/standardgreen/config.php
theme/standardgreen/styles.php
theme/standardlogo/config.php
theme/standardlogo/styles.php
theme/standardred/config.php
theme/standardred/styles.php
theme/standardwhite/config.php
theme/standardwhite/styles.php

index 7e18f5e57d228bff7198959f8dcb831bf09c47f7..1e302666a2bdf885f47d99915abe24dc91b61770 100644 (file)
@@ -8,6 +8,7 @@ $THEME->cellcontent2 = "#B3EAFF";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 $THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#EEEEEE";  // To color auto-generated links (eg glossary)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..e27ddefd2297b65a25e0e5055e931064fc861b35 100644 (file)
@@ -301,3 +301,20 @@ a.dimmed:hover {
 .coursename {
 }
 
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+    text-decoration: underline;
+    color: red;
+}
+
index d4a59c9484063d34b46f06aa464de5fbf8a75d40..2ce209e5c32d6cc5877bc54dc615ba06f8a19d8f 100644 (file)
@@ -8,6 +8,7 @@ $THEME->cellcontent2 = "#AFE9BB";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 $THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#EEEEEE";  // To color auto-generated links (eg glossary)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..e27ddefd2297b65a25e0e5055e931064fc861b35 100644 (file)
@@ -301,3 +301,20 @@ a.dimmed:hover {
 .coursename {
 }
 
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+    text-decoration: underline;
+    color: red;
+}
+
index 7952c3de83d9c57d5e457b001228afd0a6102e99..81be67de192b44c69572e0647bd89577bba972a0 100644 (file)
@@ -8,6 +8,7 @@ $THEME->cellcontent2 = "#FFD991";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 $THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#EEEEEE";  // To color auto-generated links (eg glossary)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..e27ddefd2297b65a25e0e5055e931064fc861b35 100644 (file)
@@ -301,3 +301,20 @@ a.dimmed:hover {
 .coursename {
 }
 
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+    text-decoration: underline;
+    color: red;
+}
+
index 8232856afa39ce6c1e98af3b9752312f99ae7e0c..d458f57e14cbc0d71ecc8fc6a2c1e28416e02eff 100644 (file)
@@ -8,6 +8,7 @@ $THEME->cellcontent2 = "#ECD9D9";  // Alternate colour
 $THEME->borders      = "#552021";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 $THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#EEEEEE";  // To color auto-generated links (eg glossary)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..e27ddefd2297b65a25e0e5055e931064fc861b35 100644 (file)
@@ -301,3 +301,20 @@ a.dimmed:hover {
 .coursename {
 }
 
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+    text-decoration: underline;
+    color: red;
+}
+
index 087e7b098df2e58b3958c7a4c4617c120c793f60..b74a515cce8e1a23bd2eb9de2adf635c40383d2c 100644 (file)
@@ -8,6 +8,7 @@ $THEME->cellcontent2 = "#EFEFEF";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 $THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#EEEEEE";  // To color auto-generated links (eg glossary)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 6a5c508ea9a4ea1ee672bf2103a616ab1f9f97bb..e27ddefd2297b65a25e0e5055e931064fc861b35 100644 (file)
@@ -301,3 +301,20 @@ a.dimmed:hover {
 .coursename {
 }
 
+a.autolink:link {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+    text-decoration: none;
+    color: #000000;
+    background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+    text-decoration: underline;
+    color: red;
+}
+