From: Joseph C. <tex...@us...> - 2005-08-15 03:49:49
|
Update of /cvsroot/popfile/engine/skins/coolbrown In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/coolbrown Modified Files: style.css Log Message: Further skin work for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/coolbrown/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 15 Aug 2005 03:49:41 -0000 1.4 *************** *** 1,9 **** body { background-color: #FFFFFF; ! border: none; font-family: tahoma, arial, sans-serif; ! color: black; ! margin: 10px 20px 20px 20px; ! font-size: 10pt;} h2 { --- 1,10 ---- body { background-color: #FFFFFF; ! border: 0; font-family: tahoma, arial, sans-serif; ! color: #000000; ! margin: 10px 20px 20px 20px; ! font-size: 10pt; ! } h2 { *************** *** 12,15 **** --- 13,34 ---- } + 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; *************** *** 22,25 **** --- 41,58 ---- } + .shellStatusMessage { + color: #000000; + background-color: #cd853f; + border: #000000 2px solid; + width: 100%; + } + + .shellErrorMessage { + color: #FF0000; + background-color: #cd853f; + border: #000000 2px solid; + width: 100%; + } + input, select, textarea { border-right: #000000 1px solid; *************** *** 32,35 **** --- 65,77 ---- } + input.checkbox { + background-color: transparent; + border: 0; + } + + input.submit:hover { + background-color: #FFFFFF; + } + .menu { font-size: 10pt; *************** *** 58,61 **** --- 100,108 ---- } + .menuLink { + display: block; + width: 100%; + } + tr.rowEven { border-right: #000000 2px solid; *************** *** 98,104 **** td.naked { ! padding: 0px; ! margin: 0px; ! border: none; } --- 145,151 ---- td.naked { ! padding: 0; ! margin: 0; ! border: 0; } *************** *** 126,132 **** } ! a.shutdownLink { font-size: 10pt; ! font-weight: bold; } --- 173,179 ---- } ! a.logoutLink, a.shutdownLink { font-size: 10pt; ! font-weight: normal; } *************** *** 153,160 **** table.openMessageTable, table.lookupResultsTable { ! border-right: #cd853f 3px solid; ! border-top: #cd853f 3px solid; ! border-left: #cd853f 3px solid; ! border-bottom: #cd853f 3px solid; } --- 200,204 ---- table.openMessageTable, table.lookupResultsTable { ! border: 2px solid #000000; } *************** *** 265,268 **** --- 309,317 ---- td.historyNavigatorTop { text-align: right; + vertical-align: top; + } + + .historyNavigatorTop form, .historyNavigatorBottom form { + margin: 0.2em 0; } *************** *** 289,299 **** tr.rowBoundary { ! background-color: black; } div.helpMessage { background-color: #cd853f; ! border: 1px solid black; padding: 0.3em; padding-bottom: 0; } --- 338,429 ---- tr.rowBoundary { ! background-color: #000000; } div.helpMessage { background-color: #cd853f; ! border: #000000 2px solid; ! padding: 0.3em; ! } ! ! div.helpMessage form { ! margin: 0; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! td.top20 td.historyNavigatorTop a + a { ! border-left: 1px solid black; ! padding-left: 0.5em; ! } ! ! /*********************************************************/ ! /* Config Bars */ ! ! .configBar, .configBarHidden { ! padding-top: 1em; ! } ! ! .configBarTitle { ! font-size: 1em; ! display: inline; ! } ! ! .configBarTitle a { ! border: #000000 2px solid; padding: 0.3em; padding-bottom: 0; + margin-left: 0.3em; + background-color: #cd853f; + font-weight: bold; + font-size: 1em; + color: black; + } + + .configBarBody { + background-color: #deb887; + 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: #cd853f; + } + + .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; } |