Commit 815336e06a0d602fa89a9955dc9a823bca1d7523

Authored by higo.gomes
1 parent 5fcf529f

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…

…0Web/Fontes/avaliador-web@10672 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing 1 changed file with 58 additions and 62 deletions   Show diff stats
src/main/webapp/inicial_arquivos/css/default.css
1 1 @media only screen and (min-width : 768px) {
2   - body {
  2 + body {
3 3 margin: 0;
4   - background-color: #fff;
5   - color: #000000;
6   - font-size: 62.5%;
7   - font-weight: normal;
  4 + background-color: #fff;
  5 + color: #000000;
  6 + font-size: 62.5%;
  7 + font-weight: normal;
8 8 font-family: "Open Sans", Arial, Helvetica, sans-serif;
9 9 }
10   -
11   - .funcionalidades {
12   - clear: both;
13   - }
14   - .tile
15   - {
16   - clear: both;
17   - }
18   -
19   - .funcionalidades ul.breadcrumb {
20   - border: 1px solid #D1D1D1;
21   - border-radius: 5px;
22   - float: left;
23   - height: 15px;
24   - padding: 10px;
25   - background: transparent url('../images/fundo_breadcrumb.jpg') no-repeat left top;
26   - color: #003760;
27   - clear: both;
28   - margin-top: 10px;
29   -}
30   - .funcionalidades li {
31   - list-style: none;
32   - float: left;
33   - padding-right: 10px;
34   -}
35   -#formaavaliacao
36   - {
37   - color: #2C67CD !important;
38   - font-size: 1.6em;
  10 + #formaavaliacao {
  11 + color: #2C67CD !important;
  12 + font-size: 1.6em;
39 13 }
40 14 header ul li {
41 15 display: inline;
... ... @@ -51,7 +25,8 @@
51 25 background-color: #0A5517;
52 26 background-image: -moz-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
53 27 /* FF3.6+ */
54   - background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #19882c), color-stop(100%, #025310));
  28 + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%,
  29 + color-stop(1%, #19882c), color-stop(100%, #025310));
55 30 /* Chrome,Safari4+ */
56 31 background-image: -webkit-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
57 32 /* Chrome10+,Safari5.1+ */
... ... @@ -61,14 +36,16 @@
61 36 /* IE10+ */
62 37 background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%);
63 38 /* W3C */
64   - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19882c',endColorstr='#025310', GradientType=1);
  39 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19882c',
  40 + endColorstr='#025310', GradientType=1);
65 41 /* IE6-9 fallback on horizontal gradient */
66 42 }
67 43 a {
68 44 text-decoration: none;
69 45 }
70 46 #barra-brasil {
71   - position: fixed;
  47 + /*position: fixed;*/
  48 + position: absolute;
72 49 width: 100%;
73 50 top: 0;
74 51 left: 0;
... ... @@ -82,7 +59,7 @@
82 59 #accessibility {
83 60 display: inline;
84 61 margin-left: 9.5%;
85   - padding-top: 5px;
  62 + padding-top: 5px;
86 63 text-align: left;
87 64 float: left;
88 65 padding-left: 0;
... ... @@ -126,33 +103,31 @@
126 103 padding-right: 0;
127 104 }
128 105 #logo {
129   -
130 106 padding: 0;
131 107 float: left;
132 108 width: 70%;
133 109 padding-left: 12%;
134   - margin-bottom: 15px;
  110 + margin-bottom: 15px;
135 111 }
136 112 #logo a {
137 113 color: #fff;
138 114 display: block;
139 115 width: 100%;
140   - margin: 1px 0px;
  116 + margin: 1px 0px;
141 117 }
142 118 #logo #portal-title-1 {
143 119 font-size: 0.7em;
144 120 }
145 121 #logo #portal-title {
146   - font-size: 3em;
  122 + font-size: 3em;
147 123 }
148   -
149   - #sobre {
  124 + #sobre {
150 125 background: #0a5517;
151 126 padding: 5px 0;
152 127 padding-left: 0;
153 128 text-align: right;
154 129 font-family: Arial, Helvetica, sans-serif;
155   - margin-bottom:0;
  130 + margin-bottom: 0;
156 131 clear: both;
157 132 }
158 133 #sobre ul {
... ... @@ -201,19 +176,33 @@
201 176 font-size: 0;
202 177 text-indent: -20000px;
203 178 }
  179 +
  180 + .warning {
  181 + color: #9F6000;
  182 + background-color: #FEEFB3;
  183 + background-image: url('/ases/inicial_arquivos/imagens/warning.png');
  184 +}
  185 +.info, .success, .warning, .error, .validation {
  186 + border: 1px solid;
  187 + margin: 10px 0px;
  188 + padding: 15px 10px 15px 50px;
  189 + background-repeat: no-repeat;
  190 + background-position: 10px center;
  191 +}
  192 +
  193 +
204 194 } /*-----Fim max-width: 1024px */
205 195  
206 196 /*------Inicio max-width: 768px----*/
207 197 @media only screen and (max-width : 768px) {
208   - body {
  198 + body {
209 199 margin: 0;
210   - background-color: #fff;
211   - color: #000000;
212   - font-size: 62.5%;
213   - font-weight: normal;
  200 + background-color: #fff;
  201 + color: #000000;
  202 + font-size: 62.5%;
  203 + font-weight: normal;
214 204 font-family: "Open Sans", Arial, Helvetica, sans-serif;
215 205 }
216   -
217 206 header ul li {
218 207 display: block;
219 208 margin-top: 0;
... ... @@ -258,7 +247,6 @@
258 247 margin-top: 30px;
259 248 padding: 0;
260 249 }
261   -
262 250 #portal-siteactions {
263 251 font-size: 1.2em;
264 252 float: left;
... ... @@ -283,7 +271,6 @@
283 271 #portal-siteactions li:last-child {
284 272 padding-right: 0;
285 273 }
286   -
287 274 #accessibility {
288 275 display: block;
289 276 padding-top: 20px;
... ... @@ -292,9 +279,8 @@
292 279 text-align: left;
293 280 padding-left: 0;
294 281 }
295   -
296 282 #accessibility li {
297   - display: inline;
  283 + display: inline;
298 284 }
299 285 #accessibility a {
300 286 color: #dcffe3;
... ... @@ -365,7 +351,8 @@
365 351 }
366 352 #sobre ul {
367 353 position: relative;
368   - margin: 0; margin-left : auto;
  354 + margin: 0;
  355 + margin-left: auto;
369 356 width: 370px;
370 357 margin-left: auto;
371 358 }
... ... @@ -403,7 +390,18 @@
403 390 width: 90%;
404 391 float: left;
405 392 }
406   -
  393 + .warning {
  394 + color: #9F6000;
  395 + background-color: #FEEFB3;
  396 + background-image: url('/ases/inicial_arquivos/imagens/warning.png');
  397 +}
  398 +.info, .success, .warning, .error, .validation {
  399 + border: 1px solid;
  400 + margin: 10px 0px;
  401 + padding: 15px 10px 15px 50px;
  402 + background-repeat: no-repeat;
  403 + background-position: 10px center;
  404 +}
407 405 /*-----------Footer-----------*/
408 406 #footer-brasil {
409 407 background: none repeat scroll 0% 0% #00420c;
... ... @@ -414,7 +412,8 @@
414 412 display: inline-block;
415 413 font-size: 0;
416 414 text-indent: -20000px;
417   - }
  415 + }
  416 +
418 417 } /*-----Fim max-width: 1024px */
419 418  
420 419 /*------Alto Contraste-----*/
... ... @@ -424,10 +423,7 @@
424 423 color: #fff !important;
425 424 }
426 425  
427   -/*
428   -.contraste * {
429   - color: #FFF !important;
430   -}*/
  426 +
431 427 .contraste a {
432 428 color: #FC0 !important;
433 429 }
... ...