/* Document : visualeditors Created on : 6-dec-2011, 13:43:58 Author : Thijs Schipper Description: Attempt at a new -organized- stylesheet Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ root { display: block; } html { background-image: url('../images/bg/blueishgridblock.png'); height: 100%; font-size: 12px; font-family: sans-serif; } #wrapper { width: 960px; margin: 0 auto; } #content { width: 100%; position: relative; padding: 2em 0; } /************************/ /* STANDARD UI ELEMENTS */ /************************/ .largeFrame { width: auto; padding: 0 1em; float: left; clear: both; -moz-box-shadow: 2px 2px 1px #888; -webkit-box-shadow: 2px 2px 1px #888; box-shadow: 2px 2px 1px #888; background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.21, #B0B0B0), color-stop(0.8, #888888) ); background-position: bottom; background-repeat: repeat-x; border: 1px solid #FFF; border-radius: 1em; -moz-border-radius: 1em; } .largeFrame .content { clear: left; } .innerLargeFrame { width: auto; max-height: 300px; padding: 1em 1em; border: 1px solid #FFF; border-radius: 0.5em; -maz-border-radius: 0.5em; float: left; clear: both; background-image: linear-gradient(bottom, #B0B0B0 21%, #888888 80%); background-image: -o-linear-gradient(bottom, #B0B0B0 21%, #888888 80%); background-image: -moz-linear-gradient(tbottomop, #B0B0B0 21%, #888888 80%); background-image: -webkit-linear-gradient(bottom, #B0B0B0 21%, #888888 80%); background-image: -ms-linear-gradient(bottom, #B0B0B0 21%, #888888 80%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, #B0B0B0), color-stop(0.8, #888888) ); background-position: bottom; background-repeat: repeat-x; } .innerLargeFrame.horizontal { height: auto; overflow-x: auto; overflow-y: hidden; } .innerLargeFrame.vertical { overflow-x: hidden; overflow-y: auto; max-height: none; } .smallFrame { margin: 0.5em auto; float: left; clear: both; background-color: #555; -moz-box-shadow: 2px 2px 1px #888; -webkit-box-shadow: 2px 2px 1px #888; box-shadow: 2px 2px 1px #888; border: 1px solid #FFF; margin: 0; } .smallFrame .content { width: 600px; float: left; clear: left; padding: 0.25em 1em; background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, #B0B0B0), color-stop(0.8, #888888) ); background-position: bottom; background-repeat: repeat-x; } .smallFrame.selected { background-color: #777777; border-color:#000; } .largeTitle { width: auto; padding: 0.25em 1em; font-size: 1.5em; color: #FFF; float: left; text-shadow: #555 0px 0px 5px; } .smallTitle { background-color: transparent; width: auto; min-height: 1.5em; padding: 0.25em 1em; font-size: 1.25em; color: #FFF; float: left; } .smallTitle .listNumber { float: left; color: #CCFFFF; font-size: 2em; } .controls { clear: both; text-align: right; float: right; min-height: 2.5em; } .bigButton { padding:0.25em; margin: 0.25em; border: 1px solid #555; border-radius: 0.25em; -moz-border-radius: 0.25em; background-color: transparent; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .bigButton.vertical { width: 2em; height: 2em; font-size: 20px; font-weight: bold; color: #555; float: left; clear: both; border: 1px solid #555; border-radius: 0.25em; -moz-border-radius: 0.25em; background-color: transparent; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; cursor: default; } .bigButton:hover { border-color: #1c94c4; background-color: #ddd; } .bigButton .buttonIcon { } .smallButton { margin: 0.5em 0.25em; padding: 0.25em 0.5em; color: #555; font-weight: bold; border: 1px solid #555; border-radius: 0.25em; -moz-border-radius: 0,25em; background-color: transparent; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; cursor: default; } .smallFrame .smallButton { color: #ccc; border-color: #ccc; } .smallButton:hover { color: #000; background-color: #ddd; border-color: #1c94c4; } /****************************/ /* PIPELINE EDITOR SPECIFIC */ /****************************/ #seqContentWrapper { clear: none; float: left; margin-right: -32000px; min-height: 9em; } #seqContentWrapper .divider.horizontal { width: 10px; height: 50px; margin: 10px 15px 0 20px; background-image: url('../images/ui/sequencerDivider.png'); float: left; } .displayStep { width: 52px; padding: 0; margin-top: 10px; background-repeat: no-repeat; float: left; text-align: center; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .displayStep.selected .displayStepIcon{ background-color: #bbbbbb; /*-moz-box-shadow: 0 0 50px #FFF; -webkit-box-shadow: 0 0 50px #FFF; box-shadow: 0 0 50px #FFF;*/ border-color: #1c94c4; } .displayStep .displayStepIcon { width: 50px; height: 50px; border: 2px solid #555; color: #FFF; } .displayStep p{ margin-top: 5px; font-weight: normal; font-size: 1em; } #toolbox { margin-top: 2em; } #toolbox .content { padding: 0.5em; } #toolbox .bigButton p { position: relative; top: -1.75em; margin-left: 0.5em; display: inline; } .bigButton.toolbox { clear: both; } #infoPanel { margin-top: 2em; margin-left: 2em; clear: right; } #infoPanel .content { clear: both; min-height: 10em; width: 30em; } .content .property { float: left; clear: left; font-weight: bold; width: 8em; color: #FFF; } .content .value { float: left; } /**************************/ /* Survey Editor Specific */ /**************************/ #surveyEditor { background-color: #0000FF; } #seqContentWrapper .divider.vertical { float: left; clear: both; height: 2px; width: 400px; background-color: #555; /* VIES MAGENTA! */ margin: 0.75em 100px; } .questionBody { float: left; clear: left; margin: 1em 0; font-style: italic; } .questionParamsView { float: left; clear: left; border: 1px solid #555; padding: 0.5em; font-weight: bold; } #pageControls { float: left; margin: 5px 200px 0 0; } #pageControls .smallTextField { width: 1.5em; } .vertControls { text-align: center; display:block; float: left; clear: right; margin: 0 0 0 1em; } .vertControls .segment { margin: 1.25em -1px 0.25em -1px; border: 1px solid #555; clear: both; padding: 1px; float: left; border-radius: 5px; } .vertControls label { width: 100%; float: left; clear: both; font-size: 12px; text-align: center; margin: -1.25em 0 0; color: #555; font-weight: bold; } .smallFrame .smallButton { width:55px; } /**************************/ /* Survey Editor Specific */ /**************************/ #leftColumn { float: left; clear: left; } #rightColumn { float: left; clear: none; } .largeFrame.C{ clear: left; margin: 10px; padding: 5px; height: auto; max-height: 400px; } .largeFrame.Cu{ clear: left; margin: 10px; padding: 5px; width: 640px; } .largeFrame.Cv { clear: left; margin: 10px; padding: 5px; width: 200px; } .checkboxList { overflow-y: scroll; overflow-x: hidden; clear: left; width: auto; height: 250px; background-color: #FFF; border-width: 2px; border-style: solid; border-bottom-color: #AAA; border-top-color: #555; border-right-color: #AAA; border-left-color: #555; } .dbDataList { width: 300px; float: left; clear: left; margin: 0 10px 0 10px; } #dbShoppingCart .content { height: 415px; } .graphSelectionButton { width: 75px; height: 50px; background: rgba(255,255,255,0.5); border: 1px solid #FFF; float: left; margin: 0 5px; padding: 2px; } .graphDisplay{ width: auto; height: auto; } #breadcrumbs { font-size: 14px; color: #fff; margin: 0 10px; padding: 5px 20px; width: 88%; } #breadcrumbs a { text-decoration: none; color: #fff; } #breadcrumbs a:hover { color: #367ac3; } #breadcrumbs a.selected { text-decoration: underline; }