From: <sta...@us...> - 2003-02-25 23:52:08
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv10993 Modified Files: smallgrey.css Log Message: updates by P. Karlin for 0.18.1 - uses new classes, works better at small sizes - patch # 692933 Index: smallgrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/smallgrey.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** smallgrey.css 20 Feb 2003 10:37:25 -0000 1.4 --- smallgrey.css 25 Feb 2003 23:52:05 -0000 1.5 *************** *** 1,4 **** H2 { ! font-size: 14pt; font-weight: normal; } --- 1,4 ---- H2 { ! font-size: 170%; font-weight: normal; } *************** *** 8,12 **** border: none; font-family: tahoma, sans-serif; ! font-size: 8pt; font-weight: normal; color: #000000; --- 8,12 ---- border: none; font-family: tahoma, sans-serif; ! font-size: 66%; font-weight: normal; color: #000000; *************** *** 21,25 **** } ! .top, .bottom, .borderTopLeft, .borderTop, .borderTopRight, .borderLeft, .borderRight, .borderBottomLeft, .borderBottom, .borderBottomRight { visibility: hidden; display: none; --- 21,35 ---- } ! .shutdownLink { ! color: #990000; ! background-color: inherit; ! text-decoration: none; ! } ! ! .shutdownLink:hover { ! text-decoration: underline; ! } ! ! .shellTopRow, .shellLeft, .shellBottomRow, .shellRight { visibility: hidden; display: none; *************** *** 28,32 **** .head, td.head { font-weight: bold; ! font-size: 14pt; background-color: #eeeeee; color: #666666; --- 38,42 ---- .head, td.head { font-weight: bold; ! font-size: 140%; background-color: #eeeeee; color: #666666; *************** *** 36,52 **** .shell, .shellTop { border: 2px #cccccc solid; - background-color: #ffffff; - color: #000000; margin: 0px; padding: 0px; } .head a { ! font-size: 12pt; font-weight: normal; } .menu { ! font-size: 12pt; font-weight: normal; width: 100%; --- 46,70 ---- .shell, .shellTop { border: 2px #cccccc solid; margin: 0px; padding: 0px; } + .shell { + color: #000000; + background-color: #ffffff; + } + + .shellTop { + color: #000000; + background-color: #eeeeee; + } + .head a { ! font-size: 120%; font-weight: normal; } .menu { ! font-size: 120%; font-weight: normal; width: 100%; *************** *** 60,64 **** background-color: #cccccc; color: #000000; ! font-size: 14pt; font-weight: normal; text-decoration: none; --- 78,82 ---- background-color: #cccccc; color: #000000; ! font-size: 123%; font-weight: normal; text-decoration: none; *************** *** 79,83 **** background-color: #efefef; color: #0000ff; ! font-size: 14pt; font-weight: normal; text-decoration: none; --- 97,101 ---- background-color: #efefef; color: #0000ff; ! font-size: 123%; font-weight: normal; text-decoration: none; *************** *** 118,121 **** --- 136,162 ---- } + .colorChooserImg { + height: 100%; + width: 0.7em; + } + + .colorChooserTable a:hover { + background-color: transparent; + color: inherit; + } + + .bucketsTable td { + border-top: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; + } + + table.bucketsTable { + margin: 3px; + } + + .lineImg { + width: 4px; + } + tr.rowHighlighted { background-color: #ffffcc; *************** *** 123,130 **** } ! table.settingsTable { border: 1px solid #cccccc; padding: 3px; ! margin: 0px; } --- 164,175 ---- } ! table.settingsTable, td.settingsPanel { border: 1px solid #cccccc; padding: 3px; ! margin: 2px; ! } ! ! .settingsPanel form { ! padding-top: 8px; } *************** *** 135,148 **** } - td.settingsPanel { - border: 1px solid #cccccc; - padding: 3px; - margin: 0px; - } - td.naked { padding: 0px; margin: 0px; ! border: none } --- 180,187 ---- } td.naked { padding: 0px; margin: 0px; ! border: none; } *************** *** 192,201 **** } ! .historyLabel { ! font-weight: normal; ! font-size: 9pt; text-decoration: none; - padding-left: 1px; - padding-right: 2px; } --- 231,238 ---- } ! .historyLabel, .historyLabel a { ! font-weight: bold; ! font-size: 110%; text-decoration: none; } *************** *** 203,209 **** font-weight: bold; font-style: normal; } ! a.historyLabel:hover { text-decoration: underline; } --- 240,248 ---- font-weight: bold; font-style: normal; + color: #000000; + background-color: #ffffcc; } ! .historyLabel a:hover { text-decoration: underline; } *************** *** 241,249 **** border-top: 2px solid #cccccc; border-bottom: 2px solid #cccccc; } ! table.historyWidgetsTop td { ! padding-left: 20px; ! font-weight: bold; } --- 280,293 ---- border-top: 2px solid #cccccc; border-bottom: 2px solid #cccccc; + text-align: center; } ! form { ! margin-top: 5px; ! margin-bottom: 5px; ! } ! ! .historyWidgetsTop .submit { ! margin-right: 1.5em; } *************** *** 254,258 **** table.historyWidgetsBottom td { ! padding-left: 20px; font-weight: bold; } --- 298,302 ---- table.historyWidgetsBottom td { ! padding-left: 1em; font-weight: bold; } *************** *** 269,275 **** td.footerBody { text-align: center; ! padding-left: 5%; ! padding-right: 5%; ! font-size: 8pt; font-weight: bold; } --- 313,319 ---- td.footerBody { text-align: center; ! padding-left: 1%; ! padding-right: 1%; ! font-size: 100%; font-weight: bold; } *************** *** 286,290 **** input, .submit, select { font-family: tahoma, sans-serif; ! font-size: 8pt; font-weight: normal; padding: 0px; --- 330,334 ---- input, .submit, select { font-family: tahoma, sans-serif; ! font-size: 100%; font-weight: normal; padding: 0px; *************** *** 294,310 **** tt { font-family: "lucida console", courier, sans-serif; ! font-size: 9pt; font-weight: normal; } ! span.bucketsWidgetState { font-weight: bold; } ! span.configWidgetState { font-weight: bold; } ! span.securityWidgetState { font-weight: bold; ! } \ No newline at end of file --- 338,394 ---- tt { font-family: "lucida console", courier, sans-serif; ! font-size: 105%; font-weight: normal; } ! span.bucketsWidgetStateOn { font-weight: bold; } ! span.configWidgetStateOn { font-weight: bold; } ! span.securityWidgetStateOn { font-weight: bold; ! } ! ! span.bucketsWidgetStateOff { ! background-color: inherit; ! color: #666666; ! } ! ! span.configWidgetStateOff { ! background-color: inherit; ! color: #666666; ! } ! ! span.securityWidgetStateOff { ! background-color: inherit; ! color: #666666; ! } ! ! .toggleOn { ! background-color: #dddddd; ! color: #000000; ! } ! ! .toggleOff { ! background-color: #bbbbbb; ! color: #000000; ! } ! ! .bucketsTable input { ! font-size: 90%; ! border: 1px; ! } ! ! button, .submit, .reclassifyButton { ! background-color: #dddddd; ! color: #000000; ! } ! ! .deleteButton, .historyWidgetsBottom .submit { ! background-color: #bbbbbb; ! color: #000000; ! } |