decembre

GM - USERSCRIPTS WideScreen Dark and Gray V4 (new4)

Feb 24th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 113.34 KB | None | 0 0
  1. /* AGENT_SHEET */
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4.  
  5. /* ==== USERSCRIPTS WideScreen Dark and Gray V4 (new4) ==== */
  6.  
  7. /* ==== USERSCRIPTS - PERSO TWEAK 2
  8. need Userscripts.org Source Code Line Numbers
  9. By Cletus : http://userscripts.org/scripts/show/95658
  10.  
  11. ==== */
  12.  
  13. @-moz-document
  14. url-prefix('https://userscripts.org/'),
  15. domain("userscripts.org") ,
  16. domain("184.106.198.177")  {
  17.  
  18.  
  19. /* (new3) - SCRIPT SEARCH - TAGS BLOCK - === */
  20. #scripts-search #content>p {
  21.     border: 1px solid gray !important;
  22.     border-radius: 5px 5px 5px 5px !important;
  23.     margin: 0 0 1.5em;
  24.     padding: 5px !important;
  25.     position: absolute !important;
  26.     right: -446px !important;
  27.     top: -8px !important;
  28.     width: 400px !important;
  29. height: 790px !important;
  30. overflow: hidden !important;
  31. overflow-y: auto !important;
  32. }
  33. #scripts-search #content>p a:nth-child(odd) {
  34. text-decoration: none !important;
  35. padding: 1px 2px !important;
  36. border-radius: 3px !important;
  37. background: #1C1C1C !important;
  38.     color: lightslategray !important;
  39. }
  40. #scripts-search #content>p a:nth-child(even) {
  41. text-decoration: none !important;
  42. padding: 1px 2px !important;
  43. border-radius: 3px !important;
  44. background: #222222 !important;
  45.     color: gray !important;
  46. }
  47. #scripts-search #content>p a:hover {
  48. text-decoration: none !important;
  49. padding: 1px 2px !important;
  50. border-radius: 3px !important;
  51. background: black !important;
  52.     color: white !important;
  53. }
  54. #scripts-search #content>p a:before {
  55. content: ">" !important;
  56. text-decoration: none !important;
  57. margin-right: 5px !important;
  58. padding: 1px 2px !important;
  59. border-radius: 3px !important;
  60. background: black !important;
  61.     color: white !important;
  62. }
  63. /* (new3) MAIN MENU (GM - MONKEY BARREL)- - === */
  64. .mainmenu-:not(.hid){
  65. position: absolute !important;
  66. display: inline-block !important;
  67.   z-index: 200 !important;
  68. }
  69. .usermenu-:not(.hid){
  70. position: absolute !important;
  71. display: inline-block !important;
  72. width: 310px !important;
  73. top: 18px !important;
  74. margin-left: -150px !important;
  75.   z-index: 200 !important;
  76. }
  77. .mainmenu- li {
  78. width: 200px !important;
  79.   height: 22px !important;
  80.   line-height: 22px !important;
  81. /*  margin: -7px 0 0 5px !important;*/
  82. }
  83. .mainmenu- li a {
  84. display: inline-block !important;
  85.     margin-top: -15px !important;
  86.     margin-bottom: 11px !important;
  87. }
  88. /* (new2) TOPIC - HEADER SUBTITLE - === */
  89. #topics-show #topic_mod + .subtitle {
  90. position: absolute !important;
  91. display: inline-block !important;
  92.     height: 26px !important;
  93. width: 200px !important;
  94.     margin-bottom: -27px !important;
  95. white-space: nowrap !important;
  96. text-align: left !important;
  97. }
  98. #topics-show #topic_mod + .subtitle br ,
  99. #topics-show #topic_mod + .subtitle ~br {
  100. display: none !important;
  101. }
  102. #topics-show #content br+ .pagination {
  103. width: 500px !important;
  104.     margin-left: 520px !important;
  105. text-align: center !important;
  106. }
  107. /* (new2) CONTAINER - === */
  108. /* A VOIR - GENERAL - CONTAINER - FLOAT NONE -
  109. PB : https://userscripts.org/users/johan
  110.  
  111. #script_sidebar
  112.  === */
  113. /* (new2) CONTAINER - GENERAL */
  114. /*.container {
  115.     position: relative !important;
  116.     display: inline-block !important;
  117.     margin: 5px 200px 0px 250px !important;
  118.     overflow: visible !important;
  119.     width: 100% !important;
  120.     float: none  !important;
  121.     clear: both  !important;
  122. }*/
  123.  
  124. /* (new2) CONTAINER - USER + INDEX + FORUMS SHOW + FORUMS INDEX * TAGS SHOW + TAGS INDEX
  125. + SCRIPTS SHOW + SCRIPTS REVIW + POST SEARCH + TOPICS SHOW - LIST SCRIPTS */
  126. #scripts-search .container ,
  127. #users-show .container ,
  128. #home-widgets .container ,
  129. #home-settings .container ,
  130. #home-scripts .container ,
  131. #home-favorites .container ,
  132. #home-comments .container ,
  133. #home-topics .container ,
  134. #topics-show .container ,
  135. #posts-search .container ,
  136. #scripts-review .container ,
  137. #scripts-show .container ,
  138. #tags-index .container ,
  139. #tags-show .container ,
  140. #forums-index  .container ,
  141. #forums-show  .container ,
  142. #users-scripts .container  ,
  143. #scripts-index .container {
  144.     position: relative !important;
  145.     display: inline-block !important;
  146.     margin: 5px 200px 0px 250px !important;
  147.     overflow: visible !important;
  148.     width: 1200px !important;
  149. /*    width: 100% !important;*/
  150.     float: none  !important;
  151.     clear: both  !important;
  152. }
  153.  
  154. /*(new2)USER PROFILE (#users-show.users) - MAIN - GENERAL SIZE - === */
  155. #users-show .main {
  156. position: relative !important;
  157.   display: inline-block !important;
  158.   float: none !important;
  159.   margin-left: -4px !important;
  160.   max-width: 1870px !important;
  161.   min-width: 1870px !important;
  162.   position: absolute;
  163.   width: 100% !important;
  164.   height: 100% !important;
  165. overflow: visible !important;
  166. }
  167.  
  168. /* (new1)) POST SEARCH - LIST - CONTENT - === */
  169. #posts-search  .container #content {
  170. position: relative !important;
  171.     display: inline-block !important;
  172.     float: left;
  173.     margin-top: 20px !important;
  174. width: 100% !important;
  175.     max-width: 960px !important;
  176.     min-width: 960px !important;
  177. }
  178.  
  179. /* (new1) FORUMS SHOW - LIST - CONTENT - === */
  180.  #forums-show  .container #content {
  181.     display: inline;
  182.     float: left;
  183.     margin-right: 10px;
  184.     width: 965px !important;
  185. }
  186. /* (new1) FORUMS SHOW - LIST - AUTHOR - === */
  187. #forums-show.forums .c2:not(.ra) small {
  188. /*    background:  red !important;*/
  189.     display: block !important;
  190.     left: 0 !important;
  191. }
  192. #forums-show.forums .c2:not(.ra) small a {
  193. margin-left: 30px !important;
  194.     text-align: left !important;
  195. color: gold !important;
  196. }
  197.  
  198. /* (new1) - TEST FORUM - LAST UPDATED -
  199. http://userscripts.org/users/83/scripts
  200. === */
  201. .updated {
  202. color: gold !important;
  203. }
  204.  
  205. /* (new1) - ADAPTATION CODE LINE NUMBER -
  206. GM - Userscripts.org Source Code Line Numbers , by Cletus
  207. === */
  208. #userscripts_org_source_code_line_numbers_0 {
  209.     -moz-user-select: none;
  210.     cursor: default;
  211.     float: left;
  212.     margin-right: -2px;
  213.     padding-left: 5px;
  214.     padding-right: 5px;
  215.     position: relative;
  216.     text-align: right;
  217. /*    top: 24px !important;*/
  218. }
  219. /* (new1) - ADAPTATION CODE LINE NUMBER -
  220. GM - Userscripts.org Source Numbering , byJerone UserScript
  221. === */
  222. /*#scripts-review.scripts #content>div {
  223.     overflow: hidden !important;
  224. }*/
  225. .numb {
  226.     display: inline-block !important;
  227.     width: 60px;
  228.     overflow: hidden !important;
  229.     border: 1px solid #DDDDDD;
  230.     float: left;
  231.     margin-bottom: 0;
  232.     margin-left: 0;
  233.     margin-right: 0;
  234.     margin-top: 40px !important;
  235.     padding: 5px 0;
  236.     position: relative;
  237.     z-index: 10;
  238. }
  239. /*.numbNr {
  240.     position: relative !important;
  241.     display: inline-block !important;
  242.     font-family: monospace !important;
  243.     font-size : 12px !important;
  244.     overflow: hidden !important;
  245.  
  246. }*/
  247. #scripts-review.scripts .right pre#source.sh {
  248.     background: white !important;
  249. }
  250. /*#scripts-review.scripts #root div.container #content .numb + div .right*/
  251.  
  252. #scripts-review.scripts #root div.container #content {
  253.     overflow: visible !important;
  254.     width: 100%;
  255. }
  256. #scripts-review.scripts #content div div div.right {
  257.     margin-top: 28px !important;
  258. }
  259.  
  260. /* (new1) ADAPTATION NEW POST GM - === */
  261. #scripts-search.scripts #content p[id^="j2userj"] {
  262.     display: inline-block !important;
  263.     position: relative !important;
  264.     float: right !important;
  265.     width: 450px !important;
  266.     left: 25px !important;
  267. }
  268. /*#scripts-search.scripts #content p[id$="newfans"] {
  269. margin-left: 0 !important;
  270. }*/
  271.  
  272. /* (new1)- ADAPTATION Bulschit Filter Scam Filteers- === */
  273. table.forums tr.filtered.checked td.script-meat[hidden="hidden"] > span + a.title ,
  274. table.forums tr.filtered.checked.scam td.script-meat > span + a.title:after {
  275.     position: absolute !important;
  276.     display: inline-block !important;
  277.     width: auto !important;
  278.     height: 15px !important;
  279.     right: 0px !important;
  280.     padding: 0 !important;
  281.     opacity: 0.6 !important;
  282.     border: none !important;
  283.     font-size: 11px !important;
  284.     z-index: 500 !important;
  285.     background: none !important;
  286.     background-color: transparent !important;
  287. color: gold !important;
  288. }
  289.  
  290. /*.filtered.checked .script-meat a.title  {
  291.     position: absolute !important;
  292.     display: inline-block !important;
  293.     width: auto !important;
  294.     height: 15px !important;
  295.     padding: 0 !important;
  296.     opacity: 1 !important;
  297.     border: none !important;
  298.     font-size: 11px !important;
  299.     z-index: 500 !important;
  300.     background: red !important;
  301.     color: gold !important;
  302. }*/
  303. /* (new1) - MONITORED TOPIC - === */
  304. #home-topics.home .container #content #main {
  305.     display: inline-block !important;
  306.     float: left;
  307.     margin-left: 190px !important;
  308.     margin-right: 0;
  309.     margin-top: -490px !important;
  310.     padding-left: 10px;
  311.     width: 1200px !important;
  312. }
  313. #home-topics.home .container #content #main h1 {
  314.     Color: tan !important;
  315. }
  316. #home-topics.home #content #main table tbody tr {
  317.     max-height: 18px !important;
  318. }
  319. #home-topics.home #content #main table tbody tr td a{
  320.     color: tan !important;
  321.     text-decoration: none !important;
  322. }
  323. #home-topics.home #content #main table tbody tr td a:hover {
  324.     color: gold !important;
  325. }
  326. #main>table>tbody>tr:nth-child(even) {
  327.     background: #222222 !important;
  328. }
  329. #home-topics.home #content #main table tbody tr td  {
  330.     padding: 1px 0 1px 6px !important;
  331. }
  332. #home-topics.home #content #main table tbody tr td:nth-child(2){
  333.     width: 180px !important;
  334. }
  335.  
  336. /* ==== QUICK POSITION ==== */
  337. /* QUICK POSITION - HOME/FAVS  - === */
  338. #home-scripts #main {
  339.     position: absolute !important;
  340. }
  341.  
  342. #users-favorites #main {
  343.     position: relative !important;
  344.     display: inline-block !important;
  345. /*    left: 200px !important;*/
  346. /*    margin-top: -230px !important;*/
  347. }
  348.  
  349.  
  350.  
  351. /* TEST - REVIEW WRITE - === */
  352. #reviews-new #right {
  353.     position: absolute !important;
  354.     display: inline-block ! important;
  355.     float: none !important;
  356.     width: 500px !important;
  357.     left: -50px !important;
  358.     bottom: -150px !important;
  359.     padding: 20px !important;
  360.     background: black !important;
  361. }
  362.  
  363. /* TEST - REPLY TOPIC / COMMENTS - ADD INFOS SHORTS CUTS - === */
  364. #edit.editbox .contents form table tbody tr td.crap_holder {
  365.     display: block ! important;
  366.     width: 500px !important;
  367.     margin-left: 10px !important;
  368.     margin-top: 8px !important;
  369.     padding: 20px !important;
  370.     background: black !important;
  371. }
  372.  
  373. .editbox h5:first-of-type:hover:before {
  374.     display: inline-block ! important;
  375.     position: absolute ! important;
  376.     width: 170px ! important;
  377.     height: 20px ! important;
  378.     top: -20px ! important;
  379.     font-size: 10px ! important;
  380.     white-space: normal! important;
  381.     background: red ! important;
  382.     content: "Userscripts Comments Fix" ! important;
  383.     text-align: center ! important;
  384. }
  385. .editbox h5 {
  386.     display: block ! important;
  387.     position: relative ! important;
  388.     float: none ! important;
  389.     margin-top: -15px ! important;
  390.     padding-left: 15px ! important;
  391.     font-size: 15px ! important;
  392.     white-space: normal! important;
  393.     background: black ! important;
  394. }
  395. .editbox h5:nth-child(1):before ,
  396. .editbox h5:nth-child(3):before {
  397.     display: inline-block ! important;
  398.     position: absolute ! important;
  399.     width: 10px ! important;
  400.     height: 14px ! important;
  401.     top: 6px ! important;
  402.     margin-left: -15px ! important;
  403.     padding: 0 2px 0 2px ! important;
  404.     font-size: 10px ! important;
  405.     white-space: normal! important;
  406.     background: red ! important;
  407.     content: "► " ! important;
  408.     text-align: center ! important;
  409. }
  410. .editbox code {
  411.     display: inline-block ! important;
  412.     min-width: 15px !important;
  413.     height: 12px ! important;
  414.     line-height: 10px ! important;
  415.     padding: 4px 2px ! important;
  416.     border-bottom: 2px solid black ! important;
  417.     font-family: "Helvetica Neue",Arial,Helvetica,sans-serif !important;
  418.     background: #D04C00 !important;
  419. }
  420. a.quick_shortcut,
  421. a.quick_shortcut:visited {
  422.     display: inline-block ! important;
  423.     height: 12px ! important;
  424.     line-height: 10px ! important;
  425.     font-size: 15px !important;
  426.     text-align: center ! important;
  427.     color: white !important;
  428. }
  429. /* "CODE" - SAMPLE BLOCK - === */
  430. .crap_holder>h5>table>tbody>tr:nth-child(1)>td:nth-child(1)>code:nth-child(2) {
  431.     background: #EEEEEE ! important;
  432.     border-color: #CCCCCC -moz-use-text-color #BBBBBB  #CCCCCC ! important;
  433.     border-left: #817D7D  3px solid ! important;
  434. }
  435. /* "PRE" - SAMPLE BLOCK - === */
  436. .crap_holder>h5>table>tbody>tr:nth-child(1)>td:nth-child(2)>code +pre {
  437.     background: #EEEEEE ! important;
  438.     border-color: #CCCCCC -moz-use-text-color #BBBBBB  #CCCCCC ! important;
  439. border-left: #817D7D  3px solid ! important;
  440. }
  441. /* "BLOCKQUOTE" - SAMPLE BLOCK - === */
  442. .crap_holder>h5>table>tbody>tr:nth-child(2)>td:nth-child(1)>code +blockquote {
  443.     background: #CDE797 ! important;
  444.     border-color: #CCDDAA -moz-use-text-color #CCDDAA #99AA77 ! important;
  445.     border-left: 3px solid #7CA627 !important;
  446. }
  447.  
  448.    
  449. #reply.editbox .contents form#new_post.new_post table tbody tr td.crap_holder h5 table tbody tr {
  450.     position: relative ! important;
  451.     margin: 15px 0 !important;
  452.     font-size: 15px !important;
  453. }
  454.  
  455. /* BLOCK TXT "Auto-watch topics you reply to" - === */
  456. .crap_holder>h5>table>tbody>tr:last-child {
  457.     position: absolute !important;
  458.     display: inline-block !important;
  459.     height: 20px ! important;
  460.     line-height: 15px ! important;
  461.     padding: 2px 5px ! important;
  462.     border-radius: 5px !important;
  463.     background: #D04C00 !important;
  464. }
  465. .crap_holder>h5>table>tbody>tr:last-child td {
  466. border: none !important;
  467.     padding: 0 !important;
  468. }
  469.  
  470.  
  471. /* TEST - GM - SCRIPT SARCH ON ALL PAGE + ICON GOOGLE SEARCH - === */
  472. .container>form[name="searchUSO"]>span  {
  473.     display: inline-block !important;
  474.     float: none !important;
  475.     margin: -32px 0 0 150px !important;
  476.     position: relative !important;
  477. }
  478. .container>form[name="searchGoogle"]>span  {
  479.     display: inline-block !important;
  480.     float: none !important;
  481.     margin: -10px 0px 0px 532px !important;
  482.     top: 5px !important;
  483.     position: relative !important;
  484. }
  485.  
  486. /* TEST - USER REVIEWS PAGE - POST - EDIT REVIEW - === */
  487. #users-reviews #review-list .box a.edit {
  488.     position: relative !important;
  489.     display: block !important;
  490.     width: 60px !important;
  491.     padding: 1px 1px 2px 5px !important;
  492.     top: -1px !important;
  493.     right: 1px !important;
  494.     font-size: 10px !important;
  495.     border-radius: 5px !important;
  496. }
  497.  
  498. /* TEST - GUIDE(#guides-show) - EDIT BOX - === */
  499. #guides-show #edit {
  500.     width: 1233px !important;
  501. }
  502.  
  503. /* TEST - USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - USER AVATAR -
  504. #users-comments.users #root .container #content #main #comments .comment .avatar
  505. === */
  506. #users-comments.users .comment .avatar {
  507.     position: relative !important;
  508.     display: inline-block !important;
  509.     float: none !important;
  510.     width: 50px !important;
  511.     height: 0px !important;
  512.     margin-right: 10px;
  513.     top: -13px !important;
  514. }
  515. /* TEST - USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK -
  516.     outline: 1px solid yellow !important;
  517. === */
  518. #users-comments.users #comments .comment .author {
  519.     display: block !important;
  520.     position: relative !important;
  521.     float: none !important;
  522.     height: 0px !important;
  523.     width: 100% !important;
  524.     margin-bottom: 20px !important;
  525.     margin-right: 211px !important;
  526. }
  527. /* TEST - USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK - AUTHOR NAME + STATUT - === */
  528. #users-comments.users #comments .comment .author img+a  {
  529.     display: inline-block !important;
  530.     position: relative !important;
  531.     left: -80px !important;
  532. }
  533.  
  534. #users-comments.users #comments .comment .author img+a+em {
  535.     display: inline-block !important;
  536.     position: relative !important;
  537.     left: -80px !important;
  538.     margin-right: -80px !important;
  539. }
  540. /* TEST - USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - AUTHOR BLOCK - ICONS BROWSERS -
  541.     position: relative !important;
  542.     left: -154px !important;
  543.     top: 74px !important;
  544.     text-align: left !important;
  545. === */
  546. #users-comments.users #comments .comment .author>img {
  547.     float: none !important;
  548.     position: relative !important;
  549.     display: inline-block !important;
  550.     left: -84px !important;
  551.     top: 4px !important;
  552.     transform: scale(0.7) !important;
  553. }
  554. /* TEST - USER COMMENTS(#users-comments.users) - COMMENTS CONTENT - VOTES - === */
  555. #users-comments.users #comments .comment .info .votes {
  556.     position: relative !important;
  557.     width: 45px !important;
  558.     top: 45px !important;
  559.     left: -90px !important;
  560. }
  561. /* COMMENTS - === */
  562.  
  563. .comment {
  564.     background: transparent !important;
  565.     border-top: 1px solid rgb(221, 221, 221);
  566.     margin-bottom: -11px !important;
  567.     padding: 2px 4px 1px;
  568. }
  569. #users-comments.users #comments .info {
  570.     background: transparent !important;
  571.     border-top: 1px solid rgb(221, 221, 221);
  572.     margin-bottom: 1px !important;
  573.     padding: 2px 40px 1px !important;
  574. }
  575.  
  576. /*========= */
  577.  
  578.  
  579. /* TEST - USER REWIEWS(#users-reviews) - LEFT PANEL("Groups / Userscripts / Guides /Forums Posts / Comments /Rewiews / Favorites") - === */
  580. #users-reviews ul.subnav {
  581.     border-top: 1px solid rgb(204, 204, 204);
  582.     left: 90px !important;
  583.     position: fixed !important;
  584.     z-index: 500 !important;
  585. }
  586.  
  587.  
  588.  
  589. /* TEST - USER REWIEWS(#users-reviews) - REVIEWS TOTAL CONTAINER - === */
  590. #users-reviews.users .container #content {
  591.     height: 1256px !important;
  592.     overflow-x: auto;
  593.     width: 100%;
  594. }
  595.  
  596. /* TEST - USER REWIEWS(#users-reviews) - REVIEWS BLOCK - === */
  597. #review-list .review {
  598.     border: medium none !important;
  599.     margin-bottom: 2px !important;
  600. }
  601.  
  602. /* USER REWIEWS(#users-reviews) - SCRIPTS NAME LINKS - === */
  603. #users-reviews .box.review:nth-child(even)>div>a {
  604.     position: relative !important;
  605.     display: inline-block !important;
  606.     width: 750px !important;
  607.     top: -20px !important;
  608.     margin-bottom: -20px !important;
  609.     background: black !important;
  610.     color: gray !important;
  611. }
  612. #users-reviews .box.review:nth-child(odd)>div>a {
  613.     position: relative !important;
  614.     display: inline-block !important;
  615.     width: 750px !important;
  616.     top: -20px !important;
  617.     margin-bottom: -20px !important;
  618.     background: #222222 !important;
  619.     color: gray !important;
  620. }
  621. /* USER REWIEWS(#users-reviews) - REVIEWS TXT - === */
  622. #users-reviews #review-list .body {
  623.     bottom: -4px !important;
  624.     margin-bottom: -7px !important;
  625.     display: inline-block !important;
  626.     position: relative !important;
  627. }
  628. /* USER REWIEWS(#users-reviews) - NBR COMMENTS - === */
  629. #users-reviews #review-list .body +p:last-child {
  630.     float: none !important;
  631.     position: absolute !important;
  632.     display: inline-block !important;
  633.     width: 100px !important;
  634.     margin-top: -40px !important;
  635.     right: 160px !important;
  636. }
  637.  
  638. /* TEST - MONITORED TOPICS(#home-posts.home) - MENU LEFT - === */
  639. #home-posts.home ul.subnav ,
  640. #home-comments.home ul.subnav{
  641.     display: inline;
  642.     float: left;
  643.     left: -240px !important;
  644.     margin-right: 10px;
  645.     position: relative !important;
  646.     width: 150px;
  647. }
  648.  
  649. /* TEST - ROOT HIDDEN (no Horizontal scroll bar) - === */
  650. #root {
  651.     margin-bottom: -100px;
  652.     min-height: 100%;
  653.     overflow: hidden !important;
  654. }
  655.  
  656. /* (new1) NOTICE MESSAGER - GENERAL - TXT "Welcome Back !" - === */
  657. .notice {
  658.     position: absolute !important;
  659.     top: -159px !important;
  660.     left: -246px !important;
  661.     padding: 5px;
  662.     background: #DDFFCC;
  663.     border: 1px solid #CCDDAA;
  664.     line-height: 8px !important;
  665. }
  666. /* (new1) NOTICE MESSAGER - SCRIPT PAGE(#scripts-review.scripts) - TXT "There are XX previous versions of this script" - === */
  667. #scripts-review.scripts .notice {
  668.     position: absolute !important;
  669.     width: 300px !important;
  670.     top: -25px !important;
  671.     left: 800px !important;
  672.     padding: 5px;
  673.     line-height: 8px !important;
  674.     background: #DDFFCC;
  675.     border: 1px solid #CCDDAA;
  676. }
  677. /* (new1)NOTICE MESSAGER - SCRIPT PAGE - VERSION(#scripts-versions) - TXT "Versions Diff  work in progress..."" - === */
  678. #scripts-versions #content p.notice {
  679.     position: absolute !important;
  680.     width: 300px !important;
  681.     top: 0px !important;
  682.     left: 720px !important;
  683.     padding: 5px;
  684.     line-height: 20px !important;
  685.     background: #DDFFCC;
  686.     border: 1px solid #CCDDAA;
  687. }
  688. /* (new1) - NOTICE MESSAGER - SCRIPT PAGE(#scripts-show ) - RIGHT PANEL - GROUPS - TXT "Added to Group" - === */
  689. #scripts-show #right #script_sidebar #group_status p.notice {
  690.     position: relative !important;
  691.     display: inline-block !important;
  692.     top: 0px !important;
  693.     left: 5px !important;
  694. }
  695.  
  696.  
  697. /*  ==== SCRIPTs LISTs GENERAL ==== */
  698.  
  699. /* GENERAL (.script-meat) - SCRIPT LIST - TXT SHADOW NONE (for GM SCRIPT "FOLLOW-UP" ) - ==== */
  700. #main>h1>a[title="alt-click to reset script fans too"] ,
  701. .script-meat {
  702.     text-shadow: none !important;
  703. }
  704. /* GENERAL (.script-meat) - SCRIPT LIST - SCRIPT TITLE - FAVORIS (?) - A VOIR
  705.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  706. === */
  707. .script-meat .title {
  708.     position: relative !important;
  709.     display: inline-block !important;
  710.     border-radius : 5px !important;
  711.     width: 600px !important;
  712.     padding : 4px 10px 2px 10px!important;
  713.     background: none !important;
  714.     font-size: 16px !important;
  715.     text-decoration: none !important;
  716.     color: transparent !important;
  717. }
  718. /* (new1) GENERAL (.script-meat) - SCRIPT LIST / FAVORITE LIST(#home-favorites) - SCRIPT FULL TITLE -
  719. .script-meat a.title{
  720.     min-width: 500px !important;
  721.     font-size: 0 !important;
  722.     color: transparent !important;
  723. } === */
  724. .script-meat a.title:after {
  725.     position: absolute !important;
  726.     display: block !important;
  727.     width: 590px !important;
  728.     top: 29px !important;
  729.     margin-top: -22px !important;
  730.     margin-left: 3px !important;
  731.     padding-left: 18px !important;
  732.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  733.     border-radius: 5px !important;
  734.     border: 1px solid gray !important;
  735.     content: attr(title) !important;
  736.     color: tan !important;
  737.     font-size: 16px !important;
  738.     white-space: nowrap !important;
  739.     overflow: hidden !important;
  740.     text-overflow: ellipsis !important;
  741. }
  742. /* (new1) YOUR FAVORITES(#home-favorites) - SCRIPT LIST - SCRIPT FULL TITLE - === */
  743. #home-favorites .script-meat a.title:after {
  744.     top: 29px !important;
  745.     margin-top: -25px !important;
  746.     margin-left: 3px !important;
  747.     padding-left: 18px !important;
  748. }
  749.  
  750.  
  751. /* (new1)MONITORED -  - TITLE PAGE
  752. "Recents discussion on your Scripts" : COMMENTS(#home-comments) /
  753. "Your favorite Scripts" :FAVORITE SCRIPTS(#home-favorites) /
  754. "Recents posts on" : MONITORED TOPICS(#home-posts) /
  755. "Your Scripts" :SCRIPT MANAGEMENT(#home-scripts) /
  756. "Settings" : SETTING /
  757. "Widgets for you" : (#home-widgets) -
  758. === */
  759. #home-comments #main h1 ,
  760. #home-favorites.home #main h1 ,
  761. #home-posts #main h1 ,
  762. #home-scripts #main h1 ,
  763. #home-settings #main h1 ,
  764. #home-widgets #main h1 {
  765.     background: black !important;
  766.     color: gray !important;
  767.     padding: 4px !important;
  768.     border-radius: 5px !important;
  769. }
  770.  
  771.  
  772. /* GENERAL - SCRIPTS LIST - VOTES - === */
  773. .votes {
  774.     float: left !important;
  775.     font-size: 12px !important;
  776.     text-align: left !important;
  777. }
  778.  
  779. /* GUIDE(#guides-show.guides) - GUIDE TXT - LEFT SIDE - TITLE CHAPTITER - === */
  780. #guides-show.guides .container #content h1 {
  781.     position: relative !important;
  782.     color: gray !important;
  783.     background: black !important;
  784.     border-radius: 5px !important;
  785.     padding: 3px 0 3px 5px !important;
  786.     margin-top: 5px !important;
  787.     margin-bottom: -15px !important;
  788.     bottom: 15px !important;
  789. }
  790.  
  791. /* GUIDE(#guides-show.guides) - SCRIPTS LIST - VOTES - left side - === */
  792. #guides-show.guides div#content div.votes {
  793.     float: right;
  794.     margin-left: -90px !important;
  795.     padding: 5px !important;
  796.     border: 1px solid gray !important;
  797.     border-radius: 5px 5px 5px 5px !important;
  798.     font-size: 14px;
  799.     text-align: right;
  800. }
  801.  
  802. /* ==== GROUPS(#groups-show) ==== */
  803.  
  804. /* GROUPS(#groups-show) - SCRIPTS LIST - === */
  805. #groups-show #root #section + .container #content .wide.forums tbody tr .script-meat a.title:after {
  806.     top: 25px !important;
  807. }
  808.  
  809. /* TAGS(#tags-show) - SCRIPTS LIST - FULL TITLE - === */
  810. #tags-show #root #section + .container #content .wide.forums tbody tr .script-meat a.title:after {
  811.     top: 25px !important;
  812. }
  813.  
  814. /* ==== USERs ==== */
  815.  
  816. /* USERS (#users-scripts.users) - SCRIPT BY LIST - SCRIPT TITLE - A VOIR (GENERAL) - === */
  817. #users-scripts.users .script-meat a.title {
  818.     position: relative !important;
  819.     display: inline-block !important;
  820.     width: 200px !important;
  821.     padding : 4px 10px 2px 10px!important;
  822.     background: none !important;
  823.     border-radius : 5px !important;
  824.     font-size: 16px !important;
  825.     text-decoration: none !important;
  826. }
  827.  
  828.  
  829. /* ==== USERs FAVORITEs(#users-scripts.users)(?) / (#users-favorites.users) ==== */
  830.  
  831. /* USERS FAVORITES(#users-scripts.users) - SCRIPTS LIST - FULL TITLES - A VOIR - === */
  832. #users-scripts.users .script-meat a.title:after {
  833.     width: 440px !important;
  834.     white-space: nowrap !important;
  835.     margin-top: -24px !important;
  836. }
  837. #users-scripts.users .script-meat a.title {
  838.     width: 470px !important;
  839.     white-space: nowrap !important;
  840. }
  841. /* FAVORITES(#users-favorites.users) - SCRIPTS LIST - USER FAVORITES - FULL TITLES - === */
  842. #users-favorites .script-meat a.title:after {
  843.     margin-top: -25px !important;
  844. }
  845.  
  846.  
  847. /* FAVORITES(#users-favorites.users) - SCRIPTS LIST - SCRIPT DESC - === */
  848. #users-favorites.users #main table.wide tbody tr td.script-meat p.desc {
  849.     color:grey !important;
  850. }
  851.  
  852. /* USERSCRIPTS HOMEPAGE(#site-home.site) - SCRIPTS LIST - FULL TITLES - === */
  853. #site-home.site .script-meat a.title:after {
  854.     margin-top: -14px !important;
  855. }
  856. /* SCRIPT HOMEPAGE "BROWSE ALL SCRIPTS"(#scripts-index) - SCRIPTS LIST - FULL TITLES - === */
  857. #scripts-index .script-meat a.title:after {
  858.     margin-top: -22px !important;
  859. }
  860.  
  861. /* ==== SCRIPT PAGE(#scripts-show) ==== */
  862.  
  863. /* SCRIPT PAGE(#scripts-show) - SCRIPT DESCRIPTION (LEFT SIDE CONTAINER) - === */
  864. #full_description {
  865.     width: 651px !important;
  866. }
  867. #full_description>h4 {
  868.     color: gray !important;
  869. }
  870.  
  871. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINE - ZEBBRA - === */
  872. #scripts-show #topics table tbody tr:nth-child(even) td {
  873.     line-height: 10px !important;
  874.     background: black !important;
  875. }
  876. #scripts-show #topics table tbody tr:nth-child(odd) td {
  877.     line-height: 10px !important;
  878.     background: #222222 !important;
  879. }
  880.  
  881. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINKS - === */
  882. #scripts-show #topics table tbody tr td a {
  883.     font-size: 14px !important;
  884.     text-decoration: none !important;
  885. }
  886. /* SCRIPT PAGE(#scripts-show) - FORUM ACTIVITY - SCRIPTS LIST - ITEMS LINKS - COUNT - === */
  887. #scripts-show #topics table tbody tr td.count {
  888.     color: slateGrey !important;
  889.     text-align: center !important;
  890. }
  891. #scripts-show #topics table tbody tr td:last-child {
  892.     width: 40px !important;
  893. }
  894. /* SCRIPT PAGE(#scripts-show) - OTHERS SCRIPTS BY AUTHOR - SCRIPTS LIST - ZEBBRA - === */
  895. #scripts-show #script_sidebar ul.scripts {
  896.     width: 360px !important;
  897. margin-left: 20px !important;
  898. }
  899. #scripts-show ul.scripts li:nth-child(odd) {
  900.     margin-left: -30px !important;
  901.     font-size: 14px !important;
  902.     background: black !important;
  903. }
  904. #scripts-show ul.scripts li:nth-child(even) {
  905.     margin-left: -30px !important;
  906.     font-size: 14px !important;
  907.     background: #222222 !important;
  908. }
  909. #scripts-show ul.scripts li a {
  910.     text-decoration: none !important;
  911. }
  912.  
  913.  
  914. /* ==== A VOIR - TAGs(#tags-shows) ==== */
  915. /* From TAGS (#tags-shows) - SCRIPT LIST - TABLES - ADD TXT "Posts/Fans/installs" - (#tags-show.tags) - === */
  916.  
  917. /* GENERAL - SCRIPT LIST - COUNTS - TXT DECORATION NONE - === */
  918. .inv.lp a{
  919.     text-decoration: none !important;
  920. }
  921.  
  922. /* GENERAL - SCRIPT LIST - COUNTS - ADD TXT " . " - === */
  923. .inv.lp:nth-child(2):before {
  924.     content: "." !important;
  925.     color: transparent !important;
  926.     display: block !important;
  927.     position: relative !important;
  928.     font-size:12px !important;
  929.     bottom: -34px !important;
  930. }
  931. /* GENERAL - SCRIPT LIST - COUNTS - ADD TXT "POSTS" - === */
  932. .inv.lp:nth-child(3):before {
  933.     content: "Posts" !important;
  934.     color: gray !important;
  935.     display: block !important;
  936.     position: relative !important;
  937.     font-size:12px !important;
  938.     bottom: -34px !important;
  939. }
  940. /* GENERAL - SCRIPT LIST - COUNTS - ADD TXT "FANS" - === */
  941. .inv.lp a{
  942. text-decoration: none !important;
  943. }
  944. .inv.lp:nth-child(4):before {
  945.     content: "Fans" !important;
  946.     color: gray !important;
  947.     display: block !important;
  948.     position: relative !important;
  949.     font-size:12px !important;
  950.     bottom: -34px !important;
  951. }
  952. /* GENERAL - SCRIPT LIST - COUNTS - ADD TXT "INSTALLS" - === */
  953. .inv.lp:nth-child(5):not(.forums):before {
  954.     content: "Installs" !important;
  955.     color: gray !important;
  956.     display: block !important;
  957.     position: relative !important;
  958.     font-size:12px !important;
  959.     bottom: -34px !important;
  960. }
  961. /* GENERAL - SCRIPT LIST - COUNTS - ADD TXT "UPDATED" - === */
  962. .inv.lp:nth-child(6):not(.forums):before {
  963.     content: "Updated" !important;
  964.     color: gray !important;
  965.     display: block !important;
  966.     position: relative !important;
  967.     font-size:12px !important;
  968.     bottom: -34px !important;
  969. }
  970. .inv.lp:nth-child(6):not(.forums) .updated {
  971.     display: inline-block !important;
  972.     position: relative !important;
  973.     width: 137px !important;
  974. }
  975.  
  976. /* ==== TAG(#tags-show.tags) ==== */
  977. /* TAG(#tags-show.tags) - SCRIPTS LIST - COUNTS - DESCRIPTIONS / TITLES - === */
  978. #tags-show.tags table.wide tbody tr td.script-meat p.desc  {
  979.     color:grey !important;
  980. }
  981. #tags-show.tags div#root table.wide tbody tr td.script-meat a.title  {
  982.     font-size:16px !important;
  983.     text-decoration:none !important;
  984. }
  985.  
  986. /* ==== FORUM (#forums-index.forums ==== */
  987. /* FORUM (#forums-index.forums) - SCRIPTS LIST - COUNTS - NOT "INSTALLS" - === */
  988. html body#forums-index.forums div#root div.container div#content table.wide tbody tr td.lp:before {
  989.     content: "." !important;
  990.     color: gray !important;
  991.     display: block !important;
  992.     position: relative !important;
  993.     font-size:12px !important;
  994.     bottom: -34px !important;
  995. }
  996.  
  997. /* ==== HOME (#home-scripts) ==== */
  998. /* HOME (#home-scripts) - SCRIPT LIST - EDITS LINKS - ADD TXT "Posts" - === */
  999. #home-scripts .inv.lp:nth-child(2) {
  1000.     display: inline-block !important;
  1001.     position: relative !important;
  1002.     color: transparent !important;
  1003.  
  1004. }
  1005. #home-scripts .inv.lp:nth-child(2) a {
  1006.     position: relative !important;
  1007.     display: inline-block !important;
  1008.     width: 95px !important;
  1009.     text-align: left !important;
  1010. }
  1011. #home-scripts .inv.lp:nth-child(2) a:before {
  1012.     content: "► "  !important;
  1013.     font-size: 10px !important;
  1014.     color: gold !important;
  1015. }
  1016. /* (new4) HOME (#home-scripts) - SCRIPT LIST - COUNTS - ADD TXT "Topics" - === */
  1017. #home-scripts .inv.lp:nth-child(4):before {
  1018.     content: "Topics" !important;
  1019.     color: gray !important;
  1020.     display: block !important;
  1021.     position: relative !important;
  1022.     font-size:12px !important;
  1023.     bottom: -34px !important;
  1024. }
  1025. /* HOME (#home-scripts) - SCRIPT LIST - COUNTS - ADD for RATING TXT ". " - === */
  1026. #home-scripts .inv.lp:nth-child(3):before {
  1027.     bottom: -34px !important;
  1028.     color: gray !important;
  1029.     content: " . " !important;
  1030.     display: block !important;
  1031.     font-size: 12px !important;
  1032.     color: transparent !important;
  1033.     position: relative !important;
  1034. }
  1035. /* (new4) HOME (#home-scripts) - SCRIPT LIST - COUNTS - ADD TXT "Posts " - === */
  1036. #home-scripts .inv.lp:nth-child(5):not(.forums):before {
  1037.     bottom: -34px !important;
  1038.     color: gray !important;
  1039.     content: "Posts" !important;
  1040.     display: block !important;
  1041.     font-size: 12px !important;
  1042.     position: relative !important;
  1043. }
  1044. /* (new4) HOME (#home-scripts) - SCRIPT LIST - COUNTS - TXT "Fans " - === */
  1045. #home-scripts .inv.lp:nth-child(6):not(.forums):before {
  1046.     bottom: -34px !important;
  1047.     color: gray !important;
  1048.     content: "Fans" !important;
  1049.     display: block !important;
  1050.     font-size: 12px !important;
  1051.     position: relative !important;
  1052. }
  1053. /* (new4) HOME (#home-scripts) - SCRIPT LIST - COUNTS - ADD TXT "Installs" - === */
  1054. #home-scripts .inv.lp:nth-child(7):not(.forums):before {
  1055.     content: "Installs" !important;
  1056.     color: gray !important;
  1057.     display: block !important;
  1058.     position: relative !important;
  1059.     font-size:12px !important;
  1060.     bottom: -34px !important;
  1061. }
  1062. #home-scripts .inv.lp:nth-child(7):not(.forums) .updated {
  1063.     display: inline-block !important;
  1064.     position: relative !important;
  1065.     width: 137px !important;
  1066. }
  1067.  
  1068. /* ==== GROUPS (#groups-show ==== */
  1069. /* GROUPS (#groups-show) - SCRIPT LIST - COUNTS - ADD TXT "FANS" - === */
  1070. #groups-show .inv.lp:nth-child(4):before {
  1071.     content: "Posts" !important;
  1072.     color: gray !important;
  1073.     display: block !important;
  1074.     position: relative !important;
  1075.     font-size:12px !important;
  1076.     bottom: -34px !important;
  1077. }
  1078. /* SCRIPT LIST - From GROUPS (#groups-show.groups) - TABLES - ADD TXT "./Posts/Fans/installs" - === */
  1079. #groups-show.groups tr td.inv:nth-child(3):before ,
  1080. #groups-scripts.groups tr td.inv:nth-child(3):before {
  1081.     content: "." !important;
  1082.     color: transparent !important;
  1083.     display: block !important;
  1084.     position: relative !important;
  1085.     font-size:12px !important;
  1086.     bottom: -34px !important;
  1087. }
  1088. #groups-show.groups tr td.inv:nth-child(5):before ,
  1089. #groups-scripts.groups tr td.inv:nth-child(4):before {
  1090.     content: "Posts" !important;
  1091.     color: gray !important;
  1092.     display: block !important;
  1093.     position: relative !important;
  1094.     font-size:12px !important;
  1095.     bottom: -34px !important;
  1096. }
  1097. #groups-show.groups tr td.inv:nth-child(5):before ,
  1098. #groups-scripts.groups tr td.inv:nth-child(5):before {
  1099.     content: "Fans" !important;
  1100.     color: gray !important;
  1101.     display: block !important;
  1102.     position: relative !important;
  1103.     font-size:12px !important;
  1104.     bottom: -34px !important;
  1105. }
  1106. #groups-show.groups tr td.inv:nth-child(6):before ,
  1107. #groups-scripts.groups tr td.inv:nth-child(6):before {
  1108.     content: "Installs" !important;
  1109.     color: gray !important;
  1110.     display: block !important;
  1111.     position: relative !important;
  1112.     font-size:12px !important;
  1113.     bottom: -34px !important;
  1114. }
  1115. #groups-show.groups tr td.inv:nth-child(7):before ,
  1116. #groups-scripts.groups tr td.inv:nth-child(7):before {
  1117.     content: "Update" !important;
  1118.     color: gray !important;
  1119.     display: block !important;
  1120.     position: relative !important;
  1121.     font-size:12px !important;
  1122.     bottom: -34px !important;
  1123. }
  1124.  
  1125. /* SCRIPT BY LIST - GROUPS BY LIST (.groups) - === */
  1126. .group>td>b>a {
  1127.     position: relative !important;
  1128.     display: block !important;
  1129.     color: grey !important;
  1130.     font-size: 16px !important;
  1131.     margin-left: -5px !important;
  1132.     width: 470px !important;
  1133.     padding-left: 8px !important;
  1134.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  1135.     border-radius: 5px !important;
  1136.     border: 1px solid gray !important;
  1137. }
  1138.  
  1139. /* ==== GUIDES(#guides-index.) + FAVS - ==== */
  1140.  
  1141. /* (new4)GUIDES(#guides-index.) - GUIDES/FAVS LIST - === */
  1142. #users-favorites .container  #mainmenu ,
  1143. #groups-show  #mainmenu ,
  1144. #guides-index.guides #mainmenu {
  1145.     margin-right: -182px !important;
  1146.     top: 3px !important;
  1147.     width: 700px !important;
  1148. }
  1149. #users-favorites .container,
  1150. #groups-show .container,
  1151. #guides-index .container {
  1152. position: relative !important;
  1153. display: inline-block !important;
  1154. /*    width : 1000px !important;*/
  1155. left: 350px !important;
  1156.     margin-top : 0px  !important;
  1157. overflow: visible !important;
  1158. /*z-index: 10000 !important;*/
  1159. }
  1160. #users-favorites .container #content,
  1161. #groups-show .container #content ,
  1162. #guides-index .container #content {
  1163. position: relative !important;
  1164. display: inline-block !important;
  1165.     width : 1000px !important;
  1166. /*    margin-top : -50px  !important;*/
  1167. overflow: visible !important;
  1168. /*z-index: 10000 !important;*/
  1169. }
  1170.  
  1171. /* GUIDES LIST(#guides-index) - SCRIPT LIST - ITEMS === */
  1172. #guides-index .guide>td>a {
  1173.     text-decoration :none !important;
  1174.     font-size : 15px !important;
  1175. }
  1176. /* GUIDES LIST(#guides-index) - SCRIPT LIST - ZEBBRA === */
  1177. #guides-index .guide:nth-child(odd) {
  1178.     background: #2B2B2B !important;
  1179. }
  1180. #guides-index .guide:nth-child(even) {
  1181.     background: #070707 !important;
  1182. }
  1183. /* GUIDES(#guides-show) - HEADER CONTAINER TOP - === */
  1184. #guides-show #root{
  1185.     width: 1210px !important;
  1186. }
  1187.  
  1188. /* GUIDES(#guides-show) - LEFT SIDE - GUIDE TXT - === */
  1189. #guides-show .container #content {
  1190.     display: inline;
  1191.     float: left;
  1192.     margin-left: -100px !important;
  1193.     margin-right: 34px !important;
  1194.     width: 950px !important;
  1195. }
  1196.  
  1197. /* GUIDES(#guides-show) - RIGHT SIDE - COMMENTS LIST - SCROLL - === */
  1198. #guides-show #right {
  1199.     position: fixed !important;
  1200.     display: inline-block !important;
  1201.     float: none !important;
  1202.     clear: both !important;
  1203.     width: 623px !important;
  1204.     height: 805px !important;
  1205.     padding: 20px 35px 50px 30px !important;
  1206.     margin-top: -140px !important;
  1207.     margin-left: 80px !important;
  1208.     overflow: auto !important;
  1209. }
  1210.  
  1211. #guides-show a.add_comment {
  1212.     position: fixed !important;
  1213.     display: inline-block !important;
  1214.     width: 100px !important;
  1215.     height: 17px !important;
  1216.     margin-left: -29px !important;
  1217.     padding-left: 25px !important;
  1218.     top: 0px !important;
  1219.     border: 1px solid gray !important;
  1220.     border-radius: 5px 5px 0 0  !important;
  1221.     background-color: black !important;
  1222.     text-align: left !important;
  1223. }
  1224. #guides-show a.add_comment:before {
  1225.     content: "▼   Comments for this Guide   ▼ " !important;
  1226.     position: fixed !important;
  1227.     display: inline-block !important;
  1228.     width: 666px !important;
  1229.  
  1230.     margin-left: -27px !important;
  1231.     padding-left: 25px !important;
  1232.     top: 18px !important;
  1233.     border: 1px solid black !important;
  1234.     background-color: black !important;
  1235.     text-align: center !important;
  1236. }
  1237.  
  1238. /* GUIDES GROUPS (#group_list + #guides-show.guides) - SCRIPTS LIST - ZEBBRA - === */
  1239. #group_list>tbody>tr:nth-child(odd) {
  1240.     background: #2B2B2B !important;
  1241. }
  1242. #group_list>tbody>tr:nth-child(even) {
  1243.     background: #070707 !important;
  1244. }
  1245. #groups-index.groups .summary {
  1246.     color : grey
  1247. }
  1248. .group>td>b>a {
  1249.     text-decoration :none !important;
  1250.     font-size : 15px !important;
  1251. }
  1252.  
  1253. /* GUIDES(#guides-show.guides) - SCRIPTS LIST - AUTHOR INFOS - === */
  1254. #guides-show.guides .info .author{
  1255.     position: relative !important;
  1256.     display: inline-block !important;
  1257.     left: -48px !important;
  1258.     top: -2px !important;
  1259. }
  1260.  
  1261. /* GUIDES(#guides-show.guides) - SCRIPTS LIST - VOTES ICONS - === */
  1262. #guides-show #right .comment .info div.votes a img {
  1263.     transform: scale(0.8) !important;
  1264.     position: relative !important;
  1265.     display: inline-block !important;
  1266.     left: -48px !important;
  1267.     top: 25px !important;
  1268. }
  1269.  
  1270. /* GUIDES(#guides-show.guides) - BROWSERS ICONS - === */
  1271. #guides-show.guides #right .author img {
  1272.     transform: scale(0.8) !important;
  1273.     position: relative !important;
  1274.     display: inline-block !important;
  1275.     left: -48px !important;
  1276.     top: 65px !important;
  1277. }
  1278.  
  1279.  
  1280. /* ==== FORUMs / TOPICs ==== */
  1281.  
  1282. /* FORUM - TOPIC /DISCUSS - POST - TXT - === */
  1283. h2#topic-title {
  1284.     color: gray !important;
  1285.     border: GRAY 2px solid !important;
  1286.     width: 1000px !important;
  1287.     padding: 5px 10px !important;
  1288.     background: black !important;
  1289.     font-weight : bold !important;
  1290. }
  1291. h2#topic-title:before {
  1292.     position: absolute !important;
  1293.     display: inline-block !important;
  1294.     content: "TOPIC ▶ " !important;
  1295.     color: gray !important;
  1296.     border: GRAY 2px solid !important;
  1297.     padding: 5px 10px !important;
  1298.     width: 200px !important;
  1299.     top: 0px !important;
  1300.     left: -230px !important;
  1301.     background: black !important;
  1302.     text-align: right !important;
  1303. }
  1304. /* FORUM - TOPIC /DISCUSS - POST - EDIT/DELETE - === */
  1305. #topic_mod {
  1306.     left: -200px !important;
  1307.     position: absolute !important;
  1308.     top: 7px !important;
  1309. }
  1310. /* FORUM - TOPIC /DISCUSS - POST - TXT "in RSS/POST/VOICE" - === */
  1311. #content>form>div {
  1312.     margin-top: 5px !important;
  1313. }
  1314.  
  1315. /* FORUM - TOPIC /DISCUSS - POST - RSS ICON - Posts/VOICE - === */
  1316. /*.subtitle {
  1317.     position: absolute !important;
  1318.     display: inline-block !important;
  1319.     width: 200px !important;
  1320.     height: 20px !important;
  1321.     top: 7px !important;
  1322.     left: 717px !important;
  1323.     padding: 2px 2px 0px 13px !important;
  1324.     line-height: 5px !important;
  1325.     vertical-align: baseline !important;
  1326.     color: #888888;
  1327. }*/
  1328. /*.subtitle>br {
  1329.     display: none !important;
  1330. }
  1331. p.subtitle img {
  1332.     vertical-align: text-bottom !important;
  1333. } */
  1334.  
  1335.  
  1336. /* FORUM - TOPICS(#topics-show) - TOPIC /DISCUSS - VOICES - ADD USERNANE - === */
  1337. #topics-show #right>a {
  1338.     content: attr(title) !important;
  1339.     position: relative !important;
  1340.     display: inline-block !important;
  1341.     width: 32px !important;
  1342.     top: -18px !important;
  1343.     margin-left: 2px !important;
  1344.     background: #222222 !important;
  1345.     text-align: center !important;
  1346.     text-decoration: none !important;
  1347. /*    border: red 1px solid !important;*/
  1348.  
  1349. }
  1350. #topics-show #right>a:after {
  1351.     content: attr(title) !important;
  1352.     position: relative !important;
  1353.     display: inline-block !important;
  1354.     width: 31px !important;
  1355.     top: 0px !important;
  1356.     margin-left: -1px !important;
  1357.     border: gray 1px solid !important;
  1358. padding-left: 1px !important;
  1359.     text-align: center !important;
  1360.     text-decoration: none !important;
  1361.     white-space: nowrap !important;
  1362.     overflow: hidden !important;
  1363.     text-overflow: ellipsis !important;
  1364. /*    background: #222222 !important;*/
  1365. /*    background-image: -moz-linear-gradient(#525252, #000000) !important;*/
  1366.     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;
  1367. /*    background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;*/
  1368. /*    background: -moz-linear-gradient(left,#222222 5%, black 50%, #222222) !important;*/
  1369. }
  1370. #topics-show #right>a:hover:after {
  1371.     content: attr(title) !important;
  1372.     position: relative !important;
  1373.     display: inline-block !important;
  1374.     width: 100px !important;
  1375.     top: 0px !important;
  1376.     margin-left: -1px !important;
  1377.     border: gray 1px solid !important;
  1378.     background: #222222 !important;
  1379.     text-align: left !important;
  1380.     text-decoration: none !important;
  1381.     white-space: nowrap !important;
  1382.     overflow: hidden !important;
  1383.     text-overflow: ellipsis !important;
  1384.     z-index: 200 !important;
  1385. }
  1386. /* FORUM - TOPICS(#topics-show.topics) - RIGHT PANEL - VOICES - === */
  1387. #topics-show.topics #right  {
  1388.     float: none !important;
  1389.     clear: both !important;
  1390.     position: fixed !important;
  1391.     display: inline-block !important;
  1392.     width: 210px !important;
  1393.     right: 22% !important;
  1394.     margin-right: 0;
  1395.     top: 322px !important;
  1396.     padding: 1px !important;
  1397.     background: #FFFFFF;
  1398. }
  1399.  
  1400. /* FORUM(#topics-show) - TOPIC /DISCUSS - BACK/TOP ICONS - === */
  1401. #topics-show .uso_movement {
  1402.     position: absolute !important;
  1403.     display: inline-block !important;
  1404.     float: left !important;
  1405.     vertical-align: bottom;
  1406.     width: 0 !important;
  1407.     height: 40px !important;
  1408.     margin-top: 8px !important;
  1409.     margin-left: 200px !important;
  1410.     background: black !important;
  1411.     border-radius: 10px !important;
  1412. }
  1413.  
  1414. /* FORUM(#topics-show) - POST(.post) AUTHOR - BLOCK - === */
  1415. #topics-show .post .author {
  1416.     position: absolute !important;
  1417.     display: inline-block !important;
  1418.     float: none !important;
  1419.     max-height: 70px !important;
  1420.     min-height: 70px !important;
  1421.     min-width: 200px !important;
  1422.     margin-left: -230px !important;
  1423. }
  1424.  
  1425. /* FORUM(#topics-show) - A VOIR (#guides-show)- POST(.utility) AUTHOR - "Edit / Delete/ Quote - Reply POST - === */
  1426. #topics-show .utility {
  1427.     position: relative !important;
  1428.     display: inline-block !important;
  1429.     padding: 0 5px  !important;
  1430. }
  1431.  
  1432. /* (new1) FORUM - TOPICS(#topics-show.topics) - POST AUTHOR - SPAM BUTTON  - === */
  1433. #topics-show.topics #content table.posts .author form.spam_form input {
  1434.     position: absolute !important;
  1435.     display: inline-block !important;
  1436.     width: 65px !important;
  1437.     height: 17px !important;
  1438.     line-height: 2px !important;
  1439.     top: 63px !important;
  1440.     left: 155px !important;
  1441.     padding: 0 5px 1px 2px !important;
  1442.     background: transparent !important;
  1443.     font-size: 5px !important;
  1444. }
  1445. /* FORUM - TOPICS(#topics-show.topics) - POST AUTHOR - USER AGENT BLOCK - === */
  1446. .useragent {
  1447.     position: absolute !important;
  1448.     width: 66px !important;
  1449.     top: 6px !important;
  1450.     left: 136px !important;
  1451.     margin-left: 0;
  1452.     padding: 2px 0 0 5px !important;
  1453. }
  1454. .post .author img {
  1455.     float: left;
  1456.     margin-right: 0.5em;
  1457.     transform: scale(0.8) !important;
  1458. }
  1459. /* FORUM - TOPICS(#topics-show) - AUTHOR TOOLS BLOCKS(Edit PPOST / Delete POST /Quote) Spam) - === */
  1460. #topics-show table.posts tbody tr.post td.author p ,
  1461. #topics-show .utility {
  1462.     font-size: 10px !important;
  1463.     line-height: 0.5em !important;
  1464.     margin: 2px 5px 0px  -5px !important;
  1465. }
  1466.  
  1467.  
  1468.  
  1469. /* SCRIPT - GENERAL(?) - (.wide.forums) / (#forums-show) / (table.topics) - SCRIPT LIST - ZEBBRA (?) - === */
  1470. .wide.forums>tbody>tr:nth-child(odd) {
  1471.     background: #2B2B2B !important;
  1472.     color:gray !important;
  1473. }
  1474. .wide.forums>tbody>tr:nth-child(even) {
  1475.     background: #070707 !important;
  1476.     color:grey !important;
  1477. }
  1478. /* FORUM(#forums-show) / (.wide.forums) /  (table.topics) - SCRIPT LIST - ZEBBRA (?) - === */
  1479. #forums-show.forums a.entry-title {
  1480.     font-size : 15px !important;
  1481.     text-decoration : none !important;
  1482. }
  1483. table.topics tr td.c2 {
  1484.     border-left: 0 none;
  1485.     color: gold !important;
  1486.     padding-left: 2px;
  1487. }
  1488.  
  1489.  
  1490.  
  1491. /* FORUM - TOPICS(#topics-show.topics) - RIGHT PANEL - JUMP PANEL - === */
  1492. #forum-jumper  {
  1493.     position: fixed !important;
  1494.     display: inline-block !important;
  1495.     float: none !important;
  1496.     clear: both !important;
  1497.     width: 210px;
  1498.     margin-left: -33px !important;
  1499.     margin-right: 0;
  1500.     padding: 1px !important;
  1501.     top: 173px !important;
  1502.     background: #FFFFFF;
  1503.     color: gray !important;
  1504. }
  1505. #forum-jumper h5 {
  1506.     background: black !important;
  1507.     margin-bottom: 2px !important;
  1508. }
  1509. #forum-jumper h5 a {
  1510.     padding-left: 5px !important;
  1511. }
  1512. #forum-jumper>ul>li.active {
  1513.     background: black !important;
  1514.     padding-left: 2px !important;
  1515.     width: 182px !important;
  1516. }
  1517. #forum-jumper li .info {
  1518.     background: none repeat scroll 0 0 black !important;
  1519.     border-radius: 5px 5px 5px 5px !important;
  1520.     color: gray !important;
  1521.     margin-left: 16em !important;
  1522.     margin-top: 73px !important;
  1523.     padding: 5px !important;
  1524.     position: fixed !important;
  1525.     width: 150px !important;
  1526. }
  1527. /* FORUM - TOPICS LIST (#forums-show.forums) - RIGHT PANEL - MODERATEUR PANEL - === */
  1528. #forums-show.forums #right {
  1529.     color: gray !important;
  1530.     position: fixed !important;
  1531.     display: inline-block !important;
  1532. }
  1533. /* (new1)FORUM - TOPICS LIST (#forums-show.forums) - RIGHT PANEL - JUMP PANEL - === */
  1534. #forums-show.forums #right #forum-jumper {
  1535.     width: 229px !important;
  1536.     margin-left: -21px !important;
  1537.     margin-right: 0;
  1538.     padding: 1px !important;
  1539.     top: 355px !important;
  1540. }
  1541. #forums-show.forums #right #forum-jumper li .info {
  1542.     position: fixed !important;
  1543.     width: 150px !important;
  1544.     margin-left: 17em !important;
  1545.     margin-top: 210px !important;
  1546.     padding: 5px !important;
  1547.     background: black !important;
  1548.     border-radius: 5px !important;
  1549.     color: gray !important;
  1550. }
  1551. #forums-show.forums #right #forum-jumper a:hover + .info {
  1552.     position: fixed !important;
  1553.     width: 150px !important;
  1554.     height: 137px !important;
  1555.     margin-left: 20em !important;
  1556.     margin-top: 210px !important;
  1557.     padding: 5px !important;
  1558.     background: black !important;
  1559.     border-radius: 5px !important;
  1560.     color: gray !important;
  1561. }
  1562.  
  1563.  
  1564. /* ==== USER  ==== */
  1565.  
  1566. /* USER COMMENTS(#users-comments.users) - ROWS - ZEBRA - === */
  1567. #users-comments.users [id^="row"]:nth-child(odd) {
  1568.     background: black !important;
  1569. }
  1570. #users-comments.users [id^="row"]:nth-child(even) {
  1571.     background: #222222 !important;
  1572. }
  1573. /* USER REVIEWS(#users-reviews.users) - ROWS - ZEBRA - === */
  1574. #users-reviews.users #review-list .box:nth-child(odd) {
  1575.     background: black !important;
  1576.     padding: 4px !important;
  1577. }
  1578. #users-reviews.users #review-list .box:nth-child(even) {
  1579.     background: #222222 !important;
  1580.     padding: 4px !important;
  1581. }
  1582.  
  1583. #users-reviews.users #review-list .box div a {
  1584.     color: gray !important;
  1585. }
  1586.  
  1587. /*  TABLEs - DARK/GRAY BORDER - GENERAL - === */
  1588. td {
  1589.     border: 1px solid #222222 !important;
  1590. }
  1591.  
  1592. /* BACKGROUND - GENERAL - === */
  1593. body {
  1594.     background: none repeat scroll 0 0 #222222 !important;
  1595. }
  1596.  
  1597.  
  1598. /* ==== TEST - TXTs ==== */
  1599.  
  1600. /* (new1) A VOIR - TXT COLOR - CONTENT - GENERAL - === */
  1601. #content {
  1602.     color: #AAAAAA  !important;
  1603.     font-size : 14px !important;
  1604. }
  1605.  
  1606. /* (new1)A VOIR - SUMMARY - TXT COLOR - GENERAL - === */
  1607. .script_summary .blah {
  1608.     color: white !important;
  1609.     font-size: 1.25em;
  1610.     padding: 0 15px;
  1611. }
  1612.  
  1613. /* TEST - TXT / CODE - COLOR + WHITE-SPACE "pre" - GENERAL - === */
  1614.  
  1615. #content>pre ,
  1616. #content>ul>li>pre ,
  1617. #full_description>ol>li pre ,
  1618. #full_description>pre {
  1619.     color: black  !important;
  1620.     font-size : 12px !important;
  1621. }
  1622.  
  1623. code {
  1624.     color: black !important;
  1625.     white-space: pre !important;
  1626.     font-size : 12px !important;
  1627. }
  1628. pre  {
  1629.     color: black !important;
  1630. /*    margin-top: -5px !important;
  1631.     left: -25px !important;*/
  1632.     white-space: pre !important;
  1633.     font-size : 12px !important;
  1634. /*    font-size : 1em !important;*/
  1635. }
  1636. /* CODE - GUIDE - NORMALIZE LINE NUMBER - === */
  1637. #content>ul>li>ul>li {
  1638.     line-height: 0px !important;
  1639.     display: inline !important;
  1640.     color: black !important;
  1641. }
  1642. /* TEST - CODE TXT - WRAP NORMAL -
  1643. .sh_javascript sh_sourceCode
  1644.  
  1645. #scripts-review.scripts pre#source.sh_javascript span {
  1646. white-space: normal !important;
  1647. }
  1648. === */
  1649.  
  1650. .sh_javascript sh_sourceCode ,
  1651. .sh_keyword ,
  1652. .sh_symbol ,
  1653. .sh_regexp ,
  1654. .sh_cbracket ,
  1655. .sh_function ,
  1656. .sh_comment ,
  1657. .sh_string ,
  1658. .sh_number ,
  1659. .sh_specialchar ,
  1660. .sh_url {
  1661.     color: #B26818;
  1662.     font-style: normal;
  1663.     font-weight: normal;
  1664.     margin: 0 auto !important;
  1665. }
  1666.  
  1667. /* TEST - CODE - LINE NUMBER (décalés ds guides) - A VOIR - - === */
  1668. /*[id*="userscripts_org_source_code_line_numbers_"] {
  1669.     float: left !important;
  1670.     display: inline !important;
  1671.     position: relative !important;
  1672.     margin-top: 10px !important;
  1673. }*/
  1674. /*li ul, li ol {
  1675.     display: inline-block !important;
  1676.     margin-bottom: 0;
  1677.     margin-left: 1.5em;
  1678.     margin-right: 1.5em;
  1679.     outline: 1px solid red !important;
  1680. }*/
  1681.  
  1682.  
  1683. /* TEST - FOOTER at The Bottom alway(?) or SUPP - (display none) -=== */
  1684. #users-show {
  1685.     height:100%  !important;
  1686. }
  1687. #root #root_footer ,
  1688. #footer {
  1689.     background: none repeat scroll 0 0 black;
  1690.     border-top: 10px solid #FF8800;
  1691.     bottom: 0 !important;
  1692.     clear: both !important;
  1693.     color: white;
  1694.     height: 85px;
  1695.     position: absolute !important;
  1696.     width: 100% !important;
  1697. display : none !important;
  1698. }
  1699.  
  1700. /* TEST - GUIDE COMMENTS TXT - === */
  1701. .comment-body{
  1702.     color: #6D8891 !important;
  1703. }
  1704.  
  1705. /* TEST COLOR SELECTION [ ::-moz-selection ] - Brun/Orange -
  1706. == http://184.106.198.177/topics/112038
  1707.  === */
  1708. #post-body-442186>code>p::-moz-selection {
  1709.     background: #c2660d !important;
  1710.     color: #fff !important;
  1711. }
  1712.  
  1713. /* ==== GENERAL - TITLES ==== */
  1714.  
  1715. /* SCRIPT PAGE - PRESENTATION - TITLE - ===*/
  1716. #section #heading #details h2.title{
  1717.     width: 580px !important;
  1718.     color: black !important;
  1719. }
  1720.  
  1721.  
  1722. /* SIDE BAR - TITLEs - BACKGROUND - ===*/
  1723. #script_sidebar>h6 ,
  1724. #activity>h6 ,
  1725. #right h6 ,
  1726. #right>h5 ,
  1727. #right>h3  {
  1728.     background: #222222 !important;
  1729.     color : grey !important;
  1730.     padding-left:5px !important;
  1731. }
  1732. #right {
  1733.     background: #333333 !important;
  1734. }
  1735.  
  1736.  
  1737.  
  1738. /* ==== ZEBBRAs ==== */
  1739.  
  1740. /* A SUPP ??? - TAGS PAGES(#tags-index.tags) - ZEBBRA - A VOIR -
  1741. #tags-index.tags #content table tbody tr:nth-child(odd) {
  1742.     background: #2B2B2B !important;
  1743.     width:200px !important;
  1744. }
  1745. #tags-index.tags #content table tbody tr:nth-child(even) {
  1746.     background: #070707 !important;
  1747.     width:20px !important;
  1748. }
  1749.  
  1750. #tags-index.tags #content table tbody tr th:nth-child(even) {
  1751.     background: red !important;
  1752. }
  1753. #tags-index.tags #content table tbody tr th:nth-child(odd) {
  1754.     background: green !important;
  1755. } === */
  1756.  
  1757. /* DISCUSSIONS(.wide.topics) - ZEBBRA - === */
  1758. .wide.topics>tbody>tr:nth-child(odd) {
  1759.     background: #2B2B2B !important;
  1760. }
  1761. .wide.topics>tbody>tr:nth-child(even) {
  1762.     background: #070707 !important;
  1763. }
  1764. table tr td.inv {
  1765.     background: none repeat scroll 0 0 transparent !important;
  1766.     color:white !important;
  1767. }
  1768. abbr ,
  1769. acronym {
  1770.     border-bottom: medium none !important;
  1771.     color: slateGrey !important;
  1772. }
  1773.  
  1774. /* SCRIPT PAGE(#scripts-show) - SIDEBAR RIGHT - REVIEW SUMMARY - REVIEW LIST(#review-list) (overview) - ZEBBRA - === */
  1775. #review-list .overview {
  1776.     background: none repeat scroll 0 0 black !important;
  1777.     margin-top: 4px !important;
  1778.     padding-top: 13px !important;
  1779.     color:grey !important;
  1780. }
  1781. .overview>table>tbody>tr:nth-child(odd) {
  1782.     background: #2B2B2B !important;
  1783.    display: inline-block !important;
  1784.    width: 350px !important;
  1785. }
  1786. .overview>table>tbody>tr:nth-child(even) {
  1787.     background: #070707 !important;
  1788.     display: inline-block !important;
  1789.     width: 350px !important;
  1790. }
  1791. [class^="rating"] {
  1792.     margin-left:5px !important;
  1793.     margin-bottom:3px !important;
  1794.     margin-top: 4px !important;
  1795. }
  1796. #right #script_sidebar #activity #review-list .overview table tbody tr td.count  {
  1797.     color:white !important;
  1798. }
  1799.  
  1800.  
  1801. /* ============================== */
  1802.  
  1803. /* SCRIPT(#scripts-index.scripts) / (#tags-show.tags) - ADD LINKS TO SCRIPTS LIST - === */
  1804. #scripts-index.scripts .script-meat p ~ a ,
  1805. #tags-show.tags tr td.script-meat p ~ a {
  1806.     color : #566C42 !important;
  1807.     text-decoration : none !important;
  1808.     background: -moz-linear-gradient(center top , #333333, black) repeat scroll 0 0 transparent  !important;
  1809.     padding : 1px 3px  !important;
  1810.     border-radius : 3px !important;
  1811. }
  1812. #scripts-index.scripts .script-meat p ~ a:hover {
  1813.     color : #B9D56E !important;
  1814.     text-decoration : none !important;
  1815.     background: -moz-linear-gradient(center top , black, #333333) repeat scroll 0 0 transparent  !important;
  1816.     padding : 1px 3px  !important;
  1817.     border-radius : 3px !important;
  1818. }
  1819.  
  1820. /* SCRIPT PAGE - LIGHTBOX - === */
  1821. #jquery-lightbox {
  1822.     line-height: 0;
  1823.     position: absolute;
  1824.     text-align: center;
  1825.     width: 100%;
  1826.     z-index: 5000 !important;
  1827. }
  1828. /* SCRIPT PAGE - LIGHTBOX SCREENSHOT - === */
  1829. #lightbox-container-image-box {
  1830.     background-color: #222222 !important;
  1831.     margin: 0 auto;
  1832.     position: relative;
  1833.     height: 510px !important;
  1834.     width: 807px !important;
  1835.     padding : 20px 0 20px 0  !important;
  1836. }
  1837.  
  1838.  
  1839. /* === FORUM PAGE(#forums-index.forums) ==== */
  1840.  
  1841. /* FORUM PAGE(#forums-index.forums) - INFO RSS - === */
  1842. #forums-index.forums #section .container p.subtitle{
  1843.     width :500px !important;
  1844.     margin-top:10px !important;
  1845.     font-size:15px !important;
  1846. }
  1847. /* (new1)FORUM PAGE(#forums-index.forums) - PANEL RIGHT - TXT COLOR - === */
  1848. #forums-index.forums .container #right {
  1849.     color: gray !important;
  1850. }
  1851. /* (new1) A SUPP - FORUM PAGE(#forums-index.forums) - PANEL move to left - === */
  1852. /*#forums-index.forums .container #right {
  1853.     position: absolute !important;
  1854.     display: inline-block !important;
  1855.     float: none !important;
  1856.     height: auto !important;
  1857.     height: 20px !important;
  1858.     margin-top: 0% !important;
  1859.     margin-left: -100% !important;
  1860.     background: transparent !important;
  1861. color: gray !important;
  1862. }*/
  1863. /*#forums-index.forums .container #right h5 {
  1864.     width :300px !important;
  1865.     margin-top:-5px !important;
  1866.     font-size:20px !important;
  1867. }
  1868. #forums-index.forums .container #right p {
  1869.     width :800px !important;
  1870.     margin-top:40px !important;
  1871.     margin-left:-265px !important;
  1872.     font-size:15px !important;
  1873. }*/
  1874.  
  1875.  
  1876. /* (new2)) A SUPP - TAGS INDEX- LIST - CONTENT - === */
  1877. /*#tags-index  .container #content {
  1878. position: relative !important;
  1879.     display: inline-block !important;
  1880.     float: left;
  1881.     margin-top: 20px !important;
  1882. width: 100% !important;
  1883.     max-width: 850px !important;
  1884.     min-width: 850px !important;
  1885. }*/
  1886.  
  1887. /* TAGS PAGES(#tags-index.tags) - TAG CLOUD - === */
  1888. #tags-index.tags #tag-cloud  {
  1889.     position: absolute !important;
  1890.     display: inline-block !important;
  1891.     float: none !important;
  1892.     width: 1850px !important;
  1893.     left: -242px !important;
  1894.     margin-right: 0px;
  1895.     top: -5px !important;
  1896.     padding: 25px !important;
  1897.     border-radius: 0 0 5px 5px !important;
  1898.     color: SlateGray  !important;
  1899.     background: #222222 !important;
  1900. overflow: visible !important;
  1901.  
  1902. }
  1903.  
  1904. /* TAGS PAGES - TAGS COULD - REDUCE SIZE of certains TOO BIG TAGS like GOOGLE - */
  1905. /*[href="/tags/firefox"] ,
  1906. [href="/tags/flickr"] ,
  1907. [href="/tags/image"] ,
  1908. [href="/tags/search"] ,
  1909. [href="/tags/forum"] ,
  1910. [href="/tags/login"] ,
  1911. [href="/tags/gmail"] ,
  1912. [href="/tags/download"] ,
  1913. [href="/tags/amazon"] ,
  1914. [href="/tags/google"] ,
  1915. [href="/tags/youtube"] ,
  1916. [href="/tags/facebook"]{
  1917. color: red !important;
  1918. }*/
  1919.  
  1920. li[style^="font-size: 1.0em"] a{
  1921. /*    font-size: 19px !important;*/
  1922. color: tan !important;
  1923. }
  1924.  
  1925.  
  1926. li[style^="font-size: 1.001"] a {
  1927. /*    font-size: 19px !important;*/
  1928. color: lightsalmon !important;
  1929. }
  1930. li[style^="font-size: 1.003"] a {
  1931. /*    font-size: 19px !important;*/
  1932. color: peru !important;
  1933. }
  1934. li[style^="font-size: 1.005"] a {
  1935. /*    font-size: 19px !important;*/
  1936. color: violet !important;
  1937. }
  1938. li[style^="font-size: 1.006"] a {
  1939. /*    font-size: 19px !important;*/
  1940. color: mediumaquamarine !important;
  1941. }
  1942. li[style^="font-size: 1.008"] a{
  1943. /*    font-size: 19px !important;*/
  1944. color: olivedrab !important;
  1945. }
  1946. li[style^="font-size: 1.010"] a{
  1947. /*    font-size: 19px !important;*/
  1948. color: lawngreen !important;
  1949. }
  1950. li[style^="font-size: 1.011"] a{
  1951. /*    font-size: 19px !important;*/
  1952. color: palegoldenrod !important;
  1953. }
  1954. li[style^="font-size: 1.013"] a{
  1955. /*    font-size: 19px !important;*/
  1956. color: palegreen !important;
  1957. }
  1958.  
  1959. li[style^="font-size: 1.015"] a{
  1960. /*    font-size: 19px !important;*/
  1961. color: thistle !important;
  1962. }
  1963.  
  1964. li[style^="font-size: 1.016"] a{
  1965. /*    font-size: 19px !important;*/
  1966. color: antiquewhite !important;
  1967. }
  1968. li[style^="font-size: 1.018"] a{
  1969. /*    font-size: 19px !important;*/
  1970. color: aqua !important;
  1971. }
  1972. li[style^="font-size: 1.020"] a{
  1973. /*    font-size: 19px !important;*/
  1974. color: aquamarine !important;
  1975. }
  1976. li[style^="font-size: 1.021"] a{
  1977. /*    font-size: 19px !important;*/
  1978. color: azure !important;
  1979. }
  1980. li[style^="font-size: 1.023"] a{
  1981. /*    font-size: 19px !important;*/
  1982. color: beige !important;
  1983. }
  1984. li[style^="font-size: 1.025"] a{
  1985. /*    font-size: 19px !important;*/
  1986. color: bisque !important;
  1987. }
  1988. li[style^="font-size: 1.026"] a{
  1989. /*    font-size: 19px !important;*/
  1990. color: blanchedalmond !important;
  1991. }
  1992. li[style^="font-size: 1.028"] a{
  1993. /*    font-size: 19px !important;*/
  1994. color: blueviolet !important;
  1995. }
  1996. li[style^="font-size: 1.030"] a{
  1997. /*    font-size: 19px !important;*/
  1998. color: darkcyan !important;
  1999. }
  2000. li[style^="font-size: 1.031"] a{
  2001. /*    font-size: 19px !important;*/
  2002. color: darkolivegreen !important;
  2003. }
  2004. li[style^="font-size: 1.033"] a{
  2005. /*    font-size: 19px !important;*/
  2006. color: darkgray !important;
  2007. }
  2008. li[style^="font-size: 1.035"] a{
  2009. /*    font-size: 19px !important;*/
  2010. color: darkkhaki !important;
  2011. }
  2012. li[style^="font-size: 1.036"] a{
  2013. /*    font-size: 19px !important;*/
  2014. color: darkmagenta !important;
  2015. }
  2016. li[style^="font-size: 1.038"] a{
  2017. /*    font-size: 19px !important;*/
  2018. color: darkolivegreen !important;
  2019. }
  2020. li[style^="font-size: 1.040"] a{
  2021. /*    font-size: 19px !important;*/
  2022. color: darkorange !important;
  2023. }
  2024. li[style^="font-size: 1.042"] a{
  2025. /*    font-size: 19px !important;*/
  2026. color: crimson !important;
  2027. }
  2028. li[style^="font-size: 1.043"] a{
  2029. /*    font-size: 19px !important;*/
  2030. color: cornsilk !important;
  2031. }
  2032. li[style^="font-size: 1.045"] a{
  2033. /*    font-size: 19px !important;*/
  2034. color: cornflowerblue !important;
  2035. }
  2036. li[style^="font-size: 1.047"] a{
  2037. /*    font-size: 19px !important;*/
  2038. color: coral !important;
  2039. }
  2040. li[style^="font-size: 1.048"] a{
  2041. /*    font-size: 19px !important;*/
  2042. color: chocolate !important;
  2043. }
  2044. li[style^="font-size: 1.050"] a{
  2045. /*    font-size: 19px !important;*/
  2046. color: chartreuse !important;
  2047. }
  2048. li[style^="font-size: 1.052"] a{
  2049. /*    font-size: 19px !important;*/
  2050. color: cadetblue !important;
  2051. }
  2052. li[style^="font-size: 1.053"] a{
  2053. /*    font-size: 19px !important;*/
  2054. color: burlywood !important;
  2055. }
  2056. li[style^="font-size: 1.055"] a{
  2057. /*    font-size: 19px !important;*/
  2058. color: brown !important;
  2059. }
  2060. li[style^="font-size: 1.057"] a{
  2061. /*    font-size: 19px !important;*/
  2062. color: blueviolet !important;
  2063. }
  2064. li[style^="font-size: 1.058"] a{
  2065. /*    font-size: 19px !important;*/
  2066. color: deepskyblue!important;
  2067. }
  2068. li[style^="font-size: 1.060"] a{
  2069. /*    font-size: 19px !important;*/
  2070. color: deeppink !important;
  2071. }
  2072. li[style^="font-size: 1.062"] a{
  2073. /*    font-size: 19px !important;*/
  2074. color: darkviolet !important;
  2075. }
  2076. li[style^="font-size: 1.063"] a{
  2077. /*    font-size: 19px !important;*/
  2078. color: darkturquoise !important;
  2079. }
  2080. li[style^="font-size: 1.065"] a{
  2081. /*    font-size: 19px !important;*/
  2082. color: darkslategray !important;
  2083. }
  2084. li[style^="font-size: 1.067"] a{
  2085. /*    font-size: 19px !important;*/
  2086. color: darkslateblue !important;
  2087. }
  2088. li[style^="font-size: 1.068"] a{
  2089. /*    font-size: 19px !important;*/
  2090. color: darkseagreen !important;
  2091. }
  2092. li[style^="font-size: 1.070"] a{
  2093. /*    font-size: 19px !important;*/
  2094. color: darksalmon !important;
  2095. }
  2096. li[style^="font-size: 1.072"] a{
  2097. /*    font-size: 19px !important;*/
  2098. color: darkred !important;
  2099. }
  2100. li[style^="font-size: 1.073"] a{
  2101. /*    font-size: 19px !important;*/
  2102. color: darkorchid !important;
  2103. }
  2104. li[style^="font-size: 1.075"] a{
  2105. /*    font-size: 19px !important;*/
  2106. color: dimgray !important;
  2107. }
  2108. li[style^="font-size: 1.077"] a{
  2109. /*    font-size: 19px !important;*/
  2110. color: dodgerblue !important;
  2111. }
  2112. li[style^="font-size: 1.078"] a{
  2113. /*    font-size: 19px !important;*/
  2114. color: firebrick !important;
  2115. }
  2116. li[style^="font-size: 1.080"] a{
  2117. /*    font-size: 19px !important;*/
  2118. color: firebrick !important;
  2119. }
  2120. li[style^="font-size: 1.082"] a{
  2121. /*    font-size: 19px !important;*/
  2122. color: forestgreen !important;
  2123. }
  2124. li[style^="font-size: 1.084"] a{
  2125. /*    font-size: 19px !important;*/
  2126. color: fuchsia !important;
  2127. }
  2128. li[style^="font-size: 1.085"] a{
  2129. /*    font-size: 19px !important;*/
  2130. color: gainsboro !important;
  2131. }
  2132. li[style^="font-size: 1.086"] a{
  2133. /*    font-size: 19px !important;*/
  2134. color: ghostwhite !important;
  2135. }
  2136. li[style^="font-size: 1.087"] a{
  2137. /*    font-size: 19px !important;*/
  2138. color: gold !important;
  2139. }
  2140. li[style^="font-size: 1.089"] a{
  2141. /*    font-size: 19px !important;*/
  2142. color: goldenrod !important;
  2143. }
  2144. li[style^="font-size: 1.090"] a{
  2145. /*    font-size: 19px !important;*/
  2146. color: gray !important;
  2147. }
  2148. li[style^="font-size: 1.092"] a{
  2149. /*    font-size: 19px !important;*/
  2150. color: thistle !important;
  2151. }
  2152. li[style^="font-size: 1.094"] a{
  2153. /*    font-size: 19px !important;*/
  2154. color: green !important;
  2155. }
  2156. li[style^="font-size: 1.095"] a{
  2157. /*    font-size: 19px !important;*/
  2158. color: greenyellow !important;
  2159. }
  2160. li[style^="font-size: 1.097"] a{
  2161. /*    font-size: 19px !important;*/
  2162. color: honeydew !important;
  2163. }
  2164. li[style^="font-size: 1.099"] a{
  2165. /*    font-size: 19px !important;*/
  2166. color: hotpink !important;
  2167. }
  2168. li[style^="font-size: 1.100"] a{
  2169. /*    font-size: 19px !important;*/
  2170. color: indianred !important;
  2171. }
  2172. li[style^="font-size: 1.102"] a{
  2173. /*    font-size: 19px !important;*/
  2174. color: indigo !important;
  2175. }
  2176. li[style^="font-size: 1.104"] a{
  2177. /*    font-size: 19px !important;*/
  2178. color: ivory !important;
  2179. }
  2180. li[style^="font-size: 1.105"] a{
  2181. /*    font-size: 19px !important;*/
  2182. color: khaki !important;
  2183. }
  2184. li[style^="font-size: 1.107"] a{
  2185. /*    font-size: 19px !important;*/
  2186. color: lavender !important;
  2187. }
  2188. li[style^="font-size: 1.109"] a{
  2189. /*    font-size: 19px !important;*/
  2190. color: lavenderblush !important;
  2191. }
  2192. li[style^="font-size: 1.110"] a{
  2193. /*    font-size: 19px !important;*/
  2194. color: lawngreen !important;
  2195. }
  2196. li[style^="font-size: 1.112"] a{
  2197. /*    font-size: 19px !important;*/
  2198. color: lemonchiffon !important;
  2199. }
  2200.  
  2201.  
  2202. li[style^="font-size: 1.114"] a{
  2203. /*    font-size: 19px !important;*/
  2204. color: lightblue !important;
  2205. }
  2206. li[style^="font-size: 1.117"] a{
  2207. /*    font-size: 19px !important;*/
  2208. color: lightcoral !important;
  2209. }
  2210. li[style^="font-size: 1.120"] a{
  2211. /*    font-size: 19px !important;*/
  2212. color: lightcyan !important;
  2213. }
  2214. li[style^="font-size: 1.122"] a{
  2215. /*    font-size: 19px !important;*/
  2216. color: lightgoldenrodyellow !important;
  2217. }
  2218. li[style^="font-size: 1.126"] a{
  2219. /*    font-size: 19px !important;*/
  2220. color: lightgray !important;
  2221. }
  2222. li[style^="font-size: 1.127"] a{
  2223. /*    font-size: 19px !important;*/
  2224. color: lightgreen !important;
  2225. }
  2226. li[style^="font-size: 1.131"] a{
  2227. /*    font-size: 19px !important;*/
  2228. color: lightpink !important;
  2229. }
  2230. li[style^="font-size: 1.132"] a{
  2231. /*    font-size: 19px !important;*/
  2232. color: lightsalmon !important;
  2233. }
  2234. li[style^="font-size: 1.137"] a{
  2235. /*    font-size: 19px !important;*/
  2236. color: lightseagreen !important;
  2237. }
  2238. li[style^="font-size: 1.139"] a{
  2239. /*    font-size: 19px !important;*/
  2240. color: lightslategray !important;
  2241. }
  2242. li[style^="font-size: 1.142"] a{
  2243. /*    font-size: 19px !important;*/
  2244. color: lightskyblue !important;
  2245. }
  2246. li[style^="font-size: 1.146"] a{
  2247. /*    font-size: 19px !important;*/
  2248. color: lightyellow !important;
  2249. }
  2250. li[style^="font-size: 1.151"] a{
  2251. /*    font-size: 19px !important;*/
  2252. color: lime !important;
  2253. }
  2254. li[style^="font-size: 1.150"] a{
  2255. /*    font-size: 19px !important;*/
  2256. color: turquoise !important;
  2257. }
  2258. li[style^="font-size: 1.152"] a{
  2259. /*    font-size: 19px !important;*/
  2260. color: wheat !important;
  2261. }
  2262. li[style^="font-size: 1.156"] a{
  2263. /*    font-size: 19px !important;*/
  2264. color: limegreen !important;
  2265. }
  2266. li[style^="font-size: 1.157"] a{
  2267. /*    font-size: 19px !important;*/
  2268. color: linen !important;
  2269. }
  2270. li[style^="font-size: 1.159"] a{
  2271. /*    font-size: 19px !important;*/
  2272. color: magenta !important;
  2273. }
  2274. li[style^="font-size: 1.161"] a{
  2275. /*    font-size: 19px !important;*/
  2276. color: maroon !important;
  2277. }
  2278. li[style^="font-size: 1.162"] a{
  2279. /*    font-size: 19px !important;*/
  2280. color: mediumaquamarine !important;
  2281. }
  2282. li[style^="font-size: 1.164"] a{
  2283. /*    font-size: 19px !important;*/
  2284. color: mediumblue !important;
  2285. }
  2286. li[style^="font-size: 1.166"] a{
  2287. /*    font-size: 19px !important;*/
  2288. color: mediumorchid !important;
  2289. }
  2290. li[style^="font-size: 1.168"] a{
  2291. /*    font-size: 19px !important;*/
  2292. color: mediumpurple !important;
  2293. }
  2294. li[style^="font-size: 1.171"] a{
  2295. /*    font-size: 19px !important;*/
  2296. color: mediumseagreen !important;
  2297. }
  2298. li[style^="font-size: 1.174"] a{
  2299. /*    font-size: 19px !important;*/
  2300. color: mediumslateblue !important;
  2301. }
  2302. li[style^="font-size: 1.176"] a{
  2303. /*    font-size: 19px !important;*/
  2304. color: mediumspringgreen !important;
  2305. }
  2306. li[style^="font-size: 1.179"] a{
  2307. /*    font-size: 19px !important;*/
  2308. color: mediumspringgreen !important;
  2309. }
  2310.  
  2311.  
  2312.  
  2313. li[style^="font-size: 1.183"] a{
  2314. /*    font-size: 19px !important;*/
  2315. color: mediumvioletred !important;
  2316. }
  2317. li[style^="font-size: 1.189"] a{
  2318. /*    font-size: 19px !important;*/
  2319. color: mintcream !important;
  2320. }
  2321. li[style^="font-size: 1.191"] a{
  2322. /*    font-size: 19px !important;*/
  2323. color: mistyrose!important;
  2324. }
  2325. li[style^="font-size: 1.194"] a{
  2326. /*    font-size: 19px !important;*/
  2327. color: moccasin !important;
  2328. }
  2329.  
  2330.  
  2331. li[style^="font-size: 1.20"] a{
  2332. /*    font-size: 19px !important;*/
  2333. color: navajowhite !important;
  2334. }
  2335. li[style^="font-size: 1.22"] a{
  2336. /*    font-size: 19px !important;*/
  2337. color: oldlace !important;
  2338. }
  2339. li[style^="font-size: 1.23"] a{
  2340. /*    font-size: 19px !important;*/
  2341. color: olive !important;
  2342. }
  2343. li[style^="font-size: 1.24"] a{
  2344. /*    font-size: 19px !important;*/
  2345. color: olivedrab !important;
  2346. }
  2347. li[style^="font-size: 1.25"] a{
  2348. /*    font-size: 19px !important;*/
  2349. color: orange !important;
  2350. }
  2351. li[style^="font-size: 1.26"] a{
  2352. /*    font-size: 19px !important;*/
  2353. color: orangered !important;
  2354. }
  2355. li[style^="font-size: 1.27"] a{
  2356. /*    font-size: 19px !important;*/
  2357. color: orchid !important;
  2358. }
  2359. li[style^="font-size: 1.29"] a{
  2360. /*    font-size: 19px !important;*/
  2361. color: palegoldenrod !important;
  2362. }
  2363. li[style^="font-size: 1.30"] a{
  2364. /*    font-size: 19px !important;*/
  2365. color: palegreen !important;
  2366. }
  2367. li[style^="font-size: 1.31"] a{
  2368. /*    font-size: 19px !important;*/
  2369. color: paleturquoise !important;
  2370. }
  2371. li[style^="font-size: 1.32"] a{
  2372. /*    font-size: 19px !important;*/
  2373. color: palevioletred !important;
  2374. }
  2375. li[style^="font-size: 1.35"] a{
  2376. /*    font-size: 19px !important;*/
  2377. color: papayawhip !important;
  2378. }
  2379.  
  2380.  
  2381. li[style^="font-size: 1.44"] a{
  2382. /*    font-size: 19px !important;*/
  2383. color: peachpuff !important;
  2384. }
  2385. li[style^="font-size: 1.46"] a{
  2386. /*    font-size: 19px !important;*/
  2387. color: peru !important;
  2388. }
  2389. li[style^="font-size: 1.47"] a{
  2390. /*    font-size: 19px !important;*/
  2391. color: pink !important;
  2392. }
  2393. li[style^="font-size: 1.48"] a{
  2394. /*    font-size: 19px !important;*/
  2395. color: plum !important;
  2396. }
  2397. li[style^="font-size: 1.49"] a{
  2398. /*    font-size: 19px !important;*/
  2399. color: powderblue !important;
  2400. }
  2401. li[style^="font-size: 1.52"] a{
  2402. /*    font-size: 19px !important;*/
  2403. color: purple !important;
  2404. }
  2405. li[style^="font-size: 1.54"] a{
  2406. /*    font-size: 19px !important;*/
  2407. color: rosybrown !important;
  2408. }
  2409. li[style^="font-size: 1.56"] a{
  2410. /*    font-size: 19px !important;*/
  2411. color: royalblue !important;
  2412. }
  2413. li[style^="font-size: 1.57"] a{
  2414. /*    font-size: 19px !important;*/
  2415. color: saddlebrown !important;
  2416. }
  2417. li[style^="font-size: 1.47"] a{
  2418. /*    font-size: 19px !important;*/
  2419. color: salmon !important;
  2420. }
  2421.  
  2422. li[style^="font-size: 1.61"] a{
  2423. /*    font-size: 19px !important;*/
  2424. color: sandybrown !important;
  2425. }
  2426. li[style^="font-size: 1.64"] a{
  2427. /*    font-size: 19px !important;*/
  2428. color: seagreen !important;
  2429. }
  2430. li[style^="font-size: 1.75"] a{
  2431. /*    font-size: 19px !important;*/
  2432. color: seashell !important;
  2433. }
  2434. li[style^="font-size: 1.78"] a{
  2435. /*    font-size: 19px !important;*/
  2436. color: sienna !important;
  2437. }
  2438.  
  2439.  
  2440. li[style^="font-size: 1.81"] a{
  2441. /*    font-size: 19px !important;*/
  2442. color: silver !important;
  2443. }
  2444. li[style^="font-size: 1.85"] a{
  2445. /*    font-size: 19px !important;*/
  2446. color: skyblue !important;
  2447. }
  2448.  
  2449. li[style^="font-size: 2.2"] a{
  2450. /*    font-size: 19px !important;*/
  2451. color: slateblue !important;
  2452. }
  2453.  
  2454. li[style^="font-size: 3.5"] a{
  2455. /*    font-size: 19px !important;*/
  2456. color: slategray !important;
  2457. }
  2458.  
  2459. /*li[style="font-size: 1.24529569892473em"] a{
  2460. color: slateblue !important;
  2461. }*/
  2462. /*li[style="font-size: 1.25201612903226em"] a{
  2463. color: green !important;
  2464. }*/
  2465. li[style="font-size: 1.24529569892473em"] a ,
  2466. li[style="font-size: 1.25201612903226em"] a ,
  2467. li[style="font-size: 1.25369623655914em"] a ,
  2468. li[style="font-size: 1.35114247311828em"] a ,
  2469. li[style="font-size: 1.35114247311828em"] a ,
  2470. li[style="font-size: 1.4872311827957em"] a ,
  2471. li[style="font-size: 1.49059139784946em"] a ,
  2472. li[style="font-size: 1.52251344086022em"] a ,
  2473. li[style="font-size: 1.54603494623656em"] a ,
  2474. li[style="font-size: 1.6434811827957em"] a{
  2475. /*    font-size: 19px !important;*/
  2476. /*color: yellow !important;*/
  2477. }
  2478. li[style="font-size: 1.57963709677419em"] a{
  2479. /*    font-size: 19px !important;*/
  2480. /*color: yellow !important;*/
  2481. }
  2482. li[style="font-size: 1.8551747311828em"] a ,
  2483. li[style="font-size: 1.89885752688172em"] a ,
  2484. li[style="font-size: 2.80443548387097em"] a {
  2485. /*    font-size: 19px !important;*/
  2486. /*color: tomato !important;*/
  2487. }
  2488.  
  2489.  
  2490.  
  2491. /* TAGS PAGES (#tags-index.tag) - CONTENT - A VOIR -
  2492.     margin-left: -206px !important;
  2493.     margin-right: 10px;
  2494. === */
  2495. #tags-index.tags #content tbody {
  2496.     display: inline-block !important;
  2497.     float: none !important;
  2498.     margin-left:-25% !important;
  2499.     width: 250% !important;
  2500. }
  2501. #tags-index.tags #content table tbody tr{
  2502.     display: inline !important;
  2503.     font-size: 2.75em !important;
  2504. }
  2505.  
  2506.  
  2507. /* ==== USERSCRIPTS HOMEPAGE ==== */
  2508.  
  2509. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - === */
  2510. #site-home.site #root .container {
  2511.     width:auto !important;
  2512.     float:none !important;
  2513.     clear : both !important;
  2514. }
  2515. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - TABLE - === */
  2516. #site-home.site #root .container #content table.wide {
  2517.     width:120% !important;
  2518.     margin-top:30px !important;
  2519. }
  2520. #site-home.site #root .container #content table.wide tbody tr .script-meat p.desc {
  2521.     color:grey !important;
  2522. }
  2523. #site-home.site table.wide .script-meat a.title {
  2524.     text-decoration : none !important;
  2525. }
  2526. /* USERSCRIPTS HOMEPAGE(#site-home.site) - CONTAINER - TITLE "Popular scripts" - === */
  2527. #site-home.site #root .container #content h1 {
  2528.     border-right: 5px none !important;
  2529.     color: grey !important;
  2530.     margin-top: 0;
  2531.     width: 120% !important;
  2532. }
  2533. /* USERSCRIPTS HOMEPAGE(#site-home.site) - RIGHT - === */
  2534. #site-home.site #root .container #right  {
  2535.     display:inline-block !important;
  2536.     position:absolute !important;
  2537.     z-index:500 !important;
  2538.     background: #333333 !important;
  2539.     margin-left: 430px !important;
  2540.     width : 400px !important;
  2541.     padding:0 20px 0 20px  !important;
  2542. }
  2543.  
  2544. #site-home.site #right #browser-news ul li a {
  2545.     text-decoration : none !important;
  2546. }
  2547.  
  2548.  
  2549. /* USERSCRIPTS HOMEPAGE(#site-home.site) - RIGHT - TAG CLOUD - === */
  2550. #site-home.site #root .container #right #tag-cloud {
  2551.     background: #222222 !important;
  2552.     border-radius: 0 0 5px 5px !important;
  2553.     color: SlateGray !important;
  2554.     display: inline-block !important;
  2555.     float: none !important;
  2556.     left: 0px !important;
  2557.     min-height: 250px !important;
  2558.     padding: 25px !important;
  2559.     position: absolute !important;
  2560.     top: 590px !important;
  2561.     width: 390px !important;
  2562. }
  2563.  
  2564. /* GENERAL - USER - USER AVATAR - === */
  2565. body.users .avatar .photo {
  2566.     background: white;
  2567.     border: 1px solid #CCCCCC;
  2568.     margin-top: 15px !important;
  2569.     padding: 2px !important;
  2570. }
  2571.  
  2572. /* GENERAL - ALL PAGE - CONTENT PRINCIPAL - === */
  2573. /*body.wide #content  {
  2574.     overflow-x: auto;
  2575.     width: 150% !important;
  2576. }*/
  2577.  
  2578.  
  2579. /* ==== USER(#users-show) ==== */
  2580.  
  2581. /* (new3)USER PAGE(#users-show) - PROFILE - CONTENT PRINCIPAL - === */
  2582. #users-show #root .container>#content  {
  2583.     overflow: visible !important;
  2584.     width: 150% !important;
  2585.     margin-top: 32px !important;
  2586. }
  2587.  
  2588. /* SCRIPT PAGE(#scripts-review] - CODE PAGE - CONTENT PRINCIPAL - === */
  2589. #scripts-review.scripts #content  {
  2590.     overflow-x: auto;
  2591.     width: 150% !important;
  2592.     margin-top: -25px !important;
  2593. }
  2594.  
  2595. /* SCRIPT PAGE - CODE PAGE - NUMBER line -
  2596. #userscripts_org_source_code_line_numbers_0 {
  2597.     -moz-user-select: none;
  2598.     background: transparent !important;
  2599.     cursor: default;
  2600.     float: none !important;
  2601.     margin-right: -2px;
  2602.     padding-left: 5px;
  2603.     padding-right: 5px;
  2604.     position: absolute !important;
  2605.     text-align: left !important;
  2606.     width: 800px !important;
  2607. } === */
  2608.  
  2609.  
  2610.  
  2611. /* SCRIPTS LIST(#scripts-index.scripts) - SCRIPTS TITLES - === */
  2612. #scripts-index.scripts .script-meat a.title {
  2613.     font-size: 18px !important;
  2614.     text-decoration : none  !important;
  2615. }
  2616.  
  2617.  
  2618. /* DISCUSS BLOCK */
  2619. .entry-title {
  2620.     font-size:16px !important;
  2621. }
  2622. .c2>small .author {
  2623.     text-align:right !important;
  2624.     width:250px !important;
  2625.     display:inline-block !important;
  2626.     position:relative !important;
  2627.     left:-20px !important;
  2628. }
  2629. /* AUTHOR  */
  2630. .author {
  2631.     color: grey !important;
  2632.  }
  2633.  
  2634. /*LAST POST */
  2635. a.lastpost {
  2636.     background: #2E3D45 !important;
  2637.     margin-left: -10px !important;
  2638.     margin-top: 0 !important;
  2639.     padding: 0 4px;
  2640.     position: absolute !important;
  2641. }
  2642.  
  2643. /* GENERAL - BACKGROUND BOTTOM container - === */
  2644. #root {
  2645.     background: #434141 !important;
  2646.     margin-top: -5px !important;
  2647. }
  2648.  
  2649.  
  2650.  
  2651. /* SCRIPT PAGE(#scripts-show) - SIDEBAR RIGHT - SIZE for longs Scripts Names - FLOAT NONE - === */
  2652. #scripts-show #right {
  2653.     background: none repeat scroll 0 0 rgb(255, 255, 255);
  2654.     clear: both !important;
  2655.     display: inline-block !important;
  2656.     float: none !important;
  2657.     left: 60px !important;
  2658.     padding-left: 20px;
  2659.     position: relative !important;
  2660.     top: 0 !important;
  2661.     width: 210px;
  2662. }
  2663. #scripts-show #script_sidebar {
  2664.     width: 400px !important;
  2665.     overflow: visible !important;
  2666.     display: inline-block !important;
  2667.     position: relative !important;
  2668.     z-index: 500 !important;
  2669.     background: #333333 !important;
  2670. }
  2671.  
  2672.  
  2673. /* ==== GM SCRIPTS ==== */
  2674.  
  2675.  
  2676.  
  2677. /* GENERAL(SCRIPT PAGE(#scripts-show)?) - NO REVIEW / NO DICUSS - === */
  2678. .noreviews>h4,
  2679. .none>h4 {
  2680.     background: #222222 !important;
  2681.     color : grey !important;
  2682.     padding-left: 5px !important;
  2683.     text-align: center !important;
  2684. }
  2685.  
  2686. /* A VOIR - SCRIPT PAGE(#scripts-show) - REVIEW - ADD STARs ICONS -
  2687. :not(scripts-reviews.scripts)
  2688.  === */
  2689. /*.r5.rating:after {
  2690.     content: "." !important;
  2691.     background: url("http://184.106.198.177/images/5stars-small-2.png") !important;
  2692.     background-position: 0 -11px !important;
  2693.     position: absolute !important;
  2694.     width: 200px !important;
  2695.     width: 60px !important;
  2696.     height: 13px !important;
  2697. }
  2698.  
  2699. #review-list .r5.rating:after {
  2700.     content: "." !important;
  2701.     background: none !important;
  2702.     color : transparent !important;
  2703.     position: absolute !important;
  2704.     width: 200px !important;
  2705.     width: 60px !important;
  2706.     height: 13px !important;
  2707. }*/
  2708.  
  2709.  
  2710. /* (new1)FORUM - TOPICS(#topics-show.) - POST(.post) -
  2711. table p
  2712. #topics-show.topics #content table.posts tbody tr.post td.body
  2713.   === */
  2714. #topics-show .body.entry-content {
  2715.     line-height: 1.25em;
  2716.     margin: 0.625em 0;
  2717.     width: 900px !important;
  2718.     display: inline-block  !important;
  2719. }
  2720. #topics-show .post .author {
  2721.     background: #EEEEEE;
  2722.     border-top: 2px solid #EEEEEE;
  2723.     color: #333333;
  2724.     font-weight: bold;
  2725.     max-width: 8em !important;
  2726.     min-height: 32px;
  2727.     min-width: 8em;
  2728.     padding: 5px 10px;
  2729.     vertical-align: top;
  2730.     width: 10em;
  2731. }
  2732.  
  2733.  
  2734. /* (new1) USER POST(#users-posts) - VCARD DATE - === */
  2735. #users-posts .post td.author {
  2736.     background: #333333 !important;
  2737. }
  2738. #users-posts .post td.author .date {
  2739.     position: relative !important;
  2740.     display: inline-block !important;
  2741.     float: none !important;
  2742.     height: 20px !important;
  2743.     width: 150px !important;
  2744.     line-height: 20px !important;
  2745.     padding-left: 5px !important;
  2746.     background: #333333 !important;
  2747.     border: gray solid 1px !important;
  2748.     border-radius: 5px !important;
  2749. }
  2750. /* FORUM - TOPICS(#topics-show.) - POST CONTENT - TXT -
  2751. #topics-show.topics #content table.posts tbody tr.post.hentry.by-author.good-ham .body.entry-content
  2752. === */
  2753. #topics-show #content table.posts tbody tr.post td.body.entry-content {
  2754.     background: #222222 !important;
  2755. }
  2756. /* (new1)FORUM - TOPICS(#topics-show.) - POST CONTENT - CODE === */
  2757. #topics-show #content table.posts tbody tr.post td.body.entry-content pre {
  2758.      max-width: 861px !important;
  2759.     white-space: pre-wrap !important;
  2760.     color: black !important;
  2761. }
  2762.  
  2763.  
  2764.  
  2765.  
  2766. /* ==== GM SCRIPTS ==== */
  2767.  
  2768. /* GM - GENERAL(SCRIPT PAGE(#scripts-show)?) - SCRIPT NAV BAR - TAB "VERSION" -  === */
  2769. #script-nav li:last-of-type {
  2770.     position: absolute !important;
  2771.     display: inline-block !important;
  2772.     float: none !important;
  2773.     clear: both !important;
  2774.     width: 12% !important;
  2775.     margin-top : -13px !important;
  2776.     margin-left: 185px  !important;
  2777.     text-decoration: none;
  2778.     background: #222222  !important;
  2779.     border-radius: 5px !important;
  2780.  
  2781. }
  2782. #script-nav li:last-of-type a {
  2783.     color : gray  !important;
  2784. }
  2785.  
  2786. /* A SUPP ??? - GM - SCRIPT "USERCSRIPTS +++" - ADD ICONs - A VOIR
  2787. .script-meat>a[href$=".user.js"] {
  2788.     color : transparent  !important;
  2789.     overflow : visible  !important;
  2790.     background-color : transparent  !important;
  2791. }
  2792. .script-meat>a[href$=".user.js"]:before {
  2793.     content: "xxxx" !important;
  2794.     background-image: url("/images/script_icon.png") !important;
  2795.     background-color : red  !important;
  2796.     width : 7px !important;
  2797.     height : 14px !important;
  2798.     padding-right: 18px;
  2799.     display : inline-block  !important;
  2800.     position :absolute  !important;
  2801.     z-index : 5000 !important;
  2802.     color : transparent  !important;
  2803. } === */
  2804.  
  2805.  
  2806. /* ==== LINKs ==== -
  2807.  
  2808. ===Sélecteurs d'états
  2809. :link    désigne le lien quand il n'a pas été visité durant la session.
  2810. :visited    désigne le lien déjà visité.
  2811. :active    désigne le lien s'il correspond à la page affichée.
  2812. :hover    quand la souris passe sur la balise.
  2813. ::focus    quand la balise à le focus.
  2814.  
  2815.  === */
  2816. a {
  2817.     color: #6A8DA9 !important;
  2818. }
  2819.  
  2820. a:hover {
  2821.     color: #0088FF !important;
  2822.     text-decoration: underline !important;
  2823. }
  2824. /* (new3) - MENU TOP - === */
  2825. #groups-topics .login_status>li a ,
  2826. #groups-scripts .login_status>li a ,
  2827. #groups-members .login_status>li a ,
  2828. #groups-show .login_status>li a ,
  2829. #users-index .login_status>li a ,
  2830. #forums-show .login_status>li a ,
  2831. #forums-index .login_status>li a ,
  2832. #topics-show .login_status>li a ,
  2833. #scripts-issues .login_status>li a ,
  2834. #scripts-discuss .login_status>li a ,
  2835. #scripts-reviews .login_status>li a ,
  2836. #scripts-show .login_status>li a ,
  2837. #scripts-index .login_status>li a ,
  2838. #tags-show .login_status>li a ,
  2839. #tags-index .login_status>li a ,
  2840. #users-groups .login_status>li a ,
  2841. #users-scripts .login_status>li a ,
  2842. #users-comments .login_status>li a ,
  2843. #users-favorites .login_status>li a ,
  2844. #users-reviews .login_status>li a ,
  2845. #users-posts .login_status>li a ,
  2846. #home-widgets .login_status>li a ,
  2847. #home-settings .login_status>li a ,
  2848. #home-comments .login_status>li a ,
  2849. #home-favorites .login_status>li a ,
  2850. #home-topics .login_status>li a ,
  2851. #home-scripts .login_status>li a ,
  2852. #guides-index .login_status>li a ,
  2853. #users-show .login_status>li a {
  2854.     color: white !important;
  2855. }
  2856. #groups-topics .login_status>li a:hover ,
  2857. #groups-scripts .login_status>li a:hover ,
  2858. #groups-members .login_status>li a:hover ,
  2859. #groups-show .login_status>li a:hover ,
  2860. #users-index .login_status>li a:hover ,
  2861. #forums-show .login_status>li a:hover ,
  2862. #forums-index .login_status>li a:hover ,
  2863. #topics-show .login_status>li a:hover ,
  2864. #scripts-issues .login_status>li a:hover ,
  2865. #scripts-discuss .login_status>li ahover ,
  2866. #scripts-reviews .login_status>li a:hover ,
  2867. #scripts-show .login_status>li a:hover ,
  2868. #scripts-index .login_status>li a:hover ,
  2869. #tags-show .login_status>li a:hover ,
  2870. #tags-index .login_status>li a:hover ,
  2871. #users-groups .login_status>li a:hover ,
  2872. #users-scripts .login_status>li a:hover ,
  2873. #users-comments .login_status>li a:hover ,
  2874. #users-favorites .login_status>li a:hover ,
  2875. #users-reviews .login_status>li a:hover ,
  2876. #users-posts .login_status>li a:hover ,
  2877. #home-widgets .login_status>li a:hover ,
  2878. #home-settings .login_status>li a:hover ,
  2879. #home-comments .login_status>li a:hover ,
  2880. #home-favorites .login_status>li a:hover ,
  2881. #home-topics .login_status>li a:hover ,
  2882. #home-scripts .login_status>li a:hover ,
  2883. #guides-index .login_status>li a:hover ,
  2884. #users-show .login_status>li a:hover {
  2885. text-decoration: none !important;
  2886. color: black !important;
  2887. }
  2888. #top .container ul.login_status li ul.usermenu- li a {
  2889.     display: inline-block !important;
  2890.     text-decoration: none !important;
  2891.     width: 300px !important;
  2892. margin-left: -16px !important;
  2893. padding: 0 3px !important;
  2894. }
  2895. /* PAGINATOR - CURRENT - === */
  2896. .pagination .current {
  2897.     background: none repeat scroll 0 0 #5F5B5B !important;
  2898.     border: 1px solid #F90808 !important;
  2899.     border-radius: 5px 5px 5px 5px !important;
  2900.     color: #6FF901 !important;
  2901. }
  2902.  
  2903. /* LINKS - VISITED - NOT RED - === */
  2904. :visited:visited ,
  2905. #scripts-show.scripts .tags li a:visited ,
  2906. .topic>a:visited ,
  2907. #forum-jumper h5 a:visited ,
  2908. #forum-jumper>ul>li>a {
  2909.     color: #6A8DA9 !important;
  2910. }
  2911.  
  2912.  
  2913.  
  2914. /* TEST - CODE - === */
  2915.  
  2916. /*#content>ol>li>code ,
  2917. #content>code ,
  2918. #content>dl>dd>code ,
  2919. #content>p>code ,
  2920. p>code ,
  2921. #full_description>ol>li>code ,
  2922. #full_description>code>span {
  2923.     color: black  !important;
  2924.     font-size : 12px !important;
  2925.     padding : 0 5px  !important;
  2926.     margin : 0 5px 0 5px  !important;
  2927. }*/
  2928.  
  2929. code {
  2930.     background: none repeat scroll 0 0 #EEEEEE;
  2931.     color: black !important;
  2932.     font-family: "Monaco","Bitstream Vera Sans Mono","Courier New",monospace;
  2933.     font-size: 0.9em;
  2934. padding: 0 15px 0 15px !important;
  2935. }
  2936.  
  2937. /* (COR1) ==== END ==== */
  2938.  
  2939. /* ==== USERSRIPT PROFILE 2>3 (#users-show)
  2940. need Userscripts.org Source Code Line Numbers
  2941. By Cletus : http://userscripts.org/scripts/show/95658
  2942.  
  2943. ==== */
  2944.  
  2945. /* (new1) SCRIPT "MONKEY BARREL" =
  2946. http://userscripts.org/scripts/show/114843
  2947. === */
  2948. /* MENU Z-INDEX - === */
  2949. .mainmenu-.hid>li {
  2950. z-index: 1500 !important;
  2951. }
  2952.  
  2953. /* TEST - PROFILE PAGE(#users-show)  - BOTTOM CONTAINER TOTAL - === */
  2954. /*body#users-show .main {
  2955.     display: inline;
  2956.     float: left;
  2957.     margin-right: 0;
  2958.    min-height: 1000px !important;
  2959.     margin-bottom: 50px !important;
  2960. }*/
  2961. /* TEST - GENERAL  - BOTTOM CONTENT CONTAINER TOTAL - === */
  2962. #content {
  2963.     margin-bottom: 100px !important;
  2964. }
  2965.  
  2966. /* ================= */
  2967. /* USER PROFILE (#users-show.users) - SCRIPT PAGE - USER WEBSITE + INFOS - === */
  2968. /*body#users-show .about {
  2969.     position: relative !important;
  2970.     display: block !important;
  2971.     float: none !important;
  2972.     clear: both !important;
  2973.     width: 650px !important;
  2974.     height: 83px !important;
  2975.     left: 964px !important;
  2976.     margin-right: 10px;
  2977.     padding-right: 40px;
  2978.     top: -133px !important;
  2979.     margin-bottom: -15px !important;
  2980.     border: 1px solid red !important;
  2981. }
  2982. body#users-show .about p+p {
  2983.     display: none !important;
  2984. }*/
  2985.  
  2986.  
  2987.  
  2988. /* (new2) USER PROFILE (#users-show.users) - RIGHT PANEL - SEARCH - === */
  2989. #section #section_search {
  2990.     position: absolute;
  2991.     right: 213px !important;
  2992.     top: 5px;
  2993. }
  2994. /* (new3) USER PROFILE (#users-show.users) - RIGHT PANEL "Groups" / "Scripts" "Guides / "Forums Posts" etc"- === */
  2995. body.users ul.subnav {
  2996.     border-top: medium none !important;
  2997. }
  2998. #users-show.users #content ul.subnav {
  2999.     position: absolute !important;
  3000.     display: inline-block !important;
  3001.     float: none !important;
  3002.     width: 310px !important;
  3003.     right: -120px !important;
  3004.     top: -5px !important;
  3005.     z-index: 2 !important;
  3006. }
  3007. #users-show.users ul.subnav li {
  3008.     border-bottom: 1px solid rgb(221, 221, 221);
  3009.     border-left: 1px solid rgb(204, 204, 204);
  3010.     border-right: 1px solid rgb(204, 204, 204);
  3011.     height: 22px !important;
  3012.     line-height: 11px !important;
  3013.     margin-top: -3px !important;
  3014. }
  3015. /* (new3) USER PROFILE (#users-show) - RIGHT PANEL - TAG CLOUD (with GM SCRIPT "TAG CLOUD LINKS") - === */
  3016. body#users-show #tag-cloud {
  3017.     position: absolute !important;
  3018.     display: inline-block !important;
  3019.     width: 300px !important;
  3020.     min-height: 262px !important;
  3021.     max-height: 262px !important;
  3022.     margin-right: 0px;
  3023.     top: 138px !important;
  3024.     left:999px !important;
  3025. /*margin-bottom: 300px !important;*/
  3026.     padding: 22px 5px 25px 5px !important;
  3027.     border-radius: 0 0 5px 5px !important;
  3028.     color: SlateGray  !important;
  3029.     background: #222222 !important;
  3030.     overflow: hidden !important;
  3031.     overflow-y: auto !important;
  3032.     z-index: 2 !important;
  3033. }
  3034. body#users-show #tag-cloud h4 {
  3035.     background: black !important;
  3036.     border-radius: 5px !important;
  3037.     color: LightGrey  !important;
  3038.     margin-bottom: 2px !important;
  3039.     margin-left: 5px !important;
  3040.     margin-top: -20px !important;
  3041.     padding: 2px 5px !important;
  3042.     text-align:center !important;
  3043.     font-size : 12px !important;
  3044. }
  3045. #tag-cloud ol li {
  3046.     line-height: 1.2em;
  3047.     padding-right: 3px !important;
  3048.     text-decoration: none !important;
  3049. }
  3050. #tag-cloud ol li a {
  3051.     text-decoration: none !important;
  3052. }
  3053.  
  3054. /* (new3) USER PROFILE (#users-show) - "Send Message" / "Block User" / "USER ABOUT" - === */
  3055. .user-info>p {
  3056.     margin: -115px -150px 1.5em !important;
  3057.     position:absolute !important;
  3058.     width: 124px !important;
  3059. }
  3060. .user-info>p + p {
  3061.     margin: -90px -150px 1.5em !important;
  3062.     position:absolute !important;
  3063.     width: 124px !important;
  3064. }
  3065. #users-show.users p.subtitle {
  3066.     margin: 5px 90px 1.5em !important;
  3067.     width: 204px !important;
  3068.     background : transparent  !important;
  3069. }
  3070. .user-info > p ~ .about {
  3071.     position: absolute !important;
  3072.     display: inline-block !important;
  3073.     width: 300px !important;
  3074.     height : 77px  !important;
  3075.     line-height : 12px !important;
  3076.     top : -107px !important;
  3077.     left : 999px !important;
  3078.     padding : 10px  0 2px 10px !important;
  3079.     background : #333333!important;
  3080.     border : gray solid 1px !important;
  3081.     overflow: hidden !important;
  3082.     overflow-y: auto !important;
  3083. }
  3084. .user-info > p ~ .about ul {
  3085.     position: relative !important;
  3086.     display: inline !important;
  3087.     line-height: 10px !important;
  3088.     margin: -15px 0px -5px -30px !important;
  3089.     top : 3px !important;
  3090. }
  3091. .user-info > p ~ .about ul li {
  3092.     position: relative !important;
  3093.     display: inline-block !important;
  3094.     line-height: 20px !important;
  3095.     margin: -15px 5px 5px !important;
  3096. }
  3097. .user-info > p ~ .about ul li a {
  3098.     position: relative !important;
  3099.     display: inline-block !important;
  3100.     line-height: 20px !important;
  3101.     margin: -10px 0px -5px -1px !important;
  3102.     width: 80px !important;
  3103.     overflow: hidden !important;
  3104.     white-space: nowrap !important;
  3105.     text-overflow: ellipsis !important;
  3106. }
  3107. /* (new3) - PROFILE - USER INFOS - WEB LINKS - === */
  3108. .user-info > p ~ .about p {
  3109.     position: relative !important;
  3110.     display: inline-block !important;
  3111.     max-width: 300px !important;
  3112.     min-width: 300px !important;
  3113. top: -9px !important;
  3114.     left: -5px !important;
  3115.     padding: 1px 0 1px 2px !important;
  3116. /*    color: TAN !important;*/
  3117.     background: #333333 !important;
  3118. }
  3119. .user-info .about>p>a {
  3120.     position: relative !important;
  3121.     display: inline-block !important;
  3122.     max-width: 300px !important;
  3123.     min-width: 300px !important;
  3124.     left: -5px !important;
  3125.     padding: 1px 0 1px 2px !important;
  3126.     text-overflow: ellipsis !important;
  3127.     white-space: nowrap !important;
  3128.     overflow: hidden !important;
  3129.     color: TAN !important;
  3130.     background: #222222 !important;
  3131. }
  3132. .user-info .about>p>a:hover {
  3133.     color: peru !important;
  3134.     background: #222222 !important;
  3135. }
  3136. .user-info .about>p>a:before {
  3137. content: ">" !important;
  3138.     position: relative !important;
  3139.     display: inline-block !important;
  3140.     max-width: 10px !important;
  3141.     min-width: 10px !important;
  3142.     margin-right: 5px !important;
  3143.     padding: 1px !important;
  3144. text-align: center !important;
  3145.     color: TAN !important;
  3146.     background: black !important;
  3147. }
  3148. /* (new2)USER PROFILE (#users-show) - "USER ABOUT" - WEB SITE + Infos - === */
  3149. /*.about>p>a {
  3150.     position: relative !important;
  3151.     display: inline-block !important;
  3152.     line-height: 20px !important;
  3153.     margin: -10px 0px -5px -1px !important;
  3154.     width: 220px !important;
  3155.     overflow: hidden !important;
  3156.     white-space: nowrap !important;
  3157.     text-overflow: ellipsis !important;
  3158. }*/
  3159. .about>p>a {
  3160.     text-decoration: none !important;
  3161. }
  3162. .about>p+p{
  3163.     position: relative !important;
  3164.     display: inline-block !important;
  3165.     margin-top: -14px !important;
  3166. }
  3167. /* USER PROFILE (#users-show) - "USER ABOUT" - EMAIL ICON - === */
  3168. .user-info > p ~ .about ul li a[href^="mailto:"] {
  3169.     padding-left: 25px !important;
  3170.     text-decoration: none !important;
  3171. }
  3172. .user-info > p ~ .about ul li a[href^="mailto:"]:before {
  3173.     position: absolute !important;
  3174.     display: inline-block !important;
  3175.     background: url("data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAABpaGgAj42MAAAAAAD///8A4ODgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIiIiIiIiIhEREREREREhQzMzMzMzNBE0MzMzMzNDETNDMzMzNDMRMzQzMzNDMxEzM0MzNDMzATMzM0QzMzMRMzM0EUMzMxEzM0EzFDMzETM0EzMxQzMRM0EzMzMUMxE0EzMzMzFDEUEzMzMzMxQREzMzMzMzMRIRERERERERL//wAAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAA") no-repeat scroll 0 0 transparent !important;
  3176.     color: transparent !important;
  3177.     content: "." !important;
  3178.     height: 20px !important;
  3179.     width: 22px !important;
  3180.     left: 4px !important;
  3181.     top: 3px !important;
  3182.     transform: scale(0.8) !important;
  3183.     overflow: visible !important;
  3184. }
  3185.  
  3186. /* USER PROFILE (#users-show) - (Public Feeds) - BLOCK SUMMARRY - === */
  3187. body#users-show .summary  {
  3188.     position:absolute !important;
  3189.     width: 50% !important;
  3190.     height:70px !important;
  3191.     top:-95px !important;
  3192.     left:350px !important;
  3193.     margin-top: 2px !important;
  3194.     padding:0px 0 5px 10px !important;
  3195.     background: transparent !important;
  3196.     color: slategray !important;
  3197. }
  3198. /* USER (Public Feeds) - SUMMARY - TITLE - === */
  3199. .summary>h4  {
  3200.     color : slategray !important;
  3201.     margin-top: 10px !important;
  3202. }
  3203.  
  3204. /* USER PROFILE (#users-show) - "About " - website -
  3205. #users-show.users .user-info .about {
  3206.     background: none repeat scroll 0 0 #333333 !important;
  3207.     display: inline;
  3208.     float: none !important;
  3209.     left: -244px !important;
  3210.     margin-right: 0;
  3211.     padding-right: 0;
  3212.     position: relative !important;
  3213.     top: -35px !important;
  3214.     width: 81% !important;
  3215.     color: slategray !important;
  3216. } === */
  3217.  
  3218.  
  3219. /* ============ USER PROFILE (#users-show)- SECTIONS ============= */
  3220.  
  3221. /* (new1)USER PROFILE (#users-show) - ALL SECTIONS (CONTRIBUTION/ACTIVITY/REVIEWS) - ALL BOXS height/width - === */
  3222. #users-show .box {
  3223.     float: left;
  3224.     display: inline;
  3225.     margin-right: 50px !important;
  3226.     padding: 10px;
  3227.     border-top: none !important;
  3228. }
  3229. /* (new1)USER PROFILE (#users-show) - CONTRIBUTIONS - SECTION 1 -
  3230.     border-radius:5px 5px 0 0 !important;
  3231.      outline : red solid 1px !important;
  3232.     width: 81% !important;
  3233.     width: 1230px !important;
  3234.  === */
  3235. body#users-show .main #contributions {
  3236.     float: none !important;
  3237.     position: relative !important;
  3238.     width: 1230px !important;
  3239.     max-height: 200px !important;
  3240.     min-height: 0px !important;
  3241.     margin-left: -245px !important;
  3242.     margin-top: -60px !important;
  3243.     bottom: -20px !important;
  3244.     padding: 0px 0 0px 10px !important;
  3245.     background: #333333 !important;
  3246.     color: slategray !important;
  3247. }
  3248.  
  3249. /* (new1)USER PROFILE (#users-show) - CONTRIBUTIONS - ALL BOXS (SCRIPTS/GUIDES/JETPACKS AUTHORED) -
  3250.     outline : blue solid 1px !important;
  3251. === */
  3252. body#users-show .main #contributions .box {
  3253.     float:left !important;
  3254.     position: relative !important;
  3255.     display : block  !important;
  3256.     width : 292px  !important;
  3257.     top: -33px !important;
  3258.     margin-left: -4px !important;
  3259.     margin-right: 100px !important;
  3260.     padding: 0 0 0 7px !important;
  3261. }
  3262.  
  3263. body#users-show .main #contributions .box ul {
  3264.     margin-top: 1px !important;
  3265.     margin-left: -3px !important;
  3266.     padding: 2px 1px 2px 12px !important;
  3267.     outline : black solid 1px !important;
  3268. }
  3269. /* (new1)USER PROFILE (#users-show) - SECTIONS - BOX CONTRIBUTION - SCRIPTS AUTHORED + BOX ACTIVITY - FORUM ACTIVITY - === */
  3270. #users-show.users .container #content .user-info #activity .box ul li a[href^="/posts/"] ,
  3271. #users-show .main #contributions .box ul li a[href^="/scripts/show/"] {
  3272.     position: relative !important;
  3273.     display: inline-block !important;
  3274.     width: 330px !important;
  3275.     font-size: 13px !important;
  3276.     padding: 1px  5px 0px 3px!important;
  3277.     border: 1px solid gray !important;
  3278.     border-radius: 5px !important;
  3279.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  3280.     overflow: hidden !important;
  3281.     white-space: nowrap !important;
  3282.     text-overflow: ellipsis !important;
  3283. }
  3284. /* USER PROFILE (#users-show) - SECTIONS - BOX ACTIVITY - FAVORITE SCRIPTS - === */
  3285. #users-show.users .container #content .user-info #activity .box ul li a[href^="/scripts/show/"] {
  3286.     display: inline-block !important;
  3287.     width: 310px !important;
  3288.     margin-top: 2px !important;
  3289.     margin-bottom: 0px !important;
  3290.     margin-left: 25px !important;
  3291.     font-size: 13px !important;
  3292.     padding: 1px  5px 0px 3px!important;
  3293.     border: 1px solid gray !important;
  3294.     border-radius: 5px !important;
  3295.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  3296.     overflow: hidden !important;
  3297.     white-space: nowrap !important;
  3298.     text-overflow: ellipsis !important;
  3299. }
  3300. /* USER PROFILE (#users-show) - SECTIONS - BOX CONTRIBUTION - TITLES - */
  3301. #contributions>.box>h4 {
  3302.     width: 374px !important;
  3303.     margin-left: -4px !important;
  3304.     border-radius: 0px !important;
  3305. }
  3306.  
  3307. /* (new2) USER PROFILE (#users-show) - CONTRIBUTIONS - "AND xx MORE scripts  " - === */
  3308. body#users-show .main #contributions .box p:last-child {
  3309.     float: none !important;
  3310.     position: relative !important;
  3311.     width: 100% !important;
  3312.     margin-top: -15px !important;
  3313.     margin-bottom: 35px !important;
  3314.     margin-left: 15px !important;
  3315.     padding: 1px 0 0 15px !important;
  3316.     background: #222222 !important;
  3317.     border-radius : 5px  !important;
  3318.     text-align: center !important;
  3319. }
  3320.  
  3321. /* USER PROFILE (#users-show) - ACTIVITY - SECTION 2 - TITLE - === */
  3322. #contributions + #activity h1 {
  3323.     float : none  !important;
  3324.     clear : both  !important;
  3325.     position : relative  !important;
  3326.     display : inline-block  !important;
  3327.     height : 30px  !important;
  3328.     width : 1230px !important;
  3329.     top : -162px  !important;
  3330.     left : 1px  !important;
  3331.     padding-left : 10px  !important;
  3332.     vertical-align : middle  !important;
  3333.     background: #333333 !important;
  3334. }
  3335.  
  3336.  
  3337. /* (new1)USER PROFILE (#users-show) - ACTIVITY - BLOCK -
  3338.     outline : blue solid 1px !important;
  3339. === */
  3340. body#users-show .main #activity {
  3341.     float:left !important;
  3342.     clear: both !important;
  3343.     position: relative !important;
  3344.     display : inline-block  !important;
  3345.     width : 1180px  !important;
  3346.     height : 200px !important;
  3347.     top: 100px !important;
  3348.     margin-left: -245px !important;
  3349. }
  3350. /* (new1)USER PROFILE (#users-show) - ACTIVITY - ALL BOXS FORUMS ACTIVITY/COMMENTS POSTED/ FAVORITES SCRIPTS -
  3351.     outline : gold solid 1px !important;
  3352. === */
  3353. body#users-show .main #activity .box {
  3354.     float:left !important;
  3355.     position: relative !important;
  3356.     display : inline  !important;
  3357.     max-height: 210px !important;
  3358.     min-height: 210px !important;
  3359.     width: 290px !important;
  3360.     top: -192px !important;
  3361.     margin-right: 20px !important;
  3362.     padding-right: 70px !important;
  3363. }
  3364.  
  3365. body#users-show .box ul li a {
  3366.     font-size: 15px !important;
  3367. }
  3368. /* (new1)USER PROFILE(#users-show) - ACTIVITY - FORUMS/COMMENTS/FAVORITES - BLOCK TITLE+LINKS -
  3369. #activity .box:first-of-type = (forum activity)
  3370. #activity div.box:first-of-type + .box = (comment)
  3371. #activity div.box:first-of-type + .box + .box = (favorite)
  3372.  === */
  3373. #activity .box h4 {
  3374.     display : block  !important;
  3375.     width: 370px !important;
  3376.     height : 10px !important;
  3377.     margin-top : 8px !important;
  3378.     margin-left: 0px !important;
  3379.     padding-left : 4px  !important;
  3380.     border-radius: 0px !important;
  3381. }
  3382.  
  3383. /* USER PROFILE(#users-show) - ACTIVITY - LINKS - "Forums Activity"(href="/posts/) - === */
  3384. #activity  ul {
  3385.     position: relative !important;
  3386.     width: 254px !important;
  3387.     top: 1px !important;
  3388.     margin-left: 1px !important;
  3389.     font-size: 11px !important;
  3390.     outline : black 1px solid  !important;
  3391. }
  3392. #activity .box:first-of-type  ul > li > a {
  3393.     padding-left: 0px !important;
  3394.     margin-left: -10px !important;
  3395.     font-size: 13px !important;
  3396.     text-decoration: none !important;
  3397. }
  3398. /* USER PROFILE(#users-show) - ACTIVITY - LINKS - "Favorite Scripts"(href="/scripts/show/) - SUPP TXT(transparent) "on" - === */
  3399. .box>ul>li {
  3400.     color:transparent !important;
  3401.     width:140% !important;
  3402.     line-height:18px !important;
  3403.     padding:2px 0 !important;
  3404. }
  3405. .box>ul>li>a {
  3406.     font-size : 18px  !important;
  3407.     text-decoration : none  !important;
  3408.     padding-left : 2px !important;
  3409. }
  3410. /* (new2) USER PROFILE(#users-show) - ACTIVITY - FORUMS/COMMENTS/FAVORITES - "VIEW POSTS"/"VIEW ALL"/"xx MORE " - === */
  3411. #activity div.box:first-of-type p:last-child , /* ACTIVITY*/
  3412. #activity div.box:first-of-type + .box p:last-child ,
  3413. #activity div.box:first-of-type + .box + .box p:last-child {
  3414.     position: relative !important;
  3415.     float: none !important;
  3416.     width: 100% !important;
  3417.     margin-left: 10px !important;
  3418.     margin-top: -10px !important;
  3419.     padding: 1px 0 0 15px !important;
  3420.     background: #222222 !important;
  3421.     border-radius: 5px !important;
  3422.     text-align: center !important;
  3423. }
  3424. /* (new2) COMMENTS POSTED */
  3425. #activity div.box:first-of-type + .box p:last-child {
  3426.     position: relative !important;
  3427.     float: none !important;
  3428.     width: 100% !important;
  3429.     margin-left: 10px !important;
  3430.     margin-top: 10px !important;
  3431.     padding: 1px 0 0 15px !important;
  3432.     background: #222222 !important;
  3433.     border-radius: 5px !important;
  3434.     text-align: center !important;
  3435. }
  3436. /* (new1)USER PROFILE(#users-show) - REVIEW SECTION + BLOCKS (clear both) - EMPTY LINE - === */
  3437. body#users-show .main #reviews  {
  3438.     float: none!important;
  3439.     clear: both !important;
  3440.     position: relative !important;
  3441.     width: 100% !important;
  3442.     top: -10px !important;
  3443.     margin-left: -245px !important;
  3444.     padding: 2px 25px 5px 10px !important;
  3445.     border-radius: 5px 5px 0 0 !important;
  3446.     background: #333333 !important;
  3447.     color: slategray !important;
  3448. }
  3449. /* USER PROFILE(#users-show) - REVIEW SECTION - TITLE - === */
  3450. #users-show .main>h1  {
  3451.     width: 100% !important;
  3452.     height : 29px !important;
  3453.     margin: -1px 0 -12px 0 !important;
  3454.     margin-left: -245px !important;
  3455.     margin-top: -10px !important;
  3456.     padding: 5px 5px 0 30px !important;
  3457.     background: #222222 !important;
  3458.     color: grey !important;
  3459. }
  3460.  
  3461. /* USER PROFILE(#users-show) - REVIEW SECTION - TXT "and XXXmore reviews" - === */
  3462. #users-show .main h1 span {
  3463.     float: none !important;
  3464.     font-size: 12px !important;
  3465.     margin-right: 142px;
  3466.     position: relative !important;
  3467.     top: -5px !important;
  3468. }
  3469.  
  3470. /* (new1)USER PROFILE(#users-show) - REVIEW - ALL BOXS -
  3471. outline : red solid 1px !important;
  3472.     min-height : 350px  !important;
  3473.     max-height : 350px  !important;
  3474.     min-height: 180px !important;
  3475.     max-height: 180px !important;
  3476. === */
  3477. #users-show .box.review  {
  3478.     float: left !important;
  3479.     position: relative !important;
  3480.     display: inline-block !important;
  3481. height: 170px !important;
  3482.     width: 450px !important;
  3483.     top: 12px !important;
  3484.     margin-top: 2px !important;
  3485.     margin-bottom: -6px !important;
  3486.     left: -240px !important;
  3487.     margin-right: 5px !important;
  3488.     padding : 0 !important;
  3489.     background: #222222 !important;
  3490.     border: 2px solid gray  !important;
  3491. }
  3492.  
  3493. /* USER PROFILE(#users-show) - REVIEW BOXS - TXT "xx People found this review helpful" -
  3494.     border : 1px solid yellow  !important;
  3495. === */
  3496. #users-show.users #root .container #content .user-info .main .box [id^="reviews-"].status {
  3497.     position: absolute !important;
  3498.     display: inline-block !important;
  3499.     height: 8px !important;
  3500.     min-width: 0px !important;
  3501.     max-width : 300px !important;
  3502.     top: 2px !important;
  3503.     right: 1px !important;
  3504.     line-height: 1px !important;
  3505.     padding: 7px 5px 3px 5px !important;
  3506.     background: #333333 !important;
  3507.     color: slategray !important;
  3508.  
  3509. }
  3510. /* USER PROFILE(#users-show) - REVIEW BOXS - TITLE OF THE REVIEW - === */
  3511. #users-show .user-info .box.review div .rating+b {
  3512.     display: inline-block !important;
  3513.     width: 444px !important;
  3514.     padding-left: 5px !important;
  3515.     background: #333333 !important;
  3516.     border-bottom: 1px solid gray !important;
  3517.     border-top: 1px solid gray !important;
  3518. }
  3519. #users-show .user-info .box.review div .rating+b:before {
  3520. content: "▷" !important;
  3521.     display: inline-block !important;
  3522.     width: 14px !important;
  3523.     padding-right: 5px !important;
  3524.     background: #333333 !important;
  3525.  
  3526.  
  3527. }
  3528. /* (new1)USER PROFILE(#users-show) - REVIEW BOXS - CONTENT - TXT REVIEW - === */
  3529. #users-show .body {
  3530.     position: relative !important;
  3531.     display: inline-block !important;
  3532.     width: 95% !important;
  3533.     height: 120px !important;
  3534.     margin-top: 2px !important;
  3535.     margin-left: 8px !important;
  3536.     padding: 5px !important;
  3537.     background: #222222 !important;
  3538.     overflow: auto !important;
  3539.     overflow-x: hidden !important;
  3540.  
  3541. }
  3542. /* A VOIR - === */
  3543. #users-show .body>ul  {
  3544.     position: relative !important;
  3545.     display: inline-block !important;
  3546.     width: 96.7% !important;
  3547.     max-height: 100px !important;
  3548.     margin-top: -2px !important;
  3549.     margin-left: 6px !important;
  3550.     padding: 3px !important;
  3551.     background: #222222 !important;
  3552.     overflow: auto !important;
  3553.     overflow-x: hidden !important;
  3554. outline : yellow solid 1px !important;
  3555. }
  3556. #users-show .body>p+p   {
  3557.     margin-top: -15px !important;
  3558. }
  3559.  
  3560.  
  3561. /* USER PROFILE(#users-show) - REVIEW BOXS - CONTENT - SUPP TXT "Review of XXXX" (Cover by SCRIPT NAME) - === */
  3562. /*#users-show.users .box br {
  3563.     float: none !important;
  3564.     clear: both !important;
  3565.     position: absolute !important;
  3566.     display: block !important;
  3567.     margin-top: -50px !important;
  3568.     outline : red solid 1px !important;
  3569.  
  3570. }*/
  3571.  
  3572.  
  3573. /* USER PROFILE(#users-show) - REVIEW BOX - RATTING HEADER - === */
  3574. #users-show.users .box div .rating {
  3575.     background: black !important;
  3576. }
  3577. #users-show.users .box div .rating span {
  3578.     padding-left: 5px !important;
  3579. }
  3580.  
  3581.  
  3582. /* USER PROFILE(#users-show) - REVIEW BOX - NBR COMMENTS + SPAM REPORT + SUPP separator "|" (transpatent) - === */
  3583. #users-show .box.review>p {
  3584.     position: absolute !important;
  3585.     display: inline-block !important;
  3586.     width: 98% !important;
  3587.     top: 0 !important;
  3588.     right: 300px !important;
  3589.     left: 2px !important;
  3590.     margin-top: 198px !important;
  3591.     padding-left: 5px !important;
  3592.     background: none repeat scroll 0 0 black !important;
  3593. }
  3594. .box.review>p a {
  3595.     display: inline-block !important;
  3596.     width: auto !important;
  3597.     text-decoration: none !important;
  3598. }
  3599. /* USER PROFILE(#users-show) - REVIEW BOX - SPAM REPORT TXT "Yes/No" - HOVER - === */
  3600. .box.review>p a[href^="/spam?spam=true"]:hover {
  3601.     display: inline-block !important;
  3602.     background: red !important;
  3603.     color: gold !important;
  3604.     padding: 0 2px !important;
  3605.     border-radius: 5px !important;
  3606. }
  3607. .box.review>p a[href^="/spam?target_"]:hover {
  3608.     display: inline-block !important;
  3609.     background: green !important;
  3610.     color: gold !important;
  3611.     padding: 0 2px !important;
  3612.     border-radius: 5px !important;
  3613. }
  3614. /* USER PROFILE(#users-show) - REVIEW BOXS - SCRIPT NAME - SUPP TXT "Review Of XX " (Cover by SCRIPT NAME) - === */
  3615. #content .user-info .main .box div a {
  3616.     position: relative !important;
  3617.     left: 0 !important;
  3618.     font-size: 15px !important;
  3619.     color: DimGray !important;
  3620. }
  3621. /* USER PROFILE(#users-show) - REVIEW BOXS - SCRIPT NAME + ADD CARET - === */
  3622. #users-show .box.review>div>a[href^="/scripts/show/"] {
  3623.     position: absolute !important;
  3624.     width: 372px !important;
  3625.     line-height: 14px !important;
  3626.     margin-left: 1px !important;
  3627.     padding: 2px 35px !important;
  3628.     text-decoration: none !important;
  3629.     font-size: 14px !important;
  3630.     border: 1px solid gray !important;
  3631.     border-radius: 5px !important;
  3632.     background: -moz-linear-gradient(center top , #000000 1%, #333333 48%, #000000 99%) repeat scroll 0 0 transparent !important;
  3633.     overflow: hidden !important;
  3634.     text-overflow: ellipsis !important;
  3635.     white-space: nowrap !important;
  3636.     color: peru !important;
  3637. }
  3638.  
  3639. #users-show .box.review>div>a[href^="/scripts/show/"]:before {
  3640.     position: absolute !important;
  3641.     display: inline-block !important;
  3642.     content: "." !important;
  3643.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  3644.     width: 15px !important;
  3645.     margin-left: -12px !important;
  3646.     margin-top: 0px !important;
  3647.     color: transparent !important;
  3648.     z-index: 55500 !important;
  3649. }
  3650.  
  3651. /* A VOIR - USER PROFILE(#users-show) - CONTRIBUTION - ADD CARET - "Scripts Authored" - before Script Name Links - === */
  3652. /*.scripts>li a:before {
  3653.     position: absolute !important;
  3654.     display: block !important;
  3655.     width: 10px !important;
  3656.     margin-left: -15px !important;
  3657.     content: "x" !important;
  3658.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  3659.     color: transparent !important;
  3660. }*/
  3661. /* USER PROFILE(#users-show) - ALL SECTIONS - BOXS ITEMS - ADD CARET -  === */
  3662. .box>ul>li:before {
  3663.     position: absolute !important;
  3664.     display: block !important;
  3665.     width: 10px !important;
  3666.     margin-left: -10px !important;
  3667.     content: "x" !important;
  3668.     background: url("http://l.yimg.com/g/images/flickr-sprite.png.v3") no-repeat scroll -1574px -93px transparent !important;
  3669.     color: transparent !important;
  3670. }
  3671. /* USER PROFILE(#users-show) - REVIEW - ADD 5 STARs ICONS - REVIEW -
  3672. :not(scripts-reviews.scripts)
  3673.  === */
  3674. #users-show.users .r5 span {
  3675. color: transparent !important;
  3676. }
  3677. #users-show.users .r5 span:after {
  3678.     content: "." !important;
  3679. color: transparent !important;
  3680.     background: url("http://userscripts.org/images/5stars-small-2.png") !important;
  3681.     background-position: 0 -11px !important;
  3682. background-color: #9D1414 !important;
  3683. border: 1px solid #9D1414 !important;
  3684.     position: absolute !important;
  3685.     width: 61px !important;
  3686.  
  3687.     height: 14px !important;
  3688. margin-left: -45px !important;
  3689. margin-top: 3px !important;
  3690. transform: scale(0.9) !important;
  3691. }
  3692.  
  3693. /* USER PROFILE(#users-show) - REVIEW - ADD 1 STARs ICONS - REVIEW -
  3694. :not(scripts-reviews.scripts)
  3695.  === */
  3696. #users-show.users .r1 span {
  3697. color: transparent !important;
  3698. }
  3699. #users-show.users .r1 span:after {
  3700.     content: "." !important;
  3701. color: transparent !important;
  3702.     background: url("http://userscripts.org/images/5stars-small-2.png") !important;
  3703.     background-position: 0 -11px !important;
  3704. background-color: #9D1414 !important;
  3705. border: 1px solid #9D1414 !important;
  3706.     position: absolute !important;
  3707.     width: 13px !important;
  3708.  
  3709.     height: 14px !important;
  3710. margin-left: -35px !important;
  3711. margin-top: 3px !important;
  3712. transform: scale(0.9) !important;
  3713. }
  3714. /* USER PROFILE(#users-show) - REVIEW - ADD 2 STARs ICONS - REVIEW -
  3715. :not(scripts-reviews.scripts)
  3716.  === */
  3717. #users-show.users .r2 span {
  3718. color: transparent !important;
  3719. }
  3720. #users-show.users .r2 span:after {
  3721.     content: "." !important;
  3722. color: transparent !important;
  3723.     background: url("http://userscripts.org/images/5stars-small-2.png") !important;
  3724.     background-position: 0 -11px !important;
  3725. background-color: #9D1414 !important;
  3726. border: 1px solid #9D1414 !important;
  3727.     position: absolute !important;
  3728.     width: 24px !important;
  3729.     height: 14px !important;
  3730. margin-left: -35px !important;
  3731. margin-top: 3px !important;
  3732. transform: scale(0.9) !important;
  3733. }
  3734. /* USER PROFILE(#users-show) - REVIEW - ADD 3STARs ICONS - REVIEW -
  3735. :not(scripts-reviews.scripts)
  3736.  === */
  3737. #users-show.users .r3 span {
  3738. color: transparent !important;
  3739. }
  3740. #users-show.users .r3 span:after {
  3741.     content: "." !important;
  3742. color: transparent !important;
  3743.     background: url("http://userscripts.org/images/5stars-small-2.png") !important;
  3744.     background-position: 0 -11px !important;
  3745. background-color: #9D1414 !important;
  3746. border: 1px solid #9D1414 !important;
  3747.     position: absolute !important;
  3748.     width: 36px !important;
  3749.  
  3750.     height: 14px !important;
  3751. margin-left: -35px !important;
  3752. margin-top: 3px !important;
  3753. transform: scale(0.9) !important;
  3754. }
  3755. /* USER PROFILE(#users-show) - REVIEW - ADD 4 STARs ICONS - REVIEW -
  3756. :not(scripts-reviews.scripts)
  3757.  === */
  3758. #users-show.users .r4 span {
  3759. color: transparent !important;
  3760. }
  3761. #users-show.users .r4 span:after {
  3762.     content: "." !important;
  3763. color: transparent !important;
  3764.     background: url("http://userscripts.org/images/5stars-small-2.png") !important;
  3765.     background-position: 0 -11px !important;
  3766. background-color: #9D1414 !important;
  3767. border: 1px solid #9D1414 !important;
  3768.     position: absolute !important;
  3769.     width: 47px !important;
  3770.  
  3771.     height: 14px !important;
  3772. margin-left: -35px !important;
  3773. margin-top: 3px !important;
  3774. transform: scale(0.9) !important;
  3775. }
  3776. /* ===============*/
  3777. /*#review-list .r5.rating:after ,
  3778. #users-show.users .r5 span:after {
  3779.     position: absolute !important;
  3780.     width: 200px !important;
  3781.     width: 60px !important;
  3782.     height: 13px !important;
  3783.     content: "." !important;
  3784.     background: none !important;
  3785.     color : transparent !important;
  3786. }*/
  3787.  
  3788.  
  3789. /* USER PROFILE(#users-show) - SECTIONS - TITLES - COLOR - === */
  3790. #contributions>h1 ,
  3791. #activity>h1 ,
  3792. .box>h4 ,
  3793. .main {
  3794.     color : slategray !important;
  3795. }
  3796.  
  3797. /* USER PROFILE(#users-show) - SECTIONS - BOXS - TITLES - POUR EVITER AUTRES H1 - A VOIR -
  3798. #users-show #section + .container h1:not([id="full_description"]):not([href="/"]):not([id="full_description>ol>li"]) {
  3799.     background: #222222;
  3800.     color: grey !important;
  3801.     font-weight: normal;
  3802.     line-height: 1;
  3803.     margin-bottom: -20px !important;
  3804.     padding: 3px 0 3px 5px !important;
  3805. } === */
  3806. .box>h4{
  3807.     width: 365px !important;
  3808.     height : 10px  !important;
  3809.     margin-top: 20px !important;
  3810.     line-height: 0.7 !important;
  3811.     padding: 4px 0 5px 5px !important;
  3812.     border-radius:0 0 0px 5px !important;
  3813.     background: #222222;
  3814.     color: #222222;
  3815.     font-weight: normal;
  3816.     font-size: 15px !important;
  3817. }
  3818.  
  3819.  
  3820. /* == END == USER PROFILE 2(#users-show) ==== */
  3821. }
Add Comment
Please, Sign In to add comment