| … | |
… | |
| 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: webwork-modperl/conf/templates/ur.template,v 1.10 2004/03/04 21:00:21 sh002i Exp $ |
9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.11 2004/03/06 21:47:05 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. |
| … | |
… | |
| 22 | |
22 | |
| 23 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
23 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| 24 | <head> |
24 | <head> |
| 25 | <title><!--#path style="text" text=" : " textonly="1"--></title> |
25 | <title><!--#path style="text" text=" : " textonly="1"--></title> |
| 26 | <!--#head--> |
26 | <!--#head--> |
| 27 | |
|
|
| 28 | <style type="text/css"> |
27 | <style type="text/css"> |
| 29 | <!-- |
28 | <!-- |
|
|
29 | /********************/ |
|
|
30 | /* template classes */ |
|
|
31 | /********************/ |
|
|
32 | |
| 30 | body { margin: 0px; } |
33 | body { margin: 0px; } |
|
|
34 | .edgebox { background-color: #123567; color: white; white-space: nowrap; } /* #123567 is not a websafe color */ |
|
|
35 | .edgebox a:link, .edgebox a:visited { color: #FF9933; } /* this is hard to see */ |
|
|
36 | .infobox { background-color: #CCCCCC; } /* a little dark... */ |
|
|
37 | |
|
|
38 | /*******************/ |
|
|
39 | /* general classes */ |
|
|
40 | /*******************/ |
|
|
41 | |
|
|
42 | p.emphasis { font-style:italic; } |
|
|
43 | |
|
|
44 | /************************/ |
|
|
45 | /* new standard classes */ |
|
|
46 | /************************/ |
|
|
47 | |
|
|
48 | /* center form tables within their containers (this doesn't work) */ |
|
|
49 | div.FormLayout { text-align: center; } |
|
|
50 | |
|
|
51 | /* background colors for success and failure messages */ |
|
|
52 | div.ResultsWithoutError { background-color: #66ff99 } /* light green */ |
|
|
53 | div.ResultsWithError { background-color: #ffcccc } /* light red */ |
|
|
54 | |
|
|
55 | /* minimal style for lists of links (generated by the links escape */ |
|
|
56 | ul.LinkMenu { list-style: none; margin-left: 0; padding-left: 0; } |
|
|
57 | ul.LinkMenu ul { list-style: none; margin-left: 0.5em; padding-left: 0; } |
|
|
58 | |
|
|
59 | /*************************/ |
|
|
60 | /* WeBWorK::HTML widgets */ |
|
|
61 | /*************************/ |
|
|
62 | |
|
|
63 | /* WeBWorK::HTML::ScrollingRecordList */ |
|
|
64 | div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; } |
|
|
65 | div.ScrollingRecordList select.ScrollingRecordList { width: 99%; } |
|
|
66 | |
|
|
67 | /*************************************************************************/ |
|
|
68 | /* classes used in Problem.pm (replace these with new standard classes?) */ |
|
|
69 | /*************************************************************************/ |
|
|
70 | |
| 31 | table.attemptResults { |
71 | table.attemptResults { |
| 32 | border-style: outset; |
72 | border-style: outset; |
| 33 | border-width: 1px; |
73 | border-width: 1px; |
| 34 | margin: 0px 10pt; |
74 | margin: 0px 10pt; |
| 35 | border-spacing: 1px; |
75 | border-spacing: 1px; |
| … | |
… | |
| 42 | width: 15ex; |
82 | width: 15ex; |
| 43 | background-color: #DDDDDD; |
83 | background-color: #DDDDDD; |
| 44 | } |
84 | } |
| 45 | div.problemHeader { float: left; } |
85 | div.problemHeader { float: left; } |
| 46 | div.problem { clear: both; } |
86 | div.problem { clear: both; } |
| 47 | p.emphasis { font-style:italic; } |
|
|
| 48 | .edgebox { background-color: #123567; color: white; } /* #123567?!?!? WTF?!!!!! */ |
|
|
| 49 | .edgebox a:link,a:visited { color: #FF9933; } |
|
|
| 50 | .infobox { background-color: #CCCCCC; } |
|
|
| 51 | .parsehilight { background-color:yellow; } |
87 | .parsehilight { background-color:yellow; } |
| 52 | |
|
|
| 53 | /* new standard classes */ |
|
|
| 54 | div.FormLayout { text-align: center; } |
|
|
| 55 | div.ResultsWithoutError { background-color: #66ff99 } |
|
|
| 56 | div.ResultsWithError { background-color: #ffcccc } |
|
|
| 57 | |
|
|
| 58 | /* WeBWorK::HTML widgets */ |
|
|
| 59 | div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; } |
|
|
| 60 | div.ScrollingRecordList select.ScrollingRecordList { width: 99%; } |
|
|
| 61 | //--> |
88 | //--> |
| 62 | </style> |
89 | </style> |
| 63 | </head> |
90 | </head> |
| 64 | <body> |
91 | <body> |
| 65 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
92 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |