boardsList.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. @import url("../../../css/reset.css") print, screen;
  2. .board-list {
  3. margin: 0 8px;
  4. }
  5. .board-list li {
  6. float: left;
  7. width: 20%;
  8. box-sizing: border-box;
  9. position: relative;
  10. }
  11. .board-list li.placeholder:after {
  12. content: '';
  13. display: block;
  14. background: #ccc;
  15. border-radius: 3px;
  16. height: 106px;
  17. margin: 8px;
  18. }
  19. .board-list li.ui-sortable-helper {
  20. cursor: grabbing;
  21. transform: rotate(4deg);
  22. display: block !important;
  23. }
  24. .board-list li.starred .fa-star,
  25. .board-list li.starred .fa-star-o {
  26. opacity: 1;
  27. }
  28. .board-list .board-list-item {
  29. overflow: hidden;
  30. background-color: #999;
  31. color: #f6f6f6;
  32. min-height: 100px;
  33. font-size: 16px;
  34. line-height: 22px;
  35. border-radius: 3px;
  36. display: block;
  37. font-weight: 700;
  38. padding: 8px;
  39. margin: 8px;
  40. position: relative;
  41. text-decoration: none;
  42. word-wrap: break-word;
  43. }
  44. .board-list .board-list-item.template-container {
  45. border: 4px solid #fff;
  46. }
  47. .board-list .board-list-item.tile {
  48. background-size: auto;
  49. background-repeat: repeat;
  50. }
  51. .board-list .board-list-item-sub-name {
  52. color: rgba(255,255,255,0.5);
  53. display: block;
  54. font-size: 14px;
  55. font-weight: 400;
  56. line-height: 22px;
  57. }
  58. .board-list .board-list-item-desc {
  59. color: #fff;
  60. display: block;
  61. font-size: 14px;
  62. font-weight: 400;
  63. line-height: 18px;
  64. }
  65. .board-list .js-add-board {
  66. text-align: center;
  67. }
  68. .board-list .js-add-board .label {
  69. font-weight: normal;
  70. line-height: 56px;
  71. }
  72. .board-list .js-add-board :hover {
  73. background-color: #939393;
  74. }
  75. .board-list .fa-star,
  76. .board-list .fa-star-o {
  77. bottom: 0;
  78. font-size: 14px;
  79. height: 18px;
  80. line-height: 18px;
  81. opacity: 0;
  82. padding: 9px 9px;
  83. position: absolute;
  84. right: 0;
  85. top: 0;
  86. transition-duration: 0.15s;
  87. transition-property: color, font-size, background;
  88. }
  89. .board-list .fa-circle {
  90. bottom: 0;
  91. font-size: 10px;
  92. height: 10px;
  93. line-height: 10px;
  94. padding: 9px 9px;
  95. position: absolute;
  96. right: 0;
  97. transition-duration: 0.15s;
  98. transition-property: color, font-size, background;
  99. }
  100. .board-list .has-overtime-card-active {
  101. color: #eb4646 !important;
  102. }
  103. .board-list .no-overtime-card-active {
  104. color: #3cb500 !important;
  105. }
  106. .board-list .is-star-active {
  107. color: #fff;
  108. }
  109. .board-list .fa-clone {
  110. position: absolute;
  111. bottom: 0;
  112. font-size: 14px;
  113. height: 18px;
  114. line-height: 18px;
  115. opacity: 0;
  116. right: 0;
  117. padding: 9px 9px;
  118. transition-duration: 0.15s;
  119. transition-property: color, font-size, background;
  120. }
  121. .board-list .fa-archive {
  122. position: absolute;
  123. bottom: 0;
  124. font-size: 14px;
  125. height: 18px;
  126. line-height: 18px;
  127. opacity: 0;
  128. left: 0;
  129. padding: 9px 9px;
  130. transition-duration: 0.15s;
  131. transition-property: color, font-size, background;
  132. }
  133. .board-list li:hover a:hover .fa-star,
  134. .board-list li:hover a:hover .fa-clone,
  135. .board-list li:hover a:hover .fa-archive,
  136. .board-list li:hover a:hover .fa-star-o {
  137. color: #fff;
  138. }
  139. .board-list li:hover a .fa-star,
  140. .board-list li:hover a .fa-clone,
  141. .board-list li:hover a .fa-archive,
  142. .board-list li:hover a .fa-star-o {
  143. color: #fff;
  144. opacity: 0.75;
  145. }
  146. .board-list li:hover a .fa-star:hover,
  147. .board-list li:hover a .fa-clone:hover,
  148. .board-list li:hover a .fa-archive:hover,
  149. .board-list li:hover a .fa-star-o:hover {
  150. font-size: 18px;
  151. opacity: 1;
  152. }
  153. .board-list li:hover a .fa-star.is-star-active,
  154. .board-list li:hover a .fa-clone.is-star-active,
  155. .board-list li:hover a .fa-archive.is-star-active,
  156. .board-list li:hover a .fa-star-o.is-star-active {
  157. opacity: 1;
  158. }
  159. .board-backgrounds-list .board-background-select {
  160. box-sizing: border-box;
  161. display: block;
  162. float: left;
  163. width: 50%;
  164. padding-top: 12px;
  165. position: relative;
  166. z-index: 1;
  167. }
  168. .board-backgrounds-list .board-background-select:nth-child(-n + 2) {
  169. padding-top: 0;
  170. }
  171. .board-backgrounds-list .board-background-select:nth-child(2n) {
  172. padding-left: 6px;
  173. }
  174. .board-backgrounds-list .board-background-select:nth-child(2n+1) {
  175. padding-right: 6px;
  176. }
  177. .board-backgrounds-list .board-background-select .background-box {
  178. color: #fff;
  179. border-radius: 3px;
  180. background-size: cover;
  181. display: block;
  182. height: 74px;
  183. position: relative;
  184. width: 100%;
  185. cursor: pointer;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. }
  190. .board-backgrounds-list .board-background-select .background-box i.fa-check {
  191. font-size: 25px;
  192. color: #fff;
  193. }
  194. @media screen and (max-width: 800px) {
  195. .board-list {
  196. height: 100%;
  197. overflow: scroll;
  198. }
  199. .board-list li {
  200. width: 50%;
  201. }
  202. .board-list .board-list-item {
  203. overflow: hidden;
  204. height: 8rem;
  205. }
  206. .board-list .board-list-item-sub-name {
  207. position: relative;
  208. top: -100px;
  209. left: -100px;
  210. }
  211. .board-list .board-handle {
  212. position: absolute;
  213. padding: 7px;
  214. top: 50%;
  215. transform: translateY(-50%);
  216. right: 10px;
  217. font-size: 24px;
  218. }
  219. }
  220. @media screen and (max-width: 360px) {
  221. li {
  222. width: 100%;
  223. }
  224. .board-handle {
  225. position: absolute;
  226. padding: 7px;
  227. top: 50%;
  228. transform: translateY(-50%);
  229. right: 10px;
  230. font-size: 24px;
  231. }
  232. }
  233. .AllBoardTeamsOrgs {
  234. list-style-type: none;
  235. overflow: hidden;
  236. }
  237. .AllBoardTeams,
  238. .AllBoardOrgs,
  239. .AllBoardBtns {
  240. float: left;
  241. }
  242. .js-AllBoardOrgs {
  243. margin-left: 16px;
  244. }
  245. .AllBoardTeams {
  246. margin-left: 16px;
  247. }
  248. .AllBoardButtonsContainer {
  249. margin: 16px;
  250. }
  251. #filterBtn,
  252. #resetBtn {
  253. display: inline;
  254. }
  255. .js-board {
  256. display: block;
  257. }
  258. .minicard-members {
  259. padding: 6px 0 6px 8px;
  260. width: 100%;
  261. margin-bottom: 2px;
  262. margin-left: -4px;
  263. display: inline-block;
  264. }
  265. .minicard-lists {
  266. margin: 0 auto;
  267. max-width: 95%;
  268. height: 100%;
  269. }
  270. .flex {
  271. display: flex;
  272. }
  273. .flex-wrap {
  274. flex-wrap: wrap;
  275. }
  276. .flex-wrap .item {
  277. margin: 2px;
  278. padding-right: 6px;
  279. text-align: center;
  280. }