style.css 739 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #dict_ref_search_result {
  2. margin: 4em 5px 5px 1em;
  3. width: 100%;
  4. padding: 1.5em 10px 0 10px;
  5. }
  6. .dict_word .pali {
  7. font-size: 110%;
  8. font-weight: 700;
  9. }
  10. .dict_word .dict {
  11. font-size: 100%;
  12. font-style: normal;
  13. }
  14. .dict_word .mean {
  15. font-size: 90%;
  16. margin: 2px 0;
  17. line-height: 130%;
  18. font-weight: 300;
  19. display: inline-block;
  20. font-style: normal;
  21. }
  22. .dict_word input,
  23. select,
  24. textarea {
  25. background-color: white;
  26. color: rgb(0, 0, 0);
  27. }
  28. #dict_ref_search_input {
  29. margin-left: 0.5em;
  30. max-width: 500px;
  31. font-size: 130%;
  32. font-weight: 500;
  33. padding: 0.3em 0.6em;
  34. color: var(--btn-hover-bg-color);
  35. background-color: var(--btn-color);
  36. }
  37. #left_menu_button {
  38. display: none;
  39. }
  40. #trubo_split {
  41. height: fit-content;
  42. font-size: 1.2em;
  43. }