From: Joseph C. <tex...@us...> - 2005-08-15 08:43:11
|
Update of /cvsroot/popfile/engine/skins/sleet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7051/skins/sleet Modified Files: style.css Log Message: Update for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleet/style.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** style.css 10 Aug 2004 02:11:17 -0000 1.5 --- style.css 15 Aug 2005 08:43:01 -0000 1.6 *************** *** 398,405 **** } div.helpMessage { background-color: #545F74; border: 1px solid #888888; padding: 0.4em; ! padding-bottom: 0; } --- 398,563 ---- } + /*********************************************************/ + /* 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: #545F74; border: 1px solid #888888; 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; ! } ! ! .configBarTitle a { ! border: 1px #888888 solid; ! border-bottom: 0; ! padding: 0.3em 0.8em; ! padding-bottom: 2px; ! margin-left: 1em; ! background-color: #545F74; ! font-weight: bold; ! font-size: 1em; ! text-decoration: none; ! } ! ! .configBarHidden .configBarTitle a { ! border: 1px #888888 solid; ! } ! ! ! .configBarBody { ! background-color: #545F74; ! border-bottom: 1px solid #888888; ! } ! ! .configBar td { ! border: 1px solid #888888; ! border-bottom: 0; ! } ! ! .configBarBody form { ! margin: 0; ! } ! ! .configBarOption { ! border: 1px solid #888888; ! margin: 0.3em; ! padding: 0.3em; ! display: inline; ! float: left; ! min-height: 3em; ! background-color: #424D63; ! } ! ! .checkLabel { ! border: 1px solid #888888; ! 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 { /* makes area around the controls clickable for bigger target */ ! display: block; ! width:100%; ! height: 1em; } |