/* Document : style Created on : 12-jul-2011, 15:12:02 Author : fpvanagthoven Description: Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ h1 { width: 100%; text-align: center; color: white; text-shadow: #888 0px 0px 1em; margin: 0 0 0.1em 0; } h2 { margin: 0; font-size: larger; } h3 { margin: 0; font-size: small; font-weight: normal; color: #333; } label { font-size: small; font-weight: bold; color: #333; text-shadow: #fff 0px 0px 1px; } legend { padding-left: 0em; color: #fff; text-shadow: #000 0px 0px .4em; } fieldset { background-color: #aeb2b3; border: 1px solid #fff; -moz-border-radius: 15px; border-radius: 15px; margin-bottom: 2em; padding: 0 1em 1em 1em; -moz-box-shadow: 2px 2px 1px #888; -webkit-box-shadow: 2px 2px 1px #888; box-shadow: 2px 2px 1px #888; } html { background-image: url('../images/bg/blueishgridblock.png'); height: 100%; font-size: 12px; } root { display: block; } body { font-family: sans-serif; background-image: url('../images/bg/blueishgrid.png'); background-repeat: repeat-x; margin: 0; padding: 0; height: 100%; } input { background-color: #c6c6c6; border: 1px solid #888; } textarea { background-color: #c6c6c6; border: 1px solid #888; } select { background-color: #c6c6c6; border: 1px solid #888; } #wrapper { width: 80%; min-width: 800px; margin: auto; } #header { height: 4em; background-color: transparent; } #logo{ background-image: url('../images/headlogo.png'); background-position: top center; background-repeat: no-repeat; font-size: 2em; font-weight: bold; text-align: center; line-height: 2em; text-shadow: #555 0px 0px .2em; height: 189px; } #logo a { text-decoration: none; color: #ddd; } #logo a:hover { color: #fff; } #content { position: relative; width: 100%; padding: 2em 0; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ #creation { position: relative; min-height: 10em; background-image: url('../images/bg/graygradient.png'); background-repeat: repeat-x; background-color: #aeb2b3; -moz-border-radius: 15px; border-radius: 15px; -moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888; padding: 2em; border: 1px solid white; } #surveyHead { position: relative; width: 100%; } #surveyTitle { } #surveyTitle:hover { } .titleBox { width: 17em; font-size: large; color: #555; } .titleBox:hover { color: black; } #surveyDescription { } .descriptionBox { display: block; width: 30em; max-width: 30em; font-family: sans-serif; color: #555; } #timeStamp { position: absolute; color: #333; font-size: small; right: 6em; top: 0; line-height: 2.3em; } #surveySaveButton { position: absolute; top: 0; right: 0; width: 5em; } #surveyDescription:hover { color: black; } #surveyLink { position: absolute; top: -2em; right: 0; font-size: x-small; color: #333; width: 30em; border-color: transparent; background-color: transparent; } #questionsDiv { margin-top: 2em; } .answersDiv { margin-left: 0.5em; } #submitSurvey { display: block; height: 3em; width: 10em; margin-top: 2em; background-color: #aeb2b3; border: 1px solid white; } #submitSurvey:hover { background-color: #e3eff3; color: #111; border-color: deepskyblue; } #submitSurvey:active { background-color: #fff; border-style: inset; border-color: orange; } #addQuestionButton { margin-top: 1em; width: 20em; } #addOpt { margin-left: 1em; } .surveyButton { color: #444; font-weight: bold; background-color: transparent; border: 1px solid #555; -moz-border-radius: 6px; border-radius: 6px; } .surveyButton.dis { color: #666; } .surveyButton.dis:hover { background-color: transparent; color: #666; border-color: #555; } .bigSurveyButton { margin-top: 1px; height: 3em; width: 12em; } .surveyButton:hover { background-color: #e3eff3; color: #111; border-color: deepskyblue; } .surveyButton:active { background-color: #fff; border-style: inset; border-color: orange; } .question { margin-top: 3em; border-top: 1px solid #ddd; text-shadow: #fff 0px 0px 1px; } .questionTable td{ width: 8em; } .questionTable th{ text-align: left; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .menu { width: 30em; margin: 1em auto 0 auto; padding: 2em; text-align: center; background-image: url('../images/bg/graygradient.png'); background-repeat: repeat-x; background-color: #aeb2b3; -moz-border-radius: 15px; border-radius: 15px; border: 1px solid white; } .menuButtons { float: left; } .toLoad { background-color: #c6c6c6; width: 23em; height: 10em; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .padding2em { padding: 2em; } .padding1em { padding: 1em; } .topMargin { margin-top: 2em; } .leftPadding { padding-left: 2em; } .leftPadding1 { padding-left: 1em; } .noPadding { padding: 0; } .centerBoxed { margin: 1em auto; width: 30em; text-align: center; padding: 0 1em; font-size: small; color: white; /* border: 1px solid gray;*/ } .nextLine { display: block; } .leftAlign { text-align: left; } .leftMargin { margin-left: 10px; } .width100p { width: 100%; } .floatLeft { float: left; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .answerInput { display: block; } .answerBox { padding-left: 1em; } .textBox { width: 20em; } .intBox { width: 5em; margin: 0 .3em; border: 1px solid #abadb3; } .scaleLabel { display: inline; color: #333; } .questionTitle { } .questionDescription { font-size: small; } .topRight { position: absolute; top: 2.3em; right: 2.3em; padding-left: 1em; padding-right: 1em; } .borderRadius { -moz-border-radius: 15px; border-radius: 15px; } .boxShadow { -moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ #questionEditForm { } #saveQuestion { position: absolute; top: 1em; right: 1em; } #clearQuestionFields { position: absolute; top: 1em; right: 5em; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ #sessionCreationForm { padding-bottom: 16em; } #pipelineWrapper { float: left; width: 40%; } .pipelineHead { margin-top: 1em; text-shadow: #fff 0px 0px 1px; } #pipeline { display: block; width: 100%; height: 15em; overflow: hidden; } #surveysList { height: 15em; } #applicationsList { height: 15em; } .pipelineButton { } #surveysApplicationsWrapper { float: left; width: 60%; } #surveysForPipelineWrapper { float: left; width: 50%; } #applicationsForPipelineWrapper { float: left; width: 50%; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .resultsDiv { height: 10em; border: 1px solid white; } .resultDiv { width: 10em; height: 10em; border: 1px solid white; background-color: #c6c6c6; float: left; margin-left: 2em; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ #questionCreation { position: relative; min-height: 10em; min-width: 500px; width: 50%; background-image: url('../images/bg/graygradient.png'); background-repeat: repeat-x; background-color: #aeb2b3; -moz-border-radius: 15px; border-radius: 15px; -moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888; padding: 2em; border: 1px solid white; } #questionListWrapper { float: left; text-align: center; margin-bottom: 5em; width: 40%; margin-right: 2em; } #questionListWrapper #questionsList { height: 30em; width: 100%; } #questionEditForm { } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .xdebug-var-dump { color:white; } /* #pipelineFrame{ height: 12em; width: 96em; display: block; background-image: url('../images/bg/pipelineFrameBG.png'); background-color: #e3eff3; } .pipelineFrame .pipelineObject { width: 10em; height: 10em; margin: 1em auto 1em auto; text-align: center; } */ /* * * * Horizontal sequencer styling * * */ #sequencer { width: 100%; margin: 0 auto 0 auto; /*background-image: url('../images/bg/sequencerBG.png');*/ 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; } #sequencer .title { height: 1em; margin-bottom: 0.5em; margin-top:0.5em; margin-left: 1em; font-size: 1.25em; color: #FFF; } #sequencer .seqContent { height: 9em; overflow-x: scroll; overflow-y: hidden; margin-bottom: 0.5em; 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.25, #B0B0B0), color-stop(0.8, #888888) ); border: 1px solid #ddd; -moz-border-radius: 0.5em; border-radius: 0.5em; padding: 0.5em; } #sequencer #controls { width: auto; text-align: right; margin-bottom: -0.5em; } .seqContent .displayStep { width: 52px; padding: 0; margin: 10px 0 0 0; background-repeat: no-repeat; float: left; text-align: center; } .seqContent .displayStep .displayStepIcon { width: 50px; height: 50px; border: 2px solid #444444; color: #FFF; float: left; } .seqContent .displayStep p{ margin-top: 5px; font-weight: normal; font-size: 0.875em; float: left; } .seqContent .divider { width: 10px; height: 50px; margin: 10px 15px 0 20px; background-image: url('../images/ui/sequencerDivider.png'); float: left; } /* * * * TOOLBOX * * */ #toolbox { /*width: 40%;*/ float: left; margin: 1em 2em 0 0; /*background-image: url('../images/bg/sequencerBG.png');*/ 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.25, #B0B0B0), color-stop(0.8, #888888) ); } #toolbox .title { height: 1em; margin-bottom: 0.5em; margin-top:0.5em; margin-left: 1em; font-size: 1.25em; color: #FFF; } #toolbox .creationButton { height: 50px; margin: 0 0 5px 0; border: 1px solid #000; border-radius: 6px; -moz-border-radius: 6px; cursor: pointer; } #toolbox .creationButton:hover { border: 1px solid #FFF; background: rgba(255, 255, 255, 0.2); } #toolbox .buttonIcon { border: none; border-radius: 6px; margin: 0 10px 0 0; float: left; } #toolbox .creationButton p { margin: 15px 10px 0 0; color: #444; float: left; }