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