Merge branch 'style-img-responsive' into new-style
[rnaseq-cwl-training.git] / css / swc.css
index e979dbd05d8e687c5e15c9f53e7b9c32a55838db..98295f5f324c0f5a5fadf57d351ae955ab0c123e 100644 (file)
@@ -1,7 +1,6 @@
-/* Container */
-
-div.container {
-    background: white;
+/* Card is used only at lessons */
+div.container.card {
+       background-color: white;
 }
 
 /* Headings */
@@ -158,8 +157,6 @@ body.stylesheet {
     margin: 20px auto;
 }
 
-
-
 /* Code sample */
 pre.sourceCode,
 pre.input {
@@ -172,27 +169,16 @@ pre.error {
     color: Red;
 }
 
-
-.card {
-       background-color: white;
-}
-
-
-
-
 @media (max-width: 700px) {
     div.banner a img {
         padding: 20px 0px;
     }
 }
 
-
-
 /*----------------------------------------*/
 /* Override Bootstrap CSS                 */
 /*----------------------------------------*/
 
-
 /* navbar */
 .navbar {
     min-height: 85px;
@@ -272,9 +258,6 @@ pre.error {
     border-bottom-color: #ffffff;
 }
 
-
-
-
 blockquote p {
     font-size: inherit;
     font-weight: inherit;
@@ -291,12 +274,10 @@ blockquote h2{
     color: rgb(0, 0, 0);
 }
 
-
 code {
     color: #333333;
 }
 
-
 /* Top banner of every page. */
 div.banner {
        background-color: #FFFFFF;
@@ -487,6 +468,16 @@ table.workshops td.date {
     opacity: 0.5;
 }
 
+#modal-badge-img {
+  position:absolute;
+  right: 25px;
+  bottom: 25px;
+  opacity: 0.5;
+}
+#assertion-modal.in {
+  color: black;
+}
+
 /* list with checkbox as bullet */
 ul.checklist {
   list-style-image: url('../img/checkbox.png');