From: <cpj...@us...> - 2003-12-22 18:04:24
|
Update of /cvsroot/etest/etest/student In directory sc8-pr-cvs1:/tmp/cvs-serv1766/student Modified Files: student_basics.css Log Message: fixed file format for use with new css_edit.php editor file -- craig Index: student_basics.css =================================================================== RCS file: /cvsroot/etest/etest/student/student_basics.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** student_basics.css 22 Dec 2003 14:17:37 -0000 1.3 --- student_basics.css 22 Dec 2003 18:04:21 -0000 1.4 *************** *** 1,120 **** ! body { ! font-family: Arial, Helvetica, sans-serif; ! background-color: #FFFFF0; ! } ! ! td { ! font-family: Arial, Helvetica, sans-serif; ! } ! ! th { ! font-family: Arial, Helvetica, sans-serif; ! } ! ! h3 { ! font-family: Arial, Helvetica, sans-serif; ! color: #800000; ! } ! ! h4 { ! font-family: Arial, Helvetica, sans-serif; ! color: #800000; ! } ! ! a { ! color: #800000; ! } ! ! #warning { ! font-family: Arial, Helvetica, sans-serif; ! color: #FF0000; ! font-weight: bold; ! } ! ! #secheader { ! font-family: Arial, Helvetica, sans-serif; ! color: #800000; ! font-weight: bold; ! } ! ! select { ! font-family: Courier New; ! } ! ! .singleselect { ! color:#000000; ! background-color:#F9F9F9; ! font-size: 12px; ! line-height: 14px; ! font-family: Courier New; ! height: 20px; ! } ! ! .QTypeSelect { ! color:#000000; ! background-color:#F9F9F9; ! font-size: 12px; ! line-height: 14px; ! font-family: Courier New; ! width: 175px; ! } ! ! .form { ! color:#000040; ! font-size: 12px; ! line-height: 14px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; ! background-color: #FFFFD0; ! padding: 1px 3px 1px 1px; ! border: solid 1px #000; ! height: 20px; ! } ! ! .longform { ! color:#000040; ! font-size: 12px; ! line-height: 14px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; ! background-color: #C1DAFF; ! padding: 1px 3px 1px 1px; ! border: solid 1px #000; ! height: 20px; ! width: 200px; ! } ! ! .shortform { ! color:#000040; ! font-size: 12px; ! line-height: 14px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; ! background-color: #C1DAFF; ! padding: 1px 3px 1px 1px; ! border: solid 1px #000; ! height: 20px; ! width: 50px; ! } ! ! .submitbutton { ! color:#FFFFF0; ! font-weight: bold; ! font-size: 12px; ! line-height: 12px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; ! background-color:#800000; ! padding: 1px; ! border-style: solid; ! border-width: 1px; ! border-color: #FFFFD0 #FFFFD0 #FFFFD0 #FFFFD0; ! height: 20px; ! } ! ! .indent { ! padding: 0px 0px 0px 13px; ! } ! ! .Q_Quantity_Table { ! background-color:#D2D4D8; ! padding:5px 5px 5px 5px; ! border: solid 2px #425BA8; ! border-collapse:collapse; ! } --- 1,17 ---- ! body { font-family: Arial, Helvetica, sans-serif; background-color: #FFFFF0; } ! td { font-family: Arial, Helvetica, sans-serif; } ! th { font-family: Arial, Helvetica, sans-serif; } ! h3 { font-family: Arial, Helvetica, sans-serif; color: #800000; } ! h4 { font-family: Arial, Helvetica, sans-serif; color: #800000; } ! a { color: #800000; } ! #warning { font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold; } ! #secheader { font-family: Arial, Helvetica, sans-serif; color: #800000; font-weight: bold; } ! select { font-family: Courier New; } ! .singleselect { color:#000000; background-color:#F9F9F9; font-size: 12px; line-height: 14px; font-family: Courier New; height: 20px; } ! .QTypeSelect { color:#000000; background-color:#F9F9F9; font-size: 12px; line-height: 14px; font-family: Courier New; width: 175px; } ! .form { color:#000040; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #FFFFD0; padding: 1px 3px 1px 1px; border: solid 1px #000; height: 20px; } ! .longform { color:#000040; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #C1DAFF; padding: 1px 3px 1px 1px; border: solid 1px #000; height: 20px; width: 200px; } ! .shortform { color:#000040; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #C1DAFF; padding: 1px 3px 1px 1px; border: solid 1px #000; height: 20px; width: 50px; } ! .submitbutton { color:#FFFFF0; font-weight: bold; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color:#800000; padding: 1px; border-style: solid; border-width: 1px; border-color: #FFFFD0 #FFFFD0 #FFFFD0 #FFFFD0; height: 20px; } ! .indent { padding: 0px 0px 0px 13px; } ! .Q_Quantity_Table { background-color:#D2D4D8; padding:5px 5px 5px 5px; border: solid 2px #425BA8; border-collapse:collapse; } |