Changeset 1516:eb9653ff7459
- Timestamp:
- 08/21/13 13:00:42 (12 years ago)
- Branch:
- default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1468 r1516 209 209 $(div).html('<p><strong>' + dotclear.msg.xhtml_not_valid + '</strong></p>' + $(data).find('errors').text()); 210 210 $(div).insertAfter(h); 211 $(div).backgroundFade({sColor:'#ffffff',eColor:'# ff9999',steps:50},function() {212 $(this).backgroundFade({sColor:'# ff9999',eColor:'#ffffff'});211 $(div).backgroundFade({sColor:'#ffffff',eColor:'#FFBABA',steps:50},function() { 212 $(this).backgroundFade({sColor:'#FFBABA',eColor:'#ffffff'}); 213 213 }); 214 214 } -
admin/js/_preferences.js
r160 r1516 13 13 if ($('#user_email').val() != user_email || $('#new_pwd').val() != '') { 14 14 e.focus(); 15 $(e).backgroundFade({sColor:'#ffffff',eColor:'#ff 9999',steps:50},function() {16 $(this).backgroundFade({sColor:'#ff 9999',eColor:'#ffffff'});15 $(e).backgroundFade({sColor:'#ffffff',eColor:'#ffbaba',steps:50},function() { 16 $(this).backgroundFade({sColor:'#ffbaba',eColor:'#ffffff'}); 17 17 }); 18 18 return false; -
admin/js/common.js
r1395 r1516 348 348 349 349 $('.message').backgroundFade({sColor:'#cccccc',eColor:'#666666',steps:20}); 350 $('.error').backgroundFade({sColor:'#ff eee3',eColor:'#ffdec8',steps:20});350 $('.error').backgroundFade({sColor:'#ffdec8',eColor:'#ffbaba',steps:20}); 351 351 352 352 $('form:has(input[type=password][name=your_pwd])').submit(function() { … … 354 354 if (e.value == '') { 355 355 e.focus(); 356 $(e).backgroundFade({sColor:'#ffffff',eColor:'#ff 9999',steps:50},function() {357 $(this).backgroundFade({sColor:'#ff 9999',eColor:'#ffffff'});356 $(e).backgroundFade({sColor:'#ffffff',eColor:'#ffbaba',steps:50},function() { 357 $(this).backgroundFade({sColor:'#ffbaba',eColor:'#ffffff'}); 358 358 }); 359 359 return false; -
admin/style/default.css
r1514 r1516 884 884 background: transparent url(../images/check-on.png) no-repeat 0 50%; 885 885 } 886 /* ---------------------------------------------------------- Antispam extensions */887 .antispam {888 height: 200px;889 overflow: auto;890 margin-bottom: 1em;891 }892 .antispam p {893 margin: 1px 0 0 0;894 padding: 0.2em 0.5em;895 }896 .antispam p.global {897 background: #ccff99;898 }899 886 /* ------------------------------------------------------------------ contextual help */ 900 887 #help { … … 991 978 } 992 979 /* ------------------------------------------------------------------ messages */ 993 div.error, p.error, 994 div.message, p.message, 995 div.static-msg, p.static-msg { 980 .error, .message, .static-msg, .static-msg { 996 981 padding: 0.5em 0.5em 0.5em 48px; 997 982 margin-bottom: 1em; … … 1002 987 padding-bottom: 1rem; 1003 988 } 1004 div.error, p.error {1005 background: # ffdec8url(msg-error.png) no-repeat .7em .7em;989 .error { 990 background: #FFBABA url(msg-error.png) no-repeat .7em .7em; 1006 991 color: #000; 1007 992 } 1008 div.message, p.message, 1009 div.static-msg, p.static-msg { 993 .message, .static-msg { 1010 994 background: #666 url(msg-std.png) no-repeat .7em .7em; 1011 995 color: #fff; 1012 996 } 1013 div.message a, p.message a, 1014 div.static-msg a, p.static-msg a { 997 .success { 998 background-color: #cf9; 999 color: #000; 1000 } 1001 .message a, .static-msg a { 1015 1002 color: #fff; 1016 1003 } 1004 .success a { 1005 color: #666; 1006 } 1007 1017 1008 /* ------------------------------------------------------------------ navigation */ 1018 1009 .anchor-nav { -
locales/fr/main.po
r1514 r1516 797 797 798 798 msgid "Show it." 799 msgstr "L'afficher "799 msgstr "L'afficher." 800 800 801 801 #, php-format -
plugins/antispam/style.css
r1511 r1516 32 32 } 33 33 .antispam p.global { 34 background: # ccff99;34 background: #fec; 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.