| … | |
… | |
| 4 | |
4 | |
| 5 | <!-- |
5 | <!-- |
| 6 | ################################################################################ |
6 | ################################################################################ |
| 7 | # WeBWorK Online Homework Delivery System |
7 | # WeBWorK Online Homework Delivery System |
| 8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 9 | # $CVSHeader$ |
9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.33 2004/09/10 22:40:47 sh002i Exp $ |
| 10 | # |
10 | # |
| 11 | # This program is free software; you can redistribute it and/or modify it under |
11 | # This program is free software; you can redistribute it and/or modify it under |
| 12 | # the terms of either: (a) the GNU General Public License as published by the |
12 | # the terms of either: (a) the GNU General Public License as published by the |
| 13 | # Free Software Foundation; either version 2, or (at your option) any later |
13 | # Free Software Foundation; either version 2, or (at your option) any later |
| 14 | # version, or (b) the "Artistic License" which comes with this package. |
14 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 76 | /* background colors for success and failure messages */ |
76 | /* background colors for success and failure messages */ |
| 77 | div.ResultsWithoutError { background-color: #66ff99 } /* light green */ |
77 | div.ResultsWithoutError { background-color: #66ff99 } /* light green */ |
| 78 | div.ResultsWithError { background-color: #ffcccc } /* light red */ |
78 | div.ResultsWithError { background-color: #ffcccc } /* light red */ |
| 79 | |
79 | |
| 80 | /* text colors for published and unpublished sets */ |
80 | /* text colors for published and unpublished sets */ |
| 81 | font.Published { font-style: normal; font-weight: bold; color: #000000; } /* black */ |
81 | font.Published { font-style: normal; font-weight: normal; color: #000000; } /* black */ |
| 82 | font.Unpublished { font-style: italic; font-weight: normal; color: #aaaaaa; } /* light grey */ |
82 | font.Unpublished { font-style: italic; font-weight: normal; color: #aaaaaa; } /* light grey */ |
| 83 | |
83 | |
| 84 | /* text colors for Auditing, Current, and Dropped students */ |
84 | /* text colors for Auditing, Current, and Dropped students */ |
| 85 | div.Audit { font-style: normal; color: black; } |
85 | div.Audit { font-style: normal; color: purple; } |
| 86 | div.Enrolled { font-weight: bold; color: black; } |
86 | div.Enrolled { font-weight: normal; color: black; } |
| 87 | div.Drop { font-style: italic; color: grey; } |
87 | div.Drop { font-style: italic; color: grey; } |
| 88 | |
88 | |
| 89 | /*******************/ |
89 | /*******************/ |
| 90 | /* general classes */ |
90 | /* general classes */ |
| 91 | /*******************/ |
91 | /*******************/ |