From: <sta...@us...> - 2003-02-19 21:31:13
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv3689 Modified Files: SimplyBlue.css Log Message: tweaked to match kinematics Bobby P2 patches Index: SimplyBlue.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/SimplyBlue.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SimplyBlue.css 19 Feb 2003 18:58:03 -0000 1.3 --- SimplyBlue.css 19 Feb 2003 21:31:08 -0000 1.4 *************** *** 6,10 **** } ! .shell { background-color: #bcd5ea; border: 3px #88b5dd solid; --- 6,10 ---- } ! .shell, .shellTop { background-color: #bcd5ea; border: 3px #88b5dd solid; *************** *** 100,108 **** } ! table.stabColor01 { border: 1px solid #88b5dd; } ! table.stabColor03 { border: 3px solid #88b5dd; } --- 100,108 ---- } ! table.settingsTable { border: 1px solid #88b5dd; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid #88b5dd; } *************** *** 116,120 **** } ! td.stabColor01 { border: 1px solid #88b5dd; } --- 116,120 ---- } ! td.settingsPanel { border: 1px solid #88b5dd; } *************** *** 157,189 **** .historyLabel { ! font-weight: bold; } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: bold; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 157,194 ---- .historyLabel { ! font-weight: normal; } ! .historyLabel em { ! 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; } *************** *** 204,208 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 209,213 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 227,235 **** span.securityWidgetState { font-weight: bold; ! } ! ! .historyLabel em { ! ! font-style: normal; ! } ! --- 232,234 ---- span.securityWidgetState { font-weight: bold; ! } \ No newline at end of file |