You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

297 lines
4.4 KiB

  1. html,
  2. body {
  3. /*font-family: arial, 'Open Sans', serif;*/
  4. /*line-height: 1.5;
  5. height: 100%;*/
  6. background-color: #f3f3f3;
  7. }
  8. .aside {
  9. display: block;
  10. background-color: #2a2e2f;
  11. border-right: 1px solid #DEDEDE;
  12. }
  13. .scrollable {
  14. max-height: 60vh;
  15. overflow-y: auto;
  16. }
  17. .sidebar-scrollable {
  18. max-height: 100vh;
  19. overflow-y: auto;
  20. overflow-x: hidden;
  21. }
  22. .messages {
  23. display: block;
  24. background-color: #fff;
  25. border-right: 1px solid #DEDEDE;
  26. }
  27. .message {
  28. display: block;
  29. background-color: #f3f3f3;
  30. }
  31. .aside .main {
  32. padding: 20px 40px;
  33. color: #6F7B7E;
  34. }
  35. .aside .title {
  36. color: #6F7B7E;
  37. font-size: 12px;
  38. font-weight: bold;
  39. text-transform: uppercase;
  40. }
  41. .aside .main .item {
  42. display: flex;
  43. /*padding: 10px 0;*/
  44. padding: 10px 20px 10px 40px;
  45. margin: 0 -50px;
  46. color: #6F7B7E;
  47. }
  48. .aside .main .item.active {
  49. background-color: #5a5e5f;
  50. margin: 0 -50px;
  51. /*padding-left: 50px;*/
  52. padding-left: 40px;
  53. }
  54. .aside .main .item:active,
  55. .aside .main .item:hover {
  56. background-color: #5a5e5f;
  57. margin: 0 -50px;
  58. /*padding-left: 50px;*/
  59. padding-left: 40px;
  60. }
  61. .aside .main .icon {
  62. font-size: 19px;
  63. padding-right: 30px;
  64. color: #f3f3f3;
  65. }
  66. .aside .main .name {
  67. font-size: 15px;
  68. color: #f3f3f3;
  69. font-weight: 500;
  70. }
  71. .messages {
  72. padding: 40px 20px;
  73. }
  74. .message {
  75. padding: 40px 20px;
  76. }
  77. .pg {
  78. display: inline-block;
  79. top: 10px;
  80. }
  81. .is-grouped .button {
  82. background-image: linear-gradient(#F8F8F8, #F1F1F1);
  83. }
  84. .is-grouped .button .fa {
  85. font-size: 15px;
  86. color: #AAAAAA;
  87. }
  88. .inbox-messages {
  89. margin-top: 60px;
  90. }
  91. .message-preview {
  92. margin-top: 60px;
  93. }
  94. .inbox-messages .card {
  95. width: 100%;
  96. }
  97. .inbox-messages strong {
  98. color: #5D5D5D;
  99. }
  100. .inbox-messages .msg-check {
  101. padding: 0 20px;
  102. }
  103. .inbox-messages .msg-subject {
  104. padding: 10px 0;
  105. color: #5D5D5D;
  106. }
  107. .inbox-messages .msg-attachment {
  108. float: right;
  109. }
  110. .inbox-messages .msg-snippet {
  111. padding: 5px 20px 0px 5px;
  112. }
  113. .inbox-messages .msg-subject .fa {
  114. font-size: 14px;
  115. padding: 3px 0;
  116. }
  117. .card.active {
  118. background-color: #F5F5F5;
  119. }
  120. .content {
  121. font-size: 16pt;
  122. line-height: 250%;
  123. }
  124. .content .tag {
  125. font-size: 16pt;
  126. height: 1.5em;
  127. padding-left: .5em;
  128. padding-right: .5em;
  129. }
  130. .content .text {
  131. white-space: pre-wrap; /* Rendering newlines for classification and seq2seq tasks */
  132. }
  133. .content .text-sequence {
  134. white-space: pre-wrap; /* Not render newlines for sequence labelling */
  135. height: auto;
  136. }
  137. :focus {
  138. outline: 0;
  139. }
  140. .hidden {
  141. display: none;
  142. }
  143. .todoapp {
  144. background: #fff;
  145. margin: 30px 0 0 0;
  146. position: relative;
  147. box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
  148. }
  149. .todoapp input::-webkit-input-placeholder {
  150. font-style: italic;
  151. font-weight: 300;
  152. color: #e6e6e6;
  153. }
  154. .todoapp input::-moz-placeholder {
  155. font-style: italic;
  156. font-weight: 300;
  157. color: #e6e6e6;
  158. }
  159. .todoapp input::input-placeholder {
  160. font-style: italic;
  161. font-weight: 300;
  162. color: #e6e6e6;
  163. }
  164. .new-todo,
  165. .edit {
  166. position: relative;
  167. margin: 0;
  168. width: 100%;
  169. font-size: 16pt;
  170. font-family: inherit;
  171. font-weight: inherit;
  172. line-height: 1.4em;
  173. border: 0;
  174. color: inherit;
  175. padding: 6px;
  176. border: 1px solid #999;
  177. box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  178. box-sizing: border-box;
  179. -webkit-font-smoothing: antialiased;
  180. -moz-osx-font-smoothing: grayscale;
  181. }
  182. .new-todo {
  183. padding: 1.5rem;
  184. border: none;
  185. background: rgba(0, 0, 0, 0.003);
  186. box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
  187. }
  188. .todo-list {
  189. margin: 0;
  190. padding: 0;
  191. list-style: none;
  192. }
  193. .todo-list li {
  194. position: relative;
  195. font-size: 16pt;
  196. border-bottom: 1px solid #ededed;
  197. }
  198. .todo-list li:last-child {
  199. border-bottom: none;
  200. }
  201. .todo-list li.editing {
  202. border-bottom: none;
  203. padding: 0;
  204. }
  205. .todo-list li.editing .edit {
  206. display: block;
  207. padding: 12px 16px;
  208. }
  209. .todo-list li.editing .view {
  210. display: none;
  211. }
  212. .todo-list li label {
  213. word-break: break-all;
  214. padding: 1.5rem 60px 1.5rem 1.5rem;
  215. display: block;
  216. line-height: 1.2;
  217. transition: color 0.4s;
  218. }
  219. .todo-list li .destroy {
  220. display: none;
  221. position: absolute;
  222. top: 0;
  223. right: 10px;
  224. bottom: 0;
  225. margin: auto 0;
  226. }
  227. .todo-list li:hover .destroy {
  228. display: block;
  229. }
  230. .todo-list li .edit {
  231. display: none;
  232. }
  233. .todo-list li.editing:last-child {
  234. margin-bottom: -1px;
  235. }
  236. .modal-card-body-footer {
  237. border-bottom: 1px solid #dbdbdb;
  238. border-bottom-left-radius: 6px;
  239. border-bottom-right-radius: 6px;
  240. }
  241. .is-vertical-center {
  242. align-items: center;
  243. }
  244. [v-cloak] { display: none; }