mobile.css 1.4 KB

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