]> git.mjollnir.org Git - moodle.git/commitdiff
Theme update: modified the .autolink class in order to obtain a question mark cursor...
authorandreabix <andreabix>
Wed, 24 Mar 2004 10:58:26 +0000 (10:58 +0000)
committerandreabix <andreabix>
Wed, 24 Mar 2004 10:58:26 +0000 (10:58 +0000)
theme/formal_white/config.php
theme/formal_white/styles.php

index dfc6380f69ac93414e1959e39aac4951026e311c..4ab2c05840d447b620bb1e62852d97b46f7d91f2 100644 (file)
@@ -8,7 +8,7 @@ $THEME->cellcontent2 = "#C6BDA8";  // Alternate colour
 $THEME->borders      = "#C6BDA8";  // Table borders\r
 $THEME->highlight    = "#849DBC";  // Highlighted text (eg after a search)\r
 $THEME->hidden       = "#979EA8";  // To color things that are hidden\r
-$THEME->autolink     = "#849DBC";  // To color auto-generated links (eg glossary)\r
+$THEME->autolink     = "#FEF9F6";  // To color auto-generated links (eg glossary)\r
 \r
 $THEME->custompix    = false;       // If true, then this theme must have a "pix" \r
                                    // subdirectory that contains copies of all \r
index 92e62d2f1168d56871dfedf3aec7f66f3443f2e6..d6f040708509c3f25454c161d1915fb4e20263cc 100644 (file)
@@ -439,17 +439,23 @@ a.autolink:link {
     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: underline;\r
-    color: #990000;\r
+    text-decoration: none;\r
+       border-bottom: solid 1px #000000;\r
+    color: #000000;\r
+       cursor: help;\r
 }\r
 \r
 .userinfobox {\r