Commit 0704c5365bd79ae7f3e170befe6f9e18b9ef2388

Authored by fabricio
1 parent d7c5a040
Exists in master

alteração nas cores de base layout e posição e tamanho dos objetos

Showing 1 changed file with 42 additions and 45 deletions   Show diff stats
WebContent/css/default.css
... ... @@ -7,6 +7,28 @@
7 7 content: '*';
8 8 color:red;
9 9 }
  10 +
  11 +.divImagem{
  12 + text-align:center;
  13 +
  14 +}
  15 +
  16 +.imagem{
  17 + text-align:center;
  18 + border: 0.2em solid #ddd;
  19 + border-radius: 0.4em;
  20 + padding: 0.5em;
  21 + width: 35em;
  22 + height: 20em;
  23 +
  24 +}
  25 +
  26 +
  27 +#main {
  28 + max-width: 1030px;
  29 + margin: 0 auto;
  30 + background: #ffffff;
  31 + }
10 32  
11 33 .pergunta{
12 34 border: 0px;
... ... @@ -30,7 +52,7 @@
30 52  
31 53 #painelSucesso{
32 54 text-align: center;
33   - color: #008040;
  55 + color: #050080;
34 56 padding-top: 30px;
35 57 padding-bottom: 30px;
36 58 font-size:20px;
... ... @@ -41,7 +63,7 @@
41 63 padding-right: 15em;
42 64 padding-top: 0.5em;
43 65 padding-botton: 0.5em;
44   - text-align: center;
  66 + text-align: center;
45 67 }
46 68  
47 69 #entrarFieldset{
... ... @@ -108,9 +130,7 @@
108 130 color: #2C67CD;
109 131 font-weight: normal;
110 132 font-family: Arial, Helvetica, sans-serif;
111   - padding: 1px 0;
112   - margin-left: 0;
113   - border-bottom: 1px solid #CCCCCC;
  133 + border-bottom: solid #CCCCCC;
114 134 }
115 135  
116 136 #mapaSite a{
... ... @@ -130,17 +150,13 @@
130 150 }
131 151  
132 152 #main {
133   - max-width: 1030px;
134   - margin: 0 auto;
135 153 background: #ffffff;
136 154 }
137 155  
138 156 #topo {
139   - background-color: #fcce43;
  157 + background-color: #ebedf1;
140 158 max-width: 100%;
141   - margin-top: 20px;
142   - height: 3em;
143   - padding: 0;
  159 + height: 20%;
144 160 }
145 161  
146 162 #last-item {
... ... @@ -156,8 +172,7 @@
156 172  
157 173 #accessibility {
158 174 margin-left: 7em;
159   - padding-top: 0.5em;
160   - float: left;
  175 + float: left;
161 176 padding: 0;
162 177 }
163 178  
... ... @@ -195,21 +210,7 @@
195 210 display: inline;
196 211 }
197 212  
198   - #titulo{
199   - padding-right:5px;
200   -
201   - }
202   -
203   - #titulo h1{
204   - margin-right: 18.5%;
205   - }
206   -
207   -
208   - div {
209   - display: block;
210   - }
211   -
212   -
  213 +
213 214 header ul li {
214 215 display: inline;
215 216 margin-top: 0;
... ... @@ -217,50 +218,45 @@
217 218 }
218 219  
219 220 #logoTitulo {
220   - width: 100%;
  221 + max-width: 100%;
221 222 padding-left: 9%;
222   - height:100%;
223 223 text-align:left;
224 224 color:#0080c0;
225   -
  225 + background-color:#ebedf1;
226 226 }
227 227  
228   - #logo h1{
229   - margin-right: 38%;
230   - margin-top: 4%;
231   - float: right;
232   - color: #1666ad;
  228 + #logoTitulo h1{
  229 + margin-top: 0;
233 230 }
  231 +
234 232  
235 233 #menu {
236   - background-color: #33b540;
  234 + background-color: #dadce2;
237 235 clear: both;
238 236 padding: 5px 0;
239 237 padding-left: 15px;
240 238 max-width: 100%;
241   - margin: auto;
242 239 margin-bottom: 15px;
243 240 }
244 241  
245   - #menu li{
  242 + #menu li {
246 243 display: inline;
247 244 }
248 245  
249 246 #menu ul {
250 247 margin: 0;
251   - margin-right: 5.5%;
  248 + margin-right: 10.5%;
252 249 text-align: right;
253 250 }
254 251  
255 252 #menu .portalservicos-item a {
256 253 margin-top: 50%;
257   - padding: 0 60px;
258   - font-size: 19px;
259   - color:white;
  254 + font-size: 1.2em;
  255 + color:#205c90;
260 256 }
261 257  
262 258 #footer-brasil {
263   - background: none repeat scroll 0% 0% #33b540;
  259 + background: none repeat scroll 0% 0% #2c66ce;
264 260 padding: 1em 0px;
265 261 max-width: 100%;
266 262 }
... ... @@ -393,7 +389,7 @@
393 389  
394 390 }
395 391 #topo {
396   - background-color: #fcce43;
  392 + background-color: #ebedf1;
397 393 width: 90%;
398 394 margin: auto;
399 395 margin-top: 20px;
... ... @@ -432,6 +428,7 @@
432 428 float:none;
433 429 padding-left: 8%;
434 430 height:auto;
  431 + background-color: #ebedf1;
435 432 }
436 433  
437 434 #logoImg {
... ...