]> git.mjollnir.org Git - moodle.git/commitdiff
New style for tabledivider, and some fixups
authormoodler <moodler>
Mon, 26 Jan 2004 10:14:22 +0000 (10:14 +0000)
committermoodler <moodler>
Mon, 26 Jan 2004 10:14:22 +0000 (10:14 +0000)
13 files changed:
theme/UPGRADE.txt
theme/brightretro/styles.php
theme/cordoroyblue/styles.php
theme/garden/styles.php
theme/oceanblue/styles.php
theme/poweraid/config.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 5ee10cae482d43c143d851b2f3f923ad581e1719..d58cc11e9b5e4c6daf3864a16a12f1c3d3a8d415 100644 (file)
@@ -161,3 +161,8 @@ a.autolink:hover {}
 
 .smallinfo {}
 .smallinfohead {}
+
+
+/* Just a small table cell dividing others in a list */
+.tabledivider {}
+
index e67d344b9cfcfc7497baa905be34d75421bda958..8dcb1388ae82f338f89b63353137a4eca481ad1b 100644 (file)
@@ -425,3 +425,25 @@ a.autolink:hover {
     -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;
+}
+
index b508f2a9dd4d5b0f5282cdcadb1d789e4de6ac00..7c6c2c1c37b4a3bb7576fd8e5105949521f5fb66 100644 (file)
@@ -452,3 +452,26 @@ a.autolink:hover {
 .generaltabselected {
 }
 
+
+.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;
+}
+
index 07a7475cafa3e605142a1789b4f7b5d82358d02c..127ebfd22a5c79448afc3d19a3c639c6a6a8e6e3 100755 (executable)
@@ -377,3 +377,25 @@ a.autolink:hover {
 .generaltabselected {
 }
 
+.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;
+}
+
index aecafe074148501fb3db7df2c3379c9852488b13..d82a7fe8acfa8b564a28dfcc06dd6fa7eb172d24 100644 (file)
@@ -425,3 +425,26 @@ a.autolink:hover {
     -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;
+}
+
index 3b0f4531449911ce42b95c9610cb65201a7f5bcd..237c2bde4f02d14774ddfdc2fd86c7d6604ccb15 100644 (file)
@@ -41,6 +41,10 @@ $THEME->borders      = "#555555";  // Table borders
 $THEME->frontlogo    = "images/frontlogo.jpg";       // Logo on front page
 $THEME->smalllogo    = "images/smalllogo.jpg";  // Header logo on other pages
 
+$THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
+$THEME->hidden       = "#AAAAAA";  // To color things that are hidden
+$THEME->autolink     = "#DDDDDD";  // 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 
                                    // files from the moodle/pix directory
index bdfd9ae96f4bb09d48a097e6221def335d0a7af5..2db7554e39479873d930e91aa8ccc40ea3f65798 100644 (file)
@@ -260,3 +260,94 @@ select {
 .coursename {
 }
 
+
+.coursebox {
+}
+
+.courseboxcontent {
+    border-width: 1px;
+    border-color: <?PHP echo $THEME->borders?>;
+    border-style: solid;
+    -moz-border-radius: 20px;
+}
+
+.courseboxinfo {
+}
+
+.courseboxsummary {
+}
+
+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;
+}
+
+.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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+
index 11a51fcd119fee8f50987fe7437f263e7c802e67..8c0853e44f721632188ae6b2af7d487afdf5bd7c 100644 (file)
@@ -442,3 +442,13 @@ a.autolink:hover {
 .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;
+}
+