summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/quiz.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/quiz.less')
-rw-r--r--theme/stylesheets/website/quiz.less53
1 files changed, 53 insertions, 0 deletions
diff --git a/theme/stylesheets/website/quiz.less b/theme/stylesheets/website/quiz.less
new file mode 100644
index 0000000..0abdaf6
--- /dev/null
+++ b/theme/stylesheets/website/quiz.less
@@ -0,0 +1,53 @@
+.book .book-body .page-wrapper .page-inner {
+ section.quiz {
+ padding: 0px;
+ margin: 20px 15px;
+ border: 3px solid #2f8cde;
+
+ .header {
+ padding: 5px 15px;
+
+ color: #fff;
+ background: #2f8cde;
+
+ h2 {
+ margin: 0px;
+ font-size: 20px;
+ }
+ }
+
+ .message {
+ margin: 15px;
+ }
+
+ .question {
+ .question-header {
+ padding: 5px 15px;
+ color: #fff;
+ background: #2f8cde;
+ }
+
+ .question-inner {
+ padding: 15px;
+ .quiz-label {
+ font-weight: normal;
+ cursor: pointer;
+ }
+ }
+
+ table {
+ margin-bottom: 10px;
+ width: 100%;
+ }
+ th, td {
+ padding-right: 5px;
+ }
+ li {
+ list-style-type: none;
+ input {
+ margin-right: 10px;
+ }
+ }
+ }
+ }
+}