🔍 An RStudio addin slash regex utility belt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 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 {
  74. margin-top: 25px;
  75. padding-left: 10px;
  76. }
  77. .gadget-result {
  78. border: 1px solid #ccc;
  79. border-radius: 0.5rem;
  80. padding: 8px;
  81. overflow-wrap: break-word;
  82. }