3325f904aa528d552b158a779f38837138702fd3
[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 -0.25em 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   width: 38.625em; }
112 .przyporzadkuj .question-piece.disabled {
113   background-color: #eee;
114   color: #d4d6d8; }
115 .przyporzadkuj .predicate {
116   list-style: none;
117   margin: 0;
118   padding: 0; }
119   .przyporzadkuj .predicate > li {
120     border-radius: 0.688em;
121     padding: 0.5em 0.688em;
122     display: inline-block;
123     background-color: #5e6165;
124     color: white;
125     width: 11.75em;
126     position: relative;
127     vertical-align: top; }
128     .przyporzadkuj .predicate > li .subjects {
129       list-style: none;
130       margin: 0;
131       padding: 0;
132       min-height: 2.813em;
133       position: relative;
134       margin: 0.5em -0.688em -0.5em -0.688em;
135       padding: 0.5em 0.688em; }
136       .przyporzadkuj .predicate > li .subjects li {
137         width: auto; }
138       .przyporzadkuj .predicate > li .subjects .placeholder {
139         border-radius: 0.688em;
140         padding: 0.5em 0.688em;
141         position: absolute;
142         top: 0;
143         bottom: 0;
144         left: 0;
145         right: 0;
146         margin: 0;
147         z-index: -1;
148         text-align: right; }
149       .przyporzadkuj .predicate > li .subjects .placeholder.dragover {
150         z-index: 1; }
151       .przyporzadkuj .predicate > li .subjects .placeholder:after {
152         content: "upuść tutaj";
153         text-style: italic; }
154 .przyporzadkuj .subject {
155   list-style: none;
156   margin: 0;
157   padding: 0; }
158
159 .prawdafalsz .question li.question-piece {
160   position: relative;
161   padding-left: 11em; }
162 .prawdafalsz .question .buttons {
163   margin-top: 0;
164   top: 0;
165   left: 0;
166   position: absolute;
167   background-color: #d4d6d8;
168   color: #363a3e;
169   display: inline-block; }
170   .prawdafalsz .question .buttons a {
171     color: #363a3e;
172     text-transform: uppercase;
173     font-weight: bold;
174     display: inline-block;
175     padding: 0 0.688em; }
176   .prawdafalsz .question .buttons a.chosen {
177     background: #ed7831;
178     color: white; }
179
180 .wybor .question .lista {
181   list-style: none;
182   padding: 0; }
183   .wybor .question .lista li {
184     margin: 0; }