Commit 1ac28705b6a8c86c8860388e489dc1fb2c0999ba
1 parent
60e2739d
Exists in
master
and in
1 other branch
Substituição das imagens por imagens decorativas (css)
Showing
1 changed file
with
81 additions
and
16 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/avaliar.css
1 | @media only screen and (min-width : 768px) { | 1 | @media only screen and (min-width : 768px) { |
2 | + | ||
2 | .hr_linhaDupla { | 3 | .hr_linhaDupla { |
3 | - border-botton: 4px solid #000; | 4 | + border-botton: 4px solid #000000; |
4 | border-top: 1px solid #c0c0c0; | 5 | border-top: 1px solid #c0c0c0; |
5 | } | 6 | } |
6 | p { | 7 | p { |
@@ -154,7 +155,7 @@ | @@ -154,7 +155,7 @@ | ||
154 | margin-bottom: 30px; | 155 | margin-bottom: 30px; |
155 | margin-left: 5px; | 156 | margin-left: 5px; |
156 | width: 40%; | 157 | width: 40%; |
157 | - border: 1px solid #fff; | 158 | + border: 1px solid #ffffff; |
158 | } | 159 | } |
159 | #tabelaErros .topo { | 160 | #tabelaErros .topo { |
160 | font-size: 1.4em; | 161 | font-size: 1.4em; |
@@ -165,8 +166,8 @@ | @@ -165,8 +166,8 @@ | ||
165 | } | 166 | } |
166 | .contraste #tabelaErros .topo { | 167 | .contraste #tabelaErros .topo { |
167 | font-size: 1.4em; | 168 | font-size: 1.4em; |
168 | - background-color: #000; | ||
169 | - color: #fff; | 169 | + background-color: #000000; |
170 | + color: #ffffff; | ||
170 | text-align: left; | 171 | text-align: left; |
171 | font-size: 1.3em; | 172 | font-size: 1.3em; |
172 | } | 173 | } |
@@ -177,8 +178,8 @@ | @@ -177,8 +178,8 @@ | ||
177 | font-weight: normal; | 178 | font-weight: normal; |
178 | } | 179 | } |
179 | .contraste #tabelaErros .celula { | 180 | .contraste #tabelaErros .celula { |
180 | - background-color: #000; | ||
181 | - color: #fff; | 181 | + background-color: #000000; |
182 | + color: #ffffff; | ||
182 | text-align: left; | 183 | text-align: left; |
183 | font-weight: normal; | 184 | font-weight: normal; |
184 | } | 185 | } |
@@ -280,15 +281,45 @@ | @@ -280,15 +281,45 @@ | ||
280 | .indiceAvaliar1 { | 281 | .indiceAvaliar1 { |
281 | width: 50%; | 282 | width: 50%; |
282 | } | 283 | } |
283 | - --- | ||
284 | - -Contraste---------- | ||
285 | - | ||
286 | - | ||
287 | - | ||
288 | -.contraste img { | 284 | + |
285 | + .contraste img { | ||
289 | border: none; | 286 | border: none; |
290 | } | 287 | } |
288 | + | ||
289 | + .imgErro span | ||
290 | + { | ||
291 | + margin-left: 22px; | ||
292 | + } | ||
293 | + .imgErro | ||
294 | + { | ||
295 | + background-image: url("/ases/inicial_arquivos/imagens/stop.gif"); | ||
296 | + background-repeat: no-repeat; | ||
297 | + height: 22px; | ||
298 | + } | ||
299 | + .imgAviso span | ||
300 | + { | ||
301 | + margin-left: 22px; | ||
302 | + } | ||
303 | + | ||
304 | + .imgAviso | ||
305 | + { | ||
306 | + background-image: url("/ases/inicial_arquivos/imagens/alert.gif"); | ||
307 | + background-repeat: no-repeat; | ||
308 | + height: 22px; | ||
309 | + } | ||
310 | |||
311 | + { | ||
312 | + background-image: url("/ases/inicial_arquivos/imagens/pdf.png"); | ||
313 | + background-repeat: no-repeat; | ||
314 | + height: 30px; | ||
315 | + } | ||
316 | + | ||
317 | + #tiporel | ||
318 | + { | ||
319 | + margin-left: 30px; | ||
320 | + } | ||
291 | } | 321 | } |
322 | + | ||
292 | /*-----Fim (min-width : 768px)------ */ | 323 | /*-----Fim (min-width : 768px)------ */ |
293 | @media only screen and (max-width : 768px) { | 324 | @media only screen and (max-width : 768px) { |
294 | .content { | 325 | .content { |
@@ -518,12 +549,46 @@ | @@ -518,12 +549,46 @@ | ||
518 | font-family: Arial, Helvetica, sans-serif; | 549 | font-family: Arial, Helvetica, sans-serif; |
519 | border: 1px solid #fff; | 550 | border: 1px solid #fff; |
520 | } | 551 | } |
521 | - --- | ||
522 | - -Contraste---------- | 552 | + |
553 | +/*---Contraste----------*/ | ||
523 | 554 | ||
524 | 555 | ||
525 | .contraste img { | 556 | .contraste img { |
526 | - border: none; | 557 | + border: none; |
527 | } | 558 | } |
528 | -} | 559 | + |
560 | + .imgErro span | ||
561 | + { | ||
562 | + margin-left: 22px; | ||
563 | + } | ||
564 | + .imgErro | ||
565 | + { | ||
566 | + background-image: url("/ases/inicial_arquivos/imagens/stop.gif"); | ||
567 | + background-repeat: no-repeat; | ||
568 | + height: 22px; | ||
569 | + } | ||
570 | + .imgAviso span | ||
571 | + { | ||
572 | + margin-left: 22px; | ||
573 | + } | ||
574 | + | ||
575 | + .imgAviso | ||
576 | + { | ||
577 | + background-image: url("/ases/inicial_arquivos/imagens/alert.gif"); | ||
578 | + background-repeat: no-repeat; | ||
579 | + height: 22px; | ||
580 | + } | ||
581 | + | ||
582 | |||
583 | + { | ||
584 | + background-image: url("/ases/inicial_arquivos/imagens/pdf.png"); | ||
585 | + background-repeat: no-repeat; | ||
586 | + height: 30px; | ||
587 | + } | ||
588 | + | ||
589 | + #tiporel | ||
590 | + { | ||
591 | + margin-left: 30px; | ||
592 | + } | ||
593 | + | ||
529 | } | 594 | } |
530 | \ No newline at end of file | 595 | \ No newline at end of file |