From: Joseph C. <tex...@us...> - 2005-08-24 09:06:19
|
Update of /cvsroot/popfile/engine/skins/smallgrey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10518/skins/smallgrey Modified Files: style.css Log Message: Update for 0.23 and clean it up a bit. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/smallgrey/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:42 -0000 1.3 --- style.css 24 Aug 2005 09:06:09 -0000 1.4 *************** *** 15,31 **** table.head { - font-weight: normal; width: 100%; - background-color: #eeeeee; - color: #666666; } ! .shutdownLink { color: #990000; - background-color: inherit; text-decoration: none; } ! .shutdownLink:hover { text-decoration: underline; } --- 15,31 ---- table.head { width: 100%; } ! .headShutdown { ! font-size: 80%; ! } ! ! .headShutdown a { color: #990000; text-decoration: none; } ! .shutdownLink:hover, .logoutLink:hover { text-decoration: underline; } *************** *** 36,40 **** } ! .head, td.head { font-weight: bold; font-size: 140%; --- 36,40 ---- } ! .head { font-weight: bold; font-size: 140%; *************** *** 66,70 **** .menu { ! font-size: 120%; font-weight: normal; width: 100%; --- 66,70 ---- .menu { ! font-size: 140%; font-weight: normal; width: 100%; *************** *** 78,90 **** background-color: #cccccc; color: #000000; ! font-size: 123%; ! font-weight: normal; text-decoration: none; } ! td.menuSelected { ! border-left: 2px solid #000000; ! border-right: 2px solid #000000; ! border-top: 2px solid #000000; padding-left: 2px; padding-right: 2px; --- 78,88 ---- background-color: #cccccc; color: #000000; ! font-weight: bold; text-decoration: none; } ! .menuSelected { ! border: 2px solid #cccccc; ! border-bottom: 0; padding-left: 2px; padding-right: 2px; *************** *** 97,102 **** background-color: #efefef; color: #0000ff; ! font-size: 123%; ! font-weight: normal; text-decoration: none; } --- 95,99 ---- background-color: #efefef; color: #0000ff; ! font-weight: bold; text-decoration: none; } *************** *** 146,158 **** } - .bucketsTable td { - border-top: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; - } - - table.bucketsTable { - margin: 3px; - } - .lineImg { width: 4px; --- 143,146 ---- *************** *** 182,203 **** } - td.accuracy0to49 { - background-color: red; - color: #666666; - height: 20px; - } - - td.accuracy50to93 { - background-color: yellow; - color: #666666; - height: 20px; - } - - td.accuracy94to100 { - background-color: green; - color: #666666; - height: 20px; - } - div.error01 { background-color: transparent; --- 170,173 ---- *************** *** 234,241 **** font-weight: bold; font-style: normal; ! background-color: #ffffcc; } ! .historyLabel a:hover { text-decoration: underline; } --- 204,211 ---- font-weight: bold; font-style: normal; ! background-color: #f7f7f7; } ! .historyLabel :hover { text-decoration: underline; } *************** *** 269,300 **** } - table.historyWidgetsTop { - width: 100%; - border-top: 2px solid #cccccc; - border-bottom: 2px solid #cccccc; - text-align: center; - } - - .historyWidgetsTop.submit { - margin-right: 1.5em; - } - - table.historyWidgetsBottom { - width: 100%; - border-bottom: 2px solid #cccccc; - } - - table.historyWidgetsBottom td { - padding-left: 1em; - font-weight: bold; - } - table.footer { width: 100%; background-color: #eeeeee; color: #666666; ! border-left: 2px solid #cccccc; ! border-right: 2px solid #cccccc; ! border-bottom: 2px solid #cccccc; } --- 239,248 ---- } table.footer { width: 100%; background-color: #eeeeee; color: #666666; ! border: 2px solid #cccccc; ! border-top: 0; } *************** *** 387,394 **** --- 335,489 ---- } + optgroup { + font-size: inherit; /* fix Moz 1.0 bug with % font sizes */ + } + + /*********************************************************/ + /* 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%; + } + + /*********************************************************/ + /* Messages */ + div.helpMessage { background-color: #f7f7f7; border: 1px solid #cccccc; padding: 0.3em; + } + + div.helpMessage form { + margin: 0; + } + + /*********************************************************/ + /* 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 { + margin-top: 0; + margin-bottom: 0.3em; + } + + .search { + display: inline; + float: left; + padding-right: 1em; + } + + .filter { + display: inline; + } + + .viewHeadings { + display: inline; + } + + /*********************************************************/ + /* Config Bars */ + + .configBarTitle { + font-size: 100%; + display: inline; + } + + .configBarTitle a { + border: 1px #cccccc solid; + padding: 0.5em; padding-bottom: 0; + margin-left: 1em; + background-color: #cccccc; + font-weight: bold; + font-size: 100%; + } + + .configBarBody { + background-color: #efefef; + border-bottom: 1px solid #cccccc; + } + + .configBar td { + border: 1px solid #cccccc; + border-bottom: 0; + } + + .configBarBody form { + margin: 0; + } + + .configBarOption { + border: 1px solid #cccccc; + margin: 0.3em; + padding: 0.3em; + display: inline; + float: left; + min-height: 3em; + background-color: #f7f7f7; + } + + .checkLabel { + border: 1px solid #cccccc; + 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; } |