[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 header('Content-type: text/css; charset=utf-8'); 3 $theme_path = ""; 4 $theme_site = "themes/default/"; 5 $direction = $_GET["dir"]; 6 $adminStyle = ((isset($_GET["admin"])) && ($_GET["admin"] == "true")); 7 8 if ($direction == "rtl") 9 { 10 $rightouleft = "right"; 11 $leftouright = "left"; 12 } 13 else 14 { 15 $rightouleft = "left"; 16 $leftouright = "right"; 17 } 18 19 print " 20 /* styles par defaut pour tous les elements */ 21 * { 22 font-family: verdana, tahoma, Trebuchet MS,arial, sans-serif; 23 } 24 25 /* style de la page */ 26 BODY { 27 background: #FFFFFF; 28 margin: 0; 29 } 30 /* Gros titres */ 31 H1 { 32 padding-top:10px; 33 padding-bottom:10px; 34 direction: $direction; 35 font-size: 150%; 36 text-align: center; 37 color: #00008B; 38 } 39 /* Gros titres rouges */ 40 H2 { 41 direction: $direction; 42 font-size: large; 43 text-align: center; 44 line-height:1.5em; 45 color: #FF0000; 46 } 47 /* titres moyens (rubriques par exemple) */ 48 H3 { 49 direction: $direction; 50 text-align: $rightouleft; 51 background-image: url('../images/f1ltr.png'); 52 background-repeat: no-repeat; 53 padding-left:20px; 54 font-size: medium; 55 background-position: 0%; 56 color: #00008B; 57 margin-top: 2em; 58 margin-left: 2em; 59 margin-bottom: 2em; 60 } 61 /* green big messages */ 62 H4 { 63 direction: $direction; 64 font-size: large; 65 text-align: center; 66 line-height:1.5em; 67 color: #1bbd1b; 68 } 69 /* small titles */ 70 H5 { 71 direction: $direction; 72 text-align: $rightouleft; 73 font-size: 95%; 74 color: #000000; 75 margin-top: 1.5em; 76 margin-left: 2em; 77 margin-bottom: 0.3em; 78 } 79 /* Cadre general */ 80 #main { 81 margin: 5px; 82 margin-top:3px; 83 text-align: center; 84 background: #FFFFFF; 85 } 86 /* cadre dans lequel se trouve les donnees */ 87 88 #contenu { 89 font-size: 90%; 90 line-height: 1.4em; 91 width: 860px; 92 border: 1px solid #00008B; 93 text-align: $rightouleft; 94 margin: auto; 95 padding: 0.5em; 96 } 97 98 /* Comportement des liens par defaut */ 99 A { 100 color: #00008B; 101 text-decoration: none; 102 padding: 0; 103 } 104 /* Comportement par defaut de la balise <SMALL> */ 105 SMALL { 106 font-size: x-small; 107 } 108 /* Comportement par defaut de la balise <FORM> */ 109 FORM { 110 margin: 0; 111 padding: 0; 112 } 113 /* Comportement par defaut des listes deroulantes */ 114 SELECT { 115 font-size:0.8em; 116 direction: $direction; 117 } 118 SELECT > OPTION { 119 background-color: #F8FBFF; 120 } 121 /* DIV generique permettant de remettre les position a zero (notament apres des float) */ 122 DIV.both { 123 clear: both; 124 } 125 IMG.generic { 126 display: block; 127 margin-left: auto; 128 margin-right: auto; 129 } 130 /* DIV generique permettant de faire un centrage de contenu */ 131 DIV.centrer { 132 text-align: center; 133 } 134 /* loggued info */ 135 #loggued { 136 text-align:right; 137 margin-right: 20px; 138 margin-bottom: 10px; 139 } 140 /* menu haut */ 141 #menu { 142 margin: 0; 143 padding: 0; 144 text-align: center; 145 } 146 #menu LI { 147 display: inline; 148 margin: 0; 149 padding: 0; 150 margin-top:8px; 151 float: left; 152 text-align: center; 153 voice-family: \"\\\"}\\\"\"; 154 voice-family:inherit; 155 width: 108px; 156 } 157 html>body #menu LI { 158 width: 122px; 159 } 160 #menu LI UL { /* listes de deuxieme niveau */ 161 padding: 0; 162 position: absolute; 163 background: #ffffff; 164 border: 1px solid #00008B; 165 left: -999em; /* on met left plutot que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'ecran */ 166 } 167 #menu LI UL LI { /* sous-listes */ 168 float: none; 169 width: auto; 170 } 171 #menu LI UL LI A { /* sous-listes */ 172 border-width: 0; 173 border-top: 1px solid #ffffff; 174 border-bottom: 1px solid #ffffff; 175 font-variant: normal; 176 font-weight: normal; 177 text-align: left; 178 } 179 #menu LI UL LI A:hover { /* sous-listes */ 180 border-top: 1px solid #00008B; 181 border-bottom: 1px solid #00008B; 182 } 183 #menu LI:hover UL { /* listes imbriquees sous les items de listes survoles */ 184 left: auto; 185 } 186 #menu LI.sfhover UL { /* listes imbriquees sous les items de listes survoles */ 187 left: auto; 188 margin-left: -54px; 189 } 190 #menu A { 191 display: block; 192 padding: 0.2em; 193 color: #00008B; 194 border: 1px solid #00008B; 195 font-size: 92%; 196 font-variant: 10pt-caps; 197 font-variant: small-caps; 198 font-weight: bolder; 199 text-decoration: none; 200 } 201 #menu A:hover { 202 background-color: #f0f7ff; 203 } 204 /* Menu PDF */ 205 #menuPDF { 206 margin: 0; 207 padding: 0; 208 text-align: center; 209 } 210 #menuPDF LI { 211 display: inline; 212 margin: 0; 213 padding: 0; 214 margin-top:3px; 215 float: $leftouright; 216 text-align: center; 217 voice-family: \"\\\"}\\\"\"; 218 voice-family:inherit; 219 width: 50px; 220 } 221 html>body #menuPDF LI { 222 width: 50px; 223 } 224 #menuPDF LI UL { /* listes de deuxieme niveau */ 225 padding: 0; 226 position: absolute; 227 background: #ffffff; 228 border: 1px solid #00008B; 229 left: -999em; /* on met left plutot que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'ecran */ 230 } 231 #menuPDF LI UL LI { /* sous-listes */ 232 float: none; 233 width: auto; 234 } 235 #menuPDF LI UL LI A { /* sous-listes */ 236 border-width: 0; 237 border-top: 1px solid #ffffff; 238 border-bottom: 1px solid #ffffff; 239 font-variant: normal; 240 font-weight: normal; 241 text-align: left; 242 } 243 #menuPDF LI UL LI A:hover { /* sous-listes */ 244 border-top: 1px solid #00008B; 245 border-bottom: 1px solid #00008B; 246 } 247 #menuPDF LI:hover UL { /* listes imbriquees sous les items de listes survoles */ 248 left: auto; 249 } 250 #menuPDF LI.sfhover UL { /* listes imbriquees sous les items de listes survoles */ 251 left: auto; 252 margin-left: -54px; 253 } 254 #menuPDF A { 255 display: block; 256 padding: 0.2em; 257 color: #00008B; 258 border: 0px solid #00008B; 259 font-size: 92%; 260 font-variant: 10pt-caps; 261 font-variant: small-caps; 262 font-weight: bolder; 263 text-decoration: none; 264 } 265 #menuPDF A:hover { 266 background-color: #f0f7ff; 267 } 268 #menuPDF LI UL LI A.pdfAdmin { 269 font-weight: bold; 270 } 271 #menuPDF LI UL LI A.pdfUser { 272 273 } 274 .pdfTrSelected { 275 background-color: #fbc074; 276 } 277 TABLE.pdfTableLine TD { 278 border: 0px; 279 } 280 .pdfPlusMoins { 281 width: 20px; 282 } 283 .pdfBtAddRemove { 284 padding: 0px; 285 padding-top:0px; 286 padding-bottom:0px; 287 } 288 .pdfAction:hover { 289 text-decoration: underline ; 290 } 291 /* Fin des menu pour les PDF */ 292 /* pour install & contacts */ 293 P.texte { 294 direction: $direction; 295 text-align: justify; 296 margin-left: 100px; 297 margin-right: 100px; 298 } 299 P.texte:first-letter { 300 margin-left: 3em; 301 } 302 /* Paragraphe generique avec texte centre */ 303 P.centrer { 304 text-align: center; 305 } 306 /* Affichage de code (javascript par ex) */ 307 CODE { 308 direction: $direction; 309 text-align: left; 310 display: block; 311 font-size: 90%; 312 border-style: dashed dashed dashed solid; 313 border-color: rgb(0, 0, 139); 314 border-width: 1px 1px 1px 5px; 315 margin: 2px; 316 margin-bottom: 20px; 317 padding: 4px; 318 background-color: rgb(240, 247, 255); 319 } 320 CODE STRONG { 321 font-size: 100%; 322 font-weight: bold; 323 } 324 /* style par defaut de toutes les images */ 325 IMG { 326 border: 0; 327 } 328 /* champs de formulaire */ 329 input, textarea { 330 background: #FBFBFF; 331 border: #b3b3b3 1px solid; 332 color: #0c183a; 333 } 334 /* boutons radio dans config */ 335 DIV.boutonsAction { 336 text-align: center; 337 } 338 DIV.boutonsAction INPUT { 339 margin: 2em; 340 } 341 /* boutons radio dans config */ 342 input.bouton { 343 background: #FFFFFF; 344 border: #FFFFFF 1px solid; 345 } 346 347 LI.futureStep { 348 color: #d3d3d3; 349 } 350 LI.actualStep { 351 font-weight: bold; 352 } 353 LI.pastStep { 354 color: #008000; 355 } 356 357 /* liste des liens vers les contacts, site et admin */ 358 #adminLangSite { 359 float: right; 360 width: 170px; 361 text-align: center; 362 margin: 0; 363 } 364 #adminLangSite p { 365 margin: 0; 366 padding: 3px; 367 font-size: 90%; 368 } 369 #admin { 370 width: 100%; 371 padding: 0; 372 padding-top: 50px; 373 margin: 0; 374 text-align: center; 375 } 376 #admin LI { 377 display: inline; 378 margin: 0; 379 padding: 0; 380 float: left; 381 text-align: center; 382 } 383 #admin LI.site { 384 width: 25%; 385 } 386 #admin LI.install { 387 width: 49%; 388 } 389 #admin LI.contacts { 390 width: 25%; 391 } 392 #admin LI A { 393 padding-top: 0.5em; 394 font-size: 100%; 395 } 396 #admin LI.site A { 397 border-top: 1px dashed #00008B; 398 } 399 #admin LI.install A { 400 border-top: 1px dashed #00008B; 401 border-right: 1px dashed #00008B; 402 border-left: 1px dashed #00008B; 403 } 404 #admin LI.contacts A { 405 border-top: 1px dashed #00008B; 406 } 407 #admin A { 408 display: block; 409 padding: 0.2em; 410 color: #00008B; 411 text-decoration: none; 412 } 413 /* div containing the site selected for administration*/ 414 #siteSelected { 415 font-size:110%; 416 margin-left:20px; 417 font-style: italic; 418 } 419 /* DIV contenant le logo + le choix des sites + le calendrier */ 420 #logo { 421 width: 100%; 422 } 423 /* Choix des sites */ 424 #sites { 425 ". ($adminStyle ? "" : "bottom: 0;") ." 426 ". ($adminStyle ? "" : "float: right;") ." 427 ". ($adminStyle ? "" : "padding-right: 15px;") ." 428 ". ($adminStyle ? "" : "height: 130px;") ." 429 } 430 #sites SELECT { 431 border: #000000 1px solid; 432 ". ($adminStyle ? "" : "margin: auto;") ." 433 ". ($adminStyle ? "" : "margin-top: 110px;") ." 434 } 435 #sites FIELDSET { 436 width: 155px; 437 padding: 5px; 438 } 439 #sites LEGEND { 440 ". ($adminStyle ? "text-align: center;" : "") ." 441 color: rgb(0, 0, 139); 442 font-weight: bold; 443 font-size:90%; 444 } 445 #sites P { 446 margin: 0; 447 } 448 #sites OPTGROUP { 449 padding-left: 3px; 450 } 451 /* Calendrier */ 452 #calendrier { 453 float: right; 454 text-align: $rightouleft; 455 } 456 #calendrier P { 457 margin: 0; 458 } 459 #calendrier TABLE { 460 direction: $direction; 461 border: 1px solid rgb(80, 100, 133); 462 border-bottom: 1px solid #506485; 463 border-left: 1px solid #506485; 464 border-collapse: collapse; 465 line-height: 100%; 466 } 467 #calendrier A.selection { 468 color: red; 469 } 470 #calendrier TH { 471 border-top: 1px solid rgb(80, 100, 133); 472 border-right: 1px solid rgb(80, 100, 133); 473 font-weight: bold; 474 text-align: center; 475 background-color: #f0f7ff; 476 width: 16px; 477 padding: 0.1em; 478 margin: 0; 479 font-size: x-small; 480 } 481 #calendrier TD { 482 border-top: 1px solid rgb(80, 100, 133); 483 border-right: 1px solid rgb(80, 100, 133); 484 text-align: center; 485 color: #c0c0c0; 486 padding: 0.2em; 487 margin: 0; 488 font-size: x-small; 489 } 490 #calendrier A.selection { 491 color: red; 492 } 493 #calendrier SELECT { 494 border: #000000 1px solid; 495 } 496 /* Choix de la langue */ 497 #choixlangue { 498 ". ($adminStyle ? "" : "float: $leftouright;") ." 499 ". ($adminStyle ? "" : "margin: auto;") ." 500 ". ($adminStyle ? "width: 160px;" : "") ." 501 text-align: center; 502 } 503 #choixlangue FIELDSET { 504 width: 155px; 505 padding: 5px; 506 } 507 #choixlangue LEGEND { 508 ". ($adminStyle ? "text-align: center;" : "") ." 509 color: rgb(0, 0, 139); 510 font-weight: bold; 511 font-size:90%; 512 } 513 #choixlangue P { 514 margin: 0; 515 } 516 /* styles pour les infos techniques */ 517 P.gristrans { 518 color: #cdcaca; 519 } 520 P.archivefait { 521 font-size: 10pt; 522 color: #ffffff; 523 } 524 P.gristrans A { 525 color: #cdcaca; 526 } 527 P.gristrans EM A{ 528 font-style: italic; 529 } 530 P.archive { 531 font-size: 70%; 532 color: #bcbcbc; 533 margin: 0; 534 text-align: center; 535 } 536 P.archive EM { 537 font-size: 100%; 538 font-style: italic; 539 } 540 P.gristrans STRONG { 541 font-weight: bold; 542 } 543 P.archive STRONG { 544 font-weight: bold; 545 } 546 SPAN.oktrans { 547 color: #9ec2a7; 548 } 549 SPAN.errortrans { 550 color: red; 551 } 552 /* Information de la periode visualisee */ 553 P.periodevisu { 554 margin: 0; 555 font-size:90%; 556 } 557 P.choixperiode { 558 margin: 0; 559 margin-right: 2em; 560 color: #818181; 561 } 562 P.choixperiode A { 563 font-style: italic; 564 color: #818181; 565 font-size:90%; 566 } 567 /* Tableau de saisie de donnee dans l'admin */ 568 TABLE.centrer { 569 margin: auto; 570 text-align: $rightouleft; 571 } 572 SPAN.error{ 573 color:red; 574 font-size:100%; 575 font-weight:bold; 576 } 577 /* Tableau d'infos dans l'admin */ 578 TABLE.infos { 579 font-size:90%; 580 direction: $direction; 581 margin: auto; 582 empty-cells: hide; 583 font-size: 90%; 584 cellspacing:0; 585 border:0; 586 width:75%; 587 empty-cells: hide; 588 } 589 TABLE.infos TD { 590 font-size:90%; 591 border: 1px solid rgb(226, 227, 228); 592 color: #00008B; 593 padding-top:3px; 594 padding-bottom:3px; 595 } 596 TABLE.infos TD.libelle { 597 width: 150px; 598 white-space: nowrap; 599 } 600 TABLE.infos UL { 601 direction: $direction; 602 text-align: $rightouleft; 603 list-style-type: none; 604 margin: 0; 605 padding: 0; 606 } 607 /* Liste de choix du logo */ 608 UL.listLogos { 609 list-style-type: none; 610 padding: 0; 611 margin: 0; 612 } 613 UL.listLogos LI { 614 display: inline; 615 } 616 .helpAdmintext { 617 font-size:75%; 618 } 619 #generalAdmin { 620 width: 50%; 621 float: left; 622 } 623 #detailAdmin { 624 width: 50%; 625 float: right; 626 } 627 #adminErrors { 628 color:red; 629 font-size:120%; 630 } 631 #generalInstall { 632 width: 40%; 633 float: left; 634 } 635 #detailInstall { 636 width: 60%; 637 float: right; 638 } 639 #detailAdmin UL { 640 list-style-type: decimal; 641 list-style-position: inside; 642 padding: 0; 643 } 644 #generalAdmin UL { 645 list-style-type: decimal; 646 list-style-position: inside; 647 padding: 0; 648 } 649 P.next_step { 650 font-weight: bold; 651 background-color: #eee; 652 border: 1px solid #ddd; 653 padding: 0.5em; 654 } 655 P.next_step A { 656 color: #ae0000; 657 text-decoration: underline; 658 } 659 #instalpercent { 660 width: 100%; 661 height: 1.5em; 662 margin: 0; 663 padding: 0; 664 background-color: #eee; 665 border: 1px solid #ddd; 666 } 667 #instalpercent P { 668 height: 1.5em; 669 background-color: #8aaecc; 670 margin: 0; 671 padding: 0; 672 } 673 /* Tous les tableaux de resultats */ 674 TABLE.resultats { 675 font-size:90%; 676 direction: $direction; 677 margin: auto; 678 empty-cells: hide; 679 font-size: 90%; 680 cellspacing:0; 681 border:0 682 } 683 TABLE.full { 684 width: 100%; 685 } 686 TABLE.expansive TD { 687 padding: 1em; 688 } 689 TABLE.resultats TH { 690 font-size:90%; 691 border-top: 1px solid rgb(80, 100, 133); 692 border-right: 1px solid rgb(80, 100, 133); 693 font-weight: bold; 694 text-align: center; 695 background-color: rgb(96, 115, 165); 696 color: #ffffff; 697 padding:7px; 698 padding-right:4px; 699 padding-left:4px; 700 empty-cells: hide; 701 } 702 TABLE.resultats TD { 703 font-size:90%; 704 border: 1px solid rgb(226, 227, 228); 705 text-align: center; 706 color: #00008B; 707 padding-top:3px; 708 padding-bottom:3px; 709 } 710 TABLE.resultats TD.damier{ 711 background-color: rgb(241, 242, 243); 712 } 713 TABLE.resultats TD.damierlight { 714 background-color: #f6f6f6; 715 } 716 TABLE.resultats TD.damieralign { 717 background-color: rgb(241, 242, 243); 718 text-align: $rightouleft; 719 padding:6; 720 } 721 TABLE.resultats TD.align { 722 text-align: $rightouleft; 723 padding:6; 724 } 725 TABLE.resultats TD.vide, TABLE.resultats TH.vide { 726 border-width: 0; 727 background-color: #ffffff; 728 } 729 TABLE.resultats TD.sansbordure { 730 border-width: 0; 731 text-align: $rightouleft; 732 } 733 TABLE.resultats TH EM { 734 display: block; 735 } 736 TABLE.resultats TD STRONG { 737 font-weight: bold; 738 } 739 TABLE.resultats .columndetail { 740 width: 15%; 741 } 742 TABLE.resultats TR.details { 743 padding:0; 744 margin:0; 745 } 746 TABLE TD.libelle { 747 text-align: left; 748 padding-left: 15px; 749 } 750 TABLE.resultats TR.expandcollapse { 751 cursor: pointer; 752 } 753 TABLE.resultats TR.expandcollapse TD { 754 font-weight: bold; 755 } 756 TABLE.resultats TR.selectedRow { 757 background-color: rgb(234, 245, 255) !important; 758 } 759 TABLE.resultats TR.expandcollapse:hover { 760 background-color: #f0f7ff !important; 761 } 762 TABLE.resultats IMG.expandcollapse:hover { 763 background-color: #f0f7ff; 764 margin-left: -15px; 765 } 766 TABLE.resultats TH.subLevel { 767 background-color: #fbc074 !important; 768 padding-left: 20px !important; 769 text-align: left !important; 770 color: #6f522d !important; 771 border-color: #fbc074 !important; 772 } 773 TABLE.resultats TR.details TD.subLevel, TABLE.resultats TR.details TD.subLevel1, TABLE.resultats TR.details TD.subLevel2, TABLE.resultats TR.details TD.subLevel3, TABLE.resultats TR.details TD.subLevel4, TABLE.resultats TR.details TD.subLevel5, TABLE.resultats TR.details TD.subLevel6, TABLE.resultats TR.details TD.subLevel7, TABLE.resultats TR.details TD.subLevel8, TABLE.resultats TR.details TD.subLevel9, TABLE.resultats TR.details TD.subLevel10 { 774 border-color: #fbc074 !important; 775 color: #6073a5 !important; 776 } 777 TABLE.resultats TR.details A { 778 color: #6073a5 !important; 779 } 780 TABLE.resultats TD.subLevel1, TABLE.resultats TD.subLevel2, TABLE.resultats TD.subLevel3, TABLE.resultats TD.subLevel4, TABLE.resultats TD.subLevel5, TABLE.resultats TD.subLevel6, TABLE.resultats TD.subLevel7, TABLE.resultats TD.subLevel8, TABLE.resultats TD.subLevel9, TABLE.resultats TD.subLevel10 { 781 text-align: left !important; 782 } 783 /* CMI : Ajax correction : padding-left: 2em !important; */ 784 TABLE.resultats TD.subLevel1 { 785 width:80%; 786 } 787 TABLE.resultats TD.subLevel2 { 788 padding-left: 4em !important; 789 } 790 TABLE.resultats TD.subLevel3 { 791 padding-left: 6em !important; 792 } 793 TABLE.resultats TD.subLevel4 { 794 padding-left: 8em !important; 795 } 796 TABLE.resultats TD.subLevel5 { 797 padding-left: 10em !important; 798 } 799 TABLE.resultats TD.subLevel6 { 800 padding-left: 12em !important; 801 } 802 TABLE.resultats TD.subLevel7 { 803 padding-left: 14em !important; 804 } 805 TABLE.resultats TD.subLevel8 { 806 padding-left: 16em !important; 807 } 808 TABLE.resultats TD.subLevel9 { 809 padding-left: 18em !important; 810 } 811 TABLE.resultats TD.subLevel10 { 812 padding-left: 20em !important; 813 } 814 IMG.detail { 815 margin-top: 1em; 816 margin-bottom: 1em; 817 } 818 TABLE.resultats TD.nextpreview { 819 text-align: center !important; 820 } 821 /* Affichage des resultats positifs (vert en general) */ 822 SPAN.positif { 823 direction: $direction; 824 color: #008000; 825 font-weight: bold; 826 } 827 /* Affichage des resultats negatifs (rouge en general) */ 828 SPAN.negatif { 829 direction: $direction; 830 color: red; 831 font-weight: bold; 832 } 833 /* Menu d'administration */ 834 #menuadmin { 835 width: 400px; 836 margin: auto; 837 text-align: center; 838 } 839 #menuadmin UL { 840 direction: $direction; 841 text-align: $rightouleft; 842 list-style-image: url('$theme_site/images/f3$direction.png'); 843 } 844 #menuadmin LI { 845 padding: 0.5em; 846 } 847 /* Informations lors de modification dans la partie admin */ 848 P.admininfos { 849 color: #000000; 850 font-weight: bold; 851 text-align: center; 852 } 853 P.admininfos positif { 854 color: #00FF00; 855 } 856 P.admininfos negatif { 857 color: #FF0000; 858 } 859 P.explenation { 860 color: red; 861 } 862 /* link Include / Exclude all population */ 863 P.includexecludeall { 864 margin-left:470px; 865 margin-top:30px; 866 } 867 P.includexecludeall A { 868 color:#696a6c; 869 border-bottom: 2px dotted #F0F0F0; 870 } 871 A.moreinterrest { 872 display: block; 873 margin-left: 5em; 874 margin-top: 1em; 875 margin-bottom: 1em; 876 color:#696a6c; 877 } 878 A.help_pagename { 879 margin-left:70px; 880 font-size:80%; 881 color:#B9BBBE; 882 font-decoration:italic; 883 border-bottom: 1px dotted #E3E3E3; 884 } 885 /* details des Referers */ 886 DIV.hiddendetails { 887 display: none; 888 } 889 A.movetop { 890 display: block; 891 margin-top: 2em; 892 } 893 /* Page de login */ 894 #login { 895 background: #ffffff; 896 border: 1px solid #a2a2a2; 897 margin: 3em auto; 898 padding: 1.5em; 899 width: 23em; 900 } 901 #login input { 902 padding: 4px; 903 } 904 #login #log, #pwd { 905 font-size: 1.3em; 906 width: 60%; 907 } 908 #login #submit { 909 font-size: 1.4em; 910 } 911 #login .submit input, #login .submit input:focus { 912 background: url( $theme_site/images/background-submit.png ); 913 border: 3px double #999; 914 border-left-color: #ccc; 915 border-top-color: #ccc; 916 color: #333; 917 padding: 0.25em; 918 } 919 #login .submit input:active { 920 background: #f4f4f4; 921 border: 3px double #ccc; 922 border-left-color: #999; 923 border-top-color: #999; 924 } 925 #login .submit { 926 margin-top: 2em; 927 text-align: right; 928 } 929 #login P { 930 color:#4472A5; 931 } 932 "; 933 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |