From: Joseph C. <tex...@us...> - 2005-08-15 03:49:51
|
Update of /cvsroot/popfile/engine/skins/lavish In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/lavish Modified Files: style.css Log Message: Further skin work for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/lavish/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** style.css 10 Aug 2004 02:14:27 -0000 1.6 --- style.css 15 Aug 2005 03:49:41 -0000 1.7 *************** *** 18,22 **** background-color: #000000; color: #ffffff; ! border-spacing: 0px; } --- 18,22 ---- background-color: #000000; color: #ffffff; ! border-spacing: 0; } *************** *** 111,133 **** background-image: url(menu.gif); width: 100%; - padding-top: 20px; - } - - .menuSelected { - background-image: url(buttonSelected.gif); - width: 124px; - color: #000000; - background-color: transparent; - background-repeat: no-repeat; - text-indent: 8px; } ! .menuStandard { ! background-image: url(buttonUnselected.gif); width: 124px; - color: #000000; - background-color: transparent; - background-repeat: no-repeat; - text-indent: 8px; } --- 111,118 ---- background-image: url(menu.gif); width: 100%; } ! .menuSelected, .menuStandard { width: 124px; } *************** *** 139,143 **** tr.rowEven { ! font-size: 0.9em ; color: #FFFFFF; background-color: transparent; --- 124,128 ---- tr.rowEven { ! font-size: 0.9em; color: #FFFFFF; background-color: transparent; *************** *** 145,149 **** tr.rowOdd { ! font-size: 0.9em ; color: #FFFFFF; background-color: #101010; --- 130,134 ---- tr.rowOdd { ! font-size: 0.9em; color: #FFFFFF; background-color: #101010; *************** *** 189,207 **** } - td.accuracy0to49 { - color: black; - background-color: red; - } - - td.accuracy50to93 { - color: black; - background-color: yellow; - } - - td.accuracy94to100 { - color: black; - background-color: green; - } - div.error01 { font-size: larger; --- 174,177 ---- *************** *** 288,291 **** --- 258,265 ---- } + input.checkbox { + background-color: transparent; + } + .submit, .toggleOn, .toggleOff, .undoButton, .deleteButton, .reclassifyButton { border-right: #000000 2px solid; *************** *** 307,310 **** --- 281,296 ---- } + .menuSelected a, .menuStandard a:hover { + color: #000000; + background-image: url(buttonSelected.gif); + padding-left: 6px; + } + + .menuStandard a, .menuSelected a:hover { + color: #FFFFFF; + background-image: url(buttonUnselected.gif); + padding-left: 6px; + } + .menuSpacer { padding: 0; *************** *** 321,328 **** } div.helpMessage { background-color: #101010; border: 1px solid #FFFFFF; padding: 0.4em; ! padding-bottom: 0; } --- 307,446 ---- } + /*********************************************************/ + /* Shell structure */ + + .shellStatusMessage { // error message bar that appears between shelltop and shell + color: #000000; + background-color: #EDEDCA; + border: 3px #CCCC99 solid; + width: 100%; + } + + .shellErrorMessage { // error message bar that appears between shelltop and shell + color: #FF0000; + background-color: #EDEDCA; + border: 3px #CCCC99 solid; + width: 100%; + } + + /*********************************************************/ + /* Menu Settings */ + + .menuLink { /* makes entire menu tab clickable */ + display: block; + width: 100%; + } + + /*********************************************************/ + /* Messages */ + div.helpMessage { background-color: #101010; border: 1px solid #FFFFFF; padding: 0.4em; ! } ! ! div.helpMessage form { ! margin: 0; ! } ! ! /*********************************************************/ ! /* Form Labels */ ! ! th.historyLabel { ! text-align: left; // optional ! } ! ! /*********************************************************/ ! /* Positioning */ ! ! .historyNavigatorTop, .historyNavigatorBottom { ! text-align: right; ! vertical-align: top; ! } ! ! .historyNavigatorTop form, .historyNavigatorBottom form { ! display:inline; // optional, lets Go box be on same line as navigation widget ! } ! ! .refreshLink { // optional, link can be hidden ! margin-top: 0.5em; ! } ! ! h2.history { // optional ! margin-top: 0; ! margin-bottom: 0.3em; ! } ! ! .search { // search part of search widget ! display: inline; ! float: left; ! padding-right: 1em; ! } ! ! .filter { // filter part of search widget ! display: inline; // force search widget forms to appear on one line ! } ! ! .removeButtonsTop { // spacing for top remove buttons (can be used to hide the top set of buttons) ! padding-bottom: 1em; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! /*********************************************************/ ! /* Config Bars */ ! ! .configBar, .configBarHidden { ! padding-top: 1em; ! } ! ! .configBarTitle { ! font-size: 1em; ! display: inline; ! margin-left: 0.4em; ! } ! ! .configBarBody form { ! margin: 0; ! } ! ! .configBarOption { ! border: 1px solid #FFFFFF; ! margin: 0.3em; ! padding: 0.3em; ! display: inline; ! float: left; ! min-height: 3em; ! background-color: #101010; ! } ! ! .checkLabel { ! white-space: nowrap; ! } ! ! .configBarBody input.submit { ! margin-top: 0.1em; ! } ! ! .configBarBody label.configurationLabel { ! display: block; ! font-weight: normal; ! } ! ! /*********************************************************/ ! /* History Column Controls */ ! ! .columnControls { ! white-space:nowrap; ! vertical-align: top; ! width: 10px; ! } ! ! .columnRemove, .columnMove { /* makes area around the controls clickable for bigger target */ ! display: block; ! width:100%; ! height: 1em; } |