Exercises.
[edumed.git] / catalogue / static / catalogue / css / exercise.css
1 @charset "UTF-8";
2 .exercise .question-piece {
3   border-radius: 0.688em;
4   padding: 0.5em 0.688em; }
5 .exercise .lista.punkt {
6   list-style: none;
7   margin: 0;
8   padding: 0; }
9 .exercise .lista li {
10   margin: 0.313em 0; }
11 .exercise .question-piece.correct {
12   background-color: #16a487;
13   color: white; }
14 .exercise .question-piece.incorrect {
15   background-color: #f00;
16   color: white; }
17 .exercise .placeholder.dragover {
18   background: #ed7831 !important; }
19 .exercise .remove {
20   float: right;
21   display: inline-block;
22   border-radius: 0.5em;
23   padding: 0.25em 0.5em;
24   margin: -0.25em -0.5em -1em 0.5em;
25   background: #ed7831;
26   color: white; }
27 .exercise .buttons {
28   background: #5e6165;
29   border-radius: 0.563em;
30   height: 1.875em;
31   line-height: 1.875em;
32   overflow: hidden;
33   color: white;
34   margin-top: 1.875em; }
35   .exercise .buttons input {
36     height: 100%;
37     border: 0;
38     background: #8e9093;
39     color: white;
40     text-transform: uppercase;
41     font-weight: bold; }
42   .exercise .buttons .message {
43     float: right;
44     margin-right: 1.25em; }
45   .exercise .buttons input.check {
46     background: #ed7831; }
47
48 .luki .question-piece {
49   background-color: #d4d6d8;
50   color: #363a3e;
51   cursor: pointer;
52   z-index: 2;
53   display: inline-block;
54   margin: 0.313em;
55   z-index: 2; }
56 .luki .question-piece.disabled {
57   background-color: #eee;
58   color: #d4d6d8; }
59 .luki .placeholder {
60   border-radius: 0.688em;
61   padding: 0.5em 0.688em;
62   display: inline-block;
63   margin: 0.313em;
64   z-index: 2;
65   width: 4em;
66   background-color: #eee;
67   z-index: 1; }
68 .luki .placeholder:after {
69   content: "\0000a0"; }
70
71 .zastap .question-piece {
72   background-color: #d4d6d8;
73   color: #363a3e;
74   cursor: pointer;
75   z-index: 2;
76   display: inline-block;
77   margin: 0.313em;
78   z-index: 2; }
79 .zastap .question-piece.disabled {
80   background-color: #eee;
81   color: #d4d6d8; }
82 .zastap .question-piece.placeholder {
83   background-color: inherit;
84   color: inherit;
85   cursor: inherit;
86   z-index: inherit;
87   display: inline;
88   margin: 0;
89   padding: 0;
90   z-index: inherit;
91   border-radius: 0; }
92
93 .uporzadkuj .question-piece {
94   background-color: #d4d6d8;
95   color: #363a3e;
96   cursor: pointer;
97   z-index: 2; }
98 .uporzadkuj .question-piece.disabled {
99   background-color: #eee;
100   color: #d4d6d8; }
101 .uporzadkuj .lista {
102   list-style: none;
103   margin: 0;
104   padding: 0; }
105
106 .przyporzadkuj .question-piece {
107   background-color: #d4d6d8;
108   color: #363a3e;
109   cursor: pointer;
110   z-index: 2; }
111 .przyporzadkuj .question-piece.disabled {
112   background-color: #eee;
113   color: #d4d6d8; }
114 .przyporzadkuj .predicate {
115   list-style: none;
116   margin: 0;
117   padding: 0;
118   white-space: nowrap; }
119   .przyporzadkuj .predicate > li {
120     white-space: normal;
121     border-radius: 0.688em;
122     padding: 0.5em 0.688em;
123     display: inline-block;
124     background-color: #5e6165;
125     color: white;
126     width: 11.25em;
127     position: relative;
128     vertical-align: top; }
129     .przyporzadkuj .predicate > li .subjects {
130       list-style: none;
131       margin: 0;
132       padding: 0;
133       min-height: 2.813em;
134       position: relative;
135       margin: 0.5em -0.688em -0.5em -0.688em;
136       padding: 0.5em 0.688em; }
137       .przyporzadkuj .predicate > li .subjects .placeholder {
138         border-radius: 0.688em;
139         padding: 0.5em 0.688em;
140         position: absolute;
141         top: 0;
142         bottom: 0;
143         left: 0;
144         right: 0;
145         margin: 0;
146         z-index: -1;
147         text-align: right; }
148       .przyporzadkuj .predicate > li .subjects .placeholder.dragover {
149         z-index: 1; }
150       .przyporzadkuj .predicate > li .subjects .placeholder:after {
151         content: "upuść tutaj";
152         text-style: italic; }
153   .przyporzadkuj .predicate .comment {
154     white-space: normal; }
155 .przyporzadkuj .subject {
156   list-style: none;
157   margin: 0;
158   padding: 0; }
159
160 .prawdafalsz .question li.question-piece {
161   position: relative;
162   padding-left: 11em; }
163 .prawdafalsz .question .buttons {
164   margin-top: 0;
165   top: 0;
166   left: 0;
167   position: absolute;
168   background-color: #d4d6d8;
169   color: #363a3e;
170   display: inline-block; }
171   .prawdafalsz .question .buttons a {
172     color: #363a3e;
173     text-transform: uppercase;
174     font-weight: bold;
175     display: inline-block;
176     padding: 0 0.688em; }
177   .prawdafalsz .question .buttons a.chosen {
178     background: #ed7831;
179     color: white; }