-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from appliedepi/alberto
changes to epiet cs
- Loading branch information
Showing
121 changed files
with
2,722 additions
and
29,803 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
:root { | ||
--incorrect: #983E82; | ||
--incorrect_alpha: #edaddd; | ||
--correct: #59935B; | ||
--correct_alpha: #c0edc2; | ||
--highlight: #467AAC; | ||
} | ||
|
||
.webex-check {} | ||
|
||
.webex-box { | ||
border: 2px solid var(--highlight); | ||
padding: 0.5em 0.25em; | ||
margin: 1em 0; | ||
border-radius: .25em; | ||
background-color: rgba(127, 127, 127, 0.05); | ||
} | ||
|
||
.webex-total_correct { | ||
margin-left: 1em; | ||
} | ||
|
||
.unchecked .webex-total_correct { | ||
display: none; | ||
} | ||
|
||
.unchecked .webex-incorrect, | ||
.unchecked .webex-correct { | ||
border: 2px dotted grey !important; | ||
background-color: white !important; | ||
} | ||
|
||
/* styles for webex-solveme */ | ||
.webex-select, input.webex-solveme, | ||
.unchecked .webex-radiogroup label.webex-incorrect, | ||
.unchecked .webex-radiogroup label.webex-correct{ | ||
border: 2px dotted grey; | ||
background-color: white; | ||
border-radius: 0.25em; | ||
} | ||
|
||
.webex-incorrect, | ||
input.webex-solveme.webex-incorrect, | ||
.webex-radiogroup label.webex-incorrect { | ||
border: 2px dotted var(--incorrect); | ||
background-color: var(--incorrect_alpha); | ||
color: black; | ||
border-radius: 0.25em; | ||
} | ||
.webex-correct, | ||
input.webex-solveme.webex-correct, | ||
.webex-radiogroup label.webex-correct { | ||
border: 2px solid var(--correct); | ||
background-color: var(--correct_alpha); | ||
color: black; | ||
border-radius: 0.25em; | ||
} | ||
|
||
.unchecked .webex-incorrect span::before, | ||
.unchecked .webex-incorrect + .webex-icon::after, | ||
.unchecked .webex-correct span::before, | ||
.unchecked .webex-correct + .webex-icon::after { | ||
content: " "; | ||
} | ||
|
||
.webex-incorrect span::before, | ||
.webex-incorrect + .webex-icon::after { | ||
content: "\274C "; | ||
} | ||
|
||
.webex-correct span::before, | ||
.webex-correct + .webex-icon::after { | ||
content: "\2705 "; | ||
} | ||
|
||
|
||
/* styles for hidden solutions */ | ||
.webex-solution { | ||
height: 2.5em; | ||
overflow-y: hidden; | ||
padding: 0.5em; | ||
margin-bottom: 10px; | ||
} | ||
.webex-solution.open { | ||
height: auto; | ||
border: 2px solid var(--highlight); | ||
border-radius: 5px; | ||
} | ||
.webex-solution button, .webex-check-button { | ||
height: 2em; | ||
margin-bottom: 0.5em; | ||
border-radius: 0.5em; | ||
background-color: var(--highlight); | ||
color: white; | ||
padding: 0 0.5em; | ||
} | ||
.webex-solution pre.sourceCode { | ||
border-color: var(--correct); | ||
} | ||
|
||
.webex-radiogroup label { | ||
margin-left: 2em; | ||
text-indent: -1em; | ||
padding-left: 0.5em; | ||
font-weight: 400; | ||
display: block; | ||
border: 2px solid rgba(255, 255, 255, 0); | ||
background-color: inherit; | ||
border-radius: 0.25em; | ||
} | ||
|
||
.webex-radiogroup label input { | ||
position: relative; | ||
left: -1em; | ||
} | ||
|
||
.webex-radiogroup { | ||
margin: 1em 0; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
File renamed without changes.
Oops, something went wrong.