From: Joseph C. <tex...@us...> - 2005-08-15 03:49:48
|
Update of /cvsroot/popfile/engine/skins/blue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/blue Modified Files: style.css Log Message: Further skin work for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/blue/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:29 -0000 1.3 --- style.css 15 Aug 2005 03:49:41 -0000 1.4 *************** *** 17,20 **** --- 17,25 ---- font-weight: bold; font-family: verdana, sans-serif; + font-size: 0.9em; + } + + input.submit:hover { + background-color: #363E75; } *************** *** 33,49 **** td.head { font-weight: normal; ! font-size: 22pt; background-color : #4C558E; color: white; } ! a.shutdownLink { background-color : #4C558E; color: white; ! font-size: 12pt; } .menu { ! font-size: 14pt; font-weight: bold; width: 100%; --- 38,54 ---- td.head { font-weight: normal; ! font-size: 1.3em; background-color : #4C558E; color: white; } ! a.shutdownLink, a.logoutLink { background-color : #4C558E; color: white; ! font-size: 1em; } .menu { ! font-size: 1.1em; font-weight: bold; width: 100%; *************** *** 67,71 **** } - tr.rowEven { background-color: #4C558E; --- 72,75 ---- *************** *** 102,109 **** .menuIndent { ! width: 8%; } ! table.historyWidgetsTop { width: 100%; margin-left: 1.5em; --- 106,113 ---- .menuIndent { ! width: 7%; } ! td.historyWidgetsTop { width: 100%; margin-left: 1.5em; *************** *** 115,118 **** --- 119,123 ---- text-align: right; padding-right: 0.5em; + vertical-align: top; } *************** *** 140,144 **** a.changeSettingLink { background-color: transparent ; ! color: #ddeeff ; } --- 145,149 ---- a.changeSettingLink { background-color: transparent ; ! color: #DDEEFF; } *************** *** 173,177 **** tr.rowHighlighted { background-color: #000030; ! color: #eeeeee; } --- 178,182 ---- tr.rowHighlighted { background-color: #000030; ! color: #EEEEEE; } *************** *** 208,237 **** } - div.error01 { - background-color: transparent; - color: red; - font-size: larger; - } - - div.error02 { - background-color: transparent; - color: red; - } - - td.accuracy0to49 { - background-color: red; - color: black; - } - - td.accuracy50to93 { - background-color: yellow; - color: black; - } - - td.accuracy94to100 { - background-color: green; - color: black; - } - span.bucketsWidgetState { font-weight: bold; --- 213,216 ---- *************** *** 256,260 **** tr.rowBoundary { ! background-color: white; } --- 235,239 ---- tr.rowBoundary { ! background-color: #FFFFFF; } *************** *** 262,265 **** border: 2px solid #363E68; padding: 0.4em; ! padding-bottom: 0; } --- 241,391 ---- border: 2px solid #363E68; padding: 0.4em; ! } ! ! div.helpMessage form { ! margin: 0; ! } ! ! /*********************************************************/ ! /* Shell structure */ ! ! .shellStatusMessage { ! color: #000000; ! background-color: #EDEDCA; ! border: 3px #CCCC99 solid; ! width: 100%; ! } ! ! .shellErrorMessage { ! color: #FF0000; ! background-color: #EDEDCA; ! border: 3px #CCCC99 solid; ! width: 100%; ! } ! ! /*********************************************************/ ! /* Menu Settings */ ! ! .menuLink { ! display: block; ! width: 100%; ! } ! ! /*********************************************************/ ! /* Form Labels */ ! ! th.historyLabel { ! text-align: left; ! } ! ! /*********************************************************/ ! /* Positioning */ ! ! .historyNavigatorTop, .historyNavigatorBottom { ! text-align: right; ! vertical-align: top; ! } ! ! .historyNavigatorTop form, .historyNavigatorBottom form { ! display:inline; ! } ! ! .refreshLink { ! margin-top: 0.5em; ! } ! ! h2.history { ! font-size: 1.2em; ! margin-top: 0; ! margin-bottom: 0.3em; ! } ! ! .search { ! display: inline; ! float: left; ! padding-right: 0.5em; ! } ! ! .filter { ! display: inline; ! } ! ! .removeButtonsTop { ! padding-bottom: 1em; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! /*********************************************************/ ! /* Config Bars */ ! ! .configBar, .configBarHidden { ! padding-top: 1em; ! } ! ! .configBarTitle { ! border: 2px #919AC9 solid; ! padding: 0.3em; ! padding-bottom: 0.2em; ! background-color: #363E68; ! font-weight: bold; ! display: inline; ! font-size: 1em; ! } ! ! .configBar .configBarTitle { ! border-bottom: 0; ! } ! ! .configBarBody { ! background-color: #363E68; ! border: 1px solid #919AC9; ! } ! ! .configBar td { ! border: 1px solid #919AC9; ! } ! ! .configBarBody form { ! margin: 0; ! } ! ! .configBarOption { ! border: 1px solid #919AC9; ! margin: 0.3em; ! padding: 0.3em; ! display: inline; ! float: left; ! min-height: 3em; ! background-color: #4C558E; ! } ! ! .checkLabel { ! border: 1px solid #CCCC99; ! white-space: nowrap; ! } ! ! .configBarBody input.submit { ! margin-top: 0.1em; ! } ! ! .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; } |