/* 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: #333; text-shadow: #fff 0px 0px 10px; margin: 0 0 0.1em 0; } h2 { margin: 0; font-size: larger; color: #333; } h3 { margin: 0; font-size: small; font-weight: normal; color: #333; } legend { padding-left: 0em; color: #888; text-shadow: #fff 0px 0px 1px; } fieldset { border: 1px solid #fff; background-color: #eee; -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; } root { display: block; } body { font-family: sans-serif; background-color: gainsboro; margin: 0; padding: 0; } #wrapper { width: 80%; min-width: 570px; margin: auto; } #header { height: 4em; background-color: slategray; } #logo{ font-size: 2em; font-weight: bold; color: white; text-align: center; line-height: 2em; text-shadow: #0e2933 0px 0px 5px; } #logo a { text-decoration: none; color: white; } #logo a:hover { text-decoration: underline; } #content { position: relative; width: 100%; padding: 2em 0; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ #surveyCreation { min-height: 10em; background-color: #f2f1f1; -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; } #surveyHead { position: relative; width: 100%; } #surveyTitle { width: 17em; font-size: large; color: gray; } #surveyTitle:hover { color: black; } #surveyDescription { display: block; width: 30em; max-width: 30em; font-family: sans-serif; color: gray; } #timeStamp { position: absolute; color: gray; 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: gray; 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; } #addQuestionButton { margin-top: 1em; width: 20em; } #addOpt { margin-left: 1em; } .surveyButton { color: #888; font-weight: bold; background-color: #fff; border: 1px solid #aaa; -moz-border-radius: 6px; border-radius: 6px; } .bigSurveyButton { margin-top: 1px; height: 3em; width: 12em; } .surveyButton:hover { background-color: white; color: #555; border-color: deepskyblue; } .surveyButton:active { 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; } label { font-size: small; font-weight: bold; color: gray; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .menu { width: 30em; margin: 1em auto 0 auto; padding: 2em; text-align: center; background-color: #E3E3E3; -moz-border-radius: 15px; border-radius: 15px; } .menuButtons { float: left; } .toLoad { width: 23em; height: 10em; } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .topMargin { margin-top: 2em; } .leftPadding { padding-left: 2em; } .noPadding { padding: 0; } .centerBoxed { margin: 1em auto; width: 30em; text-align: center; padding: 0 1em; font-size: small; /* border: 1px solid gray;*/ } /* ################################################################## ===================== STYLESHEET OF GLORY ======================== */ .answerBox { padding-left: 1em; } .textBox { width: 20em; } .intBox { width: 5em; margin: 0 .3em; border: 1px solid #abadb3; } .scaleLabel { display: inline; color: #333; } .questionDescription { font-size: small; }