Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 157:2e0953694aef
page footer
author | casties |
---|---|
date | Thu, 06 Jun 2013 11:33:17 +0200 |
parents | f63985f02055 |
children | 2b5adc7f5445 |
comparison
equal
deleted
inserted
replaced
156:a9ad7dd7a8b2 | 157:2e0953694aef |
---|---|
144 clear: both; | 144 clear: both; |
145 } | 145 } |
146 | 146 |
147 .blue { | 147 .blue { |
148 color: #3b4186; | 148 color: #3b4186; |
149 } | |
150 | |
151 .javascriptonly { | |
152 /* initially hidden, shown by javascript */ | |
153 display: none; | |
149 } | 154 } |
150 | 155 |
151 /* | 156 /* |
152 * table-like rows and columns | 157 * table-like rows and columns |
153 */ | 158 */ |
1387 } | 1392 } |
1388 | 1393 |
1389 /* | 1394 /* |
1390 * footer | 1395 * footer |
1391 */ | 1396 */ |
1397 #footservices { | |
1398 position: relative; | |
1399 /* height: 20px; */ | |
1400 border-top: 1px solid #dccbae; | |
1401 padding-top: 8px; | |
1402 margin-top: 2em; | |
1403 } | |
1404 #footservices div.text { | |
1405 display: inline; | |
1406 } | |
1407 #footservices div.icons { | |
1408 display: inline; | |
1409 position: absolute; | |
1410 right: 0; | |
1411 } | |
1412 | |
1392 #footer { | 1413 #footer { |
1393 position: relative; | 1414 position: relative; |
1394 height: 50px; | 1415 height: 50px; |
1395 border-top: 1px solid #dccbae; | 1416 border-top: 1px solid #dccbae; |
1396 padding-top: 8px; | 1417 padding-top: 8px; |
1397 margin-top: 29px; | 1418 margin-top: 1em; |
1398 } | 1419 } |
1399 | 1420 |
1400 #footer div.text { | 1421 #footer div.text { |
1401 display: inline-block; | 1422 display: inline-block; |
1402 color: #d45a00; | 1423 color: #d45a00; |