article.js-app-children div.cloze_tapntapSelection .cloze_droppable,
article.js-app-children div.cloze_tapntapSelection.ui-draggable
{
border: 4px solid #ff5100 !important;
box-sizing: border-box;
}
article.js-app-children .word-dragging-border {
border: 4px solid #ff5100 !important;
box-sizing: border-box;
}
article.js-app-children div.cloze_dropSource
{
display: block;
overflow: auto;
margin-top: 1em;
margin-bottom: 1em;
/*height: 5em;*/
padding: 0 1em;
}
article.js-app-children div.cloze_dropTarget
{
display: block;
height: 19.8em;
margin-bottom: 1em;
overflow: auto;
padding: 0 1em 2rem 1em;
}
article.js-app-children div.cloze_dropSource div.ui-draggable-helper
{
background: none;
}
article.js-app-children div.cloze_dropSource div
{
font-size: 1.6em;
margin: 0.2rem 0;
padding: 0.125em 0.25em;
background: #FFFFC1;
display: inline-block;
margin-right: 0.3em;
cursor: pointer;
border: 1px solid #000;
-webkit-border-radius: 0.125em;
-moz-border-radius: 0.125em;
border-radius: 0.125em;
-ms-touch-action: none;
-webkit-transition: background-color 0.5s ease 0s;
-moz-transition: background-color 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s;
transition: background-color 0.5s ease 0s;
/* For IE 7 */
zoom:1;
*display: inline;
}
article.js-app-children div.cloze_dropSource div.ui-draggable-dragging
{
-webkit-box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
box-shadow: 1px 1px 2px #888;
}
article.js-app-children div.cloze_dropSource div.cloze_hidden
{
visibility: hidden;
}
article.js-app-children div.cloze_dropSource div.cloze_incorrect
{
background-color: #FF5656;
-webkit-box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
box-shadow: 1px 1px 2px #888;
}
article.js-app-children div.cloze_dropTarget div
{
font-size: 1.6em;
margin-bottom: 0.5em;
display: inline-block;
padding: 0em;
cursor: default;
/* For IE 7 */
zoom:1;
*display: inline;
}
article.js-app-children div.cloze_dropTarget div span.cloze_droppable
{
background: #eee;
/*padding: 0.02em 1em;*/
-webkit-border-radius: 0.125em;
-moz-border-radius: 0.125em;
border-radius: 0.125em;
background: #eee none repeat scroll 0 0;
border-radius: 0.125em;
display: inline-block;
height: 1.6em;
margin: 0.2rem 0 -0.5em 0;
min-width: 125px;
border: 1px solid #8C8C8C;
text-align: center;
-webkit-transition: background-color 0.5s ease 0s;
-moz-transition: background-color 0.5s ease 0s;
-o-transition: background-color 0.5s ease 0s;
transition: background-color 0.5s ease 0s;
}
article.js-app-children div.cloze_dropTarget div span.cloze_hovered
{
-webkit-box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
box-shadow: 1px 1px 2px #888;
}
article.js-app-children div.cloze_dropTarget div span.cloze_correct
{
background-color: #86CC98;
font-weight: bold;
padding: 0 0.2em;
display: inline-block;
-webkit-box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
box-shadow: 1px 1px 2px #888;
}
/* image */
article.js-app-children img.cloze_image {
width: 50px;
height: 50px;
}