Theme Noel

enter something useful

  1. // ==UserScript==
  2. // @name Theme Noel
  3. // @namespace https://realitygaming.fr/*
  4. // @version 1.7.1
  5. // @description enter something useful
  6. // @author Marentdu93
  7. // @match https://realitygaming.fr/*
  8. // @grant none
  9. // ==/UserScript==
  10. $('#logo img').remove();
  11. $('#logo').append('<a href="https://realitygaming.fr/"><span></span><img src="http://i.imgur.com/Y1mjeUZ.png" width="170" height="120" alt="Logo du forum sur les jeux vidéos RealityGaming"></a>')
  12. $(document).ready(function(){
  13.  
  14. var css = '#header{background:url(http://image.noelshack.com/fichiers/2014/40/1412102899-header.png) repeat scroll 0 0 #CE0C26;box-shadow:0 5px 5px rgba(0,0,0,.3) inset}#content{border-top:4px solid #CE0C26;box-shadow:0 -1px 0 rgba(0,0,0,.2)}.profilePage .mast .section.infoBlock h3,.sidebar .section .primaryContent h3,.sidebar .section .secondaryContent h3{padding:4px 7px;margin:-10px -10px 5px;border-bottom:1px solid #D7EDFC;text-shadow:1px 1px rgba(0,0,0,.4)}.nodeList .categoryStrip{font-weight:700;font-size:12px;font-family:Arial,sans-serif;color:#FFF;text-shadow:1px 1px rgba(0,0,0,.2);background:url(styles/realitygaming/images/main/pattern4-ts.png) repeat-x scroll center bottom #CE0C26;padding:5px 10px;margin:0;border-width:1px 1px 0;border-style:solid solid none;border-color:#CE0C26;-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;border-image:none;border-radius:3px;min-height:6px}.profilePage .mast .section.infoBlock h3,.sidebar .section .primaryContent h3,.sidebar .section .secondaryContent h3{font-size:13pt;font-family:"Open sans condensed",Arial,sans-serif;color:#FCFCFF;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26}.sidebar .section{border:1px solid #CE0C26;border-radius:4px;background:url(http://i.imgur.com/hf3sQnP.jpg)}.footer .pageContent{font-size:11px;color:#A5CAE4;background-color:#CE0C26;margin-right:0;margin-left:0;border-top:4px solid #CE0C26;overflow:hidden;width:100%}.discussionList .sectionHeaders{font-weight:700;font-size:12px;font-family:Arial,sans-serif;color:#A5CAE4;margin:3px auto 0;border-radius:2px 2px 0 0;text-shadow:1px 1px rgba(0,0,0,.2);padding:0;border-top:4px solid #CE0C26;overflow:hidden;width:100%;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26} .sectionMain{font-family:Arial;background-color:#FFF;padding:10px;margin:10px auto;border:1px solid #CE0C26;border-radius:4px}.Menu .sectionFooter{background-color:#CE0C26}.Menu div.primaryContent.menuHeader{color:#FFF!important;text-align:center!important;text-shadow:1px 1px 2px rgba(0,0,0,.6),-1px -1px 2px rgba(0,0,0,.2);color:#FFF!important;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26;border:none!important}.subHeading{font-weight:700;font-size:12px;font-family:Arial,sans-serif;color:#FFF;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26;padding:5px 10px;margin:3px auto 0;border-radius:2px 2px 0 0;text-shadow:1px 1px rgba(0,0,0,.2)}.sectionFooter{overflow:hidden;font-weight:700;font-size:12px;font-family:Arial,sans-serif;color:#FFF;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26;padding:5px 10px;margin:3px auto 0;border-radius:2px 2px 0 0;text-shadow:1px 1px rgba(0,0,0,.2)}.button,.callToAction span{background:url(http://i.imgur.com/9qvx5R0.png) no-repeat scroll 2% 98%,url(http://i.imgur.com/7fUPWTv.png) no-repeat scroll 50% 2%,url(http://i.imgur.com/dlDP7Ad.png) no-repeat scroll 98% 2% #CE0C26;transition:all .5s ease 0s;box-shadow:0 1px 3px rgba(0,0,0,.6) inset,0 1px 0 rgba(255,255,255,.1)} .heading,.xenForm .formHeader{font-size:11pt;font-family:"Open sans condensed",Arial,sans-serif;color:#F0F7FC;background:url(styles/realitygaming/images/main/pattern3-ts.png) repeat-x scroll center bottom #CE0C26;padding:5px 10px;margin-bottom:3px;border-bottom:1px solid #176093;border-top-left-radius:5px;border-top-right-radius:5px}';
  15.  
  16. $('head').append('<style>' + css + '</style>');
  17. });
  18.  
  19. $(document).ready(function(){
  20.  
  21. var css = '.menuVisiteur{position:fixed;top:0;left:50px;-webkit-box-shadow:0px 2px 5px #032A46;-moz-box-shadow:0px 2px 5px #032A46;-khtml-box-shadow:0px 2px 5px #032A46;box-shadow:0px 2px 5px #032A46;position:fixed;z-index:2147;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;-khtml-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;border-top:none!important;border:1px solid rgb(106,155,179);border:1px solid #FF0000;_border:1px solid rgb(106,155,179);background:#FF0000 url("styles/realitygaming/images/main/pattern3-ts.png") repeat-x bottom!important;height:30px;line-height:10px;margin-top:-5px}';
  22.  
  23. $('.menuVisiteur').append('<style>' + css + '</style>');
  24. });
  25.  
  26. $(document).ready(function(){
  27.  
  28. var css = '.memberCard{max-width:850px!important;height:300px!important;box-shadow:none!important;-webkit-border-radius:0px!important;-moz-border-radius:0px!important;-khtml-border-radius:0px!important;border-radius:0px!important;padding-top:40px!important;background-color:rgba(0,0,0,0)!important;background-image:url("styles/premium/cm-rg-5.png"),url("styles/premium/cm-rg-4.png"),url("styles/premium/cm-rg-1.png")!important;background-position:691px 0%,2px 0%,50% 0%!important;background-repeat:no-repeat,no-repeat,no-repeat!important}';
  29.  
  30. $('.memberCard').append('<style>' + css + '</style>');
  31. });
  32.  
  33. $(document).ready(function(){
  34.  
  35. var css = 'a:link,a:visited{color: #FF0000;text-decoration:none;transition:background-color 0.3s ease-in-out 0.2s,color 0.3s ease-in-out 0.2s,text-shadow 0.3s ease-in-out 0.2s,visibility 0.3s ease-in-out 0.2s,display 0.3s ease-in-out 0.2s;-webkit-transition:background-color 0.3s ease-in-out 0.2s,color 0.3s ease-in-out 0.2s,text-shadow 0.3s ease-in-out 0.2s,visibility 0.3s ease-in-out 0.2s,display 0.3s ease-in-out 0.2s;-moz-transition:background-color 0.3s ease-in-out 0.2s,color 0.3s ease-in-out 0.2s,text-shadow 0.3s ease-in-out 0.2s,visibility 0.3s ease-in-out 0.2s,display 0.3s ease-in-out 0.2s;';
  36.  
  37. $('a:link, a:visited').append('<style>' + css + '</style>');
  38. });
  39.  
  40. $(document).ready(function(){
  41.  
  42. var css = '.PageNav a.currentPage{color:#fff;background:url(rgba.php?r=20&g=122&b=191&a=127);background:#FF0000;_filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F147ABF,endColorstr=#7F147ABF);border-color: #FF0000;position:relative}';
  43.  
  44. $('.PageNav a.currentPage').append('<style>' + css + '</style>');
  45. });
  46.  
  47. $(document).ready(function(){
  48.  
  49. var css = '.breadcrumb .crust a.crumb{cursor:pointer;color: #FF0000;text-decoration:none;background-color:rgb(252,252,255);padding:0 10px 0 18px;margin-bottom:-1px;border-bottom:1px solid rgb(210,210,210);outline:0 none;-moz-outline-style:0 none;display:block;_border-bottom:none;line-height:30px;transition:none!important;-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;height:30px}';
  50.  
  51. $('.breadcrumb .crust a.crumb').append('<style>' + css + '</style>');
  52. });
  53.  
  54. $(document).ready(function(){
  55.  
  56. var css = '::-webkit-scrollbar-thumb{cursor:pointer!important;-webkit-border-radius:10px;-webkit-border-radius:0px;-moz-border-radius:0px;-khtml-border-radius:0px;border-radius:0px;background: #FF0000;}';
  57.  
  58. $('head').append('<style>' + css + '</style>');
  59. });
  60. $(document).ready(function(){
  61.  
  62. var css = '.node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon{background-image:url(http://i.imgur.com/zRRRwjs.png);background-repeat:no-repeat;background-position:0 -242px}';
  63.  
  64. $('head').append('<style>' + css + '</style>');
  65. });
  66. $(document).ready(function(){
  67.  
  68. var css = '.primaryContent a{color:#FF0000}';
  69.  
  70. $('head').append('<style>' + css + '</style>');
  71. });
  72. $(document).ready(function(){
  73.  
  74. var css = '.message .publicControls .Author:hover{-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;color:#CE0C26;-webkit-box-shadow:0px 0px 0px 1px rgba(44,110,188,0.4);-moz-box-shadow:0px 0px 0px 1px rgba(44,110,188,0.4);-khtml-box-shadow:0px 0px 0px 1px rgba(44,110,188,0.4);box-shadow:0px 0px 0px 1px rgba(206, 12, 38, 0.34)}';
  75.  
  76. $('head').append('<style>' + css + '</style>');
  77. });
  78. $(document).ready(function(){
  79.  
  80. var css = '.xenOverlay.memberCard{max-width:850px!important;height:300px!important;box-shadow:none!important;-webkit-border-radius:0px!important;-moz-border-radius:0px!important;-khtml-border-radius:0px!important;border-radius:0px!important;padding-top:40px!important;background-color:rgba(0,0,0,0)!important;background-image:url(http://i.imgur.com/4LvdTR3.png),url(http://i.imgur.com/IvAelEN.png),url(http://i.imgur.com/lgMw31H.png)!important;background-position:691px 0%,2px 0%,50% 0%!important;background-repeat:no-repeat,no-repeat,no-repeat!important}';
  81.  
  82. $('head').append('<style>' + css + '</style>');
  83. });
  84. $(document).ready(function(){
  85.  
  86. var css = '.xenOverlay.memberCard a.close{right:415px!important;top:13px!important;text-align:center;width:26px!important;height:24px!important;overflow:hidden;-webkit-border-radius:6px 6px 0px 0px!important;-moz-border-radius:6px 6px 0px 0px!important;-khtml-border-radius:6px 6px 0px 0px!important;border-radius:6px 6px 0px 0px!important;background:url(http://i.imgur.com/PbxNMjY.png) repeat top;-webkit-box-shadow:2px -1px 3px rgba(0,0,0,0.2);-moz-box-shadow:2px -1px 3px rgba(0,0,0,0.2);-khtml-box-shadow:2px -1px 3px rgba(0,0,0,0.2);box-shadow:2px -1px 3px rgba(0,0,0,0.2)}';
  87.  
  88. $('head').append('<style>' + css + '</style>');
  89. });
  90. $(document).ready(function(){
  91.  
  92. var css = '.titleBar h1{color:#CE0C26}';
  93.  
  94. $('head').append('<style>' + css + '</style>');
  95.  
  96. });
  97. $(document).ready(function(){
  98.  
  99. var css = '.buttonScroll:before{font-family:"FontAwesome";color:#FFF;background: #FF0000;text-shadow:0 0 0 transparent,1px 1px 1px rgba(0,0,0,0.8);padding:4px;border:1px solid rgb(0,0,0);border:1px solid rgba(0,0,0,0.1);_border:1px solid rgb(0,0,0);-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}';
  100.  
  101. $('head').append('<style>' + css + '</style>');
  102.  
  103. });
  104. $(document).ready(function(){
  105.  
  106. var css = '#taigachat_box{height:300px;border:1px solid #C51616;padding:5px;margin:5px -2px 0 -2px;overflow:auto;overflow-y:scroll;font-size:11px;background: #FFFFFF url("http://i.imgur.com/uU9AypH.jpg") center no-repeat;-webkit-text-size-adjust:none}';
  107.  
  108. $('head').append('<style>' + css + '</style>');
  109.  
  110. });
  111. $(document).ready(function(){
  112.  
  113. var css = '.bbCodeQuote .quoteContainer{overflow:hidden;position:relative;font-style:italic;font-size:9pt;background-color: rgba(206, 12, 38, 0.5);padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;overflow:auto;min-height:30px}';
  114.  
  115. $('head').append('<style>' + css + '</style>');
  116.  
  117. });
  118.  
  119.  
  120.  
  121.  
  122. $(document).ready(function(){
  123.  
  124. var css = '.bbCodeQuote .attribution{font-size:12px;color: rgb(255, 255, 255);background-color: rgba(206, 12, 38, 0.73);background-repeat:repeat-x;background-position:top;border-bottom: 1px solid rgba(206, 12, 38, 0.75);}';
  125.  
  126. $('head').append('<style>' + css + '</style>');
  127.  
  128. });
  129.  
  130.  
  131.  
  132.  
  133.  
  134. $(document).ready(function(){
  135.  
  136. var css = '.bbCodeQuote{border-color: rgba(206, 12, 38, 0.79);}';
  137.  
  138. $('head').append('<style>' + css + '</style>');
  139.  
  140. });
  141.  
  142. $(document).ready(function(){
  143.  
  144. var css = '.button.primary{background-color: #FF0000;background-image:none;color:white;text-shadow:none}';
  145.  
  146. $('head').append('<style>' + css + '</style>');
  147.  
  148. });
  149.  
  150. $(document).ready(function(){
  151.  
  152. var css = '.button.primary:hover{background-color:#C16370;background-image:none;color:white;border:none!important}';
  153.  
  154. $('head').append('<style>' + css + '</style>');
  155.  
  156. });
  157. $(document).ready(function(){
  158.  
  159. var css = '.secondaryContent a{color: #FF0000;}';
  160.  
  161. $('head').append('<style>' + css + '</style>');
  162.  
  163. });
  164. $(document).ready(function(){
  165.  
  166. var css = '.Popup .PopupControl:hover,.Popup.PopupContainerControl:hover{color:#FF0000;text-decoration:none}}';
  167.  
  168. $('head').append('<style>' + css + '</style>');
  169.  
  170. });
  171.  
  172. $(document).ready(function(){
  173.  
  174. var css = '::-webkit-scrollbar-thumb{cursor:pointer!important;-webkit-border-radius:10px;-webkit-border-radius:0px;-moz-border-radius:0px;-khtml-border-radius:0px;border-radius:0px;background:#FF0000}';
  175.  
  176. $('head').append('<style>' + css + '</style>');
  177.  
  178. });
  179. $(document).ready(function(){
  180.  
  181. var css = '::-webkit-scrollbar-thumb:hover{background:#FF0000}';
  182.  
  183. $('head').append('<style>' + css + '</style>');
  184.  
  185. });
  186. $(document).ready(function(){
  187.  
  188. var css = '.helpSideBar a:hover{background-image:none;color:#FF0000!important}';
  189.  
  190. $('head').append('<style>' + css + '</style>');
  191.  
  192. });
  193.  
  194. $(document).ready(function(){
  195.  
  196. var css = '.message .publicControls a.ReplyQuote:hover{text-decoration:none!important;color: #FF0000;}';
  197.  
  198. $('head').append('<style>' + css + '</style>');
  199.  
  200. });
  201. $(document).ready(function(){
  202.  
  203. var css = '.message .publicControls a.MultiQuoteControl:hover{text-decoration:none!important;color:#FF0000}';
  204.  
  205. $('head').append('<style>' + css + '</style>');
  206.  
  207. });
  208. $(document).ready(function(){
  209.  
  210. var css = '.xenOverlay .section,.xenOverlay .sectionMain{padding:0px;border:5px solid #032A46;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:0px 20px 39px rgba(0,0,0,0.6);-moz-box-shadow:0px 20px 39px rgba(0,0,0,0.6);-khtml-box-shadow:0px 20px 39px rgba(0,0,0,0.6);box-shadow:0px 20px 39px rgba(0,0,0,0.6);border-color:rgb(3,42,70);border-color: rgba(206,12,38,0.5);_border-color:rgb(3,42,70)}';
  211.  
  212. $('head').append('<style>' + css + '</style>');
  213.  
  214. });
  215.  
  216. $(document).ready(function(){
  217.  
  218. var css = '.button:hover,.callToAction span:hover{border:none!important;background:url("http://i.imgur.com/9qvx5R0.png") no-repeat 98% 0%,url("http://i.imgur.com/7fUPWTv.png") no-repeat 2% 98%,url("http://i.imgur.com/dlDP7Ad.png") no-repeat 50% 2%;background-color: #ce0c26}';
  219.  
  220. $('head').append('<style>' + css + '</style>');
  221.  
  222. });
  223. $(document).ready(function(){
  224.  
  225. var css = '.bbCodeBlock .type{font-size:12px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color: rgb(255, 255, 255);background-color: #D94B5E;background-repeat:repeat-x;background-position:top;padding:3px 8px;border-bottom:1px solid rgba(206, 12, 38, 0.14);-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}';
  226.  
  227. $('head').append('<style>' + css + '</style>');
  228.  
  229. });
  230.  
  231.  
  232.  
  233. $(document).ready(function(){
  234.  
  235. var css = '.bbCodeBlock pre,.bbCodeBlock .code{font-size:10pt;font-family:Consolas,Courier New,Courier,monospace;background-color: #E4838F;background-repeat:repeat-x;background-position:top;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;word-wrap:normal;overflow:auto;line-height:1.24;min-height:30px;max-height:500px;_width:600px;direction:ltr}';
  236.  
  237. $('head').append('<style>' + css + '</style>');
  238.  
  239. });
  240. $(document).ready(function(){
  241.  
  242. var css = '.bbCodeBlock{margin:1em 172px 1em 0;border: 1px solid #E4A5A5;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}';
  243.  
  244. $('head').append('<style>' + css + '</style>');
  245.  
  246. });
  247. $(document).ready(function(){
  248.  
  249. var css = '.sharePage .textHeading{color: #FF0000!important;border-bottom: 1px dotted #FF0000;}';
  250.  
  251. $('head').append('<style>' + css + '</style>');
  252.  
  253. });
  254. $(document).ready(function(){
  255.  
  256. var css = 'img.mceSmilieSprite.mceSmilie375{width:27px;height:26px;background: url(http://i.imgur.com/WO4PUrf.png) no-repeat 0px -518px;}';
  257.  
  258. $('head').append('<style>' + css + '</style>');
  259.  
  260. });
  261. $(document).ready(function(){
  262.  
  263. var css = 'img.mceSmilieSprite.mceSmilie171{width:30px;height:25px;background:url(http://i.imgur.com/q5wHhxb.png) no-repeat 0px -1px}';
  264.  
  265. $('head').append('<style>' + css + '</style>');
  266.  
  267. });
  268. $(document).ready(function(){
  269.  
  270. var css = 'img.mceSmilieSprite.mceSmilie129{width:25px;height:25px;background: url(http://i.imgur.com/NtH1bBU.png) no-repeat 0px 3px;}';
  271.  
  272. $('head').append('<style>' + css + '</style>');
  273.  
  274. });
  275. $(document).ready(function(){
  276.  
  277. var css = 'img.mceSmilieSprite.mceSmilie346{width: 40px;height: 33px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -100px;}';
  278.  
  279. $('head').append('<style>' + css + '</style>');
  280.  
  281. });
  282. $(document).ready(function(){
  283.  
  284. var css = 'img.mceSmilieSprite.mceSmilie365{width: 40px;height: 33px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px 1px;}';
  285.  
  286. $('head').append('<style>' + css + '</style>');
  287.  
  288. })
  289. ;$(document).ready(function(){
  290.  
  291. var css = 'img.mceSmilieSprite.mceSmilie348{width: 45px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -36px;}';
  292.  
  293. $('head').append('<style>' + css + '</style>');
  294.  
  295. })
  296. ;$(document).ready(function(){
  297.  
  298. var css = 'img.mceSmilieSprite.mceSmilie366{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -70px;}';
  299.  
  300. $('head').append('<style>' + css + '</style>');
  301.  
  302. })
  303. ;$(document).ready(function(){
  304.  
  305. var css = 'img.mceSmilieSprite.mceSmilie349{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -173px;}';
  306.  
  307. $('head').append('<style>' + css + '</style>');
  308.  
  309. })
  310. ;$(document).ready(function(){
  311.  
  312. var css = 'img.mceSmilieSprite.mceSmilie360{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -138px;}';
  313.  
  314. $('head').append('<style>' + css + '</style>');
  315.  
  316. });
  317. $(document).ready(function(){
  318.  
  319. var css = '.sidebar .secondaryContent{-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;background: url(http://i.imgur.com/hf3sQnP.jpg) no-repeat;}';
  320.  
  321. $('head').append('<style>' + css + '</style>');
  322.  
  323. });
  324. $(document).ready(function(){
  325.  
  326. var css = 'img.mceSmilieSprite.mceSmilie293{width: 40px;height: 30px;background: url(http://i.imgur.com/CMFp68g.png) no-repeat 0px -1px;}';
  327.  
  328. $('head').append('<style>' + css + '</style>');
  329.  
  330. });
  331. $(document).ready(function(){
  332.  
  333. var css = 'img.mceSmilieSprite.mceSmilie344{width: 30px;height: 28px;background: url(http://i.imgur.com/L27qHL8.png) no-repeat 0px -3px;}';
  334.  
  335. $('head').append('<style>' + css + '</style>');
  336.  
  337. });
  338. $(document).ready(function(){
  339.  
  340. var css = 'img.mceSmilieSprite.mceSmilie337{width: 30px;height: 30px;background: url(http://i.imgur.com/Vz6GpZQ.png) no-repeat 0px -1px;}';
  341.  
  342. $('head').append('<style>' + css + '</style>');
  343.  
  344. });
  345. $(document).ready(function(){
  346.  
  347. var css = 'img.mceSmilieSprite.mceSmilie345{width: 30px;height: 30px;background: url(http://i.imgur.com/iXJPy2l.png) no-repeat 0px -1px;}';
  348.  
  349. $('head').append('<style>' + css + '</style>');
  350.  
  351. });
  352. $(document).ready(function(){
  353.  
  354. var css = 'img.mceSmilieSprite.mceSmilie347{width: 32px;height: 30px;background: url(http://i.imgur.com/9u572pj.png) no-repeat 0px -1px;}';
  355.  
  356. $('head').append('<style>' + css + '</style>');
  357.  
  358. });
  359. $(document).ready(function(){
  360.  
  361. var css = 'img.mceSmilieSprite.mceSmilie350{width: 32px;height: 30px;background: url(http://i.imgur.com/2M4coEw.png) no-repeat 0px -1px;}';
  362.  
  363. $('head').append('<style>' + css + '</style>');
  364.  
  365. });
  366. $(document).ready(function(){
  367.  
  368. var css = 'img.mceSmilieSprite.mceSmilie388{width: 30px;height: 30px;background: url(http://i.imgur.com/bB7snne.png) no-repeat 0px -1px;}';
  369.  
  370. $('head').append('<style>' + css + '</style>');
  371.  
  372. });
  373. $(document).ready(function(){
  374.  
  375. var css = '.taigachat_bbcode_smilie{display:block;width: 25px;height: 30px;background: url(http://i.imgur.com/AwkJwzZ.png) no-repeat center;cursor:pointer!important}';
  376.  
  377. $('head').append('<style>' + css + '</style>');
  378.  
  379. });
  380. $(document).ready(function(){
  381.  
  382. var css = 'img.mceSmilieSprite.mceSmilie361{width:32px;height:30px;background:url(http://i.imgur.com/djFprTl.png) no-repeat 0px -1px}';
  383.  
  384. $('head').append('<style>' + css + '</style>');
  385.  
  386. });
  387. $(document).ready(function(){
  388.  
  389. var css = 'img.mceSmilieSprite.mceSmilie362{width:32px;height:30px;background:url(http://i.imgur.com/yeSe8ZA.png) no-repeat 0px -1px}';
  390.  
  391. $('head').append('<style>' + css + '</style>');
  392.  
  393. });
  394. $(document).ready(function(){
  395.  
  396. var css = 'img.mceSmilieSprite.mceSmilie363{width:32px;height:30px;background:url(http://i.imgur.com/EP6e7xb.png) no-repeat 0px -1px}';
  397.  
  398. $('head').append('<style>' + css + '</style>');
  399.  
  400. });
  401. $(document).ready(function(){
  402.  
  403. var css = 'img.mceSmilieSprite.mceSmilie364{width:32px;height:30px;background:url(http://i.imgur.com/VMuEGoo.png) no-repeat 0px -1px}';
  404.  
  405. $('head').append('<style>' + css + '</style>');
  406.  
  407. });
  408. $(document).ready(function(){
  409.  
  410. var css = 'img.mceSmilieSprite.mceSmilie367{width:32px;height:30px;background:url(http://i.imgur.com/Q23449Y.png) no-repeat 0px -1px}';
  411.  
  412. $('head').append('<style>' + css + '</style>');
  413.  
  414. });
  415. $(document).ready(function(){
  416.  
  417. var css = 'img.mceSmilieSprite.mceSmilie368{width:32px;height:30px;background:url(http://i.imgur.com/jW0MQEx.png) no-repeat 0px -1px}';
  418.  
  419. $('head').append('<style>' + css + '</style>');
  420.  
  421. });
  422. $(document).ready(function(){
  423.  
  424. var css = 'img.mceSmilieSprite.mceSmilie369{width:32px;height:30px;background:url(http://i.imgur.com/4JJGbUn.png) no-repeat 0px -1px}';
  425.  
  426. $('head').append('<style>' + css + '</style>');
  427.  
  428. });
  429. $(document).ready(function(){
  430.  
  431. var css = 'img.mceSmilieSprite.mceSmilie370{width:32px;height:30px;background:url(http://i.imgur.com/9EH3QOw.png) no-repeat 0px -1px}';
  432.  
  433. $('head').append('<style>' + css + '</style>');
  434.  
  435. });
  436. $(document).ready(function(){
  437.  
  438. var css = 'img.mceSmilieSprite.mceSmilie371{width:32px;height:30px;background:url(http://i.imgur.com/5hz4ezt.png) no-repeat 0px -1px}';
  439.  
  440. $('head').append('<style>' + css + '</style>');
  441.  
  442. });
  443. $(document).ready(function(){
  444.  
  445. var css = 'img.mceSmilieSprite.mceSmilie372{width:32px;height:30px;background:url(http://i.imgur.com/7nEJjfk.png) no-repeat 0px -1px}';
  446.  
  447. $('head').append('<style>' + css + '</style>');
  448.  
  449. });
  450. $(document).ready(function(){
  451.  
  452. var css = 'img.mceSmilieSprite.mceSmilie373{width:32px;height:30px;background:url(http://i.imgur.com/cU0BivV.png) no-repeat 0px -1px}';
  453.  
  454. $('head').append('<style>' + css + '</style>');
  455.  
  456. });
  457. $(document).ready(function(){
  458.  
  459. var css = 'img.mceSmilieSprite.mceSmilie374{width:32px;height:30px;background:url(http://i.imgur.com/Mg0TeET.png) no-repeat 0px -1px}';
  460.  
  461. $('head').append('<style>' + css + '</style>');
  462.  
  463. });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址