🔍 An RStudio addin slash regex utility belt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

85 lines
1.3KB

  1. th,
  2. td {
  3. padding: 10px 13px;
  4. text-align: left;
  5. border-bottom: 1px solid #E1E1E1; }
  6. th:first-child,
  7. td:first-child {
  8. padding-left: 0; }
  9. th:last-child,
  10. td:last-child {
  11. padding-right: 0; }
  12. #help-sidebar {
  13. padding-top: 5px;
  14. padding-left: 10px;
  15. }
  16. #help-sidebar ul {
  17. list-style-type: none;
  18. font-size: 1.1em;
  19. }
  20. #help-sidebar li {
  21. list-style: none;
  22. }
  23. #help-sidebar .header li {
  24. padding: 3px;
  25. }
  26. #help-sidebar a {
  27. display: block;
  28. width: 100%;
  29. text-decoration: none;
  30. text-align: left;
  31. padding: 3px;
  32. }
  33. #help-sidebar .subgroup {
  34. padding-left: 0px;
  35. }
  36. #help-sidebar .subgroup a {
  37. padding-left: 15px;
  38. }
  39. #help-sidebar a:hover {
  40. background-color: #eee;
  41. text-decoration: none;
  42. }
  43. dl {
  44. padding: 0.25em;
  45. }
  46. dt {
  47. float: left;
  48. clear: left;
  49. width: 80px;
  50. text-align: right;
  51. font-weight: bold;
  52. }
  53. dd {
  54. margin-left: 90px;
  55. padding: 0 0 0.5em 0;
  56. }
  57. .nav > li > a:focus, .nav > li > a:hover {
  58. background: none;
  59. }
  60. .gadget-tabs-container ul.gadget-tabs > li > a:hover {
  61. color: #344d63;
  62. background: none;
  63. }
  64. #help_text_selected > h3 {
  65. margin-top: 0px;
  66. }
  67. #regexOptions {
  68. padding-left: 15px;
  69. }
  70. #regexInput {
  71. padding: 0 15px 15px 10px;
  72. }
  73. #library_show_container {
  74. position: absolute;
  75. bottom: 0;
  76. right: 60px;
  77. }
  78. .gadget-result {
  79. border: 1px solid #ccc;
  80. border-radius: 0.5rem;
  81. padding: 8px;
  82. overflow-wrap: break-word;
  83. }