From: Joseph C. <tex...@us...> - 2005-06-03 09:02:26
|
Update of /cvsroot/popfile/engine/skins/coolblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31657/skins/coolblue Modified Files: style.css Log Message: Update CoolBlue for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/coolblue/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 31 Jul 2004 18:04:30 -0000 1.3 --- style.css 3 Jun 2005 09:02:17 -0000 1.4 *************** *** 1,297 **** ! body { ! background-color: #FFFFFF; ! border: none; ! font-family: tahoma, arial, sans-serif; ! color: black; ! margin: 10px 20px 20px 20px; ! font-size: 10pt; ! } ! ! h2 { ! font-size: 11pt; ! font-weight: bold; ! } ! ! .shell, .shellTop { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! margin: 0px; ! border-left: #000000 2px solid; ! color: #000000; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! input, select, textarea { ! border-right: #000000 1px solid; ! border-top: #000000 1px solid; ! border-left: #000000 1px solid; ! color: #000000; ! border-bottom: #000000 1px solid; ! font-family: tahoma, arial, serif; ! background-color: #cccccc; ! } ! ! .menu { ! font-size: 10pt; ! font-weight: bold; ! width: 100%; ! } ! ! .menuSelected { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! width: 16%; ! color: black; ! background-color: #99ccff; ! font-size: 10pt; ! } ! ! .menuStandard { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! width: 16%; ! color: black; ! background-color: #6699cc; ! font-size: 10pt; ! } ! ! tr.rowEven { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! color: black; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! tr.rowOdd { ! border-right: #000000 1px solid; ! border-top: #000000 1px solid; ! border-left: #000000 1px solid; ! color: black; ! border-bottom: #000000 1px solid; ! background-color: #99ccff; ! } ! ! a:link { ! color: #000000; ! background-color: transparent; ! text-decoration: none; ! } ! ! a:visited { ! color: #333333; ! background-color: transparent; ! text-decoration: none; ! } ! ! a:hover { ! text-decoration: underline; ! } ! ! hr { ! color: #000000; ! background-color: transparent; ! } ! ! td.naked { ! padding: 0px; ! margin: 0px; ! border: none; ! } ! ! td.logo2menuSpace { ! height: 0.5em; ! } ! ! td.head { ! font-weight: bold; ! font-size: 12pt; ! } ! ! table.head { ! border-right: #000000 2px; ! border-top: #000000 2px; ! font-weight: bold; ! font-size: 12pt; ! background: #6699cc; ! margin: 0px; ! border-left: #000000 2px; ! width: 100%; ! color: #000000; ! border-bottom: #000000 2px; ! font-family: tahoma, arial, sans-serif; ! } ! ! a.shutdownLink { ! font-size: 10pt; ! font-weight: bold; ! } ! ! td.footerBody { ! text-align: center; ! padding-left: 5%; ! padding-right: 5%; ! } ! ! table.footer { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! margin: 1em 0px 0px; ! border-left: #000000 2px solid; ! width: 100%; ! color: #000000; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! table.settingsTable { ! border: 1px solid #000000; ! } ! ! table.openMessageTable, table.lookupResultsTable { ! border: 3px solid #99ccff; ! } ! ! td.openMessageCloser { ! text-align: right; ! } ! ! td.openMessageBody { ! text-align: left; ! } ! ! td.settingsPanel { ! border: 1px solid #000000; ! } ! ! .menuIndent { ! width: 2%; ! } ! ! 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: normal; ! } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } ! ! .bucketsLabel { ! font-weight: bold; ! } ! ! .magnetsLabel { ! font-weight: bold; ! } ! ! .securityLabel { ! font-weight: bold; ! } ! ! .configuration { ! font-size: 11pt; ! } ! ! .configurationLabel { ! font-size: 10pt; ! font-weight: bold; ! } ! ! .advancedLabel { ! font-weight: bold; ! } ! ! .passwordLabel { ! font-weight: bold; ! } ! ! .sessionLabel { ! font-weight: bold; ! } ! ! a.menuLink { ! font-weight:bold; ! } ! ! table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; ! } ! ! table.historyButtonsBottom { ! width: 100%; ! margin-top: 0.6em; ! } ! ! td.historyNavigatorTop { ! text-align: right; ! } ! ! td.historyNavigatorBottom { ! text-align: right; ! } ! ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; ! } ! ! span.bucketsWidgetState { ! font-weight: bold; ! } ! ! span.configWidgetState { ! font-weight: bold; ! } ! ! span.securityWidgetState { ! font-weight: bold; ! } ! ! tr.rowBoundary { ! background-color: #000000; ! } ! ! div.helpMessage { ! background-color: #99ccff; ! border: 1px solid black; ! padding: 0.3em; ! padding-bottom: 0; } \ No newline at end of file --- 1,402 ---- ! body { ! background-color: #FFFFFF; ! border: none; ! font-family: tahoma, arial, sans-serif; ! color: black; ! margin: 10px 20px 20px 20px; ! font-size: 10pt; ! } ! ! h2 { ! font-size: 11pt; ! font-weight: bold; ! } ! ! h2.history { ! margin-top: 0; ! margin-bottom: 0.3em; ! } ! ! .search { ! display: inline; ! float: left; ! } ! ! .filter { ! display: inline; ! } ! ! .removeButtonsTop { ! padding-bottom: 1em; ! } ! ! .shell, .shellTop { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! margin: 0px; ! border-left: #000000 2px solid; ! color: #000000; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! .shellStatusMessage { ! color: #000000; ! background-color: #99ccff; ! border: #000000 2px solid; ! width: 100%; ! } ! ! .shellErrorMessage { ! color: #FF0000; ! background-color: #99ccff; ! border: #000000 2px solid; ! width: 100%; ! } ! ! input, select, textarea { ! border-right: #000000 1px solid; ! border-top: #000000 1px solid; ! border-left: #000000 1px solid; ! color: #000000; ! border-bottom: #000000 1px solid; ! font-family: tahoma, arial, serif; ! background-color: #cccccc; ! } ! ! .menu { ! font-size: 10pt; ! font-weight: bold; ! width: 100%; ! } ! ! .menuSelected { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! width: 16%; ! color: black; ! background-color: #99ccff; ! font-size: 10pt; ! } ! ! .menuStandard { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! width: 16%; ! color: black; ! background-color: #6699cc; ! font-size: 10pt; ! } ! ! .menuLink { ! display: block; ! width: 100%; ! } ! ! tr.rowEven { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! border-left: #000000 2px solid; ! color: black; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! tr.rowOdd { ! border-right: #000000 1px solid; ! border-top: #000000 1px solid; ! border-left: #000000 1px solid; ! color: black; ! border-bottom: #000000 1px solid; ! background-color: #99ccff; ! } ! ! a:link { ! color: #000000; ! background-color: transparent; ! text-decoration: none; ! } ! ! a:visited { ! color: #333333; ! background-color: transparent; ! text-decoration: none; ! } ! ! a:hover { ! text-decoration: underline; ! } ! ! hr { ! color: #000000; ! background-color: transparent; ! } ! ! td.naked { ! padding: 0px; ! margin: 0px; ! border: none; ! } ! ! td.logo2menuSpace { ! height: 0.5em; ! } ! ! td.head { ! font-weight: bold; ! font-size: 12pt; ! } ! ! table.head { ! border-right: #000000 2px; ! border-top: #000000 2px; ! font-weight: bold; ! font-size: 12pt; ! background: #6699cc; ! margin: 0px; ! border-left: #000000 2px; ! width: 100%; ! color: #000000; ! border-bottom: #000000 2px; ! font-family: tahoma, arial, sans-serif; ! } ! ! a.logoutLink, a.shutdownLink { ! font-size: 10pt; ! font-weight: bold; ! } ! ! td.footerBody { ! text-align: center; ! padding-left: 5%; ! padding-right: 5%; ! } ! ! table.footer { ! border-right: #000000 2px solid; ! border-top: #000000 2px solid; ! margin: 1em 0px 0px; ! border-left: #000000 2px solid; ! width: 100%; ! color: #000000; ! border-bottom: #000000 2px solid; ! background-color: #6699cc; ! } ! ! table.settingsTable { ! border: 1px solid #000000; ! } ! ! table.openMessageTable, table.lookupResultsTable { ! border: 3px solid #99ccff; ! } ! ! td.openMessageCloser { ! text-align: right; ! } ! ! td.openMessageBody { ! text-align: left; ! } ! ! td.settingsPanel { ! border: 1px solid #000000; ! } ! ! .menuIndent { ! width: 2%; ! } ! ! 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: normal; ! } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } ! ! .bucketsLabel { ! font-weight: bold; ! } ! ! .magnetsLabel { ! font-weight: bold; ! } ! ! .securityLabel { ! font-weight: bold; ! } ! ! .configuration { ! font-size: 11pt; ! } ! ! .configurationLabel { ! font-size: 10pt; ! font-weight: bold; ! } ! ! .advancedLabel { ! font-weight: bold; ! } ! ! .passwordLabel { ! font-weight: bold; ! } ! ! .sessionLabel { ! font-weight: bold; ! } ! ! a.menuLink { ! font-weight:bold; ! } ! ! table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; ! } ! ! table.historyButtonsBottom { ! width: 100%; ! margin-top: 0.6em; ! } ! ! td.historyNavigatorTop { ! text-align: right; ! vertical-align: top; ! } ! ! .historyNavigatorTop form, .historyNavigatorBottom form { ! margin: 0.2em 0; ! } ! ! td.historyNavigatorBottom { ! text-align: right; ! } ! ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; ! } ! ! span.bucketsWidgetState { ! font-weight: bold; ! } ! ! span.configWidgetState { ! font-weight: bold; ! } ! ! span.securityWidgetState { ! font-weight: bold; ! } ! ! tr.rowBoundary { ! background-color: #000000; ! } ! ! div.helpMessage { ! background-color: #99ccff; ! border: #000000 1px solid; ! padding: 0.3em; ! padding-bottom: 0; ! } ! ! ! /*********************************************************/ ! /* Config Bars */ ! ! .configBar, .configBarHidden { ! padding-top: 1em; ! } ! ! .configBarTitle { ! border: #000000 2px solid; ! padding: 0.3em; ! padding-bottom: 0; ! margin-left: 0.3em; ! background-color: #99ccff; ! font-weight: bold; ! } ! ! .configBarBody { ! background-color: #6699cc; ! border: #000000 1px solid; ! } ! ! .configBar td { ! border: #000000 1px solid; ! } ! ! .configBarBody form { ! margin: 0; ! } ! ! .configBarOption { ! border: #000000 1px solid; ! margin: 0.3em; ! padding: 0.3em; ! display: inline; ! float: left; ! min-height: 3em; ! background-color: #99ccff; ! } ! ! .checkLabel { ! white-space: nowrap; ! } ! ! .configBarBody label.configurationLabel { ! display: block; ! } ! ! /*********************************************************/ ! /* History Column Controls */ ! ! .columnControls { ! white-space:nowrap; ! vertical-align: top; ! width: 10px; ! } ! ! .columnRemove, .columnMove { ! display: block; ! width:100%; ! height: 1em; } \ No newline at end of file |