From: Joseph C. <tex...@us...> - 2007-12-04 11:33:14
|
Update of /cvsroot/popfile/engine/skins/orangecream In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/orangecream Modified Files: Tag: b0_22_2 style.css Log Message: Update remaining skins from HEAD (some changes need porting back to HEAD). Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orangecream/style.css,v retrieving revision 1.4.6.1 retrieving revision 1.4.6.2 diff -C2 -d -r1.4.6.1 -r1.4.6.2 *** style.css 14 Sep 2005 19:24:30 -0000 1.4.6.1 --- style.css 4 Dec 2007 11:33:15 -0000 1.4.6.2 *************** *** 4,8 **** font-family: sans-serif; color: black; ! font-size: 100%; } --- 4,8 ---- font-family: sans-serif; color: black; ! font-size: 1em; } *************** *** 24,36 **** width: 100%; color: #986343; ! } td.head { font-weight: bold; ! font-size: 90%; } .menu { ! font-size: 85%; font-weight: bold; width: 100%; --- 24,36 ---- width: 100%; color: #986343; ! } td.head { font-weight: bold; ! font-size: 0.9em; } .menu { ! font-size: 0.85em; font-weight: bold; width: 100%; *************** *** 45,49 **** color: #1122bb; width: 12%; ! font-size: 100%; border-top: 3px #ff9966 solid; border-left: 3px #ff9966 solid; --- 45,49 ---- color: #1122bb; width: 12%; ! font-size: 1em; border-top: 3px #ff9966 solid; border-left: 3px #ff9966 solid; *************** *** 55,59 **** color: #1122bb; width: 12%; ! font-size: 100%; border-color: #F9E1C8; border-style: solid solid none solid; --- 55,59 ---- color: #1122bb; width: 12%; ! font-size: 1em; border-color: #F9E1C8; border-style: solid solid none solid; *************** *** 82,86 **** background-color: #FFFFd0; color: black; ! font-size: 80%; } --- 82,86 ---- background-color: #FFFFd0; color: black; ! font-size: 0.8em; } *************** *** 88,92 **** background-color: #ffcc99; color: black; ! font-size: 80%; } --- 88,92 ---- background-color: #ffcc99; color: black; ! font-size: 0.8em; } *************** *** 124,135 **** text-align: center; padding-top: 0.8em; ! font-size: 75%; margin: auto; } td.naked { ! padding: 0px; ! margin: 0px; ! border: none } --- 124,135 ---- text-align: center; padding-top: 0.8em; ! font-size: 0.75em%; margin: auto; } td.naked { ! padding: 0; ! margin: 0; ! border: 0; } *************** *** 165,169 **** span.graphFont { ! font-size: 50%; } --- 165,169 ---- span.graphFont { ! font-size: 0.5em; } *************** *** 171,175 **** background-color: transparent; color: #754B4B; ! font-size: 75%; font-weight: bold; text-align: center; --- 171,175 ---- background-color: transparent; color: #754B4B; ! font-size: 0.75em; font-weight: bold; text-align: center; *************** *** 272,277 **** } ! a.shutdownLink { ! background-color : transparent; color: #775555; text-decoration: none; --- 272,277 ---- } ! a.shutdownLink, a.logoutLink { ! background-color: transparent; color: #775555; text-decoration: none; *************** *** 280,285 **** } ! a.shutdownLink:hover { ! background-color : transparent; color: #dd0000; text-decoration: none; --- 280,285 ---- } ! a.shutdownLink:hover, a.logoutLink:hover { ! background-color: transparent; color: #dd0000; text-decoration: none; *************** *** 293,297 **** a.bottomLink:hover { ! background-color : transparent; color: #cc1144; text-decoration: none; --- 293,297 ---- a.bottomLink:hover { ! background-color: transparent; color: #cc1144; text-decoration: none; *************** *** 420,428 **** vertical-align: text-bottom; padding-top: 1em; ! } ! div.advancedWidgets { ! padding-left: 36%; padding-bottom: 1.0em; } --- 420,427 ---- vertical-align: text-bottom; padding-top: 1em; ! } div.advancedWidgets { ! padding-left: 36%; padding-bottom: 1.0em; } *************** *** 461,493 **** .submit { ! font-size: 70%; } input { ! font-size: 70%; } select { ! font-size: 70%; ! } ! ! .rowOdd select { ! font-size: 80%; ! } ! ! .rowEven select { ! font-size: 80%; } .reclassifyButton { ! font-size: 80%; ! } ! ! .rowOdd .deleteButton { ! font-size: 80%; ! } ! ! .rowEven .deleteButton { ! font-size: 80%; } --- 460,476 ---- .submit { ! font-size: 0.7em; } input { ! font-size: 0.7em; } select { ! font-size: 0.7em; } .reclassifyButton { ! font-size: 0.7em; } *************** *** 517,529 **** } div.helpMessage { background-color: #ffcc99; border: 2px solid #ff9966; padding: 0.3em; - padding-bottom: 0; } ! .menuLink { ! display: block; ! width: 100%; } --- 500,582 ---- } + /*********************************************************/ + /* 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 */ ! ! .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.1em; ! } ! ! .search { ! display: inline; ! float: left; ! padding-right: 1em; ! } ! ! .filter { ! display: inline; ! } ! ! .removeButtonsTop { ! padding-bottom: 1em; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! .historyMagnetUsed { ! overflow: hidden; ! white-space: nowrap; ! vertical-align: middle; ! } ! ! .historyMagnetUsed img { ! vertical-align: bottom; ! } ! ! .historyMagnetUsed span { ! font-size:80%; ! vertical-align: middle; } |