decembre

Userscripts.org WideScreen Dark and Gray V.11 (USw)

Sep 10th, 2019 (edited)
6,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 144.70 KB | None | 0 0
  1.  
  2. /* ==== Userscripts-mirror WideScreen Dark and Gray v.11 (new11) ==== */
  3.  
  4. /* ==== USERSCRIPTS - PERSO TWEAK 2
  5. need Userscripts.org Source Code Line Numbers
  6. By Cletus : http://userscripts.org/scripts/show/95658
  7. http://userscripts-mirror.org/scripts/show/95658.html (not mirror)
  8.  
  9. ==== */
  10.  
  11. @-moz-document
  12. url-prefix('https://userscripts.org/'),
  13. domain("userscripts.org") ,
  14. domain("184.106.198.177") ,
  15. domain("userscripts-mirror.org"),
  16. domain("webextender.net")  {
  17.  
  18. /* (new10) SUPP - ICON INVALIDES - === */
  19. img[src^="//s3.amazonaws.com/uso_ss/"] {
  20.     display: none;
  21. }
  22.  
  23. /* (new10) SCRIPT INSTAL PAGE - DESCRIPTION TABLE IN IT (2 columns) -
  24. http://userscripts-mirror.org/scripts/show/69725
  25. === */
  26. #full_description>table>tbody>tr>td:last-of-type {
  27. position: relative !important;
  28. display: inline-block !important;
  29.     width: 494px !important;
  30. z-index: 5000 !important;
  31. }
  32. #full_description>table>tbody>tr>td:last-of-type:hover {
  33. display: inline-block !important;
  34.     width: 100% !important;
  35. background: black !important;
  36. }
  37. #full_description>table>tbody>tr>td:last-of-type >table  {
  38. display: inline-block !important;
  39.     width: 50% !important;
  40. width: 494px !important;
  41. overflow: hidden !important;
  42. }
  43. #full_description>table>tbody>tr>td:hover:last-of-type >table  {
  44. display: inline-block !important;
  45. width: 100% !important;
  46. overflow: visible !important;
  47.  
  48. }
  49.  
  50.  
  51. /* (new7) FORUM - TOPIC - EDIT / RELPLY Buttons - === */
  52. a.utility[onclick="ReplyForm.init(); return false;"] {
  53. background: black ! important;
  54. color: gold ! important;
  55. }
  56. a.utility[onclick="ReplyForm.init(); return false;"] ,
  57. #content p .edit a.utility {
  58. padding: 1px 3px ! important;
  59. border-radius: 5px ! important;
  60. background: #333333 ! important;
  61. color: gold ! important;
  62. }
  63.  
  64. /* (new5) GMM - "Show authors on scripts page" By rAthur -
  65. http://userscripts-mirror.org/scripts/show/162803
  66. === */
  67. .script-meat>span {
  68.     color: peru ! important;
  69.     left: 65px !important;
  70.     margin-top: -11px !important;
  71.     position: absolute !important;
  72. }
  73. #home-favorites .script-meat>span ,
  74. #users-scripts .script-meat>span {
  75.     color: peru ! important;
  76.     left: 205px !important;
  77.     margin-top: -11px !important;
  78.     position: absolute !important;
  79. }
  80. .script-meat>em a {
  81.     position: absolute !important;
  82.     display: inline-block ! important;
  83.     float: none ! important;
  84.     width: 20px ! important;
  85.     height: 20px ! important;
  86.     color: transparent ! important;
  87.     left: 5px !important;
  88.     margin-top: -10px ! important;
  89.     font-size: 15px ! important;
  90.     overflow: hidden ! important;
  91. }
  92. .script-meat>em a:hover {
  93.     overflow: visible! important;
  94. }
  95. .script-meat>em a:before {
  96.     content: "X" ! important;
  97.     font-size: 10px ! important;
  98.     color: red ! important;
  99.     position: absolute !important;
  100.     display: inline-block ! important;
  101.     width: 20px ! important;
  102.     height: 20px ! important;
  103.     margin-top: 5px ! important;
  104.     cursor: pointer ! important;
  105. }
  106. .script-meat>em a:hover:before {
  107.     content: "remove" ! important;
  108.     font-size: 15px ! important;
  109.     color: red ! important;
  110.     position: absolute !important;
  111.     display: inline-block ! important;
  112.     width: 200px ! important;
  113.     height: 20px ! important;
  114.     margin-top: 5px ! important;
  115.     cursor: pointer ! important;
  116.     overflow: visible ! important;
  117. }
  118.  
  119. /* (new5) GM "SCAM FILTER" - SCRIPTS LIST PAGES - - FLOAT HEADER -
  120. VOIR compatibility with GM "Show author name" : option Continious Scroll (
  121. */
  122. .floater {
  123.     left: 50%;
  124.     margin-left: -704px !important;
  125.     position: fixed;
  126.     width: 1300px !important;
  127.     z-index: 50;
  128. }
  129. #scripts-index .floater {
  130.     left: 50%;
  131.     margin-left: -704px !important;
  132.     position: fixed;
  133.     width: 1224px !important;
  134.     z-index: 50;
  135. }
  136. #users-scripts.users .floater {
  137.     left: 50% ! important;
  138.     margin-left: -503px !important;
  139.     position: fixed;
  140.     width: 1158px !important;
  141.     z-index: 50;
  142. }
  143. /* #users-scripts.users .floater table.wide th.la:nth-child(1) {
  144.     display: inline-block !important;
  145.     margin-left: 201px !important;
  146.     position: relative !important;
  147.     width: 81.3% !important;
  148. } */
  149. /* .la.floated:nth-child(2) {
  150.     width: 6.3% !important;
  151. }
  152. .la.floated:nth-child(3) {
  153.     width: 4.85% !important;
  154. }
  155. .la.floated:nth-child(4) {
  156.     width: 4.4% !important;
  157. }
  158. .la.floated:nth-child(5) {
  159.     width: 4.7% !important;
  160. } */
  161. .la.floated:nth-last-child(1) {
  162.     width: 9.2% !important;
  163. }
  164. .la.floated:nth-last-child(2) {
  165.     width: 5.64% !important;
  166. }
  167. .la.floated:nth-last-child(3) {
  168.     width: 4.4% !important;
  169. }
  170. .la.floated:nth-last-child(4) {
  171.     width: 4.8% !important;
  172. }
  173. .la.floated:nth-last-child(5) {
  174.     width: 7.15% !important;
  175. }
  176. /* .la.floated:nth-last-child(6) {
  177.     width: 50% !important;
  178. } */
  179. /* .floater[hidden="hidden"] .la.floated a.autoToggle  , */
  180.  table.wide tbody tr th.la a.autoToggle ,
  181. .floater .la.floated a.autoToggle {
  182.     background: green ! important;
  183.     color: gold ! important;
  184.     padding: 1px 5px ! important;
  185. }
  186. /* GROUPS */
  187. /*  #groups-scripts.groups .floater +div#root table.wide tbody tr th.la  .working ,
  188. #groups-scripts.groups .floater +div#root table.wide tbody tr th.la a.autoToggle   */
  189.  
  190.  #groups-scripts.groups .floater +div#root table.wide tbody tr th.la:not([width="60px"]):not([width="1%"]):not([width="12%"]){
  191.     color: #CD853F !important;
  192.     font-size: 0px !important;
  193. }
  194. #groups-scripts.groups .floater +div#root table.wide tbody tr th.la:not([width="60px"]):not([width="1%"]):not([width="12%"]) a:not(.autoToggle) {
  195.     color: #CD853F !important;
  196.     font-size: 15px !important;
  197.     position: relative !important;
  198.     display: inline-block !important;
  199.     width: 169px !important;
  200. top: 23px ! important;
  201. }
  202.  #groups-scripts.groups .floater +div#root table.wide tbody tr th.la:not([width="60px"]):not([width="1%"]):not([width="12%"]) a:not([href$="sort=name"])  {
  203.     position: relative !important;
  204.     display: inline-block !important;
  205.     width: 169px !important;
  206.     left: -500px !important;
  207.     color: #CD853F !important;
  208.     font-size: 15px !important;
  209. }
  210.  #groups-scripts.groups .floater +div#root table.wide tbody tr th.la:not([width="60px"]):not([width="1%"]):not([width="12%"]) span {
  211.     position: relative !important;
  212.     display: inline-block !important;
  213. /*     margin-left: -200px !important; */
  214.     top: -24px ! important;
  215.     left: -300px ! important;
  216.     width: auto !important;
  217.     color: #CD853F !important;
  218.     font-size: 15px !important;
  219. }
  220. /* TXT "Suspected Scam" */
  221. .script-meat>span[style*="line-height: 50%"] ,
  222. .script-meat>span[style*="color:darkred"] {
  223.     color: #CD1E1E !important;
  224.     left: 155px !important;
  225.     margin-top: -5px !important;
  226.     position: absolute !important;
  227. }
  228. /* TABLE */
  229. /* #main table.wide tbody {
  230.   width: 100% ! important;
  231.   min-width: 55% ! important;
  232.   max-width: 55% ! important;
  233. } */
  234. /* SRIPTS NAME Column */
  235. .script-meat {
  236.     border-right: 0 none;
  237.     padding-right: 5px;
  238.     padding-top: 7px;
  239. width: 100% !important;
  240.     max-width: 650px !important;
  241.     min-width: 650px !important;
  242. }
  243. #users-scripts .script-meat {
  244.     padding-right: 5px;
  245.     padding-top: 7px;
  246.     width: 100% !important;
  247.     max-width: 600px !important;
  248.     min-width: 600px !important;
  249. }
  250. .script-meat .desc {
  251. /*     border-right: 0 none;
  252.     padding-right: 5px;
  253.     padding-top: 7px;
  254.     width: 100% !important; */
  255.     max-width: 600px !important;
  256.     min-width: 600px !important;
  257. }
  258.  
  259. /* (new5) ISSUES PAGES - === */
  260. #scripts-issues #content>table>tbody>tr:first-of-type>th[colspan="2"] {
  261.     width: 500px !important;
  262.     color: peru! important;
  263. }
  264. #scripts-issues #content>table>tbody>tr>td:first-of-type abbr {
  265.     font-weight: bold! important;
  266.     color: peru! important;
  267. }
  268. #scripts-issues #content>table>tbody>tr>td:nth-child(2){
  269.     width: 200px !important;
  270.     color: peru! important;
  271. }
  272. /* (new11) */
  273. #issues .comments {
  274.     position: relative! important;
  275. display: inline-block !important;
  276. float: right !important;
  277.     clear: both !important;
  278. /*     float: none !important;
  279.     clear: none !important; */
  280.     width: 640px! important;
  281.     height: auto !important;
  282.     left: -85px! important;
  283.     margin: 0 0 -10px 0 !important;
  284. /*     padding: 5px 10px 30px !important; */
  285.     padding: 0px 10px 0 30px !important;
  286.     background: black !important;
  287.     border: 1px solid #808080 !important;
  288. }
  289. #issues .comments h4 {
  290.     font-size: 1.3em;
  291.     margin: 0 0 10px 0 !important;
  292.     padding: 0;
  293. }
  294.  
  295. #issues .votes {
  296.     position: relative! important;
  297.     display: inline-block !important;
  298.     float: right !important;
  299.     clear: both !important;
  300.     width: 300px! important;
  301.     left: 220px! important;
  302.     top: 140px! important;
  303.     margin-top: -140px !important;
  304.     padding: 0;
  305.     text-align: left;
  306. }
  307. #issues .comments .about,
  308. #issues .comments .comment {
  309.     background: black!important;
  310.     border: 1px solid #CD853F !important;
  311.     margin: 0 20px;
  312.     padding: 5px !important;
  313. }
  314. #issues .comments .about {
  315.     background: black !important;
  316.     border: 1px solid #CD853F !important;
  317.     border-bottom: 1px solid gray ! important;
  318. display: inline-block !important;
  319. vertical-align: top !important;
  320. height: 3vh !important;
  321. line-height: 15px  !important;
  322. width: 95% !important;
  323.     margin: -10px 0 0 0 ! important;
  324.     padding: 5px 5px 5px 25px !important;
  325. text-align: left !important;
  326. }
  327. #issues .comments .about img {
  328. /* display: inline-block !important; */
  329. float: left  !important;
  330. vertical-align: top !important;
  331. height: 3vh !important;
  332. width: 30px !important;
  333.     margin: 0px 10px 0 -20px ! important;
  334. }
  335. #issues .comments .about a {
  336. display: inline-block !important;
  337. vertical-align: top !important;
  338. height: 1vh !important;
  339. width: 95% !important;
  340. }
  341.  
  342.  
  343. #issues .comments .comment {
  344.     background: #222222 !important;
  345.     border: 1px solid #CD853F !important;
  346.     border-top: 1px solid gray ! important;
  347.     margin: 0 0 1.5vh 0 ! important;
  348.     padding: 1px 5px !important;
  349. }
  350.  
  351. #issues .comments form textarea {
  352.     display: inline-block! important;
  353.    width: 500px! important;
  354.    height: 100px! important;
  355.    min-width: 150px! important;
  356.    min-height: 50px! important;
  357.    max-width: 500px! important;
  358.    max-height: 500px! important;
  359. }
  360.  
  361. /* (new5) WITHOUT GM - CODE SOURCE COUNT NUMBER - === */
  362. #home-topics #content {
  363.     overflow-x: auto;
  364.     width: 110% !important;
  365. }
  366.  
  367. /* (new5) GM "Follow-up" - === */
  368. /*#home-favorites.home */p[id*="new"]{
  369. /*    position: absolute !important;*/
  370.     position: relative !important;
  371.     display: inline-block !important;
  372. /*    float: left !important;*/
  373. /*    float: right !important;
  374.     clear: both !important;*/
  375.     width: 253px !important;
  376.     height: auto !important;
  377.     margin-top: -100px !important;
  378. /*    margin-top: 10px !important;*/
  379. /*    margin-bottom: 50px !important;*/
  380. /*    bottom: 50px !important;*/
  381.     margin-left: 1139px !important;
  382.     padding: 5px !important;
  383.  
  384.     top: 100px !important;
  385.     border: 1px solid red !important;
  386.     color: peru !important;
  387. }
  388. /*#home-favorites.home */p[id*="new"] strong {
  389. /*    position: relative !important;
  390.     position: absolute !important;*/
  391.     display: inline-block !important;
  392. /*    float: left !important;
  393.     clear: both !important;*/
  394.     width: 215px !important;
  395. /*    height: auto !important;*/
  396. /*    margin-top: -13px !important;*/
  397. /*    top: 10px !important;*/
  398. /*    margin-bottom: 50px !important;*/
  399. /*    bottom: 50px !important;*/
  400. /*    margin-left: -439px !important;*/
  401. /*    padding: 5px !important;*/
  402.  
  403.    /* top: -260px !important;*/
  404. /*    border: 1px solid red !important;*/
  405. color: red !important;
  406. }
  407. /*#home-favorites.home */p[id*="new"] span {
  408. /*    position: relative !important;*/
  409. /*    position: absolute !important;*/
  410.     display: inline-block !important;
  411. /*    float: none !important;*/
  412. /*    float: left !important;
  413.     clear: both !important;*/
  414. /*    width: 100% !important;
  415.     width: 30px !important;*/
  416. /*    min-width: 80px !important;
  417.     max-width: 115px !important;*/
  418. /*    height: auto !important;*/
  419. /*    margin-top: -13px !important;*/
  420. /*    top: 10px !important;*/
  421. /*    margin-bottom: 50px !important;*/
  422. /*    bottom: 50px !important;*/
  423. /*    margin-left: -439px !important;*/
  424. /*    padding: 5px !important;*/
  425.  
  426.    /* top: -260px !important;*/
  427. /*    border: 1px solid red !important;*/
  428. color: transparent !important;
  429. }
  430. /*#home-favorites.home */p[id*="new"] span a {
  431.     display: inline-block !important;
  432.     overflow: hidden !important;
  433.     text-overflow: ellipsis !important;
  434.     white-space: nowrap;
  435.     max-width: 214px !important;
  436.     padding: 0 2px !important;
  437. }
  438. /*#home-favorites.home */p[id*="new"] span strong {
  439.     position: relative !important;
  440.     position: absolute !important;
  441.     display: inline-block !important;
  442.     float: none !important;
  443. /*    float: left !important;
  444.     clear: both !important;*/
  445. /*    width: 100% !important;
  446.     width: 30px !important;*/
  447. /*    min-width: 80px !important;
  448.     max-width: 115px !important;*/
  449. /*    height: auto !important;*/
  450. /*    margin-top: -13px !important;*/
  451. /*    top: 10px !important;*/
  452. /*    margin-bottom: 50px !important;*/
  453. /*    bottom: 50px !important;*/
  454. /*    margin-left: -439px !important;*/
  455. /*    padding: 5px !important;*/
  456.  
  457.    /* top: -260px !important;*/
  458. /*    border: 1px solid red !important;*/
  459.     color: violet !important;
  460. }
  461.  
  462.  
  463.  
  464. /* (new5) A VOIR - NOTICE MESSAGE - GENERAL - TXT "Welcome Back !" - === */
  465. .notice {
  466.     position: absolute !important;
  467.     top: -159px !important;
  468.     left: -246px !important;
  469.     padding: 5px;
  470.     background: #DDFFCC;
  471.     border: 1px solid #CCDDAA;
  472.     line-height: 8px !important;
  473. }
  474. /* (new5) POSTS (#users-posts) - SPAM REPORT MESSAGE SUCCES -
  475. .feedback, .error, .alert, .notice, .success, .info
  476. === */
  477. #users-posts .notice {
  478.   position: fixed !important;
  479.   display: inline-block !important;
  480.   width: 150px !important;
  481.   height: 50px !important;
  482.   line-height: 24px !important;
  483.   left: 300px !important;
  484.   margin-top: 400px !important;
  485.   padding: 5px;
  486.   background: none repeat scroll 0 0 #DDFFCC;
  487.   border: 1px solid #CCDDAA;
  488.   z-index: 200 !important;
  489. }
  490. #users-posts .notice span {
  491. /*   background: url("/images/tick_circle.png") no-repeat scroll left center transparent; */
  492.   padding-left: 20px;
  493.   line-height: 14px !important
  494. }
  495.  
  496. /* (new6) POSTS SEARCH  (#posts-search) - SPAM REPORT MESSAGE SUCCES -
  497. http://userscripts.org/posts/search?page=72&q= (not mirror)
  498. === */
  499. #posts-search .notice {
  500.   position: fixed !important;
  501.   display: inline-block !important;
  502.   width: 200px !important;
  503.   height: auto !important;
  504.   line-height: 24px !important;
  505.   left: 5px !important;
  506.   margin-top: 300px !important;
  507.   padding: 5px;
  508.   background: none repeat scroll 0 0 #DDFFCC;
  509.   border: 1px solid #CCDDAA;
  510.   z-index: 200 !important;
  511. }
  512.  
  513. /* (new6) REVIEW  (#scripts-reviews) - SPAM REPORT MESSAGE SUCCES -
  514. http://userscripts-mirror.org/scripts/reviews/154858?page=2
  515. === */
  516. #scripts-reviews .notice {
  517.   position: fixed !important;
  518.   display: inline-block !important;
  519.   width: 400px !important;
  520.   height: auto !important;
  521.   line-height: 24px !important;
  522.   left: 5px !important;
  523.   margin-top: 400px !important;
  524.   padding: 5px;
  525.   background: none repeat scroll 0 0 #DDFFCC;
  526.   border: 1px solid #CCDDAA;
  527.   z-index: 200 !important;
  528. }
  529. /* (new6) FORUM TOPICS (#topics-show) - SPAM REPORT MESSAGE SUCCES -
  530. http://userscripts-mirror.org/scripts/reviews/154858?page=2
  531. === */
  532. #topics-show .notice {
  533.   position: fixed !important;
  534.   display: inline-block !important;
  535. width: 225px !important;
  536.   height: auto !important;
  537.   line-height: 24px !important;
  538.   left: 5px !important;
  539. margin-top: 450px !important;
  540.   padding: 5px;
  541.   background: none repeat scroll 0 0 #DDFFCC;
  542.   border: 1px solid #CCDDAA;
  543.   z-index: 200 !important;
  544. }
  545.  
  546. /* (new7) NOTICE MESSAGE - SCRIPT PAGE(#scripts-review.scripts) - TXT "There are XX previous versions of this script" - === */
  547. #scripts-review.scripts .notice {
  548.     position: absolute !important;
  549. display: inline-block ! important;
  550.     width: 600px !important;
  551.     top: -56px !important;
  552.     left: 150px !important;
  553.     padding: 1px ! important;
  554.     line-height: 18px !important;
  555.     background: #DDFFCC;
  556.     border: 1px solid #CCDDAA;
  557. z-index: 500 ! important;
  558. }
  559.  
  560. /* (new5) A VOIR - NOTICE MESSAGE - SCRIPT PAGE - VERSION(#scripts-versions) - TXT "Versions Diff  work in progress..."" - === */
  561. #scripts-versions #content p.notice {
  562.     position: absolute !important;
  563.     width: 300px !important;
  564.     top: 0px !important;
  565.     left: 720px !important;
  566.     padding: 5px;
  567.     line-height: 20px !important;
  568.     background: #DDFFCC;
  569.     border: 1px solid #CCDDAA;
  570. }
  571. /* (new5) A VOIR - NOTICE MESSAGE - SCRIPT PAGE(#scripts-show ) - RIGHT PANEL - GROUPS - TXT "Added to Group" - === */
  572. #scripts-show #right #script_sidebar #group_status p.notice {
  573.     position: relative !important;
  574.     display: inline-block !important;
  575.  
  576.     top: 0px !important;
  577.     left: 5px !important;
  578. }
  579.  
  580. /* (new5)USER POST - INFOS CONTAINER + ADD POST NUMBER - === */
  581. #users-posts table.posts.wide tr.post.hentry:before {
  582.  
  583.     display: inline-block !important;
  584.     width: 120px !important;
  585.     margin-left: -18px !important;
  586.     margin-bottom: 18px !important;
  587. content:  " (" attr(id) ")" !important;
  588.     border: 1px solid gray !important;
  589. text-align: center !important;
  590. color: peru !important;
  591. }
  592. #users-posts table.posts.wide tr.post.hentry >td:first-of-type {
  593.     border: 1px solid gray !important;
  594.     display: inline-block !important;
  595.     width: 88px !important;
  596.     margin-left: -18px !important;
  597.  
  598.     margin-right: 18px !important;
  599. text-align: center !important;
  600. }
  601.  
  602. /* (new5) GUIDES - TOP/BOTTOM LINKS - === */
  603. #content>p>a[href="#top"] ,
  604. #content>p>a[href="#footer"] {
  605.     display: inline-block !important;
  606.     margin-top: 0;
  607. /*    position: absolute !important;*/
  608. /*    padding: 5px !important;*/
  609.     color: black !important;
  610.     background: peru !important;
  611. }
  612. #content>p>a[href^="#bookmark-"]  {
  613.     display: inline-block !important;
  614.     margin-top: 0;
  615. /*    position: absolute !important;*/
  616. /*    padding: 5px !important;*/
  617.     background: gold !important;
  618. }
  619. /* (new5) - GM "USO - ANCHOR BOOKMARK" - === */
  620. .bookmark {
  621.     position: absolute !important;
  622.     display: inline-block !important;
  623.     float: none !important;
  624.     height: 16px;
  625.     margin-left: -23px !important;
  626.     margin-top: 3px !important;
  627. }
  628. #guides-show #right .bookmark {
  629.     margin-left: -30px !important;
  630.     margin-top: -6px !important;
  631. }
  632. #guides-show #right h3 .bookmark {
  633.     margin-left: -23px !important;
  634.     margin-top: 2px !important;
  635. }
  636. /* (new5) - GM "CODE NUMBERING" - SCRIPT SOURCE CODE - NUMBER COLUMN - === */
  637. #scripts-review.scripts pre#userscripts_org_source_code_line_numbers_0 {
  638.     display: inline-block !important;
  639.     margin-top: 25px !important;
  640. }
  641. /*#guides-show [id^="userscripts_org_source_code_line_numbers"] {
  642. position: relative !important;
  643.     display: inline-block !important;
  644.     font-size: 14px;
  645.     margin-top: 6% !important;
  646.     padding: 5px !important;
  647. }*/
  648.  
  649. /* (new5) A VOIR - GUIDES(#guides-show) - PRE - === */
  650. #guides-show #content>dl>dd>pre{
  651.     display: inline-block !important;
  652.     float: none !important;
  653.     font-size: 14px;
  654.     padding: 5px !important;
  655.     text-align: left !important;
  656. }
  657. /* (new4) -  USER FAV - HEADER - === */
  658. #users-favorites #section {
  659.     height: 87px !important;
  660. }
  661.  
  662. /* (new5) - SCRIPT SEARCH - TAGS BLOCK - === */
  663. #scripts-search #content>p {
  664.     position: absolute !important;
  665.     width: 300px !important;
  666.     height: 750px !important;
  667.     padding: 5px !important;
  668.     right: -340px !important;
  669.     top: -8px !important;
  670.     border: 1px solid gray !important;
  671.     border-radius: 5px !important;
  672.     overflow: hidden !important;
  673.     overflow-y: auto !important;
  674. }
  675. #scripts-search #content>p a:nth-child(odd) {
  676.     text-decoration: none !important;
  677.     padding: 1px 2px !important;
  678.     border-radius: 3px !important;
  679.     background: #1C1C1C !important;
  680.     color: lightslategray !important;
  681. }
  682. #scripts-search #content>p a:nth-child(even) {
  683.     text-decoration: none !important;
  684.     padding: 1px 2px !important;
  685.     border-radius: 3px !important;
  686.     background: #222222 !important;
  687.     color: gray !important;
  688. }
  689. #scripts-search #content>p a:hover {
  690.     text-decoration: none !important;
  691.     padding: 1px 2px !important;
  692.     border-radius: 3px !important;
  693.     background: black !important;
  694.     color: white !important;
  695. }
  696. #scripts-search #content>p a:before {
  697.     content: ">" !important;
  698.     text-decoration: none !important;
  699.     margin-right: 5px !important;
  700.     padding: 1px 2px !important;
  701.     border-radius: 3px !important;
  702.     background: black !important;
  703.     color: white !important;
  704. }
  705. /* (new3) MAIN MENU (GM - MONKEY BARREL)- - === */
  706. .mainmenu-:not(.hid){
  707.     position: absolute !important;
  708.     display: inline-block !important;
  709.     z-index: 200 !important;
  710. }
  711. .usermenu-:not(.hid){
  712.     position: absolute !important;
  713.     display: inline-block !important;
  714.     width: 310px !important;
  715.     top: 18px !important;
  716.     margin-left: -150px !important;
  717.     z-index: 200 !important;
  718. }
  719. .mainmenu- li {
  720.     width: 200px !important;
  721.     height: 22px !important;
  722.     line-height: 22px !important;
  723. /*    margin: -7px 0 0 5px !important;*/
  724. }
  725. .mainmenu- li a {
  726.     display: inline-block !important;
  727.     margin-top: -15px !important;
  728.     margin-bottom: 11px !important;
  729. }
  730.  
  731. /* (new2) CONTAINER - === */
  732. /* A VOIR - GENERAL - CONTAINER - FLOAT NONE -
  733. PB : https://userscripts.org/users/johan
  734.  
  735. #script_sidebar
  736.  === */
  737. /* (new2) CONTAINER - GENERAL */
  738. /*.container {
  739.     position: relative !important;
  740.     display: inline-block !important;
  741.     margin: 5px 200px 0px 250px !important;
  742.     overflow: visible !important;
  743.     width: 100% !important;
  744.     float: none  !important;
  745.     clear: both  !important;
  746. }*/
  747.  
  748. /* (new5) CONTAINER - USER + INDEX + FORUMS SHOW + FORUMS INDEX * TAGS SHOW + TAGS INDEX
  749. + SCRIPTS SHOW + SCRIPTS REVIW + POST SEARCH + TOPICS SHOW - LIST SCRIPTS */
  750. #users-posts .container ,
  751. #scripts-search .container ,
  752. #users-show .container ,
  753. #home-widgets .container ,
  754. #home-settings .container ,
  755. #home-scripts .container ,
  756. #home-favorites .container ,
  757. #home-comments .container ,
  758. #home-topics .container ,
  759. #topics-show .container ,
  760. #posts-search .container ,
  761. #scripts-review .container ,
  762. #scripts-show .container ,
  763. #tags-index .container ,
  764. #tags-show .container ,
  765. #forums-index  .container ,
  766. #forums-show  .container ,
  767. #users-scripts .container  ,
  768. #scripts-index .container {
  769.     position: relative !important;
  770.     display: inline-block !important;
  771.     margin: 5px 200px 0px 250px !important;
  772.     overflow: visible !important;
  773.     width: 1300px !important;
  774. /*    width: 100% !important;*/
  775.     float: none  !important;
  776.     clear: both  !important;
  777. }
  778.  
  779. /*(new5)USER PROFILE (#users-show.users) - MAIN - GENERAL SIZE - === */
  780. #users-show .main {
  781. /*position: relative !important;*/
  782. /*    position: absolute !important;*/
  783.     display: inline-block !important;
  784. /*    float: none !important;*/
  785.     margin-left: -4px !important;
  786.     max-width: 1870px !important;
  787.     min-width: 1870px !important;
  788.     width: 100% !important;
  789.     height: auto !important;
  790.     overflow: visible !important;
  791. }
  792.  
  793. /* (new1)) POST SEARCH - LIST - CONTENT - === */
  794. #posts-search  .container #content {
  795.     position: relative !important;
  796.     display: inline-block !important;
  797.     float: left;
  798.     margin-top: 20px !important;
  799.     width: 100% !important;
  800.     max-width: 960px !important;
  801.     min-width: 960px !important;
  802. }
  803.  
  804. /* (new5) USER POSTS - MAIN MENU - === */
  805. #users-posts #mainmenu {
  806.     margin-right: 0 !important;
  807. }
  808. /* (new5) USER POSTS - MAIN MENU - === */
  809. #users-posts #main {
  810.   display: inline-block !important;
  811.   float: left;
  812.   margin-right: -87px !important;
  813.   padding-left: 20px;
  814.   width: 1150px !important;
  815. }
  816.  
  817. /* (new1) FORUMS SHOW - LIST - CONTENT - === */
  818. #forums-show  .container #content {
  819.     display: inline;
  820.     float: left;
  821.     margin-right: 10px;
  822.     width: 965px !important;
  823. }
  824. /* (new1) FORUMS SHOW - LIST - AUTHOR - === */
  825. #forums-show.forums .c2:not(.ra) small {
  826. /*    background:  red !important;*/
  827.     display: block !important;
  828.     left: 0 !important;
  829. }
  830. #forums-show.forums .c2:not(.ra) small a {
  831. margin-left: 30px !important;
  832.     text-align: left !important;
  833.     color: gold !important;
  834. }
  835.  
  836. /* (new6) - TEST FORUM - LAST UPDATED -
  837. http://userscripts-mirror.org/users/83/scripts (not mirror)
  838. http://userscripts.org/users/83/scripts
  839. === */
  840. .updated {
  841.     color: gold !important;
  842. }
  843.  
  844.  
  845.  
  846.  
  847. /* (new1) ADAPTATION NEW POST GM - === */
  848. #scripts-search.scripts #content p[id^="j2userj"] {
  849.     display: inline-block !important;
  850.     position: relative !important;
  851.     float: right !important;
  852.     width: 450px !important;
  853.     left: 25px !important;
  854. }
  855. /*#scripts-search.scripts #content p[id$="newfans"] {
  856. margin-left: 0 !important;
  857. }*/
  858.  
  859. /* (new1)- ADAPTATION Bulschit Filter Scam Filteers- === */
  860. table.forums tr.filtered.checked td.script-meat[hidden="hidden"] > span + a.title ,
  861. table.forums tr.filtered.checked.scam td.script-meat > span + a.title:after {
  862.     position: absolute !important;
  863.     display: inline-block !important;
  864.     width: auto !important;
  865.     height: 15px !important;
  866.     right: 0px !important;
  867.     padding: 0 !important;
  868.     opacity: 0.6 !important;
  869.     border: none !important;
  870.     font-size: 11px !important;
  871.     z-index: 500 !important;
  872.     background: none !important;
  873.     background-color: transparent !important;
  874.     color: gold !important;
  875. }
  876.  
  877. /*.filtered.checked .script-meat a.title  {
  878.     position: absolute !important;
  879.     display: inline-block !important;
  880.     width: auto !important;
  881.     height: 15px !important;
  882.     padding: 0 !important;
  883.     opacity: 1 !important;
  884.     border: none !important;
  885.     font-size: 11px !important;
  886.     z-index: 500 !important;
  887.     background: red !important;
  888.     color: gold !important;
  889. }*/
  890. /* (new5) - MONITORED TOPIC - === */
  891. #home-topics.home .container #content #main {
  892.     display: inline-block !important;
  893.     float: left;
  894.     margin-left: 190px !important;
  895.     margin-right: 0;
  896.     margin-top: -410px !important;
  897.     padding-left: 10px;
  898.     width: 1200px !important;
  899. }
  900. #home-topics.home .container #content #main h1 {
  901.     Color: tan !important;
  902. }
  903. #home-topics.home #content #main table tbody tr {
  904.     max-height: 18px !important;
  905. }
  906. #home-topics.home #content #main table tbody tr td a{
  907.     color: tan !important;
  908.     text-decoration: none !important;
  909. }
  910. #home-topics.home #content #main table tbody tr td a:hover {
  911.     color: gold !important;
  912. }
  913. #main>table>tbody>tr:nth-child(even) {
  914.     background: #222222 !important;
  915.     border-right: 1px solid red ! important;
  916. }
  917. #main>table>tbody>tr:nth-child(even) td {
  918.     border-right: 1px solid gray ! important;
  919. }
  920. #home-topics.home #content #main table tbody tr td  {
  921.     padding: 1px 0 1px 6px !important;
  922. }
  923. #home-topics.home #content #main table tbody tr td:nth-child(2){
  924.     width: 180px !important;
  925. }
  926.  
  927. /* ==== QUICK POSITION ==== */
  928. /* QUICK POSITION - HOME/FAVS  - === */
  929. #home-scripts #main {
  930.     position: absolute !important;
  931. }
  932.  
  933.  
  934. /* (new5) FAVORITES PAGES - === */
  935. #users-favorites #main {
  936.     position: relative !important;
  937.     display: inline-block !important;
  938.     left: -200px !important;
  939. /*    margin-top: -230px !important;*/
  940. }
  941. #users-favorites .subnav{
  942.     position: relative !important;
  943.     display: inline-block !important;
  944.     left: -200px !important;
  945. /*    margin-top: -230px !important;*/
  946. }
  947.  
  948.  
  949. /* TEST - REVIEW WRITE - === */
  950. #reviews-new #right {
  951.     position: absolute !important;
  952.     display: inline-block ! important;
  953.     float: none !important;
  954.     width: 500px !important;
  955.     left: -50px !important;
  956.     bottom: -150px !important;
  957.     padding: 20px !important;
  958.     background: black !important;
  959. }
  960.  
  961. /* TEST - REPLY TOPIC / COMMENTS - ADD INFOS SHORTS CUTS - === */
  962. #edit.editbox .contents form table tbody tr td.crap_holder {
  963.     display: block ! important;
  964.     width: 500px !important;
  965.     margin-left: 10px !important;
  966.     margin-top: 8px !important;
  967.     padding: 20px !important;
  968.     background: black !important;
  969. }
  970.  
  971. .editbox h5:first-of-type:hover:before {
  972.     display: inline-block ! important;
  973.     position: absolute ! important;
  974.     width: 170px ! important;
  975.     height: 20px ! important;
  976.     top: -20px ! important;
  977.     font-size: 10px ! important;
  978.     white-space: normal! important;
  979.     background: red ! important;
  980.     content: "Userscripts Comments Fix" ! important;
  981.     text-align: center ! important;
  982. }
  983. .editbox h5 {
  984.     display: block ! important;
  985.     position: relative ! important;
  986.     float: none ! important;
  987.     margin-top: -15px ! important;
  988.     padding-left: 15px ! important;
  989.     font-size: 15px ! important;
  990.     white-space: normal! important;
  991.     background: black ! important;
  992. }
  993. .editbox h5:nth-child(1):before ,
  994. .editbox h5:nth-child(3):before {
  995.     display: inline-block ! important;
  996.     position: absolute ! important;
  997.     width: 10px ! important;
  998.     height: 14px ! important;
  999.     top: 6px ! important;
  1000.     margin-left: -15px ! important;
  1001.     padding: 0 2px 0 2px ! important;
  1002.     font-size: 10px ! important;
  1003.     white-space: normal! important;
  1004.     background: red ! important;
  1005.     content: "► " ! important;
  1006.     text-align: center ! important;
  1007. }
  1008. .editbox code {
  1009.     display: inline-block ! important;
  1010.     min-width: 15px !important;
  1011.     height: 12px ! important;
  1012.     line-height: 10px ! important;
  1013.     padding: 4px 2px ! important;
  1014.     border-bottom: 2px solid black ! important;
  1015.     font-family: "Helvetica Neue",Arial,Helvetica,sans-serif !important;
  1016.     background: #D04C00 !important;
  1017. }
  1018. a.quick_shortcut,
  1019. a.quick_shortcut:visited {
  1020.     display: inline-block ! important;
  1021.     height: 12px ! important;
  1022.     line-height: 10px ! important;
  1023.     font-size: 15px !important;
  1024.     text-align: center ! important;
  1025.     color: white !important;
  1026. }
  1027. /* (new11) "CODE" - SAMPLE BLOCK - === */
  1028. .crap_holder>h5>table>tbody>tr:nth-child(1)>td:nth-child(1)>code:nth-child(2) {
  1029.     background: #EEEEEE ! important;
  1030. /*     border-color: #CCCCCC -moz-use-text-color #BBBBBB  #CCCCCC ! important; */
  1031.     border-color: #CCCCCC currentColor #BBBBBB  #CCCCCC ! important;
  1032.     border-left: #817D7D  3px solid ! important;
  1033. }
  1034. /* (new11) "PRE" - SAMPLE BLOCK - === */
  1035. .crap_holder>h5>table>tbody>tr:nth-child(1)>td:nth-child(2)>code +pre {
  1036.     background: #EEEEEE ! important;
  1037. /*     border-color: #CCCCCC -moz-use-text-color #BBBBBB  #CCCCCC ! important; */
  1038.     border-color: #CCCCCC currentColor #BBBBBB  #CCCCCC ! important;
  1039. border-left: #817D7D  3px solid ! important;
  1040. }
  1041. /* (new11) "BLOCKQUOTE" - SAMPLE BLOCK - === */
  1042. .crap_holder>h5>table>tbody>tr:nth-child(2)>td:nth-child(1)>code +blockquote {
  1043.     background: #CDE797 ! important;
  1044. /*     border-color: #CCDDAA -moz-use-text-color #CCDDAA #99AA77 ! important; */
  1045.     border-color: #CCDDAA currentColor #CCDDAA #99AA77 ! important;
  1046.     border-left: 3px solid #7CA627 !important;
  1047. }
  1048.    
  1049. #reply.editbox .contents form#new_post.new_post table tbody tr td.crap_holder h5 table tbody tr {
  1050.     position: relative ! important;
  1051.     margin: 15px 0 !important;
  1052.     font-size: 15px !important;
  1053. }
  1054.  
  1055. /* BLOCK TXT "Auto-watch topics you reply to" - === */
  1056. .crap_holder>h5>table>tbody>tr:last-child {
  1057.     position: absolute !important;
  1058.     display: inline-block !important;
  1059.     height: 20px ! important;
  1060.     line-height: 15px ! important;
  1061.     padding: 2px 5px ! important;
  1062.     border-radius: 5px !important;
  1063.     background: #D04C00 !important;
  1064. }
  1065. .crap_holder>h5>table>tbody>tr:last-child td {
  1066. border: none !important;
  1067.     padding: 0 !important;
  1068. }
  1069.  
  1070.  
  1071. /* (new5) GM - SCRIPT SEARCH ON ALL PAGE + ICON GOOGLE SEARCH - === */
  1072. .container>form[name="searchUSO"]>span  {
  1073.     display: inline-block !important;
  1074.     float: none !important;
  1075.     margin: -32px 0 0 150px !important;
  1076.     position: relative !important;
  1077. }
  1078. .container>form[name="searchGoogle"]>span  {
  1079.     display: inline-block !important;
  1080.     float: none !important;
  1081.     margin: -10px 0px 0px 532px !important;
  1082.     top: 5px !important;
  1083.     position: relative !important;
  1084. }
  1085.  
  1086. /* (new5) USER REVIEWS PAGE - POST - EDIT REVIEW - === */
  1087. #users-reviews #review-list .box a.edit {
  1088.     position: relative !important;
  1089.     display: block !important;
  1090.     width: 60px !important;
  1091.     padding: 1px 1px 2px 5px !important;
  1092.     top: -1px !important;
  1093.     right: 1px !important;
  1094.     font-size: 10px !important;
  1095.     border-radius: 5px !important;
  1096. }
  1097.  
  1098. /* (new5) GUIDE(#guides-show) - EDIT BOX - === */
  1099. #guides-show #edit {
  1100.     width: 1233px !important;
  1101. }
  1102.  
  1103. /* (new5) USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - USER AVATAR -
  1104. #users-comments.users #root .container #content #main #comments .comment .avatar
  1105. === */
  1106. #users-comments.users .comment .avatar {
  1107.     position: relative !important;
  1108.     display: inline-block !important;
  1109.     float: none !important;
  1110.     width: 50px !important;
  1111.     height: 0px !important;
  1112.     margin-right: 10px;
  1113.     top: -13px !important;
  1114. }
  1115. /* (new5) USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK -
  1116.     outline: 1px solid yellow !important;
  1117. === */
  1118. #users-comments.users #comments .comment .author {
  1119.     display: block !important;
  1120.     position: relative !important;
  1121.     float: none !important;
  1122.     height: 0px !important;
  1123.     width: 100% !important;
  1124.     margin-bottom: 20px !important;
  1125.     margin-right: 211px !important;
  1126. }
  1127. /* (new5) USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK - AUTHOR NAME + STATUT - === */
  1128. #users-comments.users #comments .comment .author img+a  {
  1129.     display: inline-block !important;
  1130.     position: relative !important;
  1131.     left: -80px !important;
  1132. }
  1133.  
  1134. #users-comments.users #comments .comment .author img+a+em {
  1135.     display: inline-block !important;
  1136.     position: relative !important;
  1137.     left: -80px !important;
  1138.     margin-right: -80px !important;
  1139. }
  1140. /* (new5) USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK - ICONS BROWSERS -
  1141.     position: relative !important;
  1142.     left: -154px !important;
  1143.     top: 74px !important;
  1144.     text-align: left !important;
  1145. === */
  1146. #users-comments.users #comments .comment .author>img {
  1147.     float: none !important;
  1148.     position: relative !important;
  1149.     display: inline-block !important;
  1150.     left: -84px !important;
  1151.     top: 4px !important;
  1152.     transform: scale(0.7) !important;
  1153. }
  1154. /* (new5) USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - VOTES - === */
  1155. #users-comments.users #comments .comment .info .votes {
  1156.     position: relative !important;
  1157.     width: 45px !important;
  1158.     top: 45px !important;
  1159.     left: -90px !important;
  1160. }
  1161. /* COMMENTS - === */
  1162.  
  1163. .comment {
  1164.     background: transparent !important;
  1165.     border-top: 1px solid rgb(221, 221, 221);
  1166.     margin-bottom: -11px !important;
  1167.     padding: 2px 4px 1px;
  1168. }
  1169. #users-comments.users #comments .info {
  1170.     background: transparent !important;
  1171.     border-top: 1px solid rgb(221, 221, 221);
  1172.     margin-bottom: 1px !important;
  1173.     padding: 2px 40px 1px !important;
  1174. }
  1175.  
  1176. /*========= */
  1177.  
  1178.  
  1179. /* (new5) USER REWIEWS(#users-reviews) - LEFT PANEL("Groups / Userscripts / Guides /Forums Posts / Comments /Rewiews / Favorites") - === */
  1180. #users-reviews ul.subnav {
  1181.     border-top: 1px solid rgb(204, 204, 204);
  1182.     left: 90px !important;
  1183.     position: fixed !important;
  1184.     z-index: 500 !important;
  1185. }
  1186. /* (new5) USER REWIEWS(#users-reviews) - REVIEWS TOTAL CONTAINER - === */
  1187. #users-reviews.users .container #content {
  1188. /*     height: 1280px !important; */
  1189. /*     overflow-x: auto; */
  1190.     width: 100%;
  1191. }
  1192. #users-reviews.users  #main {
  1193.   display: inline-block !important;
  1194.   float: left;
  1195.   margin-right: 0;
  1196.   padding-left: 0 !important;
  1197.   width: 938px !important;
  1198. }
  1199. /* USER REWIEWS(#users-reviews) - SCRIPTS NAME LINKS - === */
  1200. #users-reviews .box.review:nth-child(even)>div>a {
  1201.     position: relative !important;
  1202.     display: inline-block !important;
  1203.     width: 750px !important;
  1204.     top: -20px !important;
  1205.     margin-bottom: -20px !important;
  1206.     background: black !important;
  1207.     color: gray !important;
  1208. }
  1209. #users-reviews .box.review:nth-child(odd)>div>a {
  1210.     position: relative !important;
  1211.     display: inline-block !important;
  1212.     width: 750px !important;
  1213.     top: -20px !important;
  1214.     margin-bottom: -20px !important;
  1215.     background: #222222 !important;
  1216.     color: gray !important;
  1217. }
  1218.  
  1219. /* (new5) USER REWIEWS LIST(#users-reviews #review-list) - REVIEWS TXT - === */
  1220. #users-reviews #review-list .body {
  1221. /*     bottom: -4px !important; */
  1222. margin-bottom: 8px !important;
  1223.     display: inline-block !important;
  1224.     position: relative !important;
  1225. }
  1226.  
  1227. /* (new5) USER REWIEWS LIST(#users-reviews #review-list) - NBR COMMENTS + SPAM BUTTONS - === */
  1228. #users-reviews #review-list .body +p:last-child {
  1229.     float: none !important;
  1230.     position: absolute !important;
  1231.     display: inline-block !important;
  1232.     width: 250px !important;
  1233.     margin-top: -70px !important;
  1234.     right: 15px !important;
  1235.     padding: 0px 2px! important;
  1236. /* background: red! important; */
  1237. }
  1238. /* (new5)USER REWIEWS LIST (#users-reviews #review-list) - REVIEWS BLOCK (ZEBBRA??)  - === */
  1239. #users-reviews #review-list .review {
  1240.     border: none !important;
  1241. /*     margin-bottom: 8px !important; */
  1242. padding: 15px! important;
  1243. }
  1244. /* #users-reviews #review-list .review:nth-child(odd) {
  1245.     background: black ! important;
  1246.     padding: 2px 5px! important;
  1247. }
  1248. #users-reviews #review-list .review:nth-child(even) {
  1249. background: #222222 ! important;
  1250.     padding: 2px 5px! important;
  1251. } */
  1252. #users-reviews #review-list div.box.review .status +div {
  1253.     background: black ! important;
  1254. padding: 2px 5px! important;
  1255.  
  1256. }
  1257.  
  1258. /* (new5)USER REWIEWS LIST (#users-reviews #review-list) - ADD REVIEW NUMBER - === */
  1259. #users-reviews #review-list .review .status:before {
  1260. position: absolute! important;
  1261. position: relative! important;
  1262. display: inline-block! important;
  1263. width: 100%! important;
  1264. min-width: 200px! important;
  1265. max-width: 200px! important;
  1266. height: 100%! important;
  1267. min-height: 20px! important;
  1268. max-height: 20px! important;
  1269. /* left: -200px! important; */
  1270.     content: attr(id)! important;
  1271.     font-size: 15px! important;
  1272.     color: peru! important;
  1273. }
  1274.  
  1275. /* (new5)USER REWIEWS LIST (#users-reviews #review-list) - SCRIPTS NAME LINKS - === */
  1276. #users-reviews #review-list .box.review > div > a {
  1277.     position: relative !important;
  1278.     display: inline-block !important;
  1279.     width: 590px !important;
  1280.     margin-bottom: 0px !important;
  1281.     margin-left: 5px! important;
  1282. top: -1px !important;
  1283.     padding: 1px 5px 0 3px !important;
  1284.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  1285.     border: 1px solid #808080 !important;
  1286.     border-radius: 5px !important;
  1287. /*   color: #808080 !important; */
  1288.     color: gold! important;
  1289. }
  1290.  
  1291. /* TEST - MONITORED TOPICS(#home-posts.home) - MENU LEFT - === */
  1292. #home-posts.home ul.subnav ,
  1293. #home-comments.home ul.subnav{
  1294.     display: inline;
  1295.     float: left;
  1296.     left: -240px !important;
  1297.     margin-right: 10px;
  1298.     position: relative !important;
  1299.     width: 150px;
  1300. }
  1301.  
  1302. /* TEST - ROOT HIDDEN (no Horizontal scroll bar) - === */
  1303. #root {
  1304.     margin-bottom: -100px;
  1305.     min-height: 100%;
  1306.     overflow: hidden !important;
  1307. }
  1308.  
  1309.  
  1310. /*  ==== SCRIPTs LISTs GENERAL ==== */
  1311.  
  1312. /* GENERAL (.script-meat) - SCRIPT LIST - TXT SHADOW NONE (for GM SCRIPT "FOLLOW-UP" ) - ==== */
  1313. #main>h1>a[title="alt-click to reset script fans too"] ,
  1314. .script-meat {
  1315.     text-shadow: none !important;
  1316. }
  1317. /* (new8) GENERAL (.script-meat) - SCRIPT LIST - SCRIPT TITLE - FAVORIS (?) - A VOIR (+WEBEXTENDER) -
  1318. http://www.webextender.net/scripts/sort/rating.html/120
  1319.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  1320. === */
  1321. .script-meat .title:not([href*="www.webextender.net"]) {
  1322.     position: relative !important;
  1323.     display: inline-block !important;
  1324.     border-radius : 5px !important;
  1325.     width: 600px !important;
  1326.     padding : 4px 10px 2px 10px!important;
  1327.     background: none !important;
  1328.     font-size: 16px !important;
  1329.     text-decoration: none !important;
  1330. color: transparent !important;
  1331. }
  1332. .script-meat .title[href*="www.webextender.net"] {
  1333.     position: relative !important;
  1334.     display: inline-block !important;
  1335.     border-radius : 5px !important;
  1336.     width: 600px !important;
  1337.     padding : 4px 10px 2px 10px!important;
  1338.     font-size: 16px !important;
  1339. /* color: peru !important; */
  1340.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  1341. }
  1342. /* (new8) GENERAL (.script-meat) - SCRIPT LIST / FAVORITE LIST(#home-favorites) - SCRIPT FULL TITLE - (+WEBEXTENDER) -
  1343. .script-meat a.title{
  1344.     min-width: 500px !important;
  1345.     font-size: 0 !important;
  1346.     color: transparent !important;
  1347. } === */
  1348. .script-meat a.title:not([href*="www.webextender.net"]):after {
  1349.     position: absolute !important;
  1350.     display: block !important;
  1351.     width: 590px !important;
  1352.     top: 29px !important;
  1353.     margin-top: -22px !important;
  1354.     margin-left: 3px !important;
  1355.     padding-left: 18px !important;
  1356.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  1357.     border-radius: 5px !important;
  1358.     border: 1px solid gray !important;
  1359.     content: attr(title) !important;
  1360.     color: tan !important;
  1361.     font-size: 16px !important;
  1362.     white-space: nowrap !important;
  1363.     overflow: hidden !important;
  1364.     text-overflow: ellipsis !important;
  1365. }
  1366. /* (new8) YOUR FAVORITES(#home-favorites) - SCRIPT LIST - SCRIPT FULL TITLE - === */
  1367. #home-favorites .script-meat a.title:not([href*="www.webextender.net"]):after {
  1368.     top: 29px !important;
  1369.     margin-top: -25px !important;
  1370.     margin-left: 3px !important;
  1371.     padding-left: 18px !important;
  1372. }
  1373.  
  1374.  
  1375. /* (new1)MONITORED -  - TITLE PAGE
  1376. "Recents discussion on your Scripts" : COMMENTS(#home-comments) /
  1377. "Your favorite Scripts" :FAVORITE SCRIPTS(#home-favorites) /
  1378. "Recents posts on" : MONITORED TOPICS(#home-posts) /
  1379. "Your Scripts" :SCRIPT MANAGEMENT(#home-scripts) /
  1380. "Settings" : SETTING /
  1381. "Widgets for you" : (#home-widgets) -
  1382. === */
  1383. #home-comments #main h1 ,
  1384. #home-favorites.home #main h1 ,
  1385. #home-posts #main h1 ,
  1386. #home-scripts #main h1 ,
  1387. #home-settings #main h1 ,
  1388. #home-widgets #main h1 {
  1389.     background: black !important;
  1390.     color: gray !important;
  1391.     padding: 4px !important;
  1392.     border-radius: 5px !important;
  1393. }
  1394.  
  1395.  
  1396. /* GENERAL - SCRIPTS LIST - VOTES - === */
  1397. .votes {
  1398.     float: left !important;
  1399.     font-size: 12px !important;
  1400.     text-align: left !important;
  1401. }
  1402.  
  1403.  
  1404.  
  1405.  
  1406. /* ==== GROUPS(#groups-show) ==== */
  1407.  
  1408. /* GROUPS(#groups-show) - SCRIPTS LIST - === */
  1409. #groups-show #root #section + .container #content .wide.forums tbody tr .script-meat a.title:after {
  1410.     top: 25px !important;
  1411. }
  1412.  
  1413.  
  1414. /* TAGS(#tags-show) - SCRIPTS LIST - FULL TITLE - === */
  1415. #tags-show #root #section + .container #content .wide.forums tbody tr .script-meat a.title:after {
  1416.     top: 25px !important;
  1417. }
  1418.  
  1419. /* ==== USERs ==== */
  1420.  
  1421. /* USERS (#users-scripts.users) - SCRIPT BY LIST - SCRIPT TITLE - A VOIR (GENERAL) - === */
  1422. #users-scripts.users .script-meat a.title {
  1423.     position: relative !important;
  1424.     display: inline-block !important;
  1425.     width: 200px !important;
  1426.     padding : 4px 10px 2px 10px!important;
  1427.     background: none !important;
  1428.     border-radius : 5px !important;
  1429.     font-size: 16px !important;
  1430.     text-decoration: none !important;
  1431. }
  1432.  
  1433.  
  1434. /* ==== USERs FAVORITEs(#users-scripts.users)(?) / (#users-favorites.users) ==== */
  1435.  
  1436. /* USERS FAVORITES(#users-scripts.users) - SCRIPTS LIST - FULL TITLES - A VOIR - === */
  1437. #users-scripts.users .script-meat a.title:after {
  1438.     width: 440px !important;
  1439.     white-space: nowrap !important;
  1440.     margin-top: -24px !important;
  1441. }
  1442. #users-scripts.users .script-meat a.title {
  1443.     width: 470px !important;
  1444.     white-space: nowrap !important;
  1445. }
  1446. /* FAVORITES(#users-favorites.users) - SCRIPTS LIST - USER FAVORITES - FULL TITLES - === */
  1447. #users-favorites .script-meat a.title:after {
  1448.     margin-top: -25px !important;
  1449. }
  1450.  
  1451.  
  1452. /* FAVORITES(#users-favorites.users) - SCRIPTS LIST - SCRIPT DESC - === */
  1453. #users-favorites.users #main table.wide tbody tr td.script-meat p.desc {
  1454.     color:grey !important;
  1455. }
  1456.  
  1457. /* USERSCRIPTS HOMEPAGE(#site-home.site) - SCRIPTS LIST - FULL TITLES - === */
  1458. #site-home.site .script-meat a.title:after {
  1459.     margin-top: -14px !important;
  1460. }
  1461. /* SCRIPT HOMEPAGE "BROWSE ALL SCRIPTS"(#scripts-index) - SCRIPTS LIST - FULL TITLES - === */
  1462. #scripts-index .script-meat a.title:after {
  1463.     margin-top: -22px !important;
  1464. }
  1465.  
  1466. /* ==== SCRIPT PAGE(#scripts-show) ==== */
  1467.  
  1468. /* SCRIPT PAGE(#scripts-show) - SCRIPT DESCRIPTION (LEFT SIDE CONTAINER) - === */
  1469. #scripts-show #full_description {
  1470.     width: 750px !important;
  1471. }
  1472. #scripts-show #full_description>h4 {
  1473.     color: gray !important;
  1474. }
  1475. /* #scripts-show #full_description>table>tbody>tr {
  1476. position: relative !important;
  1477. display: inline-block !important;
  1478. width: 100% !important;
  1479.     max-width: 651px !important;
  1480. min-width: 651px !important;
  1481. } */
  1482. #full_description>table>tbody>tr>td>table>tbody>tr>th{
  1483. /* position: relative !important; */
  1484. /* display: inline-table !important; */
  1485.     background: none repeat scroll 0 0 #333333;
  1486.     border: 1px solid #222222;
  1487.     color: #FFFFFF;
  1488.     font-size: 1em;
  1489.     padding: 3px;
  1490.     width: 50px !important;
  1491. }
  1492. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINE - ZEBBRA - === */
  1493. #scripts-show #topics table tbody tr:nth-child(even) td {
  1494.     line-height: 10px !important;
  1495.     background: black !important;
  1496. }
  1497. #scripts-show #topics table tbody tr:nth-child(odd) td {
  1498.     line-height: 10px !important;
  1499.     background: #222222 !important;
  1500. }
  1501.  
  1502. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINKS - === */
  1503. #scripts-show #topics table tbody tr td a {
  1504.     font-size: 14px !important;
  1505.     text-decoration: none !important;
  1506. }
  1507. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINKS - COUNT - === */
  1508. #scripts-show #topics table tbody tr td.count {
  1509.     color: slateGrey !important;
  1510.     text-align: center !important;
  1511. }
  1512. #scripts-show #topics table tbody tr td:last-child {
  1513.     width: 40px !important;
  1514. }
  1515. /* SCRIPT PAGE(#scripts-show) - OTHERS SCRIPTS BY AUTHOR - SCRIPTS LIST - ZEBBRA - === */
  1516. #scripts-show #script_sidebar ul.scripts {
  1517.     width: 360px !important;
  1518. margin-left: 20px !important;
  1519. }
  1520. #scripts-show ul.scripts li:nth-child(odd) {
  1521.     margin-left: -30px !important;
  1522.     font-size: 14px !important;
  1523.     background: black !important;
  1524. }
  1525. #scripts-show ul.scripts li:nth-child(even) {
  1526.     margin-left: -30px !important;
  1527.     font-size: 14px !important;
  1528.     background: #222222 !important;
  1529. }
  1530. #scripts-show ul.scripts li a {
  1531.     text-decoration: none !important;
  1532. }
  1533.  
  1534. /* From TAGS (#tags-shows) - SCRIPT LIST - TABLES - ADD TXT "Posts/Fans/installs" - (#tags-show.tags) - === */
  1535.  
  1536. /* (new5) ALL - GENERAL - SCRIPT LIST - COUNTS - TXT DECORATION NONE - === */
  1537. .inv.lp a{
  1538.     text-decoration: none !important;
  1539. }
  1540.  
  1541.  
  1542. /* (new5) ALL - SCRIPTS LIST - COUNTS - ADD TXT "FANS" - === */
  1543. .container {
  1544.   overflow: visible !important;
  1545. }
  1546. body.wide #content {
  1547.   overflow: visible !important;
  1548.   width: 100%;
  1549. }
  1550. .inv:nth-last-child(1):not(.forums) {
  1551. min-width: 100px ! important;
  1552. }
  1553. .inv:nth-last-child(1):not(.forums):before {
  1554.     content: "Updated" !important;
  1555.     color: gray !important;
  1556.     display: block !important;
  1557.     position: relative !important;
  1558.     font-size:12px !important;
  1559.     bottom: -34px !important;
  1560. }
  1561. .inv:nth-last-child(2):not(.forums) {
  1562.     min-width: 80px ! important;
  1563. }
  1564. .inv:nth-last-child(2):not(.forums):before {
  1565.     content: "Installs" !important;
  1566.     color: gray !important;
  1567.     display: block !important;
  1568.     position: relative !important;
  1569.     font-size:12px !important;
  1570.     bottom: -34px !important;
  1571. }
  1572. #forums-show .inv:nth-last-child(2):before {
  1573.     content: "Views" !important;
  1574.     color: gray !important;
  1575.     display: block !important;
  1576.     position: relative !important;
  1577.     font-size:12px !important;
  1578.     bottom: -34px !important;
  1579. }
  1580. .inv:nth-last-child(3):not(.forums):before {
  1581.     content: "Fans" !important;
  1582.     color: gray !important;
  1583.     display: block !important;
  1584.     position: relative !important;
  1585.     font-size:12px !important;
  1586.     bottom: -34px !important;
  1587. }
  1588. #forums-show .inv:nth-last-child(3):before {
  1589.     content: "Replies" !important;
  1590.     color: gray !important;
  1591.     display: block !important;
  1592.     position: relative !important;
  1593.     font-size:12px !important;
  1594.     bottom: -34px !important;
  1595. }
  1596. .inv:nth-last-child(4):not(.forums):before {
  1597.     content: "Posts" !important;
  1598.     color: gray !important;
  1599.     display: block !important;
  1600.     position: relative !important;
  1601.     font-size:12px !important;
  1602.     bottom: -34px !important;
  1603. }
  1604.  
  1605. /* (new5) DETAILS POSITION*/
  1606. tr td.inv:nth-last-child(-n +4) {
  1607.     padding-bottom: 40px !important;
  1608. }
  1609. /* (new5) AUTHOR NAME */
  1610. .inv:nth-last-child(6):not(.forums).lp>a {
  1611.     position: relative !important;
  1612.     display: inline-block !important;
  1613.     vertical-align: middle !important;
  1614.     margin-top: -18px !important;
  1615. }
  1616. /* .wide.forums>tbody> */tr:first-of-type th:nth-last-child(7):not(.forums):not([width="60px"]){
  1617.     max-width: 100px !important;
  1618.     min-width: 100px !important;
  1619.     width: 100% !important;
  1620.     background: black ! important;
  1621.     color: transparent ! important;
  1622. }
  1623. /* .wide.forums>tbody> */tr:first-of-type th:nth-last-child(7):not(.forums):not([width="60px"]):before {
  1624.     content: "Scripts" ! important;
  1625.     color: peru ! important;
  1626. }
  1627.  
  1628.  
  1629. /* ==== TAG(#tags-show.tags) ==== */
  1630. /* TAG(#tags-show.tags) - SCRIPTS LIST - COUNTS - DESCRIPTIONS / TITLES - === */
  1631. #tags-show.tags table.wide tbody tr td.script-meat p.desc  {
  1632.     color:grey !important;
  1633. }
  1634. #tags-show.tags div#root table.wide tbody tr td.script-meat a.title  {
  1635.     font-size:16px !important;
  1636.     text-decoration:none !important;
  1637. }
  1638.  
  1639. /* ==== FORUM (#forums-index.forums ==== */
  1640. /* FORUM (#forums-index.forums) - SCRIPTS LIST - COUNTS - NOT "INSTALLS" - === */
  1641. html body#forums-index.forums div#root div.container div#content table.wide tbody tr td.lp:before {
  1642.     content: "." !important;
  1643.     color: gray !important;
  1644.     display: block !important;
  1645.     position: relative !important;
  1646.     font-size:12px !important;
  1647.     bottom: -34px !important;
  1648. }
  1649.  
  1650. /* ==== HOME (#home-scripts) ==== */
  1651. /* HOME (#home-scripts) - SCRIPT LIST - EDITS LINKS - ADD TXT "► " - === */
  1652. #home-scripts .inv.lp:nth-child(2) {
  1653.     display: inline-block !important;
  1654.     position: relative !important;
  1655.     color: transparent !important;
  1656.  
  1657. }
  1658. #home-scripts .inv.lp:nth-child(2) a {
  1659.     position: relative !important;
  1660.     display: inline-block !important;
  1661.     width: 95px !important;
  1662.     text-align: left !important;
  1663. }
  1664. #home-scripts .inv.lp:nth-child(2) a:before {
  1665.     content: "► "  !important;
  1666.     font-size: 10px !important;
  1667.     color: gold !important;
  1668. }
  1669.  
  1670. /* (new5)FAVORITES (#users-favorites) - FAVS LIST - === */
  1671. #users-favorites .container  #mainmenu {
  1672.     margin-right: -182px !important;
  1673.     top: 3px !important;
  1674.     width: 700px !important;
  1675. }
  1676. #users-favorites .container {
  1677.     position: relative !important;
  1678.     display: inline-block !important;
  1679.     width : 1000px !important;
  1680.     left: 350px !important;
  1681.     margin-top : 0px  !important;
  1682.     overflow: visible !important;
  1683. /*    z-index: 10000 !important;*/
  1684. }
  1685. #users-favorites .container #content {
  1686.     position: relative !important;
  1687.     display: inline-block !important;
  1688.     width : 1100px !important;
  1689. /*    margin-top : -50px  !important;*/
  1690.     overflow: visible !important;
  1691. /*    z-index: 10000 !important;*/
  1692. }
  1693.  
  1694.  
  1695. /* ==== GROUPS (#groups-show ==== */
  1696. /* GROUPS (#groups-show) - SCRIPT LIST - COUNTS - ADD TXT "FANS" - === */
  1697. /* #groups-show .inv.lp:nth-child(4):before {
  1698.     content: "Posts" !important;
  1699.     color: gray !important;
  1700.     display: block !important;
  1701.     position: relative !important;
  1702.     font-size:12px !important;
  1703.     bottom: -34px !important;
  1704. } */
  1705.  
  1706. /* (new5) SCRIPT LIST - From GROUPS (#groups-scripts.groups) - CONTAINER - === */
  1707. #groups-scripts.groups #section + .container{
  1708.     top: -24px !important;
  1709.     width: 1200px !important;
  1710. }
  1711.  
  1712. /* SCRIPT LIST - From GROUPS (#groups-show.groups) - TABLES - ADD TXT "./Posts/Fans/installs" - === */
  1713. /* #groups-show.groups tr td.inv:nth-child(3):before ,
  1714. #groups-scripts.groups tr td.inv:nth-child(3):before {
  1715.     content: "." !important;
  1716.     color: transparent !important;
  1717.     display: block !important;
  1718.     position: relative !important;
  1719.     font-size:12px !important;
  1720.     bottom: -34px !important;
  1721. } */
  1722. /* #groups-show.groups tr td.inv:nth-child(5):before ,
  1723. #groups-scripts.groups tr td.inv:nth-child(4):before {
  1724.     content: "Posts" !important;
  1725.     color: gray !important;
  1726.     display: block !important;
  1727.     position: relative !important;
  1728.     font-size:12px !important;
  1729.     bottom: -34px !important;
  1730. } */
  1731. /* #groups-show.groups tr td.inv:nth-child(5):before ,
  1732. #groups-scripts.groups tr td.inv:nth-child(5):before {
  1733.     content: "Fans" !important;
  1734.     color: gray !important;
  1735.     display: block !important;
  1736.     position: relative !important;
  1737.     font-size:12px !important;
  1738.     bottom: -34px !important;
  1739. } */
  1740. /* #groups-show.groups tr td.inv:nth-child(6):before ,
  1741. #groups-scripts.groups tr td.inv:nth-child(6):before  */
  1742.  
  1743. /*  #groups-show.groups tr td.inv:nth-last-child(2):before  ,
  1744.  #groups-scripts.groups tr td.inv:nth-last-child(2):before {
  1745.     content: "Installs" !important;
  1746.     color: gray !important;
  1747.     display: block !important;
  1748.     position: relative !important;
  1749.     font-size:12px !important;
  1750.     bottom: -34px !important;
  1751. } */
  1752.  
  1753. /* #groups-show.groups tr td.inv:nth-child(7):before ,
  1754. #groups-scripts.groups tr td.inv:nth-child(7):before */
  1755.  
  1756. /*  #groups-show.groups tr td.inv:nth-last-child(1):before ,
  1757.  #groups-scripts.groups tr td.inv:nth-last-child(1):before  {
  1758.     content: "Update" !important;
  1759.     color: gray !important;
  1760.     display: block !important;
  1761.     position: relative !important;
  1762.     font-size:12px !important;
  1763.     bottom: -34px !important;
  1764. } */
  1765.  
  1766. /* SCRIPT BY LIST - GROUPS BY LIST (.groups) - === */
  1767. .group>td>b>a {
  1768.     position: relative !important;
  1769.     display: block !important;
  1770.     color: grey !important;
  1771.     font-size: 16px !important;
  1772.     margin-left: -5px !important;
  1773.     width: 470px !important;
  1774.     padding-left: 8px !important;
  1775.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  1776.     border-radius: 5px !important;
  1777.     border: 1px solid gray !important;
  1778. }
  1779.  
  1780. /* ==== GUIDES(#guides-index.) - ==== */
  1781.  
  1782. /* (new5)GUIDES(#guides-index.) - GUIDES/FAVS LIST - === */
  1783. #groups-show  #mainmenu ,
  1784. #guides-index.guides #mainmenu {
  1785.     margin-right: -182px !important;
  1786.     top: 3px !important;
  1787.     width: 700px !important;
  1788. }
  1789. #groups-show .container,
  1790. #guides-index .container {
  1791.     position: relative !important;
  1792.     display: inline-block !important;
  1793. /*    width : 1000px !important;*/
  1794.     left: 350px !important;
  1795.     margin-top : 0px  !important;
  1796.     overflow: visible !important;
  1797. /*    z-index: 10000 !important;*/
  1798. }
  1799. #groups-show .container #content ,
  1800. #guides-index .container #content {
  1801.     position: relative !important;
  1802.     display: inline-block !important;
  1803.     width : 1000px !important;
  1804. /*    margin-top : -50px  !important;*/
  1805.     overflow: visible !important;
  1806. /*    z-index: 10000 !important;*/
  1807. }
  1808.  
  1809. /* GUIDES LIST(#guides-index) - SCRIPT LIST - ITEMS === */
  1810. #guides-index .guide>td>a {
  1811.     text-decoration :none !important;
  1812.     font-size : 15px !important;
  1813. }
  1814. /* GUIDES LIST(#guides-index) - SCRIPT LIST - ZEBBRA === */
  1815. #guides-index .guide:nth-child(odd) {
  1816.     background: #2B2B2B !important;
  1817. }
  1818. #guides-index .guide:nth-child(even) {
  1819.     background: #070707 !important;
  1820. }
  1821. /* (new5) GUIDES(#guides-show) - HEADER CONTAINER TOP - === */
  1822. #guides-show #root{
  1823.     width: 1210px !important;
  1824. }
  1825. #guides-show #mainmenu{
  1826.     margin-right: 4px !important;
  1827. }
  1828. /* GUIDE(#guides-show.guides) - GUIDE TXT - LEFT SIDE - TITLE CHAPTITER - === */
  1829. #guides-show.guides .container #content h1 {
  1830.     position: relative !important;
  1831.     color: gray !important;
  1832.     background: black !important;
  1833.     border-radius: 5px !important;
  1834.     padding: 3px 0 3px 5px !important;
  1835.     margin-top: 5px !important;
  1836.     margin-bottom: -15px !important;
  1837.     bottom: 15px !important;
  1838. }
  1839. /* (new5) GUIDE(#guides-show.guides) - COMMENTS AVATARS - === */
  1840. #guides-show.guides #right .comment .avatar {
  1841.     margin-left: -10px !important;
  1842. }
  1843. /* (new5) GUIDE(#guides-show.guides) - COMMENTS POSTED - === */
  1844. #guides-show.guides #right .comment .posted {
  1845.   color: #444444;
  1846.   font-size: 0.7em;
  1847.   margin-top: -64px !important;
  1848. }
  1849. /* (new5) GUIDE(#guides-show.guides) - SCRIPTS LIST - VOTES - TOP left side - === */
  1850. /*#guides-show.guides #content .votes {
  1851.     float: right;
  1852.     margin-left: -90px !important;
  1853.     padding: 5px !important;
  1854.     border: 1px solid gray !important;
  1855.     border-radius: 5px 5px 5px 5px !important;
  1856.     font-size: 14px;
  1857.     text-align: right;
  1858. }
  1859. */
  1860. #guides-show .container #content >.votes{
  1861.     position: absolute !important;
  1862.     display: inline-block !important;
  1863.     float: none !important;
  1864. /*    padding: 5px 10px !important;*/
  1865.     height: 29px !important;
  1866.     right: 20px !important;
  1867.     top: -85px !important;
  1868.     z-index: 2000 !important;
  1869. }
  1870. /* (new6) GUIDES(#guides-show) - LEFT SIDE - GUIDE TXT -
  1871. http://userscripts.org/guides/24#bookmark-query-string-parameters
  1872. http://userscripts-mirror.org/guides/24#bookmark-query-string-parameters
  1873. === */
  1874. /*#guides-show:not(.editbox) .container */
  1875. /*#guides-show .container */
  1876. #guides-show #root >.container {
  1877.   position: relative !important;
  1878.   display: inline-block !important;
  1879. /*  float: none !important;*/
  1880. width: 100% !important;
  1881.   min-width: 1100px !important;
  1882.   margin: 0 auto;
  1883.   left: 100px !important;
  1884.   overflow: visible !important;
  1885. }
  1886.  
  1887. /*#guides-show .container #content*/
  1888. #guides-show #root >.container #content  {
  1889. position: relative !important;
  1890.     display: inline-block !important;
  1891.     float: none !important;
  1892. /*    margin-left: -100px !important;*/
  1893. /*    margin-right: 34px !important;*/
  1894.     width: 1050px !important;
  1895. padding: 10px !important;
  1896. overflow: visible !important;
  1897. }
  1898.  
  1899.  
  1900. /* (new5) GUIDES(#guides-show) - RIGHT SIDE - COMMENTS LIST - SCROLL - === */
  1901. #guides-show #right {
  1902.     position: fixed !important;
  1903.     display: inline-block !important;
  1904. /*    float: none !important;
  1905.     clear: both !important;*/
  1906.     width: 623px !important;
  1907.     height: 805px !important;
  1908. right: 0 !important;
  1909. top: -55px !important;
  1910.     padding: 20px 35px 50px 30px !important;
  1911. /*    margin-top: -140px !important;*/
  1912.     margin-left: 80px !important;
  1913.     overflow: auto !important;
  1914. }
  1915.  
  1916. #guides-show a.add_comment {
  1917.     position: fixed !important;
  1918.     display: inline-block !important;
  1919.     width: 100px !important;
  1920.     height: 17px !important;
  1921.     margin-left: -29px !important;
  1922.     padding-left: 25px !important;
  1923.     top: 0px !important;
  1924.     border: 1px solid gray !important;
  1925.     border-radius: 5px 5px 0 0  !important;
  1926.     background-color: black !important;
  1927.     text-align: left !important;
  1928. }
  1929. #guides-show a.add_comment:before {
  1930.     content: "▼   Comments for this Guide   ▼ " !important;
  1931.     position: fixed !important;
  1932.     display: inline-block !important;
  1933.     width: 666px !important;
  1934.  
  1935.     margin-left: -27px !important;
  1936.     padding-left: 25px !important;
  1937.     top: 18px !important;
  1938.     border: 1px solid black !important;
  1939.     background-color: black !important;
  1940.     text-align: center !important;
  1941. }
  1942.  
  1943. /* (new5) GUIDES GROUPS - EDIT BOX - === */
  1944. .editbox .container {
  1945.     display: inline-block !important;
  1946.     width: 100% !important;
  1947.     overflow: visible !important;
  1948. }
  1949.  
  1950. /* (new5) GUIDES GROUPS - SPAM BUTTONS - === */
  1951. #guides-show.guides .container #right form:not([action="/comments"]) {
  1952.     display: inline-block !important;
  1953. /*    position: absolute !important;*/
  1954.     float: left !important;
  1955.     clear: right !important;
  1956.     width: 200px !important;
  1957. /*    height: 40px !important;*/
  1958.     margin-top: 15px !important;
  1959. /*    top: -10px !important;*/
  1960. }
  1961. #guides-show.guides .container #right h6 {
  1962.     margin-top: -12px !important;
  1963. }
  1964. #guides-show.guides .container #right h6 + p {
  1965.     color: red !important;
  1966.     height: 6px !important;
  1967. }
  1968.  
  1969. #guides-show.guides .container #right h6 + p em {
  1970.     color: peru !important;
  1971.     display: inline-block !important;
  1972.     position: relative;
  1973. }
  1974. /* GUIDES GROUPS (#group_list + #guides-show.guides) - SCRIPTS LIST - ZEBBRA - === */
  1975. #group_list>tbody>tr:nth-child(odd) {
  1976.     background: #2B2B2B !important;
  1977. }
  1978. #group_list>tbody>tr:nth-child(even) {
  1979.     background: #070707 !important;
  1980. }
  1981. #groups-index.groups .summary {
  1982.     color : grey
  1983. }
  1984. .group>td>b>a {
  1985.     text-decoration :none !important;
  1986.     font-size : 15px !important;
  1987. }
  1988.  
  1989. /* (new5) GUIDE(#guides-show.guides) - SCRIPTS LIST - AUTHOR INFOS - === */
  1990. #guides-show.guides .info .author {
  1991.     position: relative !important;
  1992.     display: inline-block !important;
  1993. float: none !important;
  1994. min-width: 540px !important;
  1995.     left: -10px !important;
  1996.     top: -67px !important;
  1997. /*margin-bottom: -50px !important;*/
  1998. background: #333333 !important;
  1999. text-align: left !important;
  2000. }
  2001. /* (new5) GUIDE(#guides-show.guides) - VOTES - === */
  2002. #guides-show.guides #right #comments .votes {
  2003. position: relative !important;
  2004. display: block !important;
  2005.     float: none !important;
  2006. width: 50px !important;
  2007. top: 30px !important;
  2008. left: -72px !important;
  2009.     font-size: 12px !important;
  2010.     text-align: center !important;
  2011. background: red !important;
  2012. }
  2013. #guides-show.guides #right #comments .votes>br {
  2014.     display: none !important;
  2015. }
  2016. /* (new5) GUIDES(#guides-show.guides) - SCRIPTS LIST - VOTES ICONS - === */
  2017. #guides-show #right .comment .info div.votes a  {
  2018.     transform: scale(0.8) !important;
  2019.     position: relative !important;
  2020.     display: inline-block !important;
  2021. /*    left: -48px !important;
  2022.     top: 45px !important;*/
  2023. }
  2024.  
  2025. /* (new5) GUIDES(#guides-show.guides) - BROWSERS / EDIT ICONS - === */
  2026. #guides-show.guides #right .author img {
  2027.     transform: scale(0.8) !important;
  2028.     position: relative !important;
  2029.     display: inline-block !important;
  2030.     left: 0px !important;
  2031.     top: 3px !important;
  2032. }
  2033. a.remove.utility ,
  2034. a.edit.utility {
  2035.     position: relative !important;
  2036.     display: inline-block !important;
  2037.     top: -47px ! important;
  2038.     z-index: 200 ! important;
  2039. }
  2040. a.edit.utility {
  2041.     right: 120px ! important;
  2042. }
  2043. /* CODE */
  2044. #guides-show.guides #right .comment-body code  {
  2045.   display: inline-block !important;
  2046.   font-size: 1em;
  2047.   position: relative !important;
  2048.   white-space: pre-wrap !important;
  2049.   width: 500px !important;
  2050.   word-wrap: break-word !important;
  2051. }
  2052. /* CODE */
  2053. #guides-show.guides #right #comments .comment-body pre:not([id^="userscripts_org_source_code_line_numbers_"]) {
  2054. /*  display: inline-block !important;
  2055.   display: block !important;*/
  2056.   font-size: 1em;
  2057. /*  position: relative !important;*/
  2058.   white-space: pre-wrap !important;
  2059. /*  width: 510px !important;*/
  2060. /*  word-wrap: break-word !important;*/
  2061. }
  2062. /* ==== FORUMs / TOPICs ==== */
  2063.  
  2064. /* (new5) FORUM - TOPIC /DISCUSS - POST - TXT - === */
  2065. h2#topic-title {
  2066.     color: gray !important;
  2067.     border: gray 2px solid !important;
  2068.     width: 1300px !important;
  2069. height: 35px! important;
  2070.     padding: 5px 10px !important;
  2071.     background: black !important;
  2072.     font-weight : bold !important;
  2073. }
  2074. h2#topic-title:before {
  2075.     position: absolute !important;
  2076.     display: inline-block !important;
  2077.     content: "TOPIC ▶ " !important;
  2078.     color: gray !important;
  2079.     border: GRAY 2px solid !important;
  2080.     padding: 5px 10px !important;
  2081.     width: 200px !important;
  2082. height: 35px! important;
  2083.     top: 0px !important;
  2084.     left: -230px !important;
  2085.     background: black !important;
  2086.     text-align: right !important;
  2087. }
  2088. /* h2#topic-title span {
  2089.     color: #999999;
  2090.     font-size: 16px !important;
  2091.     margin-left: 1em;
  2092. } */
  2093. h2#topic-title span {
  2094.     color: #999999;
  2095.     font-size: 16px !important;
  2096.     margin-left: 1em;
  2097. }
  2098. /* (new5) FORUM - TOPIC /DISCUSS - POST - "WATCH TOPIC" - CHEKED/UNCHECKED - === */
  2099. #topics-show.topics #content>form[action*="/monitorships"]{
  2100.     position: absolute !important;
  2101.     display: inline-block !important;
  2102.     float: right;
  2103.     width: 95px !important;
  2104.     top: -55px !important;
  2105.     left: -225px !important;
  2106.     padding: 1px 6px 5px 2px !important;
  2107.     text-align: center ! important;
  2108.     font-size: 11px !important;
  2109.     border: 1px solid gray !important;
  2110. }
  2111. #monitor_submit {
  2112. display: none! important;
  2113. /*     position: absolute !important;
  2114.     display: inline-block !important;
  2115.     padding: 0 !important;
  2116.     right: 1px !important;
  2117.     -moz-appearance: none !important;
  2118.     color: #FF0000 !important;
  2119.     background-color: black !important;
  2120.     border: 1px solid gold !important;
  2121.     border-radius: 5px !important;
  2122.     font-size: 10px !important; */
  2123. }
  2124. input[type=checkbox] + label {
  2125.   color: peru! important;
  2126.   font-style: italic;
  2127. }
  2128. input[type=checkbox]:checked + label {
  2129.   color: red! important;
  2130.   font-style: normal;
  2131. }
  2132. /* FORUM - TOPIC /DISCUSS - POST - EDIT/DELETE - === */
  2133. #topic_mod {
  2134.     left: -200px !important;
  2135.     position: absolute !important;
  2136.     top: 7px !important;
  2137. }
  2138. /* FORUM - TOPIC /DISCUSS - POST - TXT "in RSS/POST/VOICE" - === */
  2139. #content>form>div {
  2140.     margin-top: 5px !important;
  2141. }
  2142.  
  2143. /* FORUM - TOPIC /DISCUSS - POST - RSS ICON - Posts/VOICE - === */
  2144. /*.subtitle {
  2145.     position: absolute !important;
  2146.     display: inline-block !important;
  2147.     width: 200px !important;
  2148.     height: 20px !important;
  2149.     top: 7px !important;
  2150.     left: 717px !important;
  2151.     padding: 2px 2px 0px 13px !important;
  2152.     line-height: 5px !important;
  2153.     vertical-align: baseline !important;
  2154.     color: #888888;
  2155. }*/
  2156. /*.subtitle>br {
  2157.     display: none !important;
  2158. }
  2159. p.subtitle img {
  2160.     vertical-align: text-bottom !important;
  2161. } */
  2162.  
  2163.  
  2164. /* FORUM - TOPICS(#topics-show) - TOPIC /DISCUSS - VOICES - ADD USERNANE - === */
  2165. #topics-show #right>a {
  2166.     content: attr(title) !important;
  2167.     position: relative !important;
  2168.     display: inline-block !important;
  2169.     width: 32px !important;
  2170.     top: -18px !important;
  2171.     margin-left: 2px !important;
  2172.     background: #222222 !important;
  2173.     text-align: center !important;
  2174.     text-decoration: none !important;
  2175. /*    border: red 1px solid !important;*/
  2176.  
  2177. }
  2178. #topics-show #right>a:after {
  2179.     content: attr(title) !important;
  2180.     position: relative !important;
  2181.     display: inline-block !important;
  2182.     width: 31px !important;
  2183.     top: 0px !important;
  2184.     margin-left: -1px !important;
  2185.     border: gray 1px solid !important;
  2186. padding-left: 1px !important;
  2187.     text-align: center !important;
  2188.     text-decoration: none !important;
  2189.     white-space: nowrap !important;
  2190.     overflow: hidden !important;
  2191.     text-overflow: ellipsis !important;
  2192. /*    background: #222222 !important;*/
  2193. /*    background-image: -moz-linear-gradient(#525252, #000000) !important;*/
  2194.     background: -moz-linear-gradient(left,rgba(0,0,0, 0.3) 5%, rgba(142,152,150, 0.1) 75%, rgba(0,0,0, 1)) repeat scroll 0 0 black !important;
  2195. /*    background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;*/
  2196. /*    background: -moz-linear-gradient(left,#222222 5%, black 50%, #222222) !important;*/
  2197. }
  2198. #topics-show #right>a:hover:after {
  2199.     content: attr(title) !important;
  2200.     position: relative !important;
  2201.     display: inline-block !important;
  2202.     width: 100px !important;
  2203.     top: 0px !important;
  2204.     margin-left: -1px !important;
  2205.     border: gray 1px solid !important;
  2206.     background: #222222 !important;
  2207.     text-align: left !important;
  2208.     text-decoration: none !important;
  2209.     white-space: nowrap !important;
  2210.     overflow: hidden !important;
  2211.     text-overflow: ellipsis !important;
  2212.     z-index: 200 !important;
  2213. }
  2214. /* (new5) FORUM - TOPICS(#topics-show.topics) - RIGHT PANEL - VOICES - === */
  2215. #topics-show.topics #right  {
  2216.     float: none !important;
  2217.     clear: both !important;
  2218.     position: fixed !important;
  2219.     display: inline-block !important;
  2220.     width: 210px !important;
  2221.     left: 1% !important;
  2222.     margin-right: 0;
  2223.     top: 300px !important;
  2224.     padding: 1px !important;
  2225.     background: #FFFFFF;
  2226. }
  2227.  
  2228. /* FORUM(#topics-show) - TOPIC /DISCUSS - BACK/TOP ICONS - === */
  2229. #topics-show .uso_movement {
  2230.     position: absolute !important;
  2231.     display: inline-block !important;
  2232.     float: left !important;
  2233.     vertical-align: bottom;
  2234.     width: 0 !important;
  2235.     height: 40px !important;
  2236.     margin-top: 8px !important;
  2237.     margin-left: 200px !important;
  2238.     background: black !important;
  2239.     border-radius: 10px !important;
  2240. }
  2241.  
  2242.  
  2243. /* (new5) SCRIPT - GENERAL(?) - (.wide.forums) / (#forums-show) / (table.topics) - SCRIPT LIST - ZEBBRA (?) - === */
  2244. .wide.forums>tbody>tr:nth-child(odd) {
  2245.     background: #2B2B2B !important;
  2246.     color:gray !important;
  2247. }
  2248. .wide.forums>tbody>tr:nth-child(even) {
  2249.     background: #070707 !important;
  2250.     color:grey !important;
  2251. }
  2252. /* FORUM(#forums-show) / (.wide.forums) /  (table.topics) - SCRIPT LIST - ZEBBRA (?) - === */
  2253. #forums-show.forums a.entry-title {
  2254.     font-size : 15px !important;
  2255.     text-decoration : none !important;
  2256. }
  2257. table.topics tr td.c2 {
  2258.     border-left: 0 none;
  2259.     color: gold !important;
  2260.     padding-left: 2px;
  2261. }
  2262.  
  2263.  
  2264.  
  2265. /* FORUM - TOPICS(#topics-show.topics) - RIGHT PANEL - JUMP PANEL - === */
  2266. #forum-jumper  {
  2267.     position: fixed !important;
  2268.     display: inline-block !important;
  2269.     float: none !important;
  2270.     clear: both !important;
  2271.     width: 210px;
  2272.     margin-left: -33px !important;
  2273.     margin-right: 0;
  2274.     padding: 1px !important;
  2275.     top: 173px !important;
  2276.     background: #FFFFFF;
  2277.     color: gray !important;
  2278. }
  2279. #forum-jumper h5 {
  2280.     background: black !important;
  2281.     margin-bottom: 2px !important;
  2282. }
  2283. #forum-jumper h5 a {
  2284.     padding-left: 5px !important;
  2285. }
  2286. #forum-jumper>ul>li.active {
  2287.     background: black !important;
  2288.     padding-left: 2px !important;
  2289.     width: 182px !important;
  2290. }
  2291. #forum-jumper li .info {
  2292.     background: none repeat scroll 0 0 black !important;
  2293.     border-radius: 5px 5px 5px 5px !important;
  2294.     color: gray !important;
  2295.     margin-left: 16em !important;
  2296.     margin-top: 73px !important;
  2297.     padding: 5px !important;
  2298.     position: fixed !important;
  2299.     width: 150px !important;
  2300. }
  2301. /* FORUM - TOPICS LIST (#forums-show.forums) - RIGHT PANEL - MODERATEUR PANEL - === */
  2302. #forums-show.forums #right {
  2303.     color: gray !important;
  2304.     position: fixed !important;
  2305.     display: inline-block !important;
  2306. }
  2307. /* (new1)FORUM - TOPICS LIST (#forums-show.forums) - RIGHT PANEL - JUMP PANEL - === */
  2308. #forums-show.forums #right #forum-jumper {
  2309.     width: 229px !important;
  2310.     margin-left: -21px !important;
  2311.     margin-right: 0;
  2312.     padding: 1px !important;
  2313.     top: 355px !important;
  2314. }
  2315. #forums-show.forums #right #forum-jumper li .info {
  2316.     position: fixed !important;
  2317.     width: 150px !important;
  2318.     margin-left: 17em !important;
  2319.     margin-top: 210px !important;
  2320.     padding: 5px !important;
  2321.     background: black !important;
  2322.     border-radius: 5px !important;
  2323.     color: gray !important;
  2324. }
  2325. #forums-show.forums #right #forum-jumper a:hover + .info {
  2326.     position: fixed !important;
  2327.     width: 150px !important;
  2328.     height: 137px !important;
  2329.     margin-left: 20em !important;
  2330.     margin-top: 210px !important;
  2331.     padding: 5px !important;
  2332.     background: black !important;
  2333.     border-radius: 5px !important;
  2334.     color: gray !important;
  2335. }
  2336.  
  2337.  
  2338. /* ==== USER  ==== */
  2339.  
  2340. /* USER COMMENTS(#users-comments.users) - ROWS - ZEBRA - === */
  2341. #users-comments.users [id^="row"]:nth-child(odd) {
  2342.     background: black !important;
  2343. }
  2344. #users-comments.users [id^="row"]:nth-child(even) {
  2345.     background: #222222 !important;
  2346. }
  2347. /* (new5) USER REVIEWS LIST (#users-reviews.users) - ROWS - ZEBRA - === */
  2348. #users-reviews.users #review-list .box:nth-child(odd) {
  2349.     background: black !important;
  2350. /*     padding: 4px !important; */
  2351. }
  2352. #users-reviews.users #review-list .box:nth-child(even) {
  2353.     background: #222222 !important;
  2354.     padding: 4px !important;
  2355. }
  2356.  
  2357. /* #users-reviews.users #review-list .box div a {
  2358.     color: gray !important;
  2359. } */
  2360.  
  2361. /*  TABLEs - DARK/GRAY BORDER - GENERAL - === */
  2362. td {
  2363.     border: 1px solid #222222 !important;
  2364. }
  2365.  
  2366. /* BACKGROUND - GENERAL - === */
  2367. body {
  2368.     background: none repeat scroll 0 0 #222222 !important;
  2369. }
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375. /* TEST - FOOTER at The Bottom alway(?) or SUPP - (display none) -=== */
  2376. #users-show {
  2377.     height:100%  !important;
  2378. }
  2379.  
  2380. /* (new5) FOOTER - ALL - (GOOD FOR GUIDES) - === */
  2381. #root #root_footer ,
  2382. #footer {
  2383. /*    background: none repeat scroll 0 0 black;
  2384.     border-top: 5px solid #FF8800 !important;
  2385.     bottom: 0 !important;
  2386.     clear: both !important;
  2387.     color: white;
  2388.     height: 85px;
  2389.     position: absolute !important;
  2390.     width: 100% !important;*/
  2391. /*display : none !important;*/
  2392. /*    border-top: 5px solid #FF8800 !important;*/
  2393. }
  2394. #footer {
  2395. /*position: absolute !important;
  2396.     display: inline-block !important;*/
  2397.     background: black !important;
  2398.     border-top: 1px solid #FF8800 !important;
  2399.     height: 49px !important;
  2400.     margin-top: 90px !important;
  2401. bottom: 0 !important;
  2402. }
  2403. #footer .col.la {
  2404.     float: left;
  2405.     padding-top: 2px !important;
  2406.     width: 475px !important;
  2407.     height: 20px !important;
  2408.     margin-left: -300px !important;
  2409.     margin-top: -3px !important;
  2410. /*    margin-right: -400px !important;*/
  2411. }
  2412. #footer .col.ra {
  2413. position: relative !important;
  2414.     display: inline-block !important;
  2415.     float: right !important;
  2416. /*    padding-top: 2px !important;
  2417.     width: 475px !important;
  2418.     height: 20px !important;
  2419.     margin-left: -100px !important;
  2420.     margin-right: -400px !important;*/
  2421. /*    width: 875px !important;*/
  2422.     margin-right: 400px !important;
  2423.     margin-top: -32px !important;
  2424. }
  2425. .credit{
  2426.     display: inline !important;
  2427.     margin-left: -200px !important;
  2428.     position: relative !important;
  2429.     width: 372px !important;
  2430. }
  2431. /* TEST - GUIDE COMMENTS TXT - === */
  2432. .comment-body{
  2433.     color: #6D8891 !important;
  2434. }
  2435.  
  2436. /* TEST COLOR SELECTION [ ::-moz-selection ] - Brun/Orange -
  2437. == http://184.106.198.177/topics/112038
  2438.  === */
  2439. #post-body-442186>code>p::-moz-selection {
  2440.     background: #c2660d !important;
  2441.     color: #fff !important;
  2442. }
  2443.  
  2444. /* ==== GENERAL - TITLES ==== */
  2445.  
  2446. /* SCRIPT PAGE - PRESENTATION - TITLE - ===*/
  2447. #section #heading #details h2.title{
  2448.     width: 580px !important;
  2449.     color: black !important;
  2450. }
  2451.  
  2452.  
  2453. /* (new5) SIDE BAR - TITLEs - BACKGROUND - ===*/
  2454. #script_sidebar>h6 ,
  2455. #activity>h6 ,
  2456. #right h6 ,
  2457. #right>h5 ,
  2458. #right>h3  {
  2459.     background: #222222 !important;
  2460.     color : grey !important;
  2461.     padding-left:5px !important;
  2462. }
  2463. #right {
  2464.     background: #333333 !important;
  2465. }
  2466.  
  2467. #right>p {
  2468.     color: #AAAAAA !important;
  2469.     font-size: 14px !important;
  2470. }
  2471.  
  2472.  
  2473. /* ==== ZEBBRAs ==== */
  2474.  
  2475. /* A SUPP ??? - TAGS PAGES(#tags-index.tags) - ZEBBRA - A VOIR -
  2476. #tags-index.tags #content table tbody tr:nth-child(odd) {
  2477.     background: #2B2B2B !important;
  2478.     width:200px !important;
  2479. }
  2480. #tags-index.tags #content table tbody tr:nth-child(even) {
  2481.     background: #070707 !important;
  2482.     width:20px !important;
  2483. }
  2484.  
  2485. #tags-index.tags #content table tbody tr th:nth-child(even) {
  2486.     background: red !important;
  2487. }
  2488. #tags-index.tags #content table tbody tr th:nth-child(odd) {
  2489.     background: green !important;
  2490. } === */
  2491.  
  2492. /* DISCUSSIONS(.wide.topics) - ZEBBRA - === */
  2493. .wide.topics>tbody>tr:nth-child(odd) {
  2494.     background: #2B2B2B !important;
  2495. }
  2496. .wide.topics>tbody>tr:nth-child(even) {
  2497.     background: #070707 !important;
  2498. }
  2499. table tr td.inv {
  2500.     background: none repeat scroll 0 0 transparent !important;
  2501.     color:white !important;
  2502. }
  2503. abbr ,
  2504. acronym {
  2505.     border-bottom: medium none !important;
  2506.     color: slateGrey !important;
  2507. }
  2508.  
  2509. /* SCRIPT PAGE(#scripts-show) - SIDEBAR RIGHT - REVIEW SUMMARY - REVIEW LIST(#review-list) (overview) - ZEBBRA - === */
  2510. #review-list .overview {
  2511.     background: none repeat scroll 0 0 black !important;
  2512.     margin-top: 4px !important;
  2513.     padding-top: 13px !important;
  2514.     color:grey !important;
  2515. }
  2516. .overview>table>tbody>tr:nth-child(odd) {
  2517.     background: #2B2B2B !important;
  2518.    display: inline-block !important;
  2519.    width: 350px !important;
  2520. }
  2521. .overview>table>tbody>tr:nth-child(even) {
  2522.     background: #070707 !important;
  2523.     display: inline-block !important;
  2524.     width: 350px !important;
  2525. }
  2526. [class^="rating"] {
  2527.     margin-left:5px !important;
  2528.     margin-bottom:3px !important;
  2529.     margin-top: 4px !important;
  2530. }
  2531. #right #script_sidebar #activity #review-list .overview table tbody tr td.count  {
  2532.     color:white !important;
  2533. }
  2534.  
  2535.  
  2536. /* ============================== */
  2537.  
  2538. /* SCRIPT(#scripts-index.scripts) / (#tags-show.tags) - ADD LINKS TO SCRIPTS LIST - === */
  2539. #scripts-index.scripts .script-meat p ~ a ,
  2540. #tags-show.tags tr td.script-meat p ~ a {
  2541.     color : #566C42 !important;
  2542.     text-decoration : none !important;
  2543.     background: -moz-linear-gradient(center top , #333333, black) repeat scroll 0 0 transparent  !important;
  2544.     padding : 1px 3px  !important;
  2545.     border-radius : 3px !important;
  2546. }
  2547. #scripts-index.scripts .script-meat p ~ a:hover {
  2548.     color : #B9D56E !important;
  2549.     text-decoration : none !important;
  2550.     background: -moz-linear-gradient(center top , black, #333333) repeat scroll 0 0 transparent  !important;
  2551.     padding : 1px 3px  !important;
  2552.     border-radius : 3px !important;
  2553. }
  2554.  
  2555. /* SCRIPT PAGE - LIGHTBOX - === */
  2556. #jquery-lightbox {
  2557.     line-height: 0;
  2558.     position: absolute;
  2559.     text-align: center;
  2560.     width: 100%;
  2561.     z-index: 5000 !important;
  2562. }
  2563. /* SCRIPT PAGE - LIGHTBOX SCREENSHOT - === */
  2564. #lightbox-container-image-box {
  2565.     background-color: #222222 !important;
  2566.     position: relative;
  2567. display: inline-block ! important;
  2568.     height: 710px !important;
  2569.     width: 1107px !important;
  2570.     padding : 20px 0 20px 0  !important;
  2571. }
  2572. #lightbox-container-image-data-box {
  2573.   background-color: #FFFFFF;
  2574.   font: 10px/1.4em Verdana,Helvetica,sans-serif;
  2575.   margin: 0 auto;
  2576.   overflow: auto;
  2577.   padding: 0 10px;
  2578.   width: 57% !important;
  2579. }
  2580. #lightbox-nav a {
  2581.     display: inline-block ! important;
  2582. /*     height: 100% !important; */
  2583. margin-top: 25% ! important;
  2584.     vertical-align: middle !important;
  2585. }
  2586. /* === FORUM PAGE(#forums-index.forums) ==== */
  2587.  
  2588. /* FORUM PAGE(#forums-index.forums) - INFO RSS - === */
  2589. #forums-index.forums #section .container p.subtitle{
  2590.     width :500px !important;
  2591.     margin-top:10px !important;
  2592.     font-size:15px !important;
  2593. }
  2594. /* (new1)FORUM PAGE(#forums-index.forums) - PANEL RIGHT - TXT COLOR - === */
  2595. #forums-index.forums .container #right {
  2596.     color: gray !important;
  2597. }
  2598. /* (new1) A SUPP - FORUM PAGE(#forums-index.forums) - PANEL move to left - === */
  2599. /*#forums-index.forums .container #right {
  2600.     position: absolute !important;
  2601.     display: inline-block !important;
  2602.     float: none !important;
  2603.     height: auto !important;
  2604.     height: 20px !important;
  2605.     margin-top: 0% !important;
  2606.     margin-left: -100% !important;
  2607.     background: transparent !important;
  2608. color: gray !important;
  2609. }*/
  2610. /*#forums-index.forums .container #right h5 {
  2611.     width :300px !important;
  2612.     margin-top:-5px !important;
  2613.     font-size:20px !important;
  2614. }
  2615. #forums-index.forums .container #right p {
  2616.     width :800px !important;
  2617.     margin-top:40px !important;
  2618.     margin-left:-265px !important;
  2619.     font-size:15px !important;
  2620. }*/
  2621.  
  2622.  
  2623. /* (new2)) A SUPP - TAGS INDEX- LIST - CONTENT - === */
  2624. /*#tags-index  .container #content {
  2625. position: relative !important;
  2626.     display: inline-block !important;
  2627.     float: left;
  2628.     margin-top: 20px !important;
  2629. width: 100% !important;
  2630.     max-width: 850px !important;
  2631.     min-width: 850px !important;
  2632. }*/
  2633.  
  2634. /* TAGS PAGES(#tags-index.tags) - TAG CLOUD - === */
  2635. #tags-index.tags #tag-cloud  {
  2636.     position: absolute !important;
  2637.     display: inline-block !important;
  2638.     float: none !important;
  2639.     width: 1850px !important;
  2640.     left: -242px !important;
  2641.     margin-right: 0px;
  2642.     top: -5px !important;
  2643.     padding: 25px !important;
  2644.     border-radius: 0 0 5px 5px !important;
  2645.     color: SlateGray  !important;
  2646.     background: #222222 !important;
  2647. overflow: visible !important;
  2648.  
  2649. }
  2650.  
  2651. /* TAGS PAGES - TAGS COULD - REDUCE SIZE of certains TOO BIG TAGS like GOOGLE - */
  2652. /*[href="/tags/firefox"] ,
  2653. [href="/tags/flickr"] ,
  2654. [href="/tags/image"] ,
  2655. [href="/tags/search"] ,
  2656. [href="/tags/forum"] ,
  2657. [href="/tags/login"] ,
  2658. [href="/tags/gmail"] ,
  2659. [href="/tags/download"] ,
  2660. [href="/tags/amazon"] ,
  2661. [href="/tags/google"] ,
  2662. [href="/tags/youtube"] ,
  2663. [href="/tags/facebook"]{
  2664. color: red !important;
  2665. }*/
  2666.  
  2667. #tag-cloud>ol>li[style="font-size: NaNem"]:nth-child(odd) a{
  2668. /*    font-size: 19px !important;*/
  2669. color: lightsalmon!important;
  2670. }
  2671. #tag-cloud>ol>li[style="font-size: NaNem"]:nth-child(even) a{
  2672. /*    font-size: 19px !important;*/
  2673. color: mistyrose!important;
  2674. }
  2675.  
  2676. li[style^="font-size: 1.0em"]:nth-child(odd) a{
  2677. /*    font-size: 19px !important;*/
  2678. color: tan !important;
  2679. }
  2680. li[style^="font-size: 1.0em"]:nth-child(even) a{
  2681. /*    font-size: 19px !important;*/
  2682. color: olive !important;
  2683. }
  2684.  
  2685. li[style^="font-size: 1.001"] a {
  2686. /*    font-size: 19px !important;*/
  2687. color: lightsalmon !important;
  2688. }
  2689. li[style^="font-size: 1.003"] a {
  2690. /*    font-size: 19px !important;*/
  2691. color: peru !important;
  2692. }
  2693. li[style^="font-size: 1.005"] a {
  2694. /*    font-size: 19px !important;*/
  2695. color: violet !important;
  2696. }
  2697. li[style^="font-size: 1.006"] a {
  2698. /*    font-size: 19px !important;*/
  2699. color: mediumaquamarine !important;
  2700. }
  2701. li[style^="font-size: 1.008"] a{
  2702. /*    font-size: 19px !important;*/
  2703. color: olivedrab !important;
  2704. }
  2705. li[style^="font-size: 1.010"] a{
  2706. /*    font-size: 19px !important;*/
  2707. color: lawngreen !important;
  2708. }
  2709. li[style^="font-size: 1.011"] a{
  2710. /*    font-size: 19px !important;*/
  2711. color: palegoldenrod !important;
  2712. }
  2713. li[style^="font-size: 1.013"] a{
  2714. /*    font-size: 19px !important;*/
  2715. color: palegreen !important;
  2716. }
  2717.  
  2718. li[style^="font-size: 1.015"] a{
  2719. /*    font-size: 19px !important;*/
  2720. color: thistle !important;
  2721. }
  2722.  
  2723. li[style^="font-size: 1.016"] a{
  2724. /*    font-size: 19px !important;*/
  2725. color: antiquewhite !important;
  2726. }
  2727. li[style^="font-size: 1.018"] a{
  2728. /*    font-size: 19px !important;*/
  2729. color: aqua !important;
  2730. }
  2731. li[style^="font-size: 1.020"] a{
  2732. /*    font-size: 19px !important;*/
  2733. color: aquamarine !important;
  2734. }
  2735. li[style^="font-size: 1.021"] a{
  2736. /*    font-size: 19px !important;*/
  2737. color: azure !important;
  2738. }
  2739. li[style^="font-size: 1.023"] a{
  2740. /*    font-size: 19px !important;*/
  2741. color: beige !important;
  2742. }
  2743. li[style^="font-size: 1.025"] a{
  2744. /*    font-size: 19px !important;*/
  2745. color: bisque !important;
  2746. }
  2747. li[style^="font-size: 1.026"] a{
  2748. /*    font-size: 19px !important;*/
  2749. color: blanchedalmond !important;
  2750. }
  2751. li[style^="font-size: 1.028"] a{
  2752. /*    font-size: 19px !important;*/
  2753. color: blueviolet !important;
  2754. }
  2755. li[style^="font-size: 1.030"] a{
  2756. /*    font-size: 19px !important;*/
  2757. color: darkcyan !important;
  2758. }
  2759. li[style^="font-size: 1.031"] a{
  2760. /*    font-size: 19px !important;*/
  2761. color: darkolivegreen !important;
  2762. }
  2763. li[style^="font-size: 1.033"] a{
  2764. /*    font-size: 19px !important;*/
  2765. color: darkgray !important;
  2766. }
  2767. li[style^="font-size: 1.035"] a{
  2768. /*    font-size: 19px !important;*/
  2769. color: darkkhaki !important;
  2770. }
  2771. li[style^="font-size: 1.036"] a{
  2772. /*    font-size: 19px !important;*/
  2773. color: darkmagenta !important;
  2774. }
  2775. li[style^="font-size: 1.038"] a{
  2776. /*    font-size: 19px !important;*/
  2777. color: darkolivegreen !important;
  2778. }
  2779. li[style^="font-size: 1.040"] a{
  2780. /*    font-size: 19px !important;*/
  2781. color: darkorange !important;
  2782. }
  2783. li[style^="font-size: 1.042"] a{
  2784. /*    font-size: 19px !important;*/
  2785. color: crimson !important;
  2786. }
  2787. li[style^="font-size: 1.043"] a{
  2788. /*    font-size: 19px !important;*/
  2789. color: cornsilk !important;
  2790. }
  2791. li[style^="font-size: 1.045"] a{
  2792. /*    font-size: 19px !important;*/
  2793. color: cornflowerblue !important;
  2794. }
  2795. li[style^="font-size: 1.047"] a{
  2796. /*    font-size: 19px !important;*/
  2797. color: coral !important;
  2798. }
  2799. li[style^="font-size: 1.048"] a{
  2800. /*    font-size: 19px !important;*/
  2801. color: chocolate !important;
  2802. }
  2803. li[style^="font-size: 1.050"] a{
  2804. /*    font-size: 19px !important;*/
  2805. color: chartreuse !important;
  2806. }
  2807. li[style^="font-size: 1.052"] a{
  2808. /*    font-size: 19px !important;*/
  2809. color: cadetblue !important;
  2810. }
  2811. li[style^="font-size: 1.053"] a{
  2812. /*    font-size: 19px !important;*/
  2813. color: burlywood !important;
  2814. }
  2815. li[style^="font-size: 1.055"] a{
  2816. /*    font-size: 19px !important;*/
  2817. color: brown !important;
  2818. }
  2819. li[style^="font-size: 1.057"] a{
  2820. /*    font-size: 19px !important;*/
  2821. color: blueviolet !important;
  2822. }
  2823. li[style^="font-size: 1.058"] a{
  2824. /*    font-size: 19px !important;*/
  2825. color: deepskyblue!important;
  2826. }
  2827. li[style^="font-size: 1.060"] a{
  2828. /*    font-size: 19px !important;*/
  2829. color: deeppink !important;
  2830. }
  2831. li[style^="font-size: 1.062"] a{
  2832. /*    font-size: 19px !important;*/
  2833. color: darkviolet !important;
  2834. }
  2835. li[style^="font-size: 1.063"] a{
  2836. /*    font-size: 19px !important;*/
  2837. color: darkturquoise !important;
  2838. }
  2839. li[style^="font-size: 1.065"] a{
  2840. /*    font-size: 19px !important;*/
  2841. color: darkslategray !important;
  2842. }
  2843. li[style^="font-size: 1.067"] a{
  2844. /*    font-size: 19px !important;*/
  2845. color: darkslateblue !important;
  2846. }
  2847. li[style^="font-size: 1.068"] a{
  2848. /*    font-size: 19px !important;*/
  2849. color: darkseagreen !important;
  2850. }
  2851. li[style^="font-size: 1.070"] a{
  2852. /*    font-size: 19px !important;*/
  2853. color: darksalmon !important;
  2854. }
  2855. li[style^="font-size: 1.072"] a{
  2856. /*    font-size: 19px !important;*/
  2857. color: darkred !important;
  2858. }
  2859. li[style^="font-size: 1.073"] a{
  2860. /*    font-size: 19px !important;*/
  2861. color: darkorchid !important;
  2862. }
  2863. li[style^="font-size: 1.075"] a{
  2864. /*    font-size: 19px !important;*/
  2865. color: dimgray !important;
  2866. }
  2867. li[style^="font-size: 1.077"] a{
  2868. /*    font-size: 19px !important;*/
  2869. color: dodgerblue !important;
  2870. }
  2871. li[style^="font-size: 1.078"] a{
  2872. /*    font-size: 19px !important;*/
  2873. color: firebrick !important;
  2874. }
  2875. li[style^="font-size: 1.080"] a{
  2876. /*    font-size: 19px !important;*/
  2877. color: firebrick !important;
  2878. }
  2879. li[style^="font-size: 1.082"] a{
  2880. /*    font-size: 19px !important;*/
  2881. color: forestgreen !important;
  2882. }
  2883. li[style^="font-size: 1.084"] a{
  2884. /*    font-size: 19px !important;*/
  2885. color: fuchsia !important;
  2886. }
  2887. li[style^="font-size: 1.085"] a{
  2888. /*    font-size: 19px !important;*/
  2889. color: gainsboro !important;
  2890. }
  2891. li[style^="font-size: 1.086"] a{
  2892. /*    font-size: 19px !important;*/
  2893. color: ghostwhite !important;
  2894. }
  2895. li[style^="font-size: 1.087"] a{
  2896. /*    font-size: 19px !important;*/
  2897. color: gold !important;
  2898. }
  2899. li[style^="font-size: 1.089"] a{
  2900. /*    font-size: 19px !important;*/
  2901. color: goldenrod !important;
  2902. }
  2903. li[style^="font-size: 1.090"] a{
  2904. /*    font-size: 19px !important;*/
  2905. color: gray !important;
  2906. }
  2907. li[style^="font-size: 1.092"] a{
  2908. /*    font-size: 19px !important;*/
  2909. color: thistle !important;
  2910. }
  2911. li[style^="font-size: 1.094"] a{
  2912. /*    font-size: 19px !important;*/
  2913. color: green !important;
  2914. }
  2915. li[style^="font-size: 1.095"] a{
  2916. /*    font-size: 19px !important;*/
  2917. color: greenyellow !important;
  2918. }
  2919. li[style^="font-size: 1.097"] a{
  2920. /*    font-size: 19px !important;*/
  2921. color: honeydew !important;
  2922. }
  2923. li[style^="font-size: 1.099"] a{
  2924. /*    font-size: 19px !important;*/
  2925. color: hotpink !important;
  2926. }
  2927. li[style^="font-size: 1.100"] a{
  2928. /*    font-size: 19px !important;*/
  2929. color: indianred !important;
  2930. }
  2931. li[style^="font-size: 1.102"] a{
  2932. /*    font-size: 19px !important;*/
  2933. color: indigo !important;
  2934. }
  2935. li[style^="font-size: 1.104"] a{
  2936. /*    font-size: 19px !important;*/
  2937. color: ivory !important;
  2938. }
  2939. li[style^="font-size: 1.105"] a{
  2940. /*    font-size: 19px !important;*/
  2941. color: khaki !important;
  2942. }
  2943. li[style^="font-size: 1.107"] a{
  2944. /*    font-size: 19px !important;*/
  2945. color: lavender !important;
  2946. }
  2947. li[style^="font-size: 1.109"] a{
  2948. /*    font-size: 19px !important;*/
  2949. color: lavenderblush !important;
  2950. }
  2951. li[style^="font-size: 1.110"] a{
  2952. /*    font-size: 19px !important;*/
  2953. color: lawngreen !important;
  2954. }
  2955. li[style^="font-size: 1.112"] a{
  2956. /*    font-size: 19px !important;*/
  2957. color: lemonchiffon !important;
  2958. }
  2959.  
  2960.  
  2961. li[style^="font-size: 1.114"] a{
  2962. /*    font-size: 19px !important;*/
  2963. color: lightblue !important;
  2964. }
  2965. li[style^="font-size: 1.117"] a{
  2966. /*    font-size: 19px !important;*/
  2967. color: lightcoral !important;
  2968. }
  2969. li[style^="font-size: 1.120"] a{
  2970. /*    font-size: 19px !important;*/
  2971. color: lightcyan !important;
  2972. }
  2973. li[style^="font-size: 1.122"] a{
  2974. /*    font-size: 19px !important;*/
  2975. color: lightgoldenrodyellow !important;
  2976. }
  2977. li[style^="font-size: 1.126"] a{
  2978. /*    font-size: 19px !important;*/
  2979. color: lightgray !important;
  2980. }
  2981. li[style^="font-size: 1.127"] a{
  2982. /*    font-size: 19px !important;*/
  2983. color: lightgreen !important;
  2984. }
  2985. li[style^="font-size: 1.131"] a{
  2986. /*    font-size: 19px !important;*/
  2987. color: lightpink !important;
  2988. }
  2989. li[style^="font-size: 1.132"] a{
  2990. /*    font-size: 19px !important;*/
  2991. color: lightsalmon !important;
  2992. }
  2993. li[style^="font-size: 1.137"] a{
  2994. /*    font-size: 19px !important;*/
  2995. color: lightseagreen !important;
  2996. }
  2997. li[style^="font-size: 1.139"] a{
  2998. /*    font-size: 19px !important;*/
  2999. color: lightslategray !important;
  3000. }
  3001. li[style^="font-size: 1.142"] a{
  3002. /*    font-size: 19px !important;*/
  3003. color: lightskyblue !important;
  3004. }
  3005. li[style^="font-size: 1.146"] a{
  3006. /*    font-size: 19px !important;*/
  3007. color: lightyellow !important;
  3008. }
  3009. li[style^="font-size: 1.151"] a{
  3010. /*    font-size: 19px !important;*/
  3011. color: lime !important;
  3012. }
  3013. li[style^="font-size: 1.150"] a{
  3014. /*    font-size: 19px !important;*/
  3015. color: turquoise !important;
  3016. }
  3017. li[style^="font-size: 1.152"] a{
  3018. /*    font-size: 19px !important;*/
  3019. color: wheat !important;
  3020. }
  3021. li[style^="font-size: 1.156"] a{
  3022. /*    font-size: 19px !important;*/
  3023. color: limegreen !important;
  3024. }
  3025. li[style^="font-size: 1.157"] a{
  3026. /*    font-size: 19px !important;*/
  3027. color: linen !important;
  3028. }
  3029. li[style^="font-size: 1.159"] a{
  3030. /*    font-size: 19px !important;*/
  3031. color: magenta !important;
  3032. }
  3033. li[style^="font-size: 1.161"] a{
  3034. /*    font-size: 19px !important;*/
  3035. color: maroon !important;
  3036. }
  3037. li[style^="font-size: 1.162"] a{
  3038. /*    font-size: 19px !important;*/
  3039. color: mediumaquamarine !important;
  3040. }
  3041. li[style^="font-size: 1.164"] a{
  3042. /*    font-size: 19px !important;*/
  3043. color: mediumblue !important;
  3044. }
  3045. li[style^="font-size: 1.166"] a{
  3046. /*    font-size: 19px !important;*/
  3047. color: mediumorchid !important;
  3048. }
  3049. li[style^="font-size: 1.168"] a{
  3050. /*    font-size: 19px !important;*/
  3051. color: mediumpurple !important;
  3052. }
  3053. li[style^="font-size: 1.171"] a{
  3054. /*    font-size: 19px !important;*/
  3055. color: mediumseagreen !important;
  3056. }
  3057. li[style^="font-size: 1.174"] a{
  3058. /*    font-size: 19px !important;*/
  3059. color: mediumslateblue !important;
  3060. }
  3061. li[style^="font-size: 1.176"] a{
  3062. /*    font-size: 19px !important;*/
  3063. color: mediumspringgreen !important;
  3064. }
  3065. li[style^="font-size: 1.179"] a{
  3066. /*    font-size: 19px !important;*/
  3067. color: mediumspringgreen !important;
  3068. }
  3069.  
  3070.  
  3071.  
  3072. li[style^="font-size: 1.183"] a{
  3073. /*    font-size: 19px !important;*/
  3074. color: mediumvioletred !important;
  3075. }
  3076. li[style^="font-size: 1.189"] a{
  3077. /*    font-size: 19px !important;*/
  3078. color: mintcream !important;
  3079. }
  3080. li[style^="font-size: 1.191"] a{
  3081. /*    font-size: 19px !important;*/
  3082. color: mistyrose!important;
  3083. }
  3084. li[style^="font-size: 1.194"] a{
  3085. /*    font-size: 19px !important;*/
  3086. color: moccasin !important;
  3087. }
  3088.  
  3089.  
  3090. li[style^="font-size: 1.20"] a{
  3091. /*    font-size: 19px !important;*/
  3092. color: navajowhite !important;
  3093. }
  3094. li[style^="font-size: 1.22"] a{
  3095. /*    font-size: 19px !important;*/
  3096. color: oldlace !important;
  3097. }
  3098. li[style^="font-size: 1.23"] a{
  3099. /*    font-size: 19px !important;*/
  3100. color: olive !important;
  3101. }
  3102. li[style^="font-size: 1.24"] a{
  3103. /*    font-size: 19px !important;*/
  3104. color: olivedrab !important;
  3105. }
  3106. li[style^="font-size: 1.25"] a{
  3107. /*    font-size: 19px !important;*/
  3108. color: orange !important;
  3109. }
  3110. li[style^="font-size: 1.26"] a{
  3111. /*    font-size: 19px !important;*/
  3112. color: orangered !important;
  3113. }
  3114. li[style^="font-size: 1.27"] a{
  3115. /*    font-size: 19px !important;*/
  3116. color: orchid !important;
  3117. }
  3118. li[style^="font-size: 1.29"] a{
  3119. /*    font-size: 19px !important;*/
  3120. color: palegoldenrod !important;
  3121. }
  3122. li[style^="font-size: 1.30"] a{
  3123. /*    font-size: 19px !important;*/
  3124. color: palegreen !important;
  3125. }
  3126. li[style^="font-size: 1.31"] a{
  3127. /*    font-size: 19px !important;*/
  3128. color: paleturquoise !important;
  3129. }
  3130. li[style^="font-size: 1.32"] a{
  3131. /*    font-size: 19px !important;*/
  3132. color: palevioletred !important;
  3133. }
  3134. li[style^="font-size: 1.35"] a{
  3135. /*    font-size: 19px !important;*/
  3136. color: papayawhip !important;
  3137. }
  3138.  
  3139.  
  3140. li[style^="font-size: 1.44"] a{
  3141. /*    font-size: 19px !important;*/
  3142. color: peachpuff !important;
  3143. }
  3144. li[style^="font-size: 1.46"] a{
  3145. /*    font-size: 19px !important;*/
  3146. color: peru !important;
  3147. }
  3148. li[style^="font-size: 1.47"] a{
  3149. /*    font-size: 19px !important;*/
  3150. color: pink !important;
  3151. }
  3152. li[style^="font-size: 1.48"] a{
  3153. /*    font-size: 19px !important;*/
  3154. color: plum !important;
  3155. }
  3156. li[style^="font-size: 1.49"] a{
  3157. /*    font-size: 19px !important;*/
  3158. color: powderblue !important;
  3159. }
  3160. li[style^="font-size: 1.5"]:nth-child(odd) a{
  3161. /*    font-size: 19px !important;*/
  3162. color: lightseagreen !important;
  3163. }
  3164. li[style^="font-size: 1.5"]:nth-child(even) a{
  3165. /*    font-size: 19px !important;*/
  3166. color: peru !important;
  3167. }
  3168. li[style^="font-size: 1.52"] a{
  3169. /*    font-size: 19px !important;*/
  3170. color: purple !important;
  3171. }
  3172. li[style^="font-size: 1.54"] a{
  3173. /*    font-size: 19px !important;*/
  3174. color: rosybrown !important;
  3175. }
  3176. li[style^="font-size: 1.56"] a{
  3177. /*    font-size: 19px !important;*/
  3178. color: royalblue !important;
  3179. }
  3180. li[style^="font-size: 1.57"] a{
  3181. /*    font-size: 19px !important;*/
  3182. color: saddlebrown !important;
  3183. }
  3184. li[style^="font-size: 1.47"] a{
  3185. /*    font-size: 19px !important;*/
  3186. color: salmon !important;
  3187. }
  3188.  
  3189. li[style^="font-size: 1.61"] a{
  3190. /*    font-size: 19px !important;*/
  3191. color: sandybrown !important;
  3192. }
  3193. li[style^="font-size: 1.64"] a{
  3194. /*    font-size: 19px !important;*/
  3195. color: seagreen !important;
  3196. }
  3197. li[style^="font-size: 1.75"] a{
  3198. /*    font-size: 19px !important;*/
  3199. color: seashell !important;
  3200. }
  3201. li[style^="font-size: 1.78"] a{
  3202. /*    font-size: 19px !important;*/
  3203. color: sienna !important;
  3204. }
  3205.  
  3206.  
  3207. li[style^="font-size: 1.81"] a{
  3208. /*    font-size: 19px !important;*/
  3209. color: silver !important;
  3210. }
  3211. li[style^="font-size: 1.85"] a{
  3212. /*    font-size: 19px !important;*/
  3213. color: skyblue !important;
  3214. }
  3215.  
  3216. li[style^="font-size: 2.2"] a{
  3217. /*    font-size: 19px !important;*/
  3218. color: slateblue !important;
  3219. }
  3220.  
  3221. li[style^="font-size: 3.5"] a{
  3222. /*    font-size: 19px !important;*/
  3223. color: slategray !important;
  3224. }
  3225.  
  3226. /*li[style="font-size: 1.24529569892473em"] a{
  3227. color: slateblue !important;
  3228. }*/
  3229. /*li[style="font-size: 1.25201612903226em"] a{
  3230. color: green !important;
  3231. }*/
  3232. li[style="font-size: 1.24529569892473em"] a ,
  3233. li[style="font-size: 1.25201612903226em"] a ,
  3234. li[style="font-size: 1.25369623655914em"] a ,
  3235. li[style="font-size: 1.35114247311828em"] a ,
  3236. li[style="font-size: 1.35114247311828em"] a ,
  3237. li[style="font-size: 1.4872311827957em"] a ,
  3238. li[style="font-size: 1.49059139784946em"] a ,
  3239. li[style="font-size: 1.52251344086022em"] a ,
  3240. li[style="font-size: 1.54603494623656em"] a ,
  3241. li[style="font-size: 1.6434811827957em"] a{
  3242. /*    font-size: 19px !important;*/
  3243. /*color: yellow !important;*/
  3244. }
  3245. li[style="font-size: 1.57963709677419em"] a{
  3246. /*    font-size: 19px !important;*/
  3247. /*color: yellow !important;*/
  3248. }
  3249. li[style="font-size: 1.8551747311828em"] a ,
  3250. li[style="font-size: 1.89885752688172em"] a ,
  3251. li[style="font-size: 2.80443548387097em"] a {
  3252. /*    font-size: 19px !important;*/
  3253. /*color: tomato !important;*/
  3254. }
  3255.  
  3256.  
  3257.  
  3258. /* TAGS PAGES (#tags-index.tag) - CONTENT - A VOIR -
  3259.     margin-left: -206px !important;
  3260.     margin-right: 10px;
  3261. === */
  3262. #tags-index.tags #content tbody {
  3263.     display: inline-block !important;
  3264.     float: none !important;
  3265.     margin-left:-25% !important;
  3266.     width: 250% !important;
  3267. }
  3268. #tags-index.tags #content table tbody tr{
  3269.     display: inline !important;
  3270.     font-size: 2.75em !important;
  3271. }
  3272.  
  3273.  
  3274. /* ==== USERSCRIPTS HOMEPAGE ==== */
  3275.  
  3276. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - === */
  3277. #site-home.site #root .container {
  3278.     width:auto !important;
  3279.     float:none !important;
  3280.     clear : both !important;
  3281. }
  3282. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - TABLE - === */
  3283. #site-home.site #root .container #content table.wide {
  3284.     width:120% !important;
  3285.     margin-top:30px !important;
  3286. }
  3287. #site-home.site #root .container #content table.wide tbody tr .script-meat p.desc {
  3288.     color:grey !important;
  3289. }
  3290. #site-home.site table.wide .script-meat a.title {
  3291.     text-decoration : none !important;
  3292. }
  3293. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - TITLE "Popular scripts" - === */
  3294. #site-home.site #root .container #content h1 {
  3295.     border-right: 5px none !important;
  3296.     color: grey !important;
  3297.     margin-top: 0;
  3298.     width: 120% !important;
  3299. }
  3300. /* USERSCRIPTS HOMEPAGE(#site-home.site) - RIGHT - === */
  3301. #site-home.site #root .container #right  {
  3302.     display:inline-block !important;
  3303.     position:absolute !important;
  3304.     z-index:500 !important;
  3305.     background: #333333 !important;
  3306.     margin-left: 430px !important;
  3307.     width : 400px !important;
  3308.     padding:0 20px 0 20px  !important;
  3309. }
  3310.  
  3311. #site-home.site #right #browser-news ul li a {
  3312.     text-decoration : none !important;
  3313. }
  3314.  
  3315.  
  3316. /* USERSCRIPTS HOMEPAGE(#site-home.site) - RIGHT - TAG CLOUD - === */
  3317. #site-home.site #root .container #right #tag-cloud {
  3318.     background: #222222 !important;
  3319.     border-radius: 0 0 5px 5px !important;
  3320.     color: SlateGray !important;
  3321.     display: inline-block !important;
  3322.     float: none !important;
  3323.     left: 0px !important;
  3324.     min-height: 250px !important;
  3325.     padding: 25px !important;
  3326.     position: absolute !important;
  3327.     top: 590px !important;
  3328.     width: 390px !important;
  3329. }
  3330.  
  3331. /* GENERAL - USER - USER AVATAR - === */
  3332. body.users .avatar .photo {
  3333.     background: white;
  3334.     border: 1px solid #CCCCCC;
  3335.     margin-top: 15px !important;
  3336.     padding: 2px !important;
  3337. }
  3338.  
  3339. /* GENERAL - ALL PAGE - CONTENT PRINCIPAL - === */
  3340. /*body.wide #content  {
  3341.     overflow-x: auto;
  3342.     width: 150% !important;
  3343. }*/
  3344.  
  3345.  
  3346. /* ==== USER(#users-show) ==== */
  3347.  
  3348. /* (new3)USER PAGE(#users-show) - PROFILE - CONTENT PRINCIPAL - === */
  3349. #users-show #root .container>#content  {
  3350.     overflow: visible !important;
  3351.     width: 150% !important;
  3352.     margin-top: 32px !important;
  3353. }
  3354.  
  3355. /* SCRIPT PAGE(#scripts-review] - CODE PAGE - CONTENT PRINCIPAL - === */
  3356. #scripts-review.scripts #content  {
  3357.     overflow-x: auto;
  3358.     width: 150% !important;
  3359.     margin-top: -25px !important;
  3360. }
  3361.  
  3362. /* SCRIPT PAGE - CODE PAGE - NUMBER line -
  3363. #userscripts_org_source_code_line_numbers_0 {
  3364.     -moz-user-select: none;
  3365.     background: transparent !important;
  3366.     cursor: default;
  3367.     float: none !important;
  3368.     margin-right: -2px;
  3369.     padding-left: 5px;
  3370.     padding-right: 5px;
  3371.     position: absolute !important;
  3372.     text-align: left !important;
  3373.     width: 800px !important;
  3374. } === */
  3375.  
  3376.  
  3377.  
  3378. /* SCRIPTS LIST(#scripts-index.scripts) - SCRIPTS TITLES - === */
  3379. #scripts-index.scripts .script-meat a.title {
  3380.     font-size: 18px !important;
  3381.     text-decoration : none  !important;
  3382. }
  3383.  
  3384.  
  3385. /* DISCUSS BLOCK */
  3386. .entry-title {
  3387.     font-size:16px !important;
  3388. }
  3389. .c2>small .author {
  3390.     text-align:right !important;
  3391.     width:250px !important;
  3392.     display:inline-block !important;
  3393.     position:relative !important;
  3394.     left:-20px !important;
  3395. }
  3396. /* AUTHOR  */
  3397. .author {
  3398.     color: grey !important;
  3399.  }
  3400.  
  3401. /*LAST POST */
  3402. a.lastpost {
  3403.     background: #2E3D45 !important;
  3404.     margin-left: -10px !important;
  3405.     margin-top: 0 !important;
  3406.     padding: 0 4px;
  3407.     position: absolute !important;
  3408. }
  3409.  
  3410. /* GENERAL - BACKGROUND BOTTOM container - === */
  3411. #root {
  3412.     background: #434141 !important;
  3413.     margin-top: -5px !important;
  3414. }
  3415.  
  3416. /* (new11) SCRIPT SUMMARY */
  3417. #scripts-show #root > .container .script_summary:not(empty):first-of-type {
  3418.     font-size: 1.25em;
  3419.     padding: 10px 15px 5px 15px !important;
  3420.     background: #222 !important;
  3421. }
  3422. #scripts-show #root > .container .script_summary:not(empty):first-of-type p b{
  3423.     display: inline-block !important;
  3424. width: 100% !important;
  3425.     background: #333 !important;
  3426. }
  3427.  
  3428.  
  3429.  
  3430. /* (new5) SCRIPT PAGE(#scripts-show) - SIDEBAR RIGHT - SIZE for longs Scripts Names - FLOAT NONE - === */
  3431. #scripts-show #right {
  3432.     background: none repeat scroll 0 0 rgb(255, 255, 255);
  3433.     clear: both !important;
  3434.     display: inline-block !important;
  3435.     float: none !important;
  3436.     left: 60px !important;
  3437.     padding-left: 20px;
  3438.     position: relative !important;
  3439.     top: 0 !important;
  3440.     width: 210px;
  3441. }
  3442. #scripts-show #script_sidebar {
  3443.     width: 400px !important;
  3444.     overflow: visible !important;
  3445.     display: inline-block !important;
  3446.     position: relative !important;
  3447. /*    z-index: 500 !important;*/
  3448.     background: #333333 !important;
  3449. }
  3450.  
  3451.  
  3452. /* ==== GM SCRIPTS ==== */
  3453.  
  3454.  
  3455.  
  3456. /* GENERAL(SCRIPT PAGE(#scripts-show)?) - NO REVIEW / NO DICUSS - === */
  3457. .noreviews>h4,
  3458. .none>h4 {
  3459.     background: #222222 !important;
  3460.     color : grey !important;
  3461.     padding-left: 5px !important;
  3462.     text-align: center !important;
  3463. }
  3464.  
  3465. /* A VOIR - SCRIPT PAGE(#scripts-show) - REVIEW - ADD STARs ICONS -
  3466. :not(scripts-reviews.scripts)
  3467.  === */
  3468. /*.r5.rating:after {
  3469.     content: "." !important;
  3470.     background: url("http://184.106.198.177/images/5stars-small-2.png") !important;
  3471.     background-position: 0 -11px !important;
  3472.     position: absolute !important;
  3473.     width: 200px !important;
  3474.     width: 60px !important;
  3475.     height: 13px !important;
  3476. }
  3477.  
  3478. #review-list .r5.rating:after {
  3479.     content: "." !important;
  3480.     background: none !important;
  3481.     color : transparent !important;
  3482.     position: absolute !important;
  3483.     width: 200px !important;
  3484.     width: 60px !important;
  3485.     height: 13px !important;
  3486. }*/
  3487.  
  3488.  
  3489. /* (new5) TOPICS (#topics-show ) - HEADER SUBTITLE - === */
  3490. #topics-show #content {
  3491. /*    display: inline;
  3492.     float: left;
  3493.     margin-right: 10px;*/
  3494. /*    margin-top: -15px !important;*/
  3495.     width: 1200px !important;
  3496. }
  3497. #topics-show  .posts.wide {
  3498.     display: inline;
  3499.     float: left;
  3500.     margin-right: 10px;
  3501.     margin-top: 10px !important;
  3502.     width: 1200px !important;
  3503. }
  3504. /*(new5) TOPICS (#topics-show #topic_mod) - RSS + Nub post Voices*/
  3505. #topics-show #topic_mod + .subtitle {
  3506.     position: absolute !important;
  3507.     display: inline-block !important;
  3508.     height: 20px !important;
  3509.     line-height: 20px !important;
  3510.     width: 200px !important;
  3511. top: -120px! important;
  3512.     left: -240px !important;
  3513.     margin-top: -40px !important;
  3514.     white-space: nowrap !important;
  3515.     text-align: left !important;
  3516.     color: peru !important;
  3517. }
  3518. /* {
  3519.     bottom: 0 !important;
  3520.     color: #888888;
  3521.     display: inline-block !important;
  3522.     margin: auto !important;
  3523.     min-width: 1000px !important;
  3524.     padding: 0 !important;
  3525.     position: absolute !important;
  3526.     right: 0 !important;
  3527.     text-align: right !important;
  3528.     top: 19px !important;
  3529.     width: 100% !important;
  3530. } */
  3531.  
  3532. #topics-show #topic_mod + .subtitle br ,
  3533. #topics-show #topic_mod + .subtitle ~br {
  3534.     display: none !important;
  3535. }
  3536. #topics-show #content br+ .pagination {
  3537.     width: 500px !important;
  3538.     margin-left: 520px !important;
  3539.     text-align: center !important;
  3540. }
  3541.  
  3542. /* (new5)FORUM - TOPICS(#topics-show.) - POST(.post) -
  3543. table p
  3544. #topics-show.topics #content table.posts tbody tr.post td.body
  3545.   === */
  3546.  
  3547. #topics-show .body.entry-content {
  3548.     display: inline-block  !important;
  3549. /* min-width: 50% !important;
  3550. max-width: 60% !important; */
  3551. /* width: 100% !important;
  3552. width: auto !important;
  3553. position: relative !important; */
  3554. }
  3555.  
  3556. #topics-show.topics .body.entry-content  p {
  3557.     width: 800px !important;
  3558. }
  3559.  
  3560.  
  3561.  
  3562.  
  3563. /* (new1) USER POST(#users-posts) - VCARD DATE - === */
  3564. #users-posts .post td.author {
  3565.     background: #333333 !important;
  3566. }
  3567. #users-posts .post td.author .date {
  3568.     position: relative !important;
  3569.     display: inline-block !important;
  3570.     float: none !important;
  3571.     height: 20px !important;
  3572.     width: 150px !important;
  3573.     line-height: 20px !important;
  3574.     padding-left: 5px !important;
  3575.     background: #333333 !important;
  3576.     border: gray solid 1px !important;
  3577.     border-radius: 5px !important;
  3578. }
  3579. /* FORUM - TOPICS(#topics-show.) - POST CONTENT - TXT -
  3580. #topics-show.topics #content table.posts tbody tr.post.hentry.by-author.good-ham .body.entry-content
  3581. === */
  3582. #topics-show #content table.posts tbody tr.post td.body.entry-content {
  3583.     display: inline-block !important;
  3584.     position: relative !important;
  3585.     width: 1361px !important;
  3586.     background: #222222 !important;
  3587. }
  3588. /* (new5)FORUM - TOPICS(#topics-show.) - POST CONTENT - CODE === */
  3589. #topics-show #content table.posts tbody tr.post td.body.entry-content pre {
  3590. /*    position: relative !important;*/
  3591. /*    display: inline-block !important;*/
  3592. /*     max-width: 861px !important;
  3593.     white-space: pre-wrap !important;*/
  3594. /*float: left !important;
  3595. clear: both !important;*/
  3596.     color: black !important;
  3597. }
  3598. #topics-show #content table.posts tbody tr.post td.body.entry-content pre:not([id^="userscripts_org_source_code_line_numbers"]) ,
  3599. #topics-show #content table.posts tbody tr.post td.body.entry-content pre.sh_html.sh_sourceCode,
  3600. #topics-show #content table.posts tbody tr.post td.body.entry-content pre.sh_javascript.sh_sourceCode {
  3601.     position: relative !important;
  3602.     display: inline-block !important;
  3603. /*float: right !important;
  3604. clear: both !important;*/
  3605. width: 100% !important;
  3606.     min-width: 1300px !important;
  3607. /*margin-left: 50px !important*/;
  3608.     white-space: pre-wrap !important;
  3609. /*    color: red !important;*/
  3610. }
  3611.  
  3612.  
  3613.  
  3614. /* ==== GM SCRIPTS ==== */
  3615.  
  3616. /* GM - GENERAL(SCRIPT PAGE(#scripts-show)?) - SCRIPT NAV BAR - TAB "VERSION" -  === */
  3617. #script-nav li:last-of-type {
  3618.     position: absolute !important;
  3619.     display: inline-block !important;
  3620.     float: none !important;
  3621.     clear: both !important;
  3622.     width: 12% !important;
  3623.     margin-top : -13px !important;
  3624.     margin-left: 185px  !important;
  3625.     text-decoration: none;
  3626.     background: #222222  !important;
  3627.     border-radius: 5px !important;
  3628.  
  3629. }
  3630. #script-nav li:last-of-type a {
  3631.     color : gray  !important;
  3632. }
  3633.  
  3634. /* A SUPP ??? - GM - SCRIPT "USERCSRIPTS +++" - ADD ICONs - A VOIR
  3635. .script-meat>a[href$=".user.js"] {
  3636.     color : transparent  !important;
  3637.     overflow : visible  !important;
  3638.     background-color : transparent  !important;
  3639. }
  3640. .script-meat>a[href$=".user.js"]:before {
  3641.     content: "xxxx" !important;
  3642.     background-image: url("/images/script_icon.png") !important;
  3643.     background-color : red  !important;
  3644.     width : 7px !important;
  3645.     height : 14px !important;
  3646.     padding-right: 18px;
  3647.     display : inline-block  !important;
  3648.     position :absolute  !important;
  3649.     z-index : 5000 !important;
  3650.     color : transparent  !important;
  3651. } === */
  3652.  
  3653. /* PAGINATOR - CURRENT - === */
  3654. .pagination .current {
  3655.     background: none repeat scroll 0 0 #5F5B5B !important;
  3656.     border: 1px solid #F90808 !important;
  3657.     border-radius: 5px 5px 5px 5px !important;
  3658.     color: #6FF901 !important;
  3659. }
  3660.  
  3661.  
  3662.  
  3663.  
  3664. /* (COR1) ==== END ==== */
  3665.  
  3666. /* ==== USERSRIPT PROFILE 2>3 (#users-show)
  3667. need Userscripts.org Source Code Line Numbers
  3668. By Cletus : http://userscripts.org/scripts/show/95658
  3669. http://userscripts-mirror.org/scripts/show/95658 (not mirror)
  3670.  
  3671. ==== */
  3672.  
  3673. /* (new6) SCRIPT "MONKEY BARREL" =
  3674. http://userscripts.org/scripts/show/114843
  3675. http://userscripts-mirror.org/scripts/show/114843
  3676. === */
  3677. /* MENU Z-INDEX - === */
  3678. .mainmenu-.hid>li {
  3679. z-index: 1500 !important;
  3680. }
  3681.  
  3682. /* TEST - PROFILE PAGE(#users-show)  - BOTTOM CONTAINER TOTAL - === */
  3683. /*body#users-show .main {
  3684.     display: inline;
  3685.     float: left;
  3686.     margin-right: 0;
  3687.    min-height: 1000px !important;
  3688.     margin-bottom: 50px !important;
  3689. }*/
  3690. /* TEST - GENERAL  - BOTTOM CONTENT CONTAINER TOTAL - === */
  3691. #content {
  3692.     margin-bottom: 100px !important;
  3693. }
  3694.  
  3695. /* ================= */
  3696. /* USER PROFILE (#users-show.users) - SCRIPT PAGE - USER WEBSITE + INFOS - === */
  3697. /*body#users-show .about {
  3698.     position: relative !important;
  3699.     display: block !important;
  3700.     float: none !important;
  3701.     clear: both !important;
  3702.     width: 650px !important;
  3703.     height: 83px !important;
  3704.     left: 964px !important;
  3705.     margin-right: 10px;
  3706.     padding-right: 40px;
  3707.     top: -133px !important;
  3708.     margin-bottom: -15px !important;
  3709.     border: 1px solid red !important;
  3710. }
  3711. body#users-show .about p+p {
  3712.     display: none !important;
  3713. }*/
  3714.  
  3715.  
  3716.  
  3717. /* (new5) SEARCH - RIGHT PANEL - ALL - === */
  3718. #section #section_search {
  3719.     position: absolute;
  3720.     right: 0px !important;
  3721.     top: 5px;
  3722. }
  3723. /* (new5) USER PROFILE (#users-show.users) - RIGHT PANEL - SEARCH - === */
  3724. #users-show.users #section #section_search {
  3725.     position: absolute;
  3726.     right: 330px !important;
  3727.     top: 5px;
  3728. }
  3729. /* (new5) TOPICS (#topics-show) - RIGHT PANEL - SEARCH - === */
  3730. #topics-show #section #section_search {
  3731.     position: absolute;
  3732.     right: -50px !important;
  3733.     top: 3px !important;
  3734. }
  3735.  
  3736.  
  3737. /* (new3) USER PROFILE (#users-show.users) - RIGHT PANEL "Groups" / "Scripts" "Guides / "Forums Posts" etc"- === */
  3738. body.users ul.subnav {
  3739.     border-top: medium none !important;
  3740. }
  3741. #users-show.users #content ul.subnav {
  3742.     position: absolute !important;
  3743.     display: inline-block !important;
  3744.     float: none !important;
  3745.     width: 310px !important;
  3746.     right: -19px !important;
  3747.     top: -5px !important;
  3748.     z-index: 2 !important;
  3749. }
  3750. #users-show.users ul.subnav li {
  3751.     border-bottom: 1px solid rgb(221, 221, 221);
  3752.     border-left: 1px solid rgb(204, 204, 204);
  3753.     border-right: 1px solid rgb(204, 204, 204);
  3754.     height: 22px !important;
  3755.     line-height: 11px !important;
  3756.     margin-top: -3px !important;
  3757. }
  3758. /* (new3) USER PROFILE (#users-show) - RIGHT PANEL - TAG CLOUD (with GM SCRIPT "TAG CLOUD LINKS") - === */
  3759. body#users-show #tag-cloud {
  3760.     position: absolute !important;
  3761.     display: inline-block !important;
  3762.     width: 300px !important;
  3763.     min-height: 262px !important;
  3764.     max-height: 262px !important;
  3765.     margin-right: 0px;
  3766.     top: 138px !important;
  3767.     left:999px !important;
  3768. /*margin-bottom: 300px !important;*/
  3769.     padding: 22px 5px 25px 5px !important;
  3770.     border-radius: 0 0 5px 5px !important;
  3771.     color: SlateGray  !important;
  3772.     background: #222222 !important;
  3773.     overflow: hidden !important;
  3774.     overflow-y: auto !important;
  3775.     z-index: 2 !important;
  3776. }
  3777. body#users-show #tag-cloud h4 {
  3778.     background: black !important;
  3779.     border-radius: 5px !important;
  3780.     color: LightGrey  !important;
  3781.     margin-bottom: 2px !important;
  3782.     margin-left: 5px !important;
  3783.     margin-top: -20px !important;
  3784.     padding: 2px 5px !important;
  3785.     text-align:center !important;
  3786.     font-size : 12px !important;
  3787. }
  3788. #tag-cloud ol li {
  3789.     line-height: 1.2em;
  3790.     padding-right: 3px !important;
  3791.     text-decoration: none !important;
  3792. }
  3793. #tag-cloud ol li a {
  3794.     text-decoration: none !important;
  3795. }
  3796.  
  3797. /* (new3) USER PROFILE (#users-show) - "Send Message" / "Block User" / "USER ABOUT" - === */
  3798. .user-info>p {
  3799.     margin: -115px -150px 1.5em !important;
  3800.     position:absolute !important;
  3801.     width: 124px !important;
  3802. }
  3803. .user-info>p + p {
  3804.     margin: -90px -150px 1.5em !important;
  3805.     position:absolute !important;
  3806.     width: 124px !important;
  3807. }
  3808. #users-show.users p.subtitle {
  3809.     margin: 5px 90px 1.5em !important;
  3810.     width: 204px !important;
  3811.     background : transparent  !important;
  3812. }
  3813. .user-info > p ~ .about {
  3814.     position: absolute !important;
  3815.     display: inline-block !important;
  3816.     width: 300px !important;
  3817.     height : 77px  !important;
  3818.     line-height : 12px !important;
  3819.     top : -107px !important;
  3820.     left : 999px !important;
  3821.     padding : 10px  0 2px 10px !important;
  3822.     background : #333333!important;
  3823.     border : gray solid 1px !important;
  3824.     overflow: hidden !important;
  3825.     overflow-y: auto !important;
  3826. }
  3827. .user-info > p ~ .about ul {
  3828.     position: relative !important;
  3829.     display: inline !important;
  3830.     line-height: 10px !important;
  3831.     margin: -15px 0px -5px -30px !important;
  3832.     top : 3px !important;
  3833. }
  3834. .user-info > p ~ .about ul li {
  3835.     position: relative !important;
  3836.     display: inline-block !important;
  3837.     line-height: 20px !important;
  3838.     margin: -15px 5px 5px !important;
  3839. }
  3840. .user-info > p ~ .about ul li a {
  3841.     position: relative !important;
  3842.     display: inline-block !important;
  3843.     line-height: 20px !important;
  3844.     margin: -10px 0px -5px -1px !important;
  3845.     width: 80px !important;
  3846.     overflow: hidden !important;
  3847.     white-space: nowrap !important;
  3848.     text-overflow: ellipsis !important;
  3849. }
  3850. #users-show.users .user-info .about h1 {
  3851.     color: gray !important;
  3852.     font-size: 1em !important;
  3853.     margin-top: -32px !important;
  3854. }
  3855. /* (new3) - PROFILE - USER INFOS - WEB LINKS - === */
  3856. .user-info > p ~ .about p {
  3857.     position: relative !important;
  3858.     display: inline-block !important;
  3859.     max-width: 300px !important;
  3860.     min-width: 300px !important;
  3861. top: -9px !important;
  3862.     left: -5px !important;
  3863.     padding: 1px 0 1px 2px !important;
  3864. /*    color: TAN !important;*/
  3865.     background: #333333 !important;
  3866. }
  3867. .user-info .about>p>a {
  3868.     position: relative !important;
  3869.     display: inline-block !important;
  3870.     max-width: 300px !important;
  3871.     min-width: 300px !important;
  3872.     left: -5px !important;
  3873.     padding: 1px 0 1px 2px !important;
  3874.     text-overflow: ellipsis !important;
  3875.     white-space: nowrap !important;
  3876.     overflow: hidden !important;
  3877.     color: TAN !important;
  3878.     background: #222222 !important;
  3879. }
  3880. .user-info .about>p>a:hover {
  3881.     color: peru !important;
  3882.     background: #222222 !important;
  3883. }
  3884. .user-info .about>p>a:before {
  3885. content: ">" !important;
  3886.     position: relative !important;
  3887.     display: inline-block !important;
  3888.     max-width: 10px !important;
  3889.     min-width: 10px !important;
  3890.     margin-right: 5px !important;
  3891.     padding: 1px !important;
  3892. text-align: center !important;
  3893.     color: TAN !important;
  3894.     background: black !important;
  3895. }
  3896. /* (new2)USER PROFILE (#users-show) - "USER ABOUT" - WEB SITE + Infos - === */
  3897. /*.about>p>a {
  3898.     position: relative !important;
  3899.     display: inline-block !important;
  3900.     line-height: 20px !important;
  3901.     margin: -10px 0px -5px -1px !important;
  3902.     width: 220px !important;
  3903.     overflow: hidden !important;
  3904.     white-space: nowrap !important;
  3905.     text-overflow: ellipsis !important;
  3906. }*/
  3907. .about>p>a {
  3908.     text-decoration: none !important;
  3909. }
  3910. .about>p+p{
  3911.     position: relative !important;
  3912.     display: inline-block !important;
  3913.     margin-top: -14px !important;
  3914. }
  3915. /* USER PROFILE (#users-show) - "USER ABOUT" - EMAIL ICON - === */
  3916. .user-info > p ~ .about ul li a[href^="mailto:"] {
  3917.     padding-left: 25px !important;
  3918.     text-decoration: none !important;
  3919. }
  3920. .user-info > p ~ .about ul li a[href^="mailto:"]:before {
  3921.     position: absolute !important;
  3922.     display: inline-block !important;
  3923.     background: url("data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAABpaGgAj42MAAAAAAD///8A4ODgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIiIiIiIiIhEREREREREhQzMzMzMzNBE0MzMzMzNDETNDMzMzNDMRMzQzMzNDMxEzM0MzNDMzATMzM0QzMzMRMzM0EUMzMxEzM0EzFDMzETM0EzMxQzMRM0EzMzMUMxE0EzMzMzFDEUEzMzMzMxQREzMzMzMzMRIRERERERERL//wAAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAA") no-repeat scroll 0 0 transparent !important;
  3924.     color: transparent !important;
  3925.     content: "." !important;
  3926.     height: 20px !important;
  3927.     width: 22px !important;
  3928.     left: 4px !important;
  3929.     top: 3px !important;
  3930.     transform: scale(0.8) !important;
  3931.     overflow: visible !important;
  3932. }
  3933.  
  3934. /* (new6) USER PROFILE (#users-show) - DONATE BUTTON -
  3935. http://userscripts.org/users/JoeSimmons
  3936. http://userscripts-mirror.org/users/JoeSimmons.html
  3937. === */
  3938. #users-show .about>p>a>img[src="http://s18.postimg.org/47cxl1geh/donate_250x50.png"] {
  3939.     width: 92px !important;
  3940. }
  3941. /* USER PROFILE (#users-show) - (Public Feeds) - BLOCK SUMMARRY - === */
  3942. body#users-show .summary  {
  3943.     position:absolute !important;
  3944.     width: 50% !important;
  3945.     height:70px !important;
  3946.     top:-95px !important;
  3947.     left:350px !important;
  3948.     margin-top: 2px !important;
  3949.     padding:0px 0 5px 10px !important;
  3950.     background: transparent !important;
  3951.     color: slategray !important;
  3952. }
  3953. /* USER (Public Feeds) - SUMMARY - TITLE - === */
  3954. .summary>h4  {
  3955.     color : slategray !important;
  3956.     margin-top: 10px !important;
  3957. }
  3958.  
  3959. /* USER PROFILE (#users-show) - "About " - website -
  3960. #users-show.users .user-info .about {
  3961.     background: none repeat scroll 0 0 #333333 !important;
  3962.     display: inline;
  3963.     float: none !important;
  3964.     left: -244px !important;
  3965.     margin-right: 0;
  3966.     padding-right: 0;
  3967.     position: relative !important;
  3968.     top: -35px !important;
  3969.     width: 81% !important;
  3970.     color: slategray !important;
  3971. } === */
  3972.  
  3973.  
  3974. /* ============ USER PROFILE (#users-show)- SECTIONS ============= */
  3975.  
  3976. /* (new1)USER PROFILE (#users-show) - ALL SECTIONS (CONTRIBUTION/ACTIVITY/REVIEWS) - ALL BOXS height/width - === */
  3977. #users-show .box {
  3978.     float: left;
  3979.     display: inline;
  3980.     margin-right: 50px !important;
  3981.     padding: 10px;
  3982.     border-top: none !important;
  3983. }
  3984. /* (new1)USER PROFILE (#users-show) - CONTRIBUTIONS - SECTION 1 -
  3985.     border-radius:5px 5px 0 0 !important;
  3986.      outline : red solid 1px !important;
  3987.     width: 81% !important;
  3988.     width: 1230px !important;
  3989.  === */
  3990. body#users-show .main #contributions {
  3991.     float: none !important;
  3992.     position: relative !important;
  3993.     width: 1230px !important;
  3994.     max-height: 200px !important;
  3995.     min-height: 0px !important;
  3996.     margin-left: -245px !important;
  3997.     margin-top: -60px !important;
  3998.     bottom: -20px !important;
  3999.     padding: 0px 0 0px 10px !important;
  4000.     background: #333333 !important;
  4001.     color: slategray !important;
  4002. }
  4003.  
  4004. /* (new1)USER PROFILE (#users-show) - CONTRIBUTIONS - ALL BOXS (SCRIPTS/GUIDES/JETPACKS AUTHORED) -
  4005.     outline : blue solid 1px !important;
  4006. === */
  4007. body#users-show .main #contributions .box {
  4008.     float:left !important;
  4009.     position: relative !important;
  4010.     display : block  !important;
  4011.     width : 292px  !important;
  4012.     top: -33px !important;
  4013.     margin-left: -4px !important;
  4014.     margin-right: 100px !important;
  4015.     padding: 0 0 0 7px !important;
  4016. }
  4017.  
  4018. body#users-show .main #contributions .box ul {
  4019.     margin-top: 1px !important;
  4020.     margin-left: -3px !important;
  4021.     padding: 2px 1px 2px 12px !important;
  4022.     outline : black solid 1px !important;
  4023. }
  4024. /* (new5)USER PROFILE (#users-show) - SECTIONS - BOX CONTRIBUTION - SCRIPTS AUTHORED + BOX ACTIVITY - FORUM ACTIVITY - === */
  4025. #users-show.users .container #content .user-info #activity .box ul li a[href^="/posts/"] ,
  4026. #users-show .main #contributions .box ul li a[href^="/scripts/show/"] {
  4027.     position: relative !important;
  4028.     display: inline-block !important;
  4029.     width: 340px !important;
  4030.     font-size: 13px !important;
  4031.     padding: 1px  5px 0px 3px!important;
  4032.     border: 1px solid gray !important;
  4033.     border-radius: 5px !important;
  4034.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  4035.     overflow: hidden !important;
  4036.     white-space: nowrap !important;
  4037.     text-overflow: ellipsis !important;
  4038. }
  4039. /* (new5) USER PROFILE (#users-show) - SECTIONS - BOX ACTIVITY - FAVORITE SCRIPTS - === */
  4040. #users-show.users .container #content .user-info #activity .box ul li a[href^="/scripts/show/"] {
  4041.     display: inline-block !important;
  4042.     width: 335px !important;
  4043.     margin-top: 2px !important;
  4044.     margin-bottom: 0px !important;
  4045.     margin-left: 5px !important;
  4046.     font-size: 13px !important;
  4047.     padding: 1px  5px 0px 3px!important;
  4048.     border: 1px solid gray !important;
  4049.     border-radius: 5px !important;
  4050.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  4051.     overflow: hidden !important;
  4052.     white-space: nowrap !important;
  4053.     text-overflow: ellipsis !important;
  4054. }
  4055. /* USER PROFILE (#users-show) - SECTIONS - BOX CONTRIBUTION - TITLES - */
  4056. #contributions>.box>h4 {
  4057.     width: 374px !important;
  4058.     margin-left: -4px !important;
  4059.     border-radius: 0px !important;
  4060. }
  4061.  
  4062. /* (new2) USER PROFILE (#users-show) - CONTRIBUTIONS - "AND xx MORE scripts  " - === */
  4063. body#users-show .main #contributions .box p:last-child {
  4064.     float: none !important;
  4065.     position: relative !important;
  4066.     width: 100% !important;
  4067.     margin-top: -15px !important;
  4068.     margin-bottom: 35px !important;
  4069.     margin-left: 15px !important;
  4070.     padding: 1px 0 0 15px !important;
  4071.     background: #222222 !important;
  4072.     border-radius : 5px  !important;
  4073.     text-align: center !important;
  4074. }
  4075.  
  4076. /* USER PROFILE (#users-show) - ACTIVITY - SECTION 2 - TITLE - === */
  4077. #contributions + #activity h1 {
  4078.     float : none  !important;
  4079.     clear : both  !important;
  4080.     position : relative  !important;
  4081.     display : inline-block  !important;
  4082.     height : 30px  !important;
  4083.     width : 1230px !important;
  4084.     top : -162px  !important;
  4085.     left : 1px  !important;
  4086.     padding-left : 10px  !important;
  4087.     vertical-align : middle  !important;
  4088.     background: #333333 !important;
  4089. }
  4090.  
  4091.  
  4092. /* (new1)USER PROFILE (#users-show) - ACTIVITY - BLOCK -
  4093.     outline : blue solid 1px !important;
  4094. === */
  4095. body#users-show .main #activity {
  4096.     float:left !important;
  4097.     clear: both !important;
  4098.     position: relative !important;
  4099.     display : inline-block  !important;
  4100.     width : 1250px  !important;
  4101.     height : 200px !important;
  4102.     top: 100px !important;
  4103.     margin-left: -245px !important;
  4104. }
  4105. /* (new5)USER PROFILE (#users-show) - ACTIVITY - ALL BOXS FORUMS ACTIVITY/COMMENTS POSTED/ FAVORITES SCRIPTS -
  4106.     outline : gold solid 1px !important;
  4107. === */
  4108. body#users-show .main #activity .box {
  4109.     float: left !important;
  4110.     position: relative !important;
  4111.     display : inline-block  !important;
  4112.     max-height: 210px !important;
  4113.     min-height: 210px !important;
  4114.     width: 270px !important;
  4115.     top: -192px !important;
  4116.     margin-right: 125px !important;
  4117. /* margin-left: -10px !important; */
  4118. /* padding-left: 20px !important; */
  4119. }
  4120.  
  4121. body#users-show .box ul li a {
  4122.     font-size: 15px !important;
  4123. }
  4124. /* (new5)USER PROFILE(#users-show) - ACTIVITY - FORUMS/COMMENTS/FAVORITES - BLOCK TITLE+LINKS -
  4125. #activity .box:first-of-type = (forum activity)
  4126. #activity div.box:first-of-type + .box = (comment)
  4127. #activity div.box:first-of-type + .box + .box = (favorite)
  4128.  === */
  4129. #activity .box h4 {
  4130.     display : block  !important;
  4131.     width: 379px !important;
  4132.     height : 10px !important;
  4133.     margin-top : 8px !important;
  4134.     margin-left: 0px !important;
  4135.     padding-left : 4px  !important;
  4136.     border-radius: 0px !important;
  4137. }
  4138.  
  4139. /* USER PROFILE(#users-show) - ACTIVITY - LINKS - "Forums Activity"(href="/posts/) - === */
  4140. #activity  ul {
  4141.     position: relative !important;
  4142.     width: 260px !important;
  4143.     top: 1px !important;
  4144.     margin-left: 1px !important;
  4145.     font-size: 11px !important;
  4146.     outline : black 1px solid  !important;
  4147. }
  4148. #activity .box:first-of-type  ul > li > a {
  4149.     padding-left: 0px !important;
  4150.     margin-left: -10px !important;
  4151.     font-size: 13px !important;
  4152.     text-decoration: none !important;
  4153. }
  4154. /* USER PROFILE(#users-show) - ACTIVITY - LINKS - "Favorite Scripts"(href="/scripts/show/) - SUPP TXT(transparent) "on" - === */
  4155. .box>ul>li {
  4156.     color:transparent !important;
  4157.     width:140% !important;
  4158.     line-height:18px !important;
  4159.     padding:2px 0 !important;
  4160. }
  4161. .box>ul>li>a {
  4162.     font-size : 18px  !important;
  4163.     text-decoration : none  !important;
  4164.     padding-left : 2px !important;
  4165. }
  4166. /* (new2) USER PROFILE(#users-show) - ACTIVITY - FORUMS/COMMENTS/FAVORITES - "VIEW POSTS"/"VIEW ALL"/"xx MORE " - === */
  4167. #activity div.box:first-of-type p:last-child , /* ACTIVITY*/
  4168. #activity div.box:first-of-type + .box p:last-child ,
  4169. #activity div.box:first-of-type + .box + .box p:last-child {
  4170.     position: relative !important;
  4171.     float: none !important;
  4172.     width: 100% !important;
  4173.     margin-left: 10px !important;
  4174.     margin-top: -10px !important;
  4175.     padding: 1px 0 0 15px !important;
  4176.     background: #222222 !important;
  4177.     border-radius: 5px !important;
  4178.     text-align: center !important;
  4179. }
  4180. /* (new2) COMMENTS POSTED */
  4181. #activity div.box:first-of-type + .box p:last-child {
  4182.     position: relative !important;
  4183.     float: none !important;
  4184.     width: 100% !important;
  4185.     margin-left: 10px !important;
  4186.     margin-top: 10px !important;
  4187.     padding: 1px 0 0 15px !important;
  4188.     background: #222222 !important;
  4189.     border-radius: 5px !important;
  4190.     text-align: center !important;
  4191. }
  4192. /* (new1)USER PROFILE(#users-show) - REVIEW SECTION + BLOCKS (clear both) - EMPTY LINE - === */
  4193. body#users-show .main #reviews  {
  4194. /*    position: relative !important;*/
  4195. /*    display: inline-block !important;*/
  4196.     float: none!important;
  4197.     clear: both !important;
  4198.     position: relative !important;
  4199.     width: 100% !important;
  4200. /*height: 100% !important;*/
  4201. /*    top: -10px !important;*/
  4202.     margin-left: -245px !important;
  4203.     padding: 2px 25px 5px 10px !important;
  4204.     border-radius: 5px 5px 0 0 !important;
  4205.     background: #333333 !important;
  4206.     color: slategray !important;
  4207. }
  4208. /* USER PROFILE(#users-show) - REVIEW SECTION - TITLE - === */
  4209. #users-show .main>h1  {
  4210.     width: 100% !important;
  4211.     height : 29px !important;
  4212.     margin: -1px 0 -12px 0 !important;
  4213.     margin-left: -245px !important;
  4214.     margin-top: -10px !important;
  4215.     padding: 5px 5px 0 30px !important;
  4216.     background: #222222 !important;
  4217.     color: grey !important;
  4218. }
  4219.  
  4220. /* USER PROFILE(#users-show) - REVIEW SECTION - TXT "and XXXmore reviews" - === */
  4221. #users-show .main h1 span {
  4222.     float: none !important;
  4223.     font-size: 12px !important;
  4224.     margin-right: 142px;
  4225.     position: relative !important;
  4226.     top: -5px !important;
  4227. }
  4228.  
  4229. /* (new1)USER PROFILE(#users-show) - REVIEW - ALL BOXS -
  4230. outline : red solid 1px !important;
  4231.     min-height : 350px  !important;
  4232.     max-height : 350px  !important;
  4233.     min-height: 180px !important;
  4234.     max-height: 180px !important;
  4235. === */
  4236. #users-show .box.review  {
  4237.     float: left !important;
  4238.     position: relative !important;
  4239.     display: inline-block !important;
  4240. height: 170px !important;
  4241.     width: 450px !important;
  4242.     top: 12px !important;
  4243.     margin-top: 2px !important;
  4244.     margin-bottom: -6px !important;
  4245.     left: -240px !important;
  4246.     margin-right: 5px !important;
  4247.     padding : 0 !important;
  4248.     background: #222222 !important;
  4249.     border: 2px solid gray  !important;
  4250. }
  4251.  
  4252. /* USER PROFILE(#users-show) - REVIEW BOXS - TXT "xx People found this review helpful" -
  4253.     border : 1px solid yellow  !important;
  4254. === */
  4255. #users-show.users #root .container #content .user-info .main .box [id^="reviews-"].status {
  4256.     position: absolute !important;
  4257.     display: inline-block !important;
  4258.     height: 8px !important;
  4259.     min-width: 0px !important;
  4260.     max-width : 300px !important;
  4261.     top: 2px !important;
  4262.     right: 1px !important;
  4263.     line-height: 1px !important;
  4264.     padding: 7px 5px 3px 5px !important;
  4265.     background: #333333 !important;
  4266.     color: slategray !important;
  4267.  
  4268. }
  4269. /* USER PROFILE(#users-show) - REVIEW BOXS - TITLE OF THE REVIEW - === */
  4270. #users-show .user-info .box.review div .rating+b {
  4271.     display: inline-block !important;
  4272.     width: 444px !important;
  4273.     padding-left: 5px !important;
  4274.     background: #333333 !important;
  4275.     border-bottom: 1px solid gray !important;
  4276.     border-top: 1px solid gray !important;
  4277. }
  4278. #users-show .user-info .box.review div .rating+b:before {
  4279. content: "▷" !important;
  4280.     display: inline-block !important;
  4281.     width: 14px !important;
  4282.     padding-right: 5px !important;
  4283.     background: #333333 !important;
  4284.  
  4285.  
  4286. }
  4287. /* (new5)USER PROFILE(#users-show) + USER REVIEW LIST - REVIEW BOXS - CONTENT - TXT REVIEW - === */
  4288. #users-show .body {
  4289.     position: relative !important;
  4290.     display: inline-block !important;
  4291.     width: 95% !important;
  4292.     height: 120px !important;
  4293.     margin-top: 2px !important;
  4294.     margin-left: 8px !important;
  4295.     padding: 5px !important;
  4296.     background: #222222 !important;
  4297.     overflow: auto !important;
  4298.     overflow-x: hidden !important;
  4299. }
  4300. #users-reviews.users #review-list .body h1,
  4301. #users-reviews.users #review-list .body h3,
  4302. #users-show .body h1,
  4303. #users-show .body h3 {
  4304.     position: relative !important;
  4305.     display: inline-block !important;
  4306.     margin-bottom: -10px !important;
  4307.     font-size: 1em ! important;
  4308. padding: 0! important;
  4309. }
  4310. #users-reviews.users #review-list .body br,
  4311. #users-show .body br  {
  4312.     display: none! important;
  4313. }
  4314. #users-reviews.users #review-list .review strong a ,
  4315. #users-show #content .user-info .main .box.review strong a {
  4316.     color: peru !important;
  4317. }
  4318.  
  4319. /* A VOIR - === */
  4320. #users-show .body>ul  {
  4321.     position: relative !important;
  4322.     display: inline-block !important;
  4323.     width: 96.7% !important;
  4324.     max-height: 100px !important;
  4325.     margin-top: -2px !important;
  4326.     margin-left: 0px !important;
  4327.     padding: 8px !important;
  4328.     background: #222222 !important;
  4329.     overflow: auto !important;
  4330.     overflow-x: hidden !important;
  4331. outline : yellow solid 1px !important;
  4332. }
  4333. #users-show .body>p+p   {
  4334.     margin-top: -15px !important;
  4335. }
  4336.  
  4337.  
  4338. /* USER PROFILE(#users-show) - REVIEW BOXS - CONTENT - SUPP TXT "Review of XXXX" (Cover by SCRIPT NAME) - === */
  4339. /*#users-show.users .box br {
  4340.     float: none !important;
  4341.     clear: both !important;
  4342.     position: absolute !important;
  4343.     display: block !important;
  4344.     margin-top: -50px !important;
  4345.     outline : red solid 1px !important;
  4346.  
  4347. }*/
  4348.  
  4349.  
  4350. /* USER PROFILE(#users-show) - REVIEW BOX - RATTING HEADER - === */
  4351. #users-show.users .box div .rating {
  4352.     background: black !important;
  4353. }
  4354. #users-show.users .box div .rating span {
  4355.     padding-left: 5px !important;
  4356. }
  4357.  
  4358.  
  4359. /* USER PROFILE(#users-show) - REVIEW BOX - NBR COMMENTS + SPAM REPORT + SUPP separator "|" (transpatent) - === */
  4360. #users-show .box.review>p {
  4361.     position: absolute !important;
  4362.     display: inline-block !important;
  4363.     width: 98% !important;
  4364.     top: 0 !important;
  4365.     right: 300px !important;
  4366.     left: 2px !important;
  4367.     margin-top: 198px !important;
  4368.     padding-left: 5px !important;
  4369.     background: none repeat scroll 0 0 black !important;
  4370. }
  4371. .box.review>p a {
  4372.     display: inline-block !important;
  4373.     width: auto !important;
  4374.     text-decoration: none !important;
  4375. }
  4376. /* USER PROFILE(#users-show) - REVIEW BOX - SPAM REPORT TXT "Yes/No" - HOVER - === */
  4377. .box.review>p a[href^="/spam?spam=true"]:hover {
  4378.     display: inline-block !important;
  4379.     background: red !important;
  4380.     color: gold !important;
  4381.     padding: 0 2px !important;
  4382.     border-radius: 5px !important;
  4383. }
  4384. .box.review>p a[href^="/spam?target_"]:hover {
  4385.     display: inline-block !important;
  4386.     background: green !important;
  4387.     color: gold !important;
  4388.     padding: 0 2px !important;
  4389.     border-radius: 5px !important;
  4390. }
  4391. /* USER PROFILE(#users-show) - REVIEW BOXS - SCRIPT NAME - SUPP TXT "Review Of XX " (Cover by SCRIPT NAME) - === */
  4392. #content .user-info .main .box div a {
  4393.     position: relative !important;
  4394.     left: 0 !important;
  4395.     font-size: 15px !important;
  4396.     color: DimGray !important;
  4397. }
  4398. /* USER PROFILE(#users-show) - REVIEW BOXS - SCRIPT NAME + ADD CARET - === */
  4399. #users-show .box.review>div>a[href^="/scripts/show/"] {
  4400.     position: absolute !important;
  4401.     width: 372px !important;
  4402.     line-height: 14px !important;
  4403.     margin-left: 1px !important;
  4404.     padding: 2px 35px !important;
  4405.     text-decoration: none !important;
  4406.     font-size: 14px !important;
  4407.     border: 1px solid gray !important;
  4408.     border-radius: 5px !important;
  4409.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  4410.     overflow: hidden !important;
  4411.     text-overflow: ellipsis !important;
  4412.     white-space: nowrap !important;
  4413.     color: peru !important;
  4414. }
  4415.  
  4416. #users-show .box.review>div>a[href^="/scripts/show/"]:before {
  4417.     position: absolute !important;
  4418.     display: inline-block !important;
  4419.     content: "." !important;
  4420.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  4421.     width: 15px !important;
  4422.     margin-left: -12px !important;
  4423.     margin-top: 0px !important;
  4424.     color: transparent !important;
  4425.     z-index: 55500 !important;
  4426. }
  4427.  
  4428. /* A VOIR - USER PROFILE(#users-show) - CONTRIBUTION - ADD CARET - "Scripts Authored" - before Script Name Links - === */
  4429. /*.scripts>li a:before {
  4430.     position: absolute !important;
  4431.     display: block !important;
  4432.     width: 10px !important;
  4433.     margin-left: -15px !important;
  4434.     content: "x" !important;
  4435.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  4436.     color: transparent !important;
  4437. }*/
  4438. /* (new5)USER PROFILE(#users-show) - ALL SECTIONS - BOXS ITEMS - ADD CARET -  === */
  4439. .box>ul>li:before {
  4440.     position: absolute !important;
  4441.     display: inline-block !important;
  4442.     width: 10px !important;
  4443.     margin-left: -10px !important;
  4444.     margin-top: 5px! important;
  4445.     content: "x" !important;
  4446.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  4447.     color: transparent !important;
  4448. }
  4449.  
  4450.  
  4451. /* (new9) USER PROFILE(#users-show) - REVIEW - ADD 5 STARs ICONS - REVIEW -
  4452. :not(scripts-reviews.scripts)
  4453. COR for http://userscripts.org:8080 (always goog for images)
  4454.  === */
  4455. #users-show.users .rating span {
  4456.     color: transparent !important;
  4457. }
  4458. #users-show.users .rating span:after {
  4459.     position: absolute !important;
  4460.     transform: scale(0.9) !important;
  4461.     height: 14px !important;
  4462.     margin-left: -45px !important;
  4463.     margin-top: 3px !important;
  4464.     content: "." !important;
  4465.     background: url("http://userscripts-mirror.org/images/5stars-small-2.png") !important;
  4466.     background-position: 0 -11px !important;
  4467.     background-color: #9D1414 !important;
  4468.     border: 1px solid #9D1414 !important;
  4469. }
  4470. #users-show.users .r1 span:after {
  4471.     width: 13px !important;
  4472.     margin-left: -37px ! important;
  4473. }
  4474. #users-show.users .r2 span:after {
  4475.     width: 24px !important;
  4476. }
  4477. #users-show.users .r3 span:after {
  4478.     width: 36px !important;
  4479. }
  4480. #users-show.users .r4 span:after {
  4481.     width: 47px !important;
  4482. }
  4483. #users-show.users .r5 span:after {
  4484.     width: 61px !important;
  4485. }
  4486.  
  4487.  
  4488. /* USER PROFILE(#users-show) - SECTIONS - TITLES - COLOR - === */
  4489. #contributions>h1 ,
  4490. #activity>h1 ,
  4491. .box>h4 ,
  4492. .main {
  4493.     color : slategray !important;
  4494. }
  4495.  
  4496. /* USER PROFILE(#users-show) - SECTIONS - BOXS - TITLES - POUR EVITER AUTRES H1 - A VOIR -
  4497. #users-show #section + .container h1:not([id="full_description"]):not([href="/"]):not([id="full_description>ol>li"]) {
  4498.     background: #222222;
  4499.     color: grey !important;
  4500.     font-weight: normal;
  4501.     line-height: 1;
  4502.     margin-bottom: -20px !important;
  4503.     padding: 3px 0 3px 5px !important;
  4504. } === */
  4505. .box>h4{
  4506.     width: 365px !important;
  4507.     height : 10px  !important;
  4508.     margin-top: 20px !important;
  4509.     line-height: 0.7 !important;
  4510.     padding: 4px 0 5px 5px !important;
  4511.     border-radius:0 0 0px 5px !important;
  4512.     background: #222222;
  4513.     color: #222222;
  4514.     font-weight: normal;
  4515.     font-size: 15px !important;
  4516. }
  4517.  
  4518. /* (new5) - CODE DIFF VERSION - BACKGROUND COLOR - CORRECTION - === */
  4519. #scripts-diff code:only-of-type  {
  4520. /*    background: red !important;*/
  4521.     background: #434141 !important;
  4522. }
  4523. #scripts-diff #content>div>pre>code:only-child  {
  4524.     background: #EEEEEE !important;
  4525. }
  4526.  
  4527.  
  4528.  
  4529. /* (new5) SCRIPTS CODE - DIFF PAGE -
  4530. Flickr Easy Photo Post : http://userscripts.org/scripts/diff/116037/412438 (not mirror)
  4531. === */
  4532. #scripts-diff .container {
  4533. /*    position: relative !important;*/
  4534. /*    display: inline-block !important;*/
  4535. /*    float: none !important;*/
  4536.     width: 1200px !important;
  4537.     overflow: visible !important;
  4538. }
  4539. #scripts-diff.scripts #content {
  4540.     margin-left: -338px !important;
  4541.     overflow-x: auto;
  4542.     width: 156% !important;
  4543. }
  4544.  
  4545. #scripts-diff #content pre {
  4546.     position: relative !important;
  4547.     display: inline-block !important;
  4548. /*    float: none !important;*/
  4549. /*    width: 1200px !important;*/
  4550. /*    line-height: 28px !important;*/
  4551. /*    white-space: normal !important;*/
  4552. /*    overflow: visible !important;*/
  4553. margin: 0 !important;
  4554. text-align: left !important;
  4555. }
  4556.  
  4557.  
  4558. #scripts-diff.scripts #content pre code {
  4559.     position: relative !important;
  4560.     display: inline-block !important;
  4561. /*    width: 1900px !important;*/
  4562. /*  margin: 1.5em 0;*/
  4563. /*  white-space: pre-wrap !important;*/
  4564. /*    white-space: normal !important;*/
  4565. margin: 0 !important;
  4566. text-align: left !important;
  4567. }
  4568. #scripts-diff.scripts #content pre code *:not(.diffAdd ):not(.diffDel) {
  4569. display: block !important;
  4570. float: none !important;
  4571. margin: 0 !important;
  4572.     width: 1700px !important;
  4573. text-align: left !important;
  4574. }
  4575.  
  4576.  
  4577. /* == END == USER PROFILE 2(#users-show) ==== */
  4578.  
  4579. /* (new5) ==== LINKs ==== -
  4580.  
  4581. ===Sélecteurs d'états
  4582. :link    désigne le lien quand il n'a pas été visité durant la session.
  4583. :visited    désigne le lien déjà visité.
  4584. :active    désigne le lien s'il correspond à la page affichée.
  4585. :hover    quand la souris passe sur la balise.
  4586. ::focus    quand la balise à le focus.
  4587.  
  4588.  === */
  4589. a ,
  4590. a:link {
  4591.     color: #6A8DA9 !important;
  4592.     text-decoration: none !important;
  4593. }
  4594. a:visited {
  4595.     color: #CDB38B !important;
  4596.     text-decoration: none !important;
  4597. }
  4598. a:hover {
  4599.     color: #0088FF !important;
  4600.     text-decoration: none !important;
  4601. }
  4602.  
  4603. code>a,
  4604. code>a:hover {
  4605.     text-decoration: none !important;
  4606.     color: peru !important;
  4607. /*    color: gray !important;*/
  4608. }
  4609. /* (new5) LINKS - Restore oiginal Color - === */
  4610. ul.tags .delete {
  4611.   color: #FF0000 !important;
  4612. }
  4613. /* (new5) - MENU TOP - === */
  4614. /* #groups-topics .login_status>li a ,
  4615. #groups-scripts .login_status>li a ,
  4616. #groups-members .login_status>li a ,
  4617. #groups-show .login_status>li a ,
  4618. #users-index .login_status>li a ,
  4619. #forums-show .login_status>li a ,
  4620. #forums-index .login_status>li a ,
  4621. #topics-show .login_status>li a ,
  4622. #scripts-issues .login_status>li a ,
  4623. #scripts-discuss .login_status>li a ,
  4624. #scripts-reviews .login_status>li a ,
  4625. #scripts-show .login_status>li a ,
  4626. #scripts-index .login_status>li a ,
  4627. #tags-show .login_status>li a ,
  4628. #tags-index .login_status>li a ,
  4629. #users-groups .login_status>li a ,
  4630. #users-scripts .login_status>li a ,
  4631. #users-comments .login_status>li a ,
  4632. #users-favorites .login_status>li a ,
  4633. #users-reviews .login_status>li a ,
  4634. #users-posts .login_status>li a ,
  4635. #home-widgets .login_status>li a ,
  4636. #home-settings .login_status>li a ,
  4637. #home-comments .login_status>li a ,
  4638. #home-favorites .login_status>li a ,
  4639. #home-topics .login_status>li a ,
  4640. #home-scripts .login_status>li a ,
  4641. #guides-index .login_status>li a ,
  4642. #users-show .login_status>li a ,  
  4643. */
  4644. .login_status>li>a{
  4645.     color: white !important;
  4646. }
  4647. /* #groups-topics .login_status>li a:hover ,
  4648. #groups-scripts .login_status>li a:hover ,
  4649. #groups-members .login_status>li a:hover ,
  4650. #groups-show .login_status>li a:hover ,
  4651. #users-index .login_status>li a:hover ,
  4652. #forums-show .login_status>li a:hover ,
  4653. #forums-index .login_status>li a:hover ,
  4654. #topics-show .login_status>li a:hover ,
  4655. #scripts-issues .login_status>li a:hover ,
  4656. #scripts-discuss .login_status>li ahover ,
  4657. #scripts-reviews .login_status>li a:hover ,
  4658. #scripts-show .login_status>li a:hover ,
  4659. #scripts-index .login_status>li a:hover ,
  4660. #tags-show .login_status>li a:hover ,
  4661. #tags-index .login_status>li a:hover ,
  4662. #users-groups .login_status>li a:hover ,
  4663. #users-scripts .login_status>li a:hover ,
  4664. #users-comments .login_status>li a:hover ,
  4665. #users-favorites .login_status>li a:hover ,
  4666. #users-reviews .login_status>li a:hover ,
  4667. #users-posts .login_status>li a:hover ,
  4668. #home-widgets .login_status>li a:hover ,
  4669. #home-settings .login_status>li a:hover ,
  4670. #home-comments .login_status>li a:hover ,
  4671. #home-favorites .login_status>li a:hover ,
  4672. #home-topics .login_status>li a:hover ,
  4673. #home-scripts .login_status>li a:hover ,
  4674. #guides-index .login_status>li a:hover ,
  4675. #users-show .login_status>li a:hover ,  */
  4676.  
  4677. .login_status>li>a:hover{
  4678.     text-decoration: none !important;
  4679.     color: black !important;
  4680. }
  4681. #top .container ul.login_status li ul.usermenu- li a {
  4682.     display: inline-block !important;
  4683.     width: 300px !important;
  4684.     margin-left: -16px !important;
  4685.     padding: 0 3px !important;
  4686.     text-decoration: none !important;
  4687. }
  4688.  
  4689.  
  4690. /* (new5) LINKS - VISITED - NOT RED (GREY/BLUE) - === */
  4691. /* :visited:visited , */
  4692. .title>a:visited ,
  4693. a:visited.userjs:visited ,
  4694. .details>a:visited ,
  4695. .scripts>li>a:visited ,
  4696. td>a:visited ,
  4697. .pagination>a:visited ,
  4698. .next_page:visited ,
  4699. .la>a:visited ,
  4700. .inv.lp>a:visited ,
  4701. .date>a:visited ,
  4702. #topics-show #topic_mod + .subtitle a:visited ,
  4703. blockquote>strong>a:visited ,
  4704. .role>a:visited ,
  4705. .fn>a:visited ,
  4706. #right>a:visited ,
  4707. #mainmenu>li>a:visited ,
  4708. #scripts-show.scripts .tags li a:visited ,
  4709. .topic>a:visited ,
  4710. #forum-jumper h5 a:visited ,
  4711. #forum-jumper>ul>li>a {
  4712.     color: #6A8DA9 !important;
  4713. }
  4714. /* (new5) LINKS - VISITED - NOT RED (PERU) - === */
  4715. .subtitle>span>a:visited ,
  4716. .menu>a:visited ,
  4717. .box>ul>li>a:visited {
  4718.     color: peru !important;
  4719. }
  4720. /* ==== TEST - TXTs ==== */
  4721. /* (new5) TITLES - COLOR TXT - === */
  4722. h1,
  4723. h2,
  4724. h3,
  4725. h4,
  4726. h5,
  4727. h6 {
  4728.     color: #AAAAAA !important;
  4729. /*    font-size: 14px !important;*/
  4730. }
  4731. /* (new5) A VOIR - TXT COLOR - CONTENT - GENERAL - === */
  4732. #content {
  4733.     color: #AAAAAA  !important;
  4734. /*     font-size : 14px !important; */
  4735. }
  4736.  
  4737. /* (new1)A VOIR - SUMMARY - TXT COLOR - GENERAL - === */
  4738. .script_summary .blah {
  4739.     color: white !important;
  4740.     font-size: 1.25em;
  4741.     padding: 0 15px;
  4742. }
  4743.  
  4744. /* (new5) TXT / CODE - COLOR + WHITE-SPACE "pre" - GENERAL - === */
  4745. #content pre#source {
  4746.     background: none repeat scroll 0 0 #FFFFFF !important;
  4747.     overflow: visible;
  4748. }
  4749. pre ,
  4750. #content>pre ,
  4751. #content>ul>li>pre ,
  4752. #full_description>ol>li pre ,
  4753. #full_description>pre {
  4754.     color: black  !important;
  4755.     font-size : 12px !important;
  4756. }
  4757. /*pre  {
  4758.     color: black !important;
  4759.     white-space: pre !important;
  4760.     font-size : 12px !important;
  4761. }*/
  4762.  
  4763. #content .body.entry-content pre {
  4764.     max-width: 757px! important;
  4765. white-space: pre-wrap !important;
  4766. word-wrap: break-word !important;
  4767.     overflow-y: auto;
  4768. }
  4769. /* (new6) - ADAPTATION CODE SOURCE LINE NUMBER -
  4770. GM - Userscripts.org Source Numbering , byJerone UserScript
  4771. - <a href="http://userscripts-mirror.org/scripts/show/38912">Userscripts.org Source Numbering</a> By jerone
  4772. === */
  4773. .highlight {
  4774.   background-color: #FFFF00;
  4775.   font: 1.1em/1.5 'andale mono','lucida console',monospace;
  4776.   left: 0;
  4777.   opacity: 0.5;
  4778.   position: absolute;
  4779.   z-index: 100 !important;
  4780. }
  4781.  
  4782. /* (new5) - CODE PAGE before INSTALL (when we can install directly) - === */
  4783. body pre {
  4784. /*     max-width: 757px! important;
  4785. white-space: pre-wrap !important;
  4786. word-wrap: break-word !important;
  4787.     overflow-x: auto; */
  4788. color: #999999   ! important;
  4789. }
  4790. /* (new5) A SUPP ?? - CODE - GUIDE - NORMALIZE LINE NUMBER - === */
  4791. /*#content>ul>li>ul>li {
  4792.     line-height: 0px !important;
  4793.     display: inline !important;
  4794.     color: black !important;
  4795. }*/
  4796.  
  4797. /* TEST - CODE TXT - WRAP NORMAL -
  4798. .sh_javascript sh_sourceCode
  4799. #scripts-review.scripts pre#source.sh_javascript span {
  4800. white-space: normal !important;
  4801. }
  4802. === */
  4803.  
  4804. /* (new5) A SUPP ??? */
  4805. /*.sh_javascript sh_sourceCode ,
  4806. .sh_keyword ,
  4807. .sh_symbol ,
  4808. .sh_regexp ,
  4809. .sh_cbracket ,
  4810. .sh_function ,
  4811. .sh_comment ,
  4812. .sh_string ,
  4813. .sh_number ,
  4814. .sh_specialchar ,
  4815. .sh_url {
  4816.     color: #B26818;
  4817.     font-style: normal;
  4818.     font-weight: normal;
  4819.     margin: 0 auto !important;
  4820. }
  4821. */
  4822. /* TEST - CODE - LINE NUMBER (décalés ds guides) - A VOIR - - === */
  4823. /*[id*="userscripts_org_source_code_line_numbers_"] {
  4824.     float: left !important;
  4825.     display: inline !important;
  4826.     position: relative !important;
  4827.     margin-top: 10px !important;
  4828. }*/
  4829. /*li ul, li ol {
  4830.     display: inline-block !important;
  4831.     margin-bottom: 0;
  4832.     margin-left: 1.5em;
  4833.     margin-right: 1.5em;
  4834.     outline: 1px solid red !important;
  4835. }*/
  4836.  
  4837. /* (new6) TEST - CODE -
  4838. http://userscripts.org/topics/210094
  4839. http://userscripts-mirror.org/topics/210094
  4840. === */
  4841.  
  4842. /*#content>ol>li>code ,
  4843. #content>code ,
  4844. #content>dl>dd>code ,
  4845. #content>p>code ,
  4846. p>code ,
  4847. #full_description>ol>li>code ,
  4848. #full_description>code>span {
  4849.     color: black  !important;
  4850.     font-size : 12px !important;
  4851.     padding : 0 5px  !important;
  4852.     margin : 0 5px 0 5px  !important;
  4853. }*/
  4854. /*code {
  4855.     color: black !important;
  4856.     white-space: pre !important;
  4857.     font-size : 12px !important;
  4858. }*/
  4859.  
  4860. code>p ,
  4861. code {
  4862.     display: inline-block !important;
  4863.     white-space: pre !important;
  4864.     padding: 0 15px 0 15px !important;
  4865. /*    font-size: 0.9em;*/
  4866.     font-size : 12px !important;
  4867.     background: #EEEEEE;
  4868.     color: black !important;
  4869. }
  4870. .body.entry-content>code ,
  4871. .body.entry-content>p>code {
  4872.     display: inline-block !important;
  4873.     white-space: pre-wrap !important;
  4874. /*    width: 870px !important;*/
  4875.     width: 98% !important;
  4876. }
  4877. /*a:empty ,
  4878. code:empty  {
  4879.     padding: 0 !important;
  4880.     height: 0 !important;
  4881.     width: 0 !important;
  4882.     font-size : 0px !important;
  4883. }*/
  4884.  
  4885. /* === END COLOR === */
  4886. }
  4887.  
  4888.  
Add Comment
Please, Sign In to add comment