User:FlightTime/confirm-logout.js: Difference between revisions

Content deleted Content added
m Reverted to revision 939789954 by FlightTime (talk): Darn it. Need some expert help (Using Twinkle
Line 204:
var lang = {
"notice": {
"en_us": "<div style='margin-bottom: 0.5em; border: 2px solid #00F'>You clicked on a log-out link. Do you want to continue?</div><div><button style='border: 2px solid #00F; color: #000'>No</button><button style='border: 2px solid #00F; color: #000' onclick='window.___location=\"/wiki/special:logout\"'>Log out</button></div>",
"ja_jp": "<div style='margin-bottom: 0.5em; '>ログアウトリンクをクリックしました。ログアウトしますか?</div><div><button>いいえ</button><button onclick='window.___location=\"/wiki/special:logout\"'>ログアウト</button></div>",
"zh_cn": "<div style='margin-bottom: 0.5em; '>您点击了登出链接,您确实要登出吗?</div><div><button>不要</button><button onclick='window.___location=\"/wiki/special:logout\"'>确实要登出</button></div>",
Line 259:
 
var color_sets = {
warning: {text: "rgba(255, 255, 255, 1)#000", background: "rgba(221, 51, 51, 1)#EEE"},
info: {text: "rgba(255, 255, 255, 1)", background: "rgba(51, 102, 204, 1)"},
success: {text: "rgba(255, 255, 255, 1)", background: "rgba(0, 175, 137, 1)"},