Changes in [1900:2f3810424936:1901:ad7d50c2d611]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1798 r1801 376 376 cursor: help; 377 377 } 378 input, textarea, select, option, optgroup, legend,label { 379 font-size: 1em; 380 } 378 381 /* ------------------------------------------------------------------ liens */ 379 382 a, a:link, a:visited { … … 398 401 fieldset { 399 402 display: block; 400 margin: 0 01em 0;403 margin: 1em 0; 401 404 padding: 1em 0.5em; 402 405 border-width: 1px 0; … … 405 408 background: #f7f7f7; 406 409 } 407 input , textarea, select, option, optgroup, legend{410 input[type=text], textarea { 408 411 font: 100% "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 409 412 } … … 467 470 input[type=checkbox], input[type=radio], input[type=file] { 468 471 border: none; 469 margin: 0 ;472 margin: 0 .33em 0 0; 470 473 padding: 0; 471 474 background: transparent; … … 508 511 } 509 512 p.field label { 510 display: block;513 display: inline-block; 511 514 width: 14em; 512 515 } 513 516 p.field input, p.field select { 514 display: inline; 515 position: absolute; 516 left: 14.5em; 517 top: 0; 517 display: inline-block; 518 518 } 519 519 a.form-control { … … 556 556 line-height: normal !important; 557 557 display: inline-block; 558 vertical-align: top;558 vertical-align: middle; 559 559 font-size: 12px; /* ie < 9 sucks */ 560 560 font-size: 1.2rem; … … 573 573 input[type=submit], a.button.submit { 574 574 color: #fff; 575 background-color:#25A6E1;576 575 border: 1px solid #2C8FD1; 577 576 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 578 577 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 579 578 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 580 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);579 background-color:#25A6E1; 581 580 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 582 581 } 583 582 input[type=submit]:hover, input[type=submit]:focus, 584 583 a.button.submit:hover, a.button.submit:focus { 585 background:#188BC0;586 584 background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 587 585 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 588 586 background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 589 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0);587 background-color:#188BC0; 590 588 } 591 589 /* suppression, reset, "neutres" fond gris */ … … 595 593 a.button.delete, a.button.reset, a.button { 596 594 color: #000; 597 background-color: #f5f5f5;598 595 background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 599 596 background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); 597 background-color: #eee; 600 598 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 601 599 } … … 608 606 a.button.delete:hover, a.button.reset:hover, a.button:hover, 609 607 a.button.delete:focus, a.button.reset:focus, a.button:focus { 610 background-color:#e9e9e9;611 608 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 612 609 background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 613 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');610 background-color:#f3f3f3; 614 611 } 615 612 /* suppression */ … … 665 662 border: 1px solid #CCC; 666 663 } 667 input.disabled:hover, input[type=submit].disabled {664 input.disabled:hover, input[type=submit].disabled:hover { 668 665 color: #676e78; 669 background: # DFDFDF;666 background: #eee; 670 667 border: 1px solid #CCC; 671 668 } … … 983 980 /* ----------------------------------------------------------------- CONTENT ELEMENTS */ 984 981 .part-tabs ul { 985 padding: .5em 0 .3em1em;982 padding: .5em 0 0 1em; 986 983 border-bottom: 1px solid #ddd; 984 line-height: 2; 987 985 } 988 986 .part-tabs li { … … 999 997 color: #333; 1000 998 background-color: #ecf0f1; 999 display: inline-block; 1001 1000 } 1002 1001 .part-tabs li a:hover, .part-tabs li a:focus { … … 1009 1008 font-weight: bold; 1010 1009 border-bottom-color: #fff; 1011 padding-bottom: 7px; /* ie < 9 sucks */ 1012 padding-bottom: .7rem; 1013 } 1010 } 1014 1011 .multi-part { 1015 1012 padding-left: 1em; … … 1373 1370 } 1374 1371 .box.small { 1375 width: 300px;1372 width: 280px; 1376 1373 } 1377 1374 .box.large { … … 1832 1829 cursor: default; 1833 1830 display: block; 1834 font: menu;1835 1831 font-size: 1em; 1836 1832 line-height: 16px; … … 2080 2076 #info-box1 select { width: 140px; width: 14rem; } 2081 2077 #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, 2082 . col, .col30, .col70{2078 .two-cols .col, .three-cols .col, .two-cols .col30, .two-cols .col70, .two-boxes, .three-boxes { 2083 2079 display:block !important; 2084 2080 width: 98% !important;
Note: See TracChangeset
for help on using the changeset viewer.