From: <sta...@us...> - 2003-02-25 04:38:36
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv21473 Modified Files: default.css Log Message: D. Smith rewrite/update Index: default.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** default.css 19 Feb 2003 17:30:36 -0000 1.9 --- default.css 25 Feb 2003 04:38:32 -0000 1.10 *************** *** 1,189 **** body { ! background-color: #FFFFFF; ! font-family: sans-serif; ! color: #000000; } .shell, .shellTop { ! background-color: #ededca; ! border: 3px #cccc99 solid; ! color: #000000; } table.head { width: 100%; ! } td.head { font-weight: normal; ! font-size: 22pt; } ! .menu { ! font-size: 14pt; ! font-weight: bold; ! width: 100%; } ! .menuSelected { ! background-color: #cccc99; ! width: 14%; ! color: #000000; } ! .menuStandard { ! background-color: #ededca; ! width: 14%; ! color: #000000; } ! .menuIndent { ! width: 8%; } ! tr.rowEven { ! background-color: #ededca; ! color: #000000; } ! tr.rowOdd { ! background-color: #dfdfaf; ! color: #000000; } ! tr.rowHighlighted { ! background-color: #cccc99; ! color: #eeeeee; } ! table.footer { ! width: 100%; } .settingsTable { ! border: 1px solid #cccc99; } ! .openMessageTable, .lookupResultsTable { ! border: 3px solid #cccc99; } ! td.openMessageCloser { ! text-align: right; } td.openMessageBody { ! text-align: left; } ! .settingsPanel { ! border: 1px solid #cccc99; } ! td.naked { ! padding: 0px; ! margin: 0px; ! border: none } ! a.changeSettingLink { ! background-color: transparent; ! color: blue; } td.accuracy0to49 { ! background-color: red; ! color: black; } td.accuracy50to93 { ! background-color: yellow; ! color: black; } td.accuracy94to100 { ! background-color: green; ! color: black; } div.error01 { ! background-color: transparent; ! color: red; ! font-size: larger; } div.error02 { ! background-color: transparent; ! color: red; } ! span.graphFont { ! font-size: x-small; ! } .historyLabel { ! font-weight: bold; } .bucketsLabel { ! font-weight: bold; } .magnetsLabel { ! font-weight: bold; } .securityLabel { ! font-weight: bold; } .configurationLabel { ! font-weight: bold; } - .advancedLabel { ! font-weight: bold; } .passwordLabel { ! font-weight: bold; } .sessionLabel { ! font-weight: bold; } ! td.logo2menuSpace { ! height: 0.8em; } ! td.footerBody { ! text-align: center; ! } ! ! table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; } ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; } ! td.historyNavigatorTop { ! text-align: right; } ! td.historyNavigatorBottom { ! text-align: right; } ! .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 1,220 ---- + /*********************************************************/ + /* Main Body */ + body { ! color: #000000; ! background-color: #FFFFFF; ! font-family: sans-serif; ! font-size: 100%; } + /*********************************************************/ + /* Shell structure */ + .shell, .shellTop { ! color: #000000; ! background-color: #EDEDCA; ! border: 3px #CCCC99 solid; } table.head { width: 100%; ! } td.head { font-weight: normal; ! font-size: 1.8em; } ! table.footer { ! width: 100%; } ! td.footerBody { ! text-align: center; } ! td.naked { ! padding: 0; ! margin: 0; ! border: 0; } ! td.logo2menuSpace { ! height: 0.8em; } ! /*********************************************************/ ! /* Menu Settings */ ! ! .menu { ! font-size: 1.2em; ! font-weight: bold; ! width: 100%; } ! .menuSelected { ! color: #000000; ! background-color: #CCCC99; ! width: 14%; } ! .menuStandard { ! color: #000000; ! background-color: #EDEDCA; ! width: 14%; } ! .menuIndent { ! width: 8%; } + /*********************************************************/ + /* Table Settings */ + .settingsTable { ! border: 1px solid #CCCC99; } ! .settingsPanel { ! border: 1px solid #CCCC99; } ! .openMessageTable { ! border: 3px solid #CCCC99; } td.openMessageBody { ! text-align: left; } ! td.openMessageCloser { ! text-align: right; } ! tr.rowEven { ! color: #000000; ! background-color: #EDEDCA; } ! tr.rowOdd { ! color: #000000; ! background-color: #DFDFAF; ! } ! ! tr.rowHighlighted { ! color: #EEEEEE; ! background-color: #EDEDCA; ! } ! ! .lookupResultsTable { ! border: 3px solid #CCCC99; } + /*********************************************************/ + /* Graphics */ + td.accuracy0to49 { ! background-color: red; ! color: black; } td.accuracy50to93 { ! background-color: yellow; ! color: black; } td.accuracy94to100 { ! background-color: green; ! color: black; ! } ! ! span.graphFont { ! font-size: x-small; } + /*********************************************************/ + /* Errors */ + div.error01 { ! background-color: transparent; ! color: red; ! font-size: larger; } div.error02 { ! background-color: transparent; ! color: red; } ! /*********************************************************/ ! /* Form Labels */ .historyLabel { ! font-weight: bold; ! } ! ! .historyLabelSort { ! font-weight: bold; ! font-style: normal; } .bucketsLabel { ! font-weight: bold; } .magnetsLabel { ! font-weight: bold; } .securityLabel { ! font-weight: bold; } .configurationLabel { ! font-weight: bold; } .advancedLabel { ! font-weight: bold; } .passwordLabel { ! font-weight: bold; } .sessionLabel { ! font-weight: bold; } ! .bucketsWidgetStateOn, .bucketsWidgetStateOff { ! font-weight: bold; } ! .configWidgetStateOn, .configWidgetStateOff { ! font-weight: bold; } ! .securityWidgetStateOn, .securityWidgetStateOff { ! font-weight: bold; } ! /*********************************************************/ ! /* Positioning */ ! ! table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; } ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; } ! .historyNavigatorTop, .historyNavigatorBottom { ! text-align: right; } *************** *** 192,204 **** } ! span.bucketsWidgetState { ! font-weight: bold; ! } ! ! span.configWidgetState { ! font-weight: bold; } - span.securityWidgetState { - font-weight: bold; - } \ No newline at end of file --- 223,228 ---- } ! .advancedWidgets { ! margin-top: 1em; } |