mobile.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #right_pannal {
  2. display: none;
  3. }
  4. .when_right_fixed {
  5. padding-right: 0;
  6. }
  7. .index_toolbar {
  8. position: unset;
  9. }
  10. #pali_pedia {
  11. font-size: inherit;
  12. margin-top: auto;
  13. margin-bottom: auto;
  14. padding-left: 0.5em;
  15. }
  16. #contents_div {
  17. padding: 0;
  18. }
  19. #main_view {
  20. padding-top: 10em;
  21. }
  22. .other_tran_div > .tool_bar {
  23. }
  24. .other_tran_div > .tool_bar > .tool_left {
  25. width: calc(100vw - 2em - 12px);
  26. max-width: 100%;
  27. }
  28. .other_tran_div > .tool_bar > .tool_right {
  29. right: 6px;
  30. max-width: 50vw;
  31. }
  32. #head_span {
  33. width: 90vw;
  34. justify-content: space-between;
  35. margin-top: 5px;
  36. }
  37. note:hover .ref {
  38. }
  39. #left_pannal{
  40. /*display:none;*/
  41. }
  42. .main_view {
  43. margin-left: auto;
  44. }
  45. #head_nav {
  46. flex-direction: column-reverse;
  47. }
  48. .show_pc{
  49. display:none;
  50. }
  51. #left_pannal_inner{
  52. width: 100%;
  53. }
  54. #toc_content{
  55. width: 100%;
  56. max-width: unset;
  57. max-height: unset;
  58. height: 100%;
  59. }
  60. #right_float_pannal {
  61. position: fixed;
  62. height: 70%;
  63. top: 100%;
  64. left: 0;
  65. width:100%
  66. }
  67. .right_float_min #right_float_pannal {
  68. position: fixed;
  69. top: 60%;
  70. left: 0;
  71. width: 100%;
  72. height: 40%;
  73. }
  74. #head_nav_right{
  75. flex-direction: column;
  76. }
  77. #select_lang {
  78. border: unset;
  79. border-radius: unset;
  80. border-bottom: 1px solid var(--border-line-color);
  81. }
  82. #contents_nav{
  83. flex-direction: column-reverse;
  84. }
  85. .nav_bnt{
  86. width: 100%;
  87. }