You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
506 lines
9.8 KiB
506 lines
9.8 KiB
body{
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
height: auto;
|
|
background-color: #666;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.toggleButton, .addButton{
|
|
width: 20px;
|
|
height: 28px;
|
|
border: none;
|
|
background-image: url(../images/greySquare.png);
|
|
font-weight: bold;
|
|
font-family: Verdana;
|
|
color: yellow;
|
|
cursor: pointer;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
.buttonDiv, .addButtonDiv{
|
|
position: fixed;
|
|
float: right;
|
|
z-index: 1;
|
|
}
|
|
|
|
.addButtonDiv{
|
|
display: none;
|
|
}
|
|
|
|
.leftDiv{
|
|
width: 50%;
|
|
float: left;
|
|
background-color: black;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
|
|
.rightDiv{
|
|
width: 50%;
|
|
float: right;
|
|
background-color: yellow;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
.shadowDiv{
|
|
width: 100%;
|
|
display: none;
|
|
opacity: 0.7;
|
|
background-color: black;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
z-index: 100;
|
|
}
|
|
|
|
.popupBack{
|
|
width: 360px;
|
|
height: 138px;
|
|
position: absolute;
|
|
background-image: url(../images/popupBack.png);
|
|
background-repeat: repeat;
|
|
-webkit-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
display: none;
|
|
z-index: 500;
|
|
}
|
|
|
|
.popupContainers{
|
|
float: left;
|
|
width: 98%;
|
|
height: 36px;
|
|
padding: 5px 3px 5px 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.popupLabels{
|
|
color: yellow;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.expresionInput{
|
|
float: right;
|
|
width: 70%;
|
|
border: none;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
background-color: #ffc;
|
|
-webkit-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.popupButtons{
|
|
float: right;
|
|
width: 74px;
|
|
height: 28px;
|
|
margin: 4px 5px;
|
|
border: none;
|
|
background-image: url(../images/greySquare2.png);
|
|
font-family: Verdana;
|
|
color: yellow;
|
|
cursor: pointer;
|
|
-webkit-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.readyTask{
|
|
margin: 2px;
|
|
padding: 2px;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
z-index: 100;
|
|
}
|
|
|
|
.taskContainer{
|
|
width: 96%;
|
|
padding: 2px;
|
|
float: left;
|
|
text-align: center;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.editContainer{
|
|
position: absolute;
|
|
border: 5px solid #c7c7c7;
|
|
-webkit-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.closeItem{
|
|
width: 30px;
|
|
height: 30px;
|
|
position: absolute;
|
|
background-image: url(../images/icon-close.png);
|
|
right: -15px;
|
|
top: -15px;
|
|
}
|
|
|
|
.rightResize{
|
|
width: 10px;
|
|
height: 65%;
|
|
cursor: e-resize;
|
|
position: absolute;
|
|
background: none;
|
|
right: -10px;
|
|
top: 20%;
|
|
}
|
|
|
|
.bottomResize{
|
|
width: 65%;
|
|
height: 10px;
|
|
cursor: n-resize;
|
|
position: absolute;
|
|
background: none;
|
|
bottom: -10px;
|
|
left: 20%;
|
|
}
|
|
/*
|
|
.addQstDiv{
|
|
float: left;
|
|
padding: 5px;
|
|
margin: 2px;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: large;
|
|
}
|
|
|
|
.addQstButton{
|
|
margin: 0;
|
|
border: none;
|
|
background: none;
|
|
color: #99ccff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#addQsqSpan1{
|
|
font-size: 30px;
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
.qstDiv{
|
|
width: 90%;
|
|
margin: 2px auto;
|
|
padding: 5px;
|
|
float: left;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
.qstDivDisplay{
|
|
width: 90%;
|
|
margin: 5px 5%;
|
|
padding: 5px;
|
|
float: left;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
border: 2px solid #cccccc;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: #dadada -1px 0 4px;
|
|
-webkit-box-shadow: #dadada -1px 0 4px;
|
|
box-shadow: #dadada -1px 0 4px;
|
|
}
|
|
|
|
.spanOptConn{
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.qstNumber{
|
|
float: left;
|
|
font-size: 30px;
|
|
margin-left: 10px !important;
|
|
color: #00C6FF;
|
|
}
|
|
|
|
.qstOptions{
|
|
float: right;
|
|
}
|
|
|
|
.changeOptions{
|
|
border: none;
|
|
background-image: url(../images/grayClose.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 50%;
|
|
width: auto;
|
|
padding-left: 18px;
|
|
color: #00C6FF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.applyChanges{
|
|
border: none;
|
|
background-image: url(../images/blueClose.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 50%;
|
|
width: auto;
|
|
padding-left: 18px;
|
|
color: #00C6FF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.qstDelete{
|
|
border: none;
|
|
background-image: url(../images/boldClose.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 50%;
|
|
width: auto;
|
|
padding-left: 28px;
|
|
line-height: 35px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.qstContent{
|
|
float: left;
|
|
padding: 3px;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
width: 95%;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: small;
|
|
border: 3px solid #ccc;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: #dadada -1px 0 4px;
|
|
-webkit-box-shadow: #dadada -1px 0 4px;
|
|
box-shadow: #dadada -1px 0 4px;
|
|
}
|
|
|
|
.qstContentDisplay{
|
|
float: left;
|
|
padding: 5px;
|
|
margin: 10px;
|
|
width: 100%;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
color:#333333;
|
|
}
|
|
|
|
.ansDiv{
|
|
float: left;
|
|
margin-left: 100px;
|
|
width: 80%;
|
|
}
|
|
|
|
.ansAdd{
|
|
border: none;
|
|
background: url(../images/blueClose.png) -0px -0px no-repeat;
|
|
background-color: white;
|
|
width: auto;
|
|
padding-left: 20px;
|
|
line-height: 24px;
|
|
color: #99ccff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.newAnswer{
|
|
float: left;
|
|
width: 100%;
|
|
margin: 3px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.ansSpan{
|
|
border: none;
|
|
background-color: white;
|
|
color: #00C6FF;
|
|
font-size: 14px;
|
|
float: left;
|
|
margin: 0 3px;
|
|
width: 20px;
|
|
}
|
|
|
|
.ansSpanDisplay{
|
|
color: #00C6FF;
|
|
font-size: 14px;
|
|
float: left;
|
|
}
|
|
|
|
.ansContent{
|
|
padding: 1px 3px 3px 3px;
|
|
margin-left: 5px;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: small;
|
|
width: 80%;
|
|
float: left;
|
|
border: 3px solid #ccc;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: #dadada -1px 0 4px;
|
|
-webkit-box-shadow: #dadada -1px 0 4px;
|
|
box-shadow: #dadada -1px 0 4px;
|
|
}
|
|
|
|
.ansContentDisplay{
|
|
padding: 1px 3px 3px 3px;
|
|
margin-left: 5px;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: small;
|
|
width: 90%;
|
|
float: left;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.ansDelete{
|
|
float: left;
|
|
border: none;
|
|
background-image: url(../images/boldGreyClose.png);
|
|
background-color: white;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 50%;
|
|
cursor: pointer;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.qstOptChoice{
|
|
width: 80%;
|
|
margin: 10px 10%;
|
|
float: left;
|
|
background-color: #F3F3F2;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-top-color: #ECECEB;
|
|
border-right-color: #ECECEB;
|
|
border-bottom-color: #ECECEB;
|
|
border-left-color: #ECECEB;
|
|
border-top-left-radius: 5px 5px;
|
|
border-top-right-radius: 5px 5px;
|
|
border-bottom-right-radius: 5px 5px;
|
|
border-bottom-left-radius: 5px 5px;
|
|
-webkit-box-shadow: #dededd 0 0 2px inset;
|
|
padding: 0;
|
|
}
|
|
|
|
.optDescImg{
|
|
padding: 2px;
|
|
margin: 5px;
|
|
background: url(../images/tool.png) -0px -0px no-repeat;
|
|
float: left;
|
|
margin-left: 20px;
|
|
width: 56px;
|
|
height: 51px;
|
|
}
|
|
|
|
.optDescText{
|
|
text-align: center;
|
|
width: 70%;
|
|
color: #666666;
|
|
float: left;
|
|
font-size: small;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
margin: 3px 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.type{
|
|
float: left;
|
|
margin: 10px;
|
|
padding: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-moz-box-shadow: #dadada -1px 0 4px;
|
|
-webkit-box-shadow: #dadada -1px 0 4px;
|
|
box-shadow: #dadada -1px 0 4px;
|
|
}
|
|
|
|
.contentType{
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: white;
|
|
border-bottom: 1px solid #DFDFDE;
|
|
border-top-left-radius: 5px 5px;
|
|
border-top-right-radius: 5px 5px;
|
|
}
|
|
|
|
.divType1, .divType2, .divType3 {
|
|
width: 122px;
|
|
height: 97px;
|
|
padding: 0 15px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.divType1{
|
|
background: url(../images/1thOption.png)-0px -0px no-repeat;
|
|
}
|
|
|
|
.divType2{
|
|
background: url(../images/2thOption.png)-0px -0px no-repeat;
|
|
}
|
|
|
|
.divType3{
|
|
background: url(../images/3thOption.png)-0px -0px no-repeat;
|
|
}
|
|
|
|
.textType{
|
|
width: 160px;
|
|
font-size: small;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
color: #666;
|
|
padding: 3px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.radioDiv{
|
|
background-color: #F5F5F5;
|
|
border-top: 1px solid white;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 30px;
|
|
border-bottom-right-radius: 5px 5px;
|
|
border-bottom-left-radius: 5px 5px;
|
|
}
|
|
|
|
.radioType{
|
|
float: right;
|
|
margin: 2px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.popupWordInfo{
|
|
position: absolute;
|
|
display: none;
|
|
width: 100px;
|
|
height: 20px;
|
|
top: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
border: 1px solid #B9B9B9;
|
|
background-color: #eaebeb;
|
|
color: #666;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: #dadada -1px 0 4px;
|
|
box-shadow: #dadada -1px 0 4px;
|
|
z-index: 100;
|
|
}
|
|
*/ |