Changeset 1257 for cpc/trunk/project/web
- Timestamp:
- Aug 16, 2010, 11:40:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r1247 r1257 1202 1202 /* Liste d�put�s */ 1203 1203 1204 .liste _deputes{1204 .liste { 1205 1205 margin: 20px 10px 20px 0; 1206 1206 } … … 1210 1210 } 1211 1211 1212 .liste _deputesp {1212 .liste p { 1213 1213 font-size: 1.2em; 1214 1214 } … … 1435 1435 vertical-align: top; 1436 1436 } 1437 .list_choix { 1438 text-align: center; 1439 font-size: 1.4em; 1440 padding: 15px; 1441 } 1442 .list_table { 1443 margin: auto; 1444 margin-bottom: 30px; 1445 } 1446 .list_table table { 1447 width: 100%; 1448 } 1449 .list_table td { 1450 width: 31%; 1451 padding: 3px; 1452 vertical-align: top; 1453 font-size: 10px; 1454 } 1455 .list_borderleft { 1456 border-left: thin solid; 1457 } 1458 .list_cit { 1459 margin: 8px; 1460 height: 60px; 1461 } 1462 .list_cit:hover { 1463 color: #000; 1464 background-color: rgb(81, 202, 235); 1465 opacity: 0.8; 1466 } 1467 .list_dep { 1468 margin: 10px; 1469 height: 32px; 1470 } 1471 .list_dep:hover { 1472 color: #000; 1473 background-color: rgb(198,229,81); 1474 opacity: 0.8; 1475 } 1476 .couleur_ump { 1477 color: rgb(30,30,200); 1478 } 1479 .couleur_src { 1480 color: rgb(255,50,90); 1481 } 1482 .couleur_gdr { 1483 color: rgb(255,30,30); 1484 } 1485 .couleur_nc { 1486 color: rgb(30,190,255); 1487 } 1488 .couleur_ni { 1489 color: rgb(130,130,130); 1490 } 1491 .list_img_left { 1492 float:left; 1493 margin: 4px; 1494 } 1495 .list_left { 1496 float: left; 1497 padding-left: 4px; 1498 } 1499 .list_nom { 1500 font-size: 12px; 1501 } 1502 .list_details { 1503 font-size: 9px; 1504 text-align: right; 1505 padding-top: 4px; 1506 padding-right: 4px; 1507 } 1508 .list_link { 1509 vertical-align: bottom; 1510 font-size: 9px; 1511 text-align: center; 1512 } 1513 .list_com { 1514 color: #158EAF; 1515 } 1516 1517
Note: See TracChangeset
for help on using the changeset viewer.