source: src/main/resources/static/Question-and-choices.css

main
Last change on this file was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 4.5 KB
Line 
1 .u-section-1 {
2 background-image: none;
3}
4
5.u-section-1 .u-sheet-1 {
6 min-height: 1405px;
7}
8
9.u-section-1 .u-group-1 {
10 width: 772px;
11 min-height: 156px;
12 height: auto;
13 margin: 100px 168px 0 auto;
14 text-align: center;
15}
16
17.u-section-1 .u-container-layout-1 {
18 padding-left: 30px;
19 padding-right: 30px;
20}
21
22.u-section-1 .u-list-1 {
23 grid-template-rows: auto;
24 width: 415px;
25 margin: 0 347px 0 auto; /*prvata vrednost beshe 193px*/
26}
27
28.u-section-1 .u-repeater-1 {
29 grid-template-columns: 100%;
30 min-height: 415px;
31 grid-gap: 30px 30px;
32}
33
34.u-section-1 .u-list-item-1 {
35 background-image: none;
36 box-shadow: 5px 5px 20px 0 rgba(41,46,51,0.25);
37}
38
39.u-section-1 .u-container-layout-2 {
40 padding: 30px;
41}
42
43.u-section-1 .u-list-item-2 {
44 background-image: none;
45 box-shadow: 5px 5px 20px 0 rgba(41,46,51,0.25);
46}
47
48.u-section-1 .u-container-layout-3 {
49 padding: 30px;
50}
51
52.u-section-1 .u-list-item-3 {
53 background-image: none;
54 box-shadow: 5px 5px 20px 0 rgba(41,46,51,0.25);
55}
56
57.u-section-1 .u-container-layout-4 {
58 padding: 30px;
59}
60
61.u-section-1 .u-list-item-4 {
62 background-image: none;
63 box-shadow: 5px 5px 20px 0 rgba(41,46,51,0.25);
64}
65
66.u-section-1 .u-container-layout-5 {
67 padding: 30px;
68}
69
70.u-section-1 .u-icon-1 {
71 width: 64px;
72 height: 64px;
73 margin: -406px auto 0 294px;
74}
75
76.u-section-1 .u-icon-2 {
77 width: 64px;
78 height: 64px;
79 margin: 49px auto 0 294px;
80}
81
82.u-section-1 .u-icon-3 {
83 width: 64px;
84 height: 64px;
85 margin: 49px auto 0 294px;
86}
87
88.u-section-1 .u-icon-4 {
89 width: 64px;
90 height: 64px;
91 margin: 44px auto 60px 294px;
92}
93
94@media (max-width: 1199px) {
95 .u-section-1 .u-group-1 {
96 margin-top: 500px;
97 height: auto;
98 }
99
100 .u-section-1 .u-repeater-1 {
101 grid-template-columns: calc(50% - 15px) calc(50% - 15px);
102 }
103}
104
105@media (max-width: 991px) {
106 .u-section-1 .u-group-1 {
107 width: 613px;
108 margin-top: 453px;
109 margin-right: 0;
110 }
111
112 .u-section-1 .u-list-1 {
113 width: 613px;
114 margin-top: 50px;
115 margin-right: 305px;
116 }
117
118 .u-section-1 .u-repeater-1 {
119 grid-template-columns: 100%;
120 }
121
122 .u-section-1 .u-icon-1 {
123 margin-left: 225px;
124 }
125
126 .u-section-1 .u-icon-2 {
127 margin-left: 225px;
128 }
129
130 .u-section-1 .u-icon-3 {
131 margin-left: 225px;
132 }
133
134 .u-section-1 .u-icon-4 {
135 margin-left: 225px;
136 }
137}
138
139@media (max-width: 767px) {
140 .u-section-1 .u-group-1 {
141 width: 460px;
142 margin-top: 540px;
143 }
144
145 .u-section-1 .u-container-layout-1 {
146 padding-left: 20px;
147 padding-right: 10px;
148 }
149
150 .u-section-1 .u-list-1 {
151 width: 415px;
152 margin-top: 124px;
153 margin-right: 125px;
154 }
155
156 .u-section-1 .u-repeater-1 {
157 grid-template-columns: calc(50% - 15px) calc(50% - 15px);
158 }
159
160 .u-section-1 .u-container-layout-2 {
161 padding-left: 20px;
162 padding-right: 20px;
163 }
164
165 .u-section-1 .u-container-layout-3 {
166 padding-left: 20px;
167 padding-right: 20px;
168 }
169
170 .u-section-1 .u-container-layout-4 {
171 padding-left: 20px;
172 padding-right: 20px;
173 }
174
175 .u-section-1 .u-container-layout-5 {
176 padding-left: 20px;
177 padding-right: 20px;
178 }
179
180 .u-section-1 .u-icon-1 {
181 margin-left: 169px;
182 }
183
184 .u-section-1 .u-icon-2 {
185 margin-left: 169px;
186 }
187
188 .u-section-1 .u-icon-3 {
189 margin-left: 169px;
190 }
191
192 .u-section-1 .u-icon-4 {
193 margin-left: 169px;
194 }
195}
196
197@media (max-width: 575px) {
198 .u-section-1 .u-group-1 {
199 min-height: 135px;
200 width: 288px;
201 margin-top: 555px;
202 }
203
204 .u-section-1 .u-list-1 {
205 width: 340px;
206 margin-top: 46px;
207 margin-right: 0;
208 }
209
210 .u-section-1 .u-repeater-1 {
211 grid-template-columns: 100%;
212 }
213
214 .u-section-1 .u-icon-1 {
215 margin-left: 106px;
216 }
217
218 .u-section-1 .u-icon-2 {
219 margin-left: 106px;
220 }
221
222 .u-section-1 .u-icon-3 {
223 margin-left: 106px;
224 }
225
226 .u-section-1 .u-icon-4 {
227 margin-left: 106px;
228 }
229}
230 input.input-i-label {
231 visibility:hidden;
232 width: 0;
233 }
234 label.input-i-label {
235 color: #478ac9;
236 cursor: pointer;
237 }
238 input:checked.input-i-label + label.input-i-label {
239 background-color: #47C9C7;
240 color: white;
241 width: 100%;
242 height: 100%;
243 margin: auto;
244 align-items: center;
245 padding-top: 6px;
246 border-radius: 20px;
247 }
248
249 .da:hover, label.input-i-label:hover
250 {
251 background-color: #c8dcef;
252 color: #478ac9;
253 }
254
255 #submitButton, #finishButton, #resetButton
256 {
257 background-color: #00488b;
258 height: 40px;
259 width: 200px;
260 border-radius: 15px;
261 margin: auto auto -10px;
262
263 }
264
265 #submitButton:hover, #finishButton:hover, #resetButton:hover
266 {
267 background-color: #5fb1fd;
268 transition: background-color 500ms;
269 height: 40px;
270 width: 200px;
271 border-radius: 15px;
272 margin: auto auto -10px;
273 }
Note: See TracBrowser for help on using the repository browser.