Skip to content
Snippets Groups Projects
jkeyboard.css 1.79 KiB
.ecrire .clavier{display:none;}

.jkeyboard-answer{
	font-size: 38px;
	height: 58px;
	padding: 10px;
	font-weight: bold;
}

.jkeyboard {
  display: inline-block;
  background-color:none;
}
.jkeyboard, .jkeyboard .jline, .jkeyboard .jline ul {
  display: block;
  margin: 0;
  padding: 0;
}
.jkeyboard .jline {
  text-align: center;
  margin-left: -14px;
}
.jkeyboard .jline ul li {
  font-family: arial, sans-serif;
  font-size: 33px;
  font-weight: bold;
  background-color: #328637;
  display: inline-block;
  border: 1px solid #0f3e12;
  box-shadow: 0 0 3px #0f3e12;
  box-shadow: inset 0 0 3px #0f3e12;
  margin: 18px 0 1px 48px;
  color: #f7faf7;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  text-align: center;
  line-height: 52px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li:active {
  background-color: #051506;
}
.jkeyboard .jline .return {
  width: 120px;
}
.jkeyboard .jline .space {
  width: 456px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
}
.jkeyboard .jline .layout_switch {
  background-color: #328637;
  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/locale.png") ;
  background-repeat: no-repeat;
  background-position: center, right;
}
.jkeyboard .jline .shift {
  width: 100px;
  background-color: #328637;
  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/shift.png");
  background-repeat: no-repeat;
  background-position: center, center;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background-color: #328637;
  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/backspace.png");
  background-repeat: no-repeat;
  background-position: center, center;
}