From 99bf3b80d9f498695832a2543a253db66fda93bb Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 13 Jul 2016 02:45:16 -0400 Subject: Styled questions.html --- assets/css/style.css | 45 +++++++++++++++++++++++--- assets/images/exam.png | Bin 0 -> 141238 bytes assets/images/right-arrow.png | Bin 0 -> 4231 bytes questions.html | 71 +++++++++++++++++++++++++++++++++--------- 4 files changed, 97 insertions(+), 19 deletions(-) create mode 100644 assets/images/exam.png create mode 100644 assets/images/right-arrow.png diff --git a/assets/css/style.css b/assets/css/style.css index c3aae4a..4987db6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -300,17 +300,33 @@ main [id^="sol-"] div.comments ul li p.user-comment { #solutions-main{ min-height: 100%; padding-top: 65px; + text-align: left; } /*the section which holds each of the solutions*/ + section.solutions-card{ text-align: left; background-color: white; border-radius: 20px; width: 95%; margin-left: 2.5%; + margin-bottom: 2%; cursor: pointer; + padding-bottom: 5px; +} + +section.solutions-card .right-arrow { + vertical-align: middle; +} + +section.solutions-card img { + margin-top: 12px; + margin-right: 8px; + width: 40px; + height: auto; } + /*the title of the course*/ h3.solutions-title{ font-family: 'Roboto',sans-serif; @@ -345,23 +361,42 @@ p.solutions-type{ /**********************************************************************************************************************/ +/*THE EXAM QUESTIONS PAGE BEGINS HERE*/ +.exam-info { + margin-left: 5%; + display: inline-block; +} + +img.exam-info { + padding: 10px; + min-width: 30%; + vertical-align: top; +} + +section.exam-info em { + font-weight: bold; +} + + + .questions-number{ - font-family: 'Roboto',sans-serif; font-size: large; color: #333333; margin-left: 5%; margin-bottom: 5px; - padding-top: 15px; + } -.questions-comment{ - font-family: 'Roboto',sans-serif; +.questions-comment, .questions-sol-num{ font-size: medium; color: dimgrey; - margin-left: 5%; margin-top: 0px; padding-bottom: 15px; } +.questions-sol-num { + margin-left: 5%; +} + /********** user-profile styles **********/ .user-info-content{ padding-top: 100px; diff --git a/assets/images/exam.png b/assets/images/exam.png new file mode 100644 index 0000000..5bb13ad Binary files /dev/null and b/assets/images/exam.png differ diff --git a/assets/images/right-arrow.png b/assets/images/right-arrow.png new file mode 100644 index 0000000..e3b8f57 Binary files /dev/null and b/assets/images/right-arrow.png differ diff --git a/questions.html b/questions.html index a3e805d..f8130a6 100644 --- a/questions.html +++ b/questions.html @@ -86,27 +86,70 @@
-- cgit v1.2.3