diff options
Diffstat (limited to 'theme/stylesheets/book/quiz.less')
-rw-r--r-- | theme/stylesheets/book/quiz.less | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/theme/stylesheets/book/quiz.less b/theme/stylesheets/book/quiz.less index 9cb3007..d35e148 100644 --- a/theme/stylesheets/book/quiz.less +++ b/theme/stylesheets/book/quiz.less @@ -1,6 +1,36 @@ .book .book-body .page-wrapper .page-inner { section.quiz { - .quiz, .quiz-answers { + padding: 0px; + margin: 20px 0px; + 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; + } + table { margin-bottom: 10px; width: 100%; @@ -16,4 +46,4 @@ } } } -} +}
\ No newline at end of file |