Главная » 2018 » Июль » 30 » Переписка с прошлыми учениками на фейсбуке
00:13 Переписка с прошлыми учениками на фейсбуке |
|
Просмотров: 822 |
Добавил: teletata
| Рейтинг: 0.0/0 |
/* Стиль для кнопки */
.btn {
display: inline-block;
background: #8C959D;
color: #fff;
padding: 1rem 1.5rem;
text-decoration: none;
border-radius: 3px;
}
/* Счетчики правильных и неправильных ответов */
#correct-answers-count, #incorrect-answers-count {
font-weight: bold;
color: #46a2fb;
}
/* Стиль для полей ввода, показывающих ошибки и правильные ответы */
input.check-val {
width: 100px;
margin-right: 10px;
}
input.check-val.err {
background: #ffbfbf;
border: 1px solid #e37d7d;
}
input.check-val.good {
background: #9eff61;
border: 1px solid #76cd40;
}
/* Стиль для кнопок проверки */
input.check-btn {
margin: 10px 0;
font-size: 22px;
background: #46a2fb;
border: none;
color: #fff;
padding: 10px 20px;
cursor: pointer;
}
input.check-btn:hover {
background: #0475e3;
}
/* Стиль для отображения правильных ответов */
span.resolve {
background: #99f261;
padding: 0 3px;
margin-left: 10px;
border-radius: 3px;
display: inline-block;
z-index: 10;/* Уровень выше, чем у картинки */
font-weight: bold;
color: #000;
}
Добавлять комментарии могут только зарегистрированные пользователи. [ Регистрация | Вход ]
|