style.css 709 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. width: 100%;
  31. font-size: 140%;
  32. padding: 0.6em;
  33. color: var(--btn-hover-bg-color);
  34. background-color: var(--btn-color);
  35. }
  36. #left_menu_button {
  37. display: none;
  38. }
  39. #trubo_split {
  40. height: fit-content;
  41. font-size: 1.2em;
  42. }