comparison css/mpiwg.css @ 230:feb2cb6241be

styles for calendar.
author casties
date Tue, 12 Nov 2013 13:04:38 +0100
parents 6ff1c6c270b1
children 878de95fb6a2
comparison
equal deleted inserted replaced
229:d4216a848547 230:feb2cb6241be
1445 div.sideblock .item.thumb .text { 1445 div.sideblock .item.thumb .text {
1446 padding-left: 0.5em; 1446 padding-left: 0.5em;
1447 } 1447 }
1448 1448
1449 /* 1449 /*
1450 * calendar
1451 */
1452 div.calendar {
1453 background-color: #f8f5ef;
1454 }
1455 div.calendar h2 {
1456 position: relative;
1457 font-family: Georgia, Times, serif;
1458 font-size: 16px;
1459 font-style: italic;
1460 color: #887163;
1461 text-align: center;
1462 padding: 5px;
1463 border-bottom: 1px solid white;
1464 }
1465 div.calendar h2 .page_prev {
1466 position: absolute;
1467 left: 5px;
1468 top: 8px;
1469 }
1470 div.calendar h2 .page_next {
1471 position: absolute;
1472 right: 5px;
1473 top: 8px;
1474 }
1475 div.calendar table {
1476 width: 100%;
1477 border-collapse: collapse;
1478 border: 8px solid #f8f5ef;
1479 }
1480 div.calendar table td {
1481 text-align: center;
1482 background-color: white;
1483 padding: 3px;
1484 border: 1px solid #f8f5ef;
1485 }
1486 div.calendar table th {
1487 font-weight: normal;
1488 }
1489
1490 /*
1450 * footer 1491 * footer
1451 */ 1492 */
1452 #footservices { 1493 #footservices {
1453 position: relative; 1494 position: relative;
1454 /* height: 20px; */ 1495 /* height: 20px; */