Changeset 1466
- Timestamp:
- Sep 28, 2010, 12:01:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r1458 r1466 6 6 background: #e4e4e1 url('images/mosaique.gif') repeat; 7 7 } 8 /* Recherches */ 9 .cont_date_graph { 10 margin-right: 4px; 11 padding-left: 7px; 12 padding-right: 7px; 13 } 14 .date { 15 border-bottom: 1px solid #E0E0DD; 16 width: 900px; 17 height: 200px; 18 margin: 0; 19 padding: 0; 20 position: relative; 21 background-color: #fff; 22 overflow-y: hidden; 23 overflow-x: auto; 24 } 25 .date li { 26 border: 1px solid #E0E0DD; 27 border-bottom: none; 28 bottom: 0; 29 list-style:none; 30 list-style-image:none; 31 margin: 0; 32 padding: 0; 33 position: absolute; 34 background-color: #FBD9A8; 35 } 36 .date li:hover, .date li:focus { 37 background-color: #D49647; 38 } 39 .date li a { 40 display: block; 41 margin: 0; 42 padding: 0; 43 text-align: center; 44 width: 100%; 45 height: 100%; 46 } 47 #hover_graph { 48 position: absolute; 49 text-align: center; 50 } 51 #text_graph a{ 52 color: transparent; 53 } 54 #slider_date_graph { 55 width: 900px; 56 margin-top: 7px; 57 margin-right: 7px; 58 } 59 .searchbox { 60 padding-top: 15px; 61 } 62 .solr h1 { 63 text-align: left; 64 font-size: 1.3em; 65 } 66 .solr h2 { 67 text-align: left; 68 font-size: 1.2em; 69 font-weight: normal; 70 } 71 .solr h3 { 72 text-align: left; 73 font-size: 1.1em; 74 font-weight: normal; 75 padding-left: 4px; 76 background-color: #dddddd; 77 } 78 .solr ul { 79 padding: 0; 80 } 81 .solr .nb_results { 82 float: left; 83 margin-top: 15px; 84 } 85 .solr .options { 86 float: right; 87 } 88 .solr .mail, .solr .facets { 89 border:1px solid #E0E0DD; 90 margin-top:15px; 91 margin-left:15px; 92 margin-right: 3px; 93 padding: 10px; 94 padding-top: 0; 95 width:184px; 96 } 97 98 .solr li { 99 list-style: none inside url(/images/xneth/add.png) 100 } 101 102 .solr li.selected { 103 list-style: none inside url(/images/xneth/remove.png) 104 } 105 106 .solr .photo { 107 float: left; 108 margin-top: 0px; 109 margin-bottom: 0px; 110 margin-right: 10px; 111 } 112 .solr .item { 113 clear: left; 114 } 115 116 .solr .item h4 { 117 margin-bottom: 5px; 118 } 119 120 .solr .intervenant { 121 font-weight: bold; 122 margin-top: 5px; 123 } 124 .solr .pager { 125 clear:both; 126 padding-bottom:15px; 127 padding-top:15px; 128 } 129 8 130 /* Widget page d'accueil */ 9 131 .box_widget h2 { … … 482 604 text-align: right; 483 605 line-height: 27px; 484 font-family: Tahoma;485 606 font-size: 1em; 486 607 color: #7E7E7E; … … 753 874 padding-left: 180px; 754 875 } 755 876 .elements_sous_menu a, .elements_sous_menu a:visited { 756 877 text-decoration:none; 757 878 letter-spacing:0.7pt; … … 759 880 } 760 881 761 882 .elements_sous_menu a:hover { 762 883 text-decoration:underline; 763 884 letter-spacing:0.7pt; … … 765 886 background-color:#eee; 766 887 } 767 888 .elements_sous_menu ul { 768 889 float:left; 769 890 padding:0; … … 771 892 font-size: 8pt; 772 893 font-family: Tahoma, Arial, Helvetica, sans-serif; 773 } 774 775 .elements_sous_menu li{ 894 } 895 .elements_sous_menu li{ 776 896 display: block ; 777 897 float:left; … … 779 899 margin:0; 780 900 margin-left:2px; 781 } 782 783 #sous_menu_1 { 901 } 902 #sous_menu_1 { 784 903 float:left; 785 904 width:1060px; 786 905 height:21px; 787 906 background: url('images/sous_menu_combined.png'); 788 } 789 790 #sous_menu_2 { 907 } 908 #sous_menu_2 { 791 909 float:left; 792 910 width:1060px; 793 911 height:21px; 794 912 background: url('images/sous_menu_combined.png') 0 -21px; 795 } 796 797 #sous_menu_3 { 913 } 914 #sous_menu_3 { 798 915 float:left; 799 916 width:1060px; 800 917 height:21px; 801 918 background: url('images/sous_menu_combined.png') 0 -42px; 802 919 } 803 920 804 921 /* corps de page */ 805 806 922 #corps_page { 807 923 width:1060px; 808 924 background: url('images/corps_page.png'); 809 925 } 810 811 926 .contenu_page { 812 927 min-height:400px; … … 818 933 819 934 /* bottom - pied de page */ 820 821 935 #bottom { 822 936 width:1060px; … … 846 960 } 847 961 848 849 962 /* Début fiche député */ 850 963 .fiche_depute { … … 859 972 padding-left: 5px; 860 973 } 861 862 974 .fiche_depute dt, .fiche_depute dd { 863 975 display: inline; … … 972 1084 padding-bottom: 2px; 973 1085 } 1086 974 1087 /* les boites principales */ 975 1088 #b1 { … … 994 1107 border-bottom:1px dashed #BFBFBF; 995 1108 } 996 997 1109 .meilleur_pire h3 { 998 1110 background-color: #ebebeb; 999 1111 } 1000 1001 1112 .b_d_infos h3{ 1002 1113 1003 1114 } 1004 1005 1115 .bas_depute { 1006 1116 clear: both; … … 1022 1132 color: red; 1023 1133 } 1024 1025 1134 .bas_depute_d { 1026 1135 float: left; 1027 1136 } 1028 1029 1137 .bas_depute_d img { 1030 1138 padding-left:10px;; 1031 1139 } 1032 1033 1140 .rss { 1034 1141 margin: 0; … … 1036 1143 padding-left: 5px; 1037 1144 } 1038 1039 1145 .liens_articles, .tags { 1040 1146 list-style-type: none; … … 1076 1182 1077 1183 .intervention .source { 1078 1184 display: none; 1079 1185 } 1080 1186 .intervention:hover .source { 1081 display: inline; 1082 } 1083 1187 display: inline; 1188 } 1084 1189 .intervention .section, .intervention .sous-section{ 1085 text-align: center; 1086 } 1087 1190 text-align: center; 1191 } 1088 1192 .intervenant img { 1089 1193 float: left; … … 1107 1211 font-style: oblique; 1108 1212 } 1213 1109 1214 /* form commentaires */ 1110 1215 .inscription { … … 1119 1224 border-bottom: 1px dashed #E8E7E4; 1120 1225 } 1226 1121 1227 /* commentaires */ 1122 1228 .link_comment { … … 1152 1258 border: 1px dashed #E0E0DD; 1153 1259 } 1154 1155 1260 .commentaire a { 1156 1261 font-weight: bold; 1157 1262 text-decoration: underline; 1158 1263 } 1159 1160 1264 .commentaire span a { 1161 1265 text-decoration: none; 1162 1266 } 1163 1164 1267 .commentaire span a:hover { 1165 1268 text-decoration: underline; 1166 1269 } 1167 1168 1270 .commentaires com_link { 1169 1271 float: right; 1170 1272 } 1171 1172 1273 .source { 1173 1274 float: right; … … 1175 1276 text-decoration: underline; 1176 1277 } 1177 1178 1278 .question,.loi p { 1179 1279 text-align: justify; 1180 1280 } 1181 1182 1281 .justify { 1183 1282 text-align: justify; 1184 1283 } 1185 1186 1284 .tabulation:first-letter { 1187 1285 padding-left: 20px; 1188 1286 } 1189 1190 1287 .aligncenter { 1191 1288 text-align: center; 1192 1289 } 1193 1194 1290 .alineatexte .center { 1195 1291 text-align: center; 1196 1292 } 1197 1198 1293 .question p:first-letter { 1199 1294 padding-left: 20px; 1200 1295 } 1201 1202 1296 .loi p:first-letter { 1203 1297 padding-left: 20px; … … 1209 1303 margin-left: 8px; 1210 1304 } 1211 1212 1305 .loi p a { 1213 1306 text-decoration: underline; 1214 1307 } 1215 1216 1308 .loi .connexion th, .loi .inscription th { 1217 1309 text-align:center; 1218 1310 } 1219 1220 1311 .auteurloi { 1221 1312 float: right; 1222 1313 } 1223 1224 1314 .loi h2, .loi h3 { 1225 1315 text-align: center; 1226 1316 text-decoration: none; 1227 1317 } 1228 1229 1318 .pagerloi { 1230 1319 font-size: 0.8em; 1231 1320 padding-bottom: 10px; 1232 1321 } 1233 1234 1322 .precedent { 1235 1323 float: left; 1236 1324 } 1237 1238 1325 .pagerloi .suivant { 1239 1326 float: right; … … 1247 1334 text-align: left; 1248 1335 } 1249 1250 1336 .loi .commentaires tr { 1251 1337 vertical-align: middle; 1252 1338 } 1253 1254 1339 .alineas p { 1255 1340 margin-bottom: 2px; 1256 1341 } 1257 1258 1342 .alinea_select td { 1259 1343 font-weight: bold; 1260 1344 } 1261 1262 1345 .alineanumero { 1263 1346 margin-left: 5px; … … 1275 1358 text-decoration: underline; 1276 1359 } 1277 1278 1360 .alineatexte p { 1279 1361 margin-top: 0px; … … 1288 1370 height: 11px; 1289 1371 } 1290 1291 1372 .alineatexte .commentaires { 1292 1373 margin-top: 22px; … … 1300 1381 margin: auto; 1301 1382 } 1302 1303 1383 .alineatexte .commentaire_avatar img { 1304 1384 margin: 6px; 1305 1385 } 1306 1307 1386 .loi, .sommaireloi { 1308 1387 font-size: 12px; 1309 1388 } 1310 1311 1389 .loi .alineatexte .commentaire a { 1312 1390 text-decoration: none; 1313 1391 font-weight: bold; 1314 1392 } 1315 1316 1393 .alineatexte:hover span { 1317 1394 display: inline; 1318 1395 font-weight: bold; 1319 1396 } 1320 1321 1397 .alineatexte .commentaire span { 1322 1398 float: left; 1323 1399 display: inline; 1324 1400 } 1325 1326 1401 .alineatexte .commentaire p { 1327 1402 margin: 6px; 1328 1403 text-align: left; 1329 1404 } 1330 1331 1405 .alineatexte .commentaire .clear { 1332 1406 text-align: right; 1333 1407 } 1334 1335 1408 .alineatexte .commentaires com_link { 1336 1409 float: right; 1337 1410 } 1338 1339 1411 .perso { 1340 1412 font-weight: bold; … … 1349 1421 1350 1422 /* Dossiers législatifs */ 1351 1352 1423 .numeros_textes { 1353 1424 border-bottom: 1px solid #b3aea4; 1354 1425 margin:20px 50px 20px 30px; 1355 1426 } 1356 1357 1427 .titre_int_et_seance .nuage_de_tags { 1358 1428 float:right; 1359 1429 } 1360 1361 1430 .nuage_de_tags { 1362 1431 min-height:92px; … … 1375 1444 margin: 0 0 10px; 1376 1445 } 1377 1378 1446 .plot_section, .plot_seance { 1379 1447 text-align: center; … … 1390 1458 background-color: #dbd5c8; 1391 1459 } 1392 1393 1460 .document { 1394 1461 padding: 6px; 1395 1462 } 1396 1397 1463 .annexes { 1398 1464 padding: 10px 5px 20px 40px; 1399 1465 } 1400 1401 1466 .documentlist { 1402 1467 padding: 3px; 1403 1468 text-align: justify; 1404 1469 } 1405 1406 1470 .documents, .orga_dossier { 1407 1471 padding-top: 20px; 1408 1472 } 1409 1410 1473 .orga_dossier li { 1411 1474 list-style: none 1412 1475 } 1413 1414 1476 .orga_dossier li .dossier {display: none;} 1415 1477 .orga_dossier li:hover .dossier {display: inline;} 1416 1417 1478 .orga_dossier p { 1418 1479 background-color:#dbd5c8; 1419 1480 } 1420 1421 1481 .seances_dossier { 1422 1482 clear:both; … … 1424 1484 padding-top:15px; 1425 1485 } 1426 1427 1486 .seances_dossier p { 1428 1487 background-color:#dbd5c8; 1429 1488 } 1430 1431 1489 .orateurs_dossier { 1432 1490 clear:both; … … 1435 1493 padding-bottom:20px; 1436 1494 } 1437 1438 1495 .orateurs_dossier p { 1439 1496 background-color:#dbd5c8; … … 1441 1498 1442 1499 /* Liste députés */ 1443 1444 1500 .liste { 1445 1501 margin: 20px 10px 20px 0; 1446 1502 } 1447 1448 1503 .suivant { 1449 1504 text-align: right; 1450 1505 } 1451 1452 1506 .liste p { 1453 1507 font-size: 1.2em; … … 1455 1509 1456 1510 /* Liste députés */ 1457 1458 1511 .liste_deputes_tags { 1459 1512 margin: 20px 10px 30px 0; … … 1462 1515 text-align:justify; 1463 1516 } 1464 1465 1517 .liste_deputes_tags p { 1466 1518 background-color:#dbd5c8; … … 1469 1521 1470 1522 /* Travaux parlementaires */ 1471 1472 1523 .travaux_parlementaires { 1473 1524 margin: 20px 10px 20px 0; 1474 1525 } 1475 1476 1526 .travaux_parlementaires p { 1477 1527 background-color:#dbd5c8; 1478 1528 font-size: 1.2em; 1479 1529 } 1480 1481 1530 /* interventions */ 1482 1483 1531 .info { 1484 1532 margin:20px; 1485 1533 background-color:#dbd5c8; 1486 1534 } 1487 1488 1535 .texte_intervention { 1489 1536 margin:20px; … … 1492 1539 text-decoration: underline; 1493 1540 } 1494 1495 1541 .contexte { 1496 1542 margin:20px; 1497 1543 } 1498 1499 1544 .tr_odd{ 1500 1545 background-color: #f7f7f7; 1501 1546 } 1502 1547 .synthese td, .synthese th { padding: 0px; margin: 0px; text-align: center} 1503 1504 1548 .left { 1505 1549 width: 48%; … … 1510 1554 width: 50%; 1511 1555 } 1556 1512 1557 /* accueil */ 1513 1514 1558 .texte_presentation_gauche { 1515 1559 margin: 20px 10px 20px 10px; … … 1521 1565 border : 1px dashed #cecdc2; 1522 1566 } 1523 1524 1567 .texte_presentation_gauche h1 { 1525 1568 margin: 10px 0 40px 0; 1526 1569 } 1527 1528 1570 #texte_a_ecrire { 1529 1571 text-align:justify; 1530 1572 } 1531 1532 1533 1573 #illustration { 1534 1574 float:left; … … 1538 1578 background-image:url('images/minilogo_nosdeputes.png'); 1539 1579 } 1540 1541 1580 .accueil_liste_liens { 1542 1581 float:left; … … 1544 1583 margin:0 20px 20px 0; 1545 1584 } 1546 1547 1585 .accueil_liste_liens ul { 1548 1586 margin:0; … … 1551 1589 list-style:url('images/right.png'); 1552 1590 } 1553 1554 1591 .accueil_liste_liens li{ 1555 1592 padding:7px 0 7px 5px; 1556 1593 margin:0 0 0 20px; 1557 1594 } 1558 1595 #couleur1 { 1559 1596 background-color:#eee; 1560 } 1561 1562 #couleur2 { 1597 } 1598 #couleur2 { 1563 1599 background-color:#f7f7f7; 1564 } 1565 1600 } 1566 1601 .accueil_liste_liens h2 { 1567 1602 background-color:#dbd5c8; … … 1569 1604 margin:0 0 10px 0; 1570 1605 } 1571 1572 1606 .accueil_deputes_jour h2 { 1573 1607 font-size: 1.4em; … … 1579 1613 border-bottom: 1px solid #DDDDDD; 1580 1614 } 1581 1582 1615 .accueil_deputes_jour { 1583 1616 float: right; … … 1590 1623 } 1591 1624 .clear { 1592 1625 clear: both; 1593 1626 } 1594 1627 .accueil_deputes_jour img { 1595 1628 border:1px solid #727272; 1596 1629 } 1597 1598 1630 .accueil_message { 1599 1631 float: left; … … 1617 1649 text-align: right; 1618 1650 } 1619 1620 1651 .accueil_plot { 1621 1652 text-align: center; … … 1623 1654 padding: 0px; 1624 1655 } 1625 1626 1656 .par_session { 1627 1657 text-align: center; … … 1630 1660 padding: 0px; 1631 1661 } 1632 1633 1662 #center { 1634 1663 width:390px; … … 1636 1665 margin-right:auto; 1637 1666 } 1638 1639 1667 .accueil .nuage_de_tags { 1640 1668 margin: 0; … … 1644 1672 text-align: center; 1645 1673 } 1646 1647 1674 .separateur{ 1648 1675 margin: 20px; 1649 1676 clear: both; 1650 1677 } 1651 1652 1678 .pagination span { 1653 1679 … … 1674 1700 border: 0px; 1675 1701 } 1676 1677 1702 #circo_table { 1678 1703 margin: auto; … … 1704 1729 background-color: rgb(198,229,81); 1705 1730 } 1706 1707 1731 .list_choix { 1708 1732 text-align: center; … … 1796 1820 color: #7AA925; 1797 1821 } 1798 1799 .solr .facets1800 {1801 border-left:1px solid #BBBBBB;1802 float:right;1803 margin-left:20px;1804 padding-left:20px;1805 }1806 1807 .solr li {1808 list-style: none inside url(/images/xneth/add.png)1809 }1810 1811 .solr li.selected {1812 list-style: none inside url(/images/xneth/remove.png)1813 }1814 1815 .solr .photo {1816 float: left;1817 margin-top: 0px;1818 margin-bottom: 0px;1819 margin-right: 10px;1820 }1821 .solr .item {1822 clear: left;1823 }1824 1825 .solr .item h4 {1826 margin-bottom: 5px;1827 }1828 1829 .solr .intervenant {1830 font-weight: bold;1831 margin-top: 5px;1832 }1833 1834 table.list {1835 margin: auto;1836 }1837 table.list td {1838 text-align: center;1839 }
Note: See TracChangeset
for help on using the changeset viewer.