PageHtml.styl 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. @import '../../../css/Variable.styl'
  2. .wsFilePageHtml
  3. width 1200px
  4. height calc(100% - 85px)
  5. overflow-Y auto
  6. &__header
  7. background-color htmlColor
  8. &__editionmode
  9. display none
  10. &__icon
  11. .fa-file-word-o
  12. color white
  13. &__contentpage
  14. &__textnote
  15. margin 10px
  16. border-radius 10px
  17. padding 25px
  18. height 100%
  19. background-color off-white
  20. &__latestversion
  21. text-align right
  22. opacity 0.7
  23. &__text
  24. font-size 14px
  25. &__edition
  26. display none
  27. &__messagelist
  28. min-height 300px
  29. &__item
  30. &__content
  31. color darkGrey
  32. &__version
  33. margin-top 40px
  34. background-color grey-hover
  35. &__btn
  36. padding 5px 25px
  37. border-radius 5px
  38. width 145px
  39. color white
  40. font-size 17px
  41. background-color htmlColor
  42. & > i
  43. margin-right 10px
  44. color darkGrey
  45. font-size 22px
  46. &:hover
  47. background-color darkHtmlColor
  48. &:focus
  49. background-color darkHtmlColor
  50. &__date
  51. color fontColor
  52. font-size 17px
  53. &__texteditor
  54. &__simpletext
  55. &__input
  56. &:focus
  57. color htmlColor
  58. border-color htmlColor
  59. &__submit
  60. &__btn
  61. border-color htmlColor
  62. background-color htmlColor
  63. color white
  64. &:hover
  65. border-color htmlColor
  66. background-color htmlColor
  67. &:focus
  68. border-color htmlColor
  69. background-color htmlColor
  70. .messagelistOpen
  71. .wsFilePageHtml__contentpage__messagelist
  72. flex 0
  73. min-height 0
  74. .received
  75. .wsFilePageHtml__contentpage__messagelist__item__content
  76. background-color htmlColor
  77. .activeEditionTitle
  78. .wsFilePageHtml
  79. &__header
  80. &__editionmode
  81. display block
  82. &__title
  83. display none
  84. .activeEditionText
  85. .wsFilePageHtml__contentpage__textnote
  86. &__edition
  87. display flex
  88. &__text
  89. display none
  90. @media (min-width: max-xs) and (max-width: max-lg)
  91. .wsFilePageHtml
  92. &__contentpage
  93. display block
  94. overflow-Y scroll
  95. &__textnote
  96. margin-right 10px
  97. padding 10px 20px
  98. width auto
  99. overflow-Y hidden
  100. &__latestversion
  101. padding-top 10px
  102. &__wrapper
  103. width auto
  104. &__texteditor
  105. &__simpletext
  106. display inline-flex
  107. width 60%
  108. &__submit
  109. display inline-flex
  110. margin 10px 0
  111. &__btn
  112. display flex
  113. margin-left 35px
  114. &__icon
  115. margin-left 15px
  116. @media (min-width: min-lg) and (max-width: max-lg)
  117. .wsFilePageHtml
  118. width 692px
  119. &__contentpage__texteditor__simpletext
  120. margin-left 15px
  121. @media (min-width: min-md) and (max-width: max-md)
  122. .wsFilePageHtml
  123. width 768px
  124. &__contentpage__texteditor__simpletext
  125. margin-left 25px
  126. @media (min-width: min-sm) and (max-width: max-sm)
  127. .wsFilePageHtml
  128. top 69px
  129. width 576px
  130. height calc(100% - 69px)
  131. &__contentpage__texteditor__simpletext
  132. margin-left 10px
  133. @media (max-width: max-xs)
  134. .wsFilePageHtml
  135. top 70px
  136. height calc(100% - 70px)
  137. width 100%
  138. box-shadow none
  139. &__contentpage
  140. display block
  141. overflow-Y scroll
  142. &__textnote
  143. margin-right 10px
  144. width auto
  145. overflow-Y hidden
  146. font-size 15px
  147. &__wrapper
  148. width auto
  149. &__messagelist
  150. &__item
  151. padding 0 35px 20px 30px
  152. &__version
  153. &__btn
  154. font-size 17px
  155. vertical-align middle
  156. &__dateversion
  157. font-size 15px
  158. &__texteditor
  159. &__simpletext
  160. margin 10px 0
  161. display flex
  162. width 95%
  163. margin-left 10px
  164. &__submit
  165. &__btn
  166. display flex
  167. margin 0 auto
  168. &__icon
  169. margin-left 10px