🔍 An RStudio addin slash regex utility belt
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

67 lines
1.0KB

  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. .gadget-tabs-container ul.gadget-tabs > li.active {
  58. background-color: #ddd;
  59. border-color: #ddd;
  60. padding-top: 4px;
  61. height: 100%;
  62. }
  63. #help_text_selected > h3 {
  64. margin-top: 0px;
  65. }