You are here

quiz_drag_drop.css in Quiz Drag Drop 7

.questions {
  margin: 20px 0 0 20px;
  width: 730px;
}
.questions .ques-head {
  background: #3b3a33;
  border-radius: 3px;
  color: #fff;
  height: 60px;
  padding: 10px;
}
.questions .ques-head .top {
  font-size: 14px;
  margin-bottom: 15px;
}
.questions .ques-head .top span {
  float: right;
}
.questions .ques-head h3 {
  font-size: 14px;
  font-weight: bold;
}
.questions .ques-mid h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.questions .ques-mid ul.option {
  margin-top: 18px;
}
.questions .ques-mid ul.option li {
  display: block;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 14px;
}
.questions .ques-mid input.txtbox {
  border: 1px solid #999;
  margin-top: 10px;
  padding: 5px;
}
.questions .ques-footer span {
  background: #3b3a33;
  border-bottom: 1px solid #65645f;
  display: block;
  height: 20px;
}
.questions .ques-footer .btns {
  background: #292825;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
ul.matches li {
  background: url(images/match-box.gif) no-repeat;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 89px;
  line-height: 85px;
  list-style: none;
  margin-right: 10px;
  text-align: center;
  width: 129px;
}
.reset_btn {
  margin-bottom: 10px;
}
.seperator {
  padding: 8px;
  text-align: center;
  width: 392px;
}
fieldset#edit-field-dragdrop-image-und .fieldset-description p em {
  color: red;
}
 

File

quiz_drag_drop.css
View source
  1. .questions {
  2. margin: 20px 0 0 20px;
  3. width: 730px;
  4. }
  5. .questions .ques-head {
  6. background: #3b3a33;
  7. border-radius: 3px;
  8. color: #fff;
  9. height: 60px;
  10. padding: 10px;
  11. }
  12. .questions .ques-head .top {
  13. font-size: 14px;
  14. margin-bottom: 15px;
  15. }
  16. .questions .ques-head .top span {
  17. float: right;
  18. }
  19. .questions .ques-head h3 {
  20. font-size: 14px;
  21. font-weight: bold;
  22. }
  23. .questions .ques-mid h2 {
  24. font-size: 14px;
  25. font-weight: bold;
  26. margin-bottom: 10px;
  27. }
  28. .questions .ques-mid ul.option {
  29. margin-top: 18px;
  30. }
  31. .questions .ques-mid ul.option li {
  32. display: block;
  33. font-size: 12px;
  34. font-weight: bold;
  35. list-style: none;
  36. margin-bottom: 14px;
  37. }
  38. .questions .ques-mid input.txtbox {
  39. border: 1px solid #999;
  40. margin-top: 10px;
  41. padding: 5px;
  42. }
  43. .questions .ques-footer span {
  44. background: #3b3a33;
  45. border-bottom: 1px solid #65645f;
  46. display: block;
  47. height: 20px;
  48. }
  49. .questions .ques-footer .btns {
  50. background: #292825;
  51. border-bottom-left-radius: 3px;
  52. border-bottom-right-radius: 3px;
  53. overflow: hidden;
  54. padding: 20px;
  55. }
  56. ul.matches li {
  57. background: url(images/match-box.gif) no-repeat;
  58. float: left;
  59. font-size: 14px;
  60. font-weight: bold;
  61. height: 89px;
  62. line-height: 85px;
  63. list-style: none;
  64. margin-right: 10px;
  65. text-align: center;
  66. width: 129px;
  67. }
  68. .reset_btn {
  69. margin-bottom: 10px;
  70. }
  71. .seperator {
  72. padding: 8px;
  73. text-align: center;
  74. width: 392px;
  75. }
  76. fieldset#edit-field-dragdrop-image-und .fieldset-description p em {
  77. color: red;
  78. }