Theme Noel

enter something useful

  1. // ==UserScript==
  2. // @name Theme Noel
  3. // @namespace http://www.worldaide.fr/*
  4. // @version 1.7.1
  5. // @description enter something useful
  6. // @author Marentdu93
  7. // @match http://www.worldaide.fr/*
  8. // @grant none
  9. // ==/UserScript==
  10. $('#logo img').remove();
  11. $('#logo').append('<a href="worldaide.fr/"><span></span><img src="http://i.imgur.com/Y1mjeUZ.png" width="170" height="120" alt="Logo du forum sur les jeux vidéos WorldAide"></a>')
  12. $(document).ready(function(){
  13.  
  14. var css = '#header{background:url(http://www.worldaide.fr/styles/brivium/iron/xenforo/logo.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:#f81006;_filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F147ABF,endColorstr=#7F147ABF);border-color: #f81006;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: #f81006;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: #f81006;}';
  57. $('head').append('<style>' + css + '</style>');
  58. });
  59. $(document).ready(function(){
  60.  
  61. 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}';
  62.  
  63. $('head').append('<style>' + css + '</style>');
  64. });
  65. $(document).ready(function(){
  66.  
  67. var css = '.primaryContent a{color:#FF0000}';
  68.  
  69. $('head').append('<style>' + css + '</style>');
  70. });
  71. $(document).ready(function(){
  72.  
  73. var css = '.message .publicControls .Author:hover{-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;color:#090100;-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)}';
  74.  
  75. $('head').append('<style>' + css + '</style>');
  76. });
  77. $(document).ready(function(){
  78.  
  79. 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}';
  80.  
  81. $('head').append('<style>' + css + '</style>');
  82. });
  83. $(document).ready(function(){
  84.  
  85. 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)}';
  86.  
  87. $('head').append('<style>' + css + '</style>');
  88. });
  89. $(document).ready(function(){
  90.  
  91. var css = '.titleBar h1{color:#090100}';
  92.  
  93. $('head').append('<style>' + css + '</style>');
  94.  
  95. });
  96. $(document).ready(function(){
  97.  
  98. var css = '.buttonScroll:before{font-family:"FontAwesome";color:#FFF;background: #090100;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}';
  99.  
  100. $('head').append('<style>' + css + '</style>');
  101.  
  102. });
  103. $(document).ready(function(){
  104.  
  105. var css = '#taigachat_box{height:300px;border:1px solid #090007;padding:5px;margin:5px -2px 0 -2px;overflow:auto;overflow-y:scroll;font-size:11px;background: #090007 url("http://i.imgur.com/uU9AypH.jpg") center no-repeat;-webkit-text-size-adjust:none}';
  106.  
  107. $('head').append('<style>' + css + '</style>');
  108.  
  109. });
  110. $(document).ready(function(){
  111.  
  112. 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}';
  113.  
  114. $('head').append('<style>' + css + '</style>');
  115.  
  116. });
  117.  
  118.  
  119.  
  120.  
  121. $(document).ready(function(){
  122.  
  123. 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);}';
  124.  
  125. $('head').append('<style>' + css + '</style>');
  126.  
  127. });
  128.  
  129.  
  130.  
  131.  
  132.  
  133. $(document).ready(function(){
  134.  
  135. var css = '.bbCodeQuote{border-color: rgba(206, 12, 38, 0.79);}';
  136.  
  137. $('head').append('<style>' + css + '</style>');
  138.  
  139. });
  140.  
  141. $(document).ready(function(){
  142.  
  143. var css = '.button.primary{background-color: #090007;background-image:none;color:white;text-shadow:none}';
  144.  
  145. $('head').append('<style>' + css + '</style>');
  146.  
  147. });
  148.  
  149. $(document).ready(function(){
  150.  
  151. var css = '.button.primary:hover{background-color:#C16370;background-image:none;color:white;border:none!important}';
  152.  
  153. $('head').append('<style>' + css + '</style>');
  154.  
  155. });
  156. $(document).ready(function(){
  157.  
  158. var css = '.secondaryContent a{color: #FF0000;}';
  159.  
  160. $('head').append('<style>' + css + '</style>');
  161.  
  162. });
  163. $(document).ready(function(){
  164.  
  165. var css = '.Popup .PopupControl:hover,.Popup.PopupContainerControl:hover{color:#FF0000;text-decoration:none}}';
  166.  
  167. $('head').append('<style>' + css + '</style>');
  168.  
  169. });
  170.  
  171. $(document).ready(function(){
  172.  
  173. 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}';
  174.  
  175. $('head').append('<style>' + css + '</style>');
  176.  
  177. });
  178. $(document).ready(function(){
  179.  
  180. var css = '::-webkit-scrollbar-thumb:hover{background:#FF0000}';
  181.  
  182. $('head').append('<style>' + css + '</style>');
  183.  
  184. });
  185. $(document).ready(function(){
  186.  
  187. var css = '.helpSideBar a:hover{background-image:none;color:#FF0000!important}';
  188.  
  189. $('head').append('<style>' + css + '</style>');
  190.  
  191. });
  192.  
  193. $(document).ready(function(){
  194.  
  195. var css = '.message .publicControls a.ReplyQuote:hover{text-decoration:none!important;color: #090007;}';
  196.  
  197. $('head').append('<style>' + css + '</style>');
  198.  
  199. });
  200. $(document).ready(function(){
  201.  
  202. var css = '.message .publicControls a.MultiQuoteControl:hover{text-decoration:none!important;color:#090007}';
  203.  
  204. $('head').append('<style>' + css + '</style>');
  205.  
  206. });
  207. $(document).ready(function(){
  208.  
  209. var css = '.xenOverlay .section,.xenOverlay .sectionMain{padding:0px;border:5px solid #090007;-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)}';
  210.  
  211. $('head').append('<style>' + css + '</style>');
  212.  
  213. });
  214.  
  215. $(document).ready(function(){
  216.  
  217. 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}';
  218.  
  219. $('head').append('<style>' + css + '</style>');
  220.  
  221. });
  222. $(document).ready(function(){
  223.  
  224. 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}';
  225.  
  226. $('head').append('<style>' + css + '</style>');
  227.  
  228. });
  229.  
  230.  
  231.  
  232. $(document).ready(function(){
  233.  
  234. 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}';
  235.  
  236. $('head').append('<style>' + css + '</style>');
  237.  
  238. });
  239. $(document).ready(function(){
  240.  
  241. 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}';
  242.  
  243. $('head').append('<style>' + css + '</style>');
  244.  
  245. });
  246. $(document).ready(function(){
  247.  
  248. var css = '.sharePage .textHeading{color: #FF0000!important;border-bottom: 1px dotted #FF0000;}';
  249.  
  250. $('head').append('<style>' + css + '</style>');
  251.  
  252. });
  253. $(document).ready(function(){
  254.  
  255. var css = 'img.mceSmilieSprite.mceSmilie375{width:27px;height:26px;background: url(http://i.imgur.com/WO4PUrf.png) no-repeat 0px -518px;}';
  256.  
  257. $('head').append('<style>' + css + '</style>');
  258.  
  259. });
  260. $(document).ready(function(){
  261.  
  262. var css = 'img.mceSmilieSprite.mceSmilie171{width:30px;height:25px;background:url(http://i.imgur.com/q5wHhxb.png) no-repeat 0px -1px}';
  263.  
  264. $('head').append('<style>' + css + '</style>');
  265.  
  266. });
  267. $(document).ready(function(){
  268.  
  269. var css = 'img.mceSmilieSprite.mceSmilie129{width:25px;height:25px;background: url(http://i.imgur.com/NtH1bBU.png) no-repeat 0px 3px;}';
  270.  
  271. $('head').append('<style>' + css + '</style>');
  272.  
  273. });
  274. $(document).ready(function(){
  275.  
  276. var css = 'img.mceSmilieSprite.mceSmilie346{width: 40px;height: 33px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -100px;}';
  277.  
  278. $('head').append('<style>' + css + '</style>');
  279.  
  280. });
  281. $(document).ready(function(){
  282.  
  283. var css = 'img.mceSmilieSprite.mceSmilie365{width: 40px;height: 33px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px 1px;}';
  284.  
  285. $('head').append('<style>' + css + '</style>');
  286.  
  287. })
  288. ;$(document).ready(function(){
  289.  
  290. var css = 'img.mceSmilieSprite.mceSmilie348{width: 45px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -36px;}';
  291.  
  292. $('head').append('<style>' + css + '</style>');
  293.  
  294. })
  295. ;$(document).ready(function(){
  296.  
  297. var css = 'img.mceSmilieSprite.mceSmilie366{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -70px;}';
  298.  
  299. $('head').append('<style>' + css + '</style>');
  300.  
  301. })
  302. ;$(document).ready(function(){
  303.  
  304. var css = 'img.mceSmilieSprite.mceSmilie349{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -173px;}';
  305.  
  306. $('head').append('<style>' + css + '</style>');
  307.  
  308. })
  309. ;$(document).ready(function(){
  310.  
  311. var css = 'img.mceSmilieSprite.mceSmilie360{width: 40px;height: 30px;background: url(http://i.imgur.com/y7eMaRl.png) no-repeat 0px -138px;}';
  312.  
  313. $('head').append('<style>' + css + '</style>');
  314.  
  315. });
  316. $(document).ready(function(){
  317.  
  318. 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;}';
  319.  
  320. $('head').append('<style>' + css + '</style>');
  321.  
  322. });
  323. $(document).ready(function(){
  324.  
  325. var css = 'img.mceSmilieSprite.mceSmilie293{width: 40px;height: 30px;background: url(http://i.imgur.com/CMFp68g.png) no-repeat 0px -1px;}';
  326.  
  327. $('head').append('<style>' + css + '</style>');
  328.  
  329. });
  330. $(document).ready(function(){
  331.  
  332. var css = 'img.mceSmilieSprite.mceSmilie344{width: 30px;height: 28px;background: url(http://i.imgur.com/L27qHL8.png) no-repeat 0px -3px;}';
  333.  
  334. $('head').append('<style>' + css + '</style>');
  335.  
  336. });
  337. $(document).ready(function(){
  338.  
  339. var css = 'img.mceSmilieSprite.mceSmilie337{width: 30px;height: 30px;background: url(http://i.imgur.com/Vz6GpZQ.png) no-repeat 0px -1px;}';
  340.  
  341. $('head').append('<style>' + css + '</style>');
  342.  
  343. });
  344. $(document).ready(function(){
  345.  
  346. var css = 'img.mceSmilieSprite.mceSmilie345{width: 30px;height: 30px;background: url(http://i.imgur.com/iXJPy2l.png) no-repeat 0px -1px;}';
  347.  
  348. $('head').append('<style>' + css + '</style>');
  349.  
  350. });
  351. $(document).ready(function(){
  352.  
  353. var css = 'img.mceSmilieSprite.mceSmilie347{width: 32px;height: 30px;background: url(http://i.imgur.com/9u572pj.png) no-repeat 0px -1px;}';
  354.  
  355. $('head').append('<style>' + css + '</style>');
  356.  
  357. });
  358. $(document).ready(function(){
  359.  
  360. var css = 'img.mceSmilieSprite.mceSmilie350{width: 32px;height: 30px;background: url(http://i.imgur.com/2M4coEw.png) no-repeat 0px -1px;}';
  361.  
  362. $('head').append('<style>' + css + '</style>');
  363.  
  364. });
  365. $(document).ready(function(){
  366.  
  367. var css = 'img.mceSmilieSprite.mceSmilie388{width: 30px;height: 30px;background: url(http://i.imgur.com/bB7snne.png) no-repeat 0px -1px;}';
  368.  
  369. $('head').append('<style>' + css + '</style>');
  370.  
  371. });
  372. $(document).ready(function(){
  373.  
  374. 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}';
  375.  
  376. $('head').append('<style>' + css + '</style>');
  377.  
  378. });
  379. $(document).ready(function(){
  380.  
  381. var css = 'img.mceSmilieSprite.mceSmilie361{width:32px;height:30px;background:url(http://i.imgur.com/djFprTl.png) no-repeat 0px -1px}';
  382.  
  383. $('head').append('<style>' + css + '</style>');
  384.  
  385. });
  386. $(document).ready(function(){
  387.  
  388. var css = 'img.mceSmilieSprite.mceSmilie362{width:32px;height:30px;background:url(http://i.imgur.com/yeSe8ZA.png) no-repeat 0px -1px}';
  389.  
  390. $('head').append('<style>' + css + '</style>');
  391.  
  392. });
  393. $(document).ready(function(){
  394.  
  395. var css = 'img.mceSmilieSprite.mceSmilie363{width:32px;height:30px;background:url(http://i.imgur.com/EP6e7xb.png) no-repeat 0px -1px}';
  396.  
  397. $('head').append('<style>' + css + '</style>');
  398.  
  399. });
  400. $(document).ready(function(){
  401.  
  402. var css = 'img.mceSmilieSprite.mceSmilie364{width:32px;height:30px;background:url(http://i.imgur.com/VMuEGoo.png) no-repeat 0px -1px}';
  403.  
  404. $('head').append('<style>' + css + '</style>');
  405.  
  406. });
  407. $(document).ready(function(){
  408.  
  409. var css = 'img.mceSmilieSprite.mceSmilie367{width:32px;height:30px;background:url(http://i.imgur.com/Q23449Y.png) no-repeat 0px -1px}';
  410.  
  411. $('head').append('<style>' + css + '</style>');
  412.  
  413. });
  414. $(document).ready(function(){
  415.  
  416. var css = 'img.mceSmilieSprite.mceSmilie368{width:32px;height:30px;background:url(http://i.imgur.com/jW0MQEx.png) no-repeat 0px -1px}';
  417.  
  418. $('head').append('<style>' + css + '</style>');
  419.  
  420. });
  421. $(document).ready(function(){
  422.  
  423. var css = 'img.mceSmilieSprite.mceSmilie369{width:32px;height:30px;background:url(http://i.imgur.com/4JJGbUn.png) no-repeat 0px -1px}';
  424.  
  425. $('head').append('<style>' + css + '</style>');
  426.  
  427. });
  428. $(document).ready(function(){
  429.  
  430. var css = 'img.mceSmilieSprite.mceSmilie370{width:32px;height:30px;background:url(http://i.imgur.com/9EH3QOw.png) no-repeat 0px -1px}';
  431.  
  432. $('head').append('<style>' + css + '</style>');
  433.  
  434. });
  435. $(document).ready(function(){
  436.  
  437. var css = 'img.mceSmilieSprite.mceSmilie371{width:32px;height:30px;background:url(http://i.imgur.com/5hz4ezt.png) no-repeat 0px -1px}';
  438.  
  439. $('head').append('<style>' + css + '</style>');
  440.  
  441. });
  442. $(document).ready(function(){
  443.  
  444. var css = 'img.mceSmilieSprite.mceSmilie372{width:32px;height:30px;background:url(http://i.imgur.com/7nEJjfk.png) no-repeat 0px -1px}';
  445.  
  446. $('head').append('<style>' + css + '</style>');
  447.  
  448. });
  449. $(document).ready(function(){
  450.  
  451. var css = 'img.mceSmilieSprite.mceSmilie373{width:32px;height:30px;background:url(http://i.imgur.com/cU0BivV.png) no-repeat 0px -1px}';
  452.  
  453. $('head').append('<style>' + css + '</style>');
  454.  
  455. });
  456. $(document).ready(function(){
  457.  
  458. var css = 'img.mceSmilieSprite.mceSmilie374{width:32px;height:30px;background:url(http://i.imgur.com/Mg0TeET.png) no-repeat 0px -1px}';
  459.  
  460. $('head').append('<style>' + css + '</style>');
  461.  
  462. });

QingJ © 2025

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