From: Joseph C. <tex...@us...> - 2005-08-15 08:43:11
|
Update of /cvsroot/popfile/engine/skins/orangecream In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7051/skins/orangecream Modified Files: style.css Log Message: Update for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orangecream/style.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** style.css 10 Aug 2004 02:18:31 -0000 1.4 --- style.css 15 Aug 2005 08:43:01 -0000 1.5 *************** *** 272,276 **** } ! a.shutdownLink { background-color : transparent; color: #775555; --- 272,276 ---- } ! a.shutdownLink, a.logoutLink { background-color : transparent; color: #775555; *************** *** 280,284 **** } ! a.shutdownLink:hover { background-color : transparent; color: #dd0000; --- 280,284 ---- } ! a.shutdownLink:hover, a.logoutLink:hover { background-color : transparent; color: #dd0000; *************** *** 484,495 **** } - .rowOdd .deleteButton { - font-size: 80%; - } - - .rowEven .deleteButton { - font-size: 80%; - } - .configWidgetStateOn { color: #298841; --- 484,487 ---- *************** *** 517,524 **** } div.helpMessage { background-color: #ffcc99; border: 2px solid #ff9966; padding: 0.3em; ! padding-bottom: 0; } --- 509,669 ---- } + /*********************************************************/ + /* 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: #ffcc99; border: 2px solid #ff9966; 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; ! } ! ! .removeButtonsTop { ! padding-bottom: 1em; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! /*********************************************************/ ! /* Config Bars */ ! ! .configBar, .configBarHidden { ! padding-top: 1em; ! } ! ! .configBarTitle { ! font-size: 1em; ! display: inline; ! } ! ! .configBarTitle a { ! border: 2px #FF9966 solid; ! border-bottom: 0; ! padding: 0.3em; ! padding-bottom: 0.1em; ! margin-left: 0.3em; ! background-color: #FAE1C8; ! font-weight: bold; ! font-size: 0.9em; ! color: #7E82A9; ! text-decoration: none; ! } ! ! .configBarBody { ! background-color: #FFCC99; ! border: 1px solid #FF9966; ! } ! ! .configBar td { ! border: 1px solid #FF9966; ! } ! ! .configBarBody form { ! margin: 0; ! } ! ! .configBarOption { ! border: 1px solid #FF9966; ! margin: 0.3em; ! padding: 0.3em; ! display: inline; ! float: left; ! min-height: 3em; ! background-color: #FFFFD0; ! } ! ! .checkLabel { ! border: 1px solid #FAE1C8; ! 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; } |