[system] / branches / rel-2-1-patches / webwork2 / conf / templates / ur.template Repository:
ViewVC logotype

Diff of /branches/rel-2-1-patches/webwork2/conf/templates/ur.template

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2767 Revision 2822
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 */
77div.ResultsWithoutError { background-color: #66ff99 } /* light green */ 77div.ResultsWithoutError { background-color: #66ff99 } /* light green */
78div.ResultsWithError { background-color: #ffcccc } /* light red */ 78div.ResultsWithError { background-color: #ffcccc } /* light red */
79 79
80/* text colors for published and unpublished sets */ 80/* text colors for published and unpublished sets */
81font.Published { font-style: normal; font-weight: bold; color: #000000; } /* black */ 81font.Published { font-style: normal; font-weight: normal; color: #000000; } /* black */
82font.Unpublished { font-style: italic; font-weight: normal; color: #aaaaaa; } /* light grey */ 82font.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 */
85div.Audit { font-style: normal; color: black; } 85div.Audit { font-style: normal; color: purple; }
86div.Enrolled { font-weight: bold; color: black; } 86div.Enrolled { font-weight: normal; color: black; }
87div.Drop { font-style: italic; color: grey; } 87div.Drop { font-style: italic; color: grey; }
88 88
89/*******************/ 89/*******************/
90/* general classes */ 90/* general classes */
91/*******************/ 91/*******************/

Legend:
Removed from v.2767  
changed lines
  Added in v.2822

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9