custom.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. /* Transversal */
  2. .error {
  3. color: red;
  4. font-weight: 700;
  5. }
  6. .valid {
  7. color: green;
  8. }
  9. .annotation {
  10. color: #595959;
  11. font-size: 0.8em;
  12. }
  13. .clickable {
  14. cursor: pointer;
  15. }
  16. .datatable {
  17. width: 100% !important;
  18. }
  19. .flex-row{
  20. display: flex;
  21. flex-direction: row;
  22. }
  23. .flex-col{
  24. display: flex;
  25. flex-direction: column;
  26. }
  27. .flex-extend{
  28. flex: 1;
  29. }
  30. .flex-end{
  31. justify-content: flex-end;
  32. }
  33. .flex-space-around {
  34. justify-content: space-around;
  35. }
  36. .flex-align-center {
  37. align-items: center;
  38. }
  39. .hidden {
  40. display: none;
  41. }
  42. a.anchor {
  43. display: block;
  44. position: relative;
  45. top: -100px;
  46. visibility: hidden;
  47. }
  48. @media screen and (max-width: 1550px) {
  49. .hide-on-medium-screen {
  50. display: none;
  51. }
  52. }
  53. @media screen and (max-width: 1300px) {
  54. .hide-on-small-screen {
  55. display: none;
  56. }
  57. }
  58. .disabled{
  59. pointer-events: none;
  60. color: #cccccc !important;
  61. }
  62. .fa {
  63. margin-right: 0.3em;
  64. }
  65. select[multiple] {
  66. padding-top: 0.8em;
  67. min-height: 5em;
  68. }
  69. .tool-btn {
  70. padding-top: 0;
  71. padding-right: 1em;
  72. height: 2.5em;
  73. font-size: 1em;
  74. line-height: 2.5em;
  75. }
  76. .description {
  77. padding: 1em;
  78. margin: 1em 1em 2em 1em;
  79. }
  80. .description h1, h2, h3, h4, h5 {
  81. color: #333333;
  82. }
  83. .tags-list {
  84. list-style: none;
  85. }
  86. .tags-list li {
  87. display: inline;
  88. }
  89. .tags-list li:not(:first-child) {
  90. border-left: solid 1px #bfbfbf;
  91. margin-left: 1em;
  92. }
  93. [data-url] {
  94. cursor: pointer;
  95. }
  96. [data-url]:hover{
  97. background-color: #b3d9ff;
  98. }
  99. td {
  100. vertical-align: middle;
  101. }
  102. .helptext {
  103. display: none;
  104. }
  105. .errorlist {
  106. color: red
  107. }
  108. select[multiple] {
  109. height: 12em;
  110. }
  111. select[multiple] option {
  112. padding: 0.3em 0.5em;
  113. }
  114. .raw-input {
  115. }
  116. .backlog-editor-col1 {
  117. width: 80%;
  118. }
  119. .backlog-editor-col2 {
  120. width: 100px;
  121. }
  122. .backlog-editor-col2 form {
  123. margin: 0;
  124. }
  125. .backlog-editor-col2 input {
  126. height: 2em !important;
  127. line-height: 2em !important;
  128. padding: 3px !important;
  129. margin: 0 !important;
  130. }
  131. .backlog-editor-col3 {
  132. display: flex;
  133. flex-direction: row;
  134. justify-content: space-around;
  135. }
  136. .messages {
  137. text-align: center;
  138. list-style: none;
  139. }
  140. /* Main Header */
  141. #header {
  142. z-index: 1000 !important;
  143. }
  144. #header .right {
  145. display: flex;
  146. flex-direction: row;
  147. align-items: center;
  148. flex-wrap: nowrap;
  149. }
  150. #header .right > * {
  151. margin-right: 2em;
  152. }
  153. #search-bar {
  154. margin-bottom: 0;
  155. }
  156. #search-bar input {
  157. height: 2.5em;
  158. line-height: 2.5em;
  159. padding-left: 2em;
  160. }
  161. #search-bar .fa-search {
  162. position: absolute;
  163. left: 8px;
  164. top: 35px;
  165. font-size: 14px;
  166. color: #999999;
  167. }
  168. /* The container <div> - needed to position the dropdown content */
  169. .dropdown {
  170. position: relative;
  171. display: inline-block;
  172. }
  173. /* Dropdown Content (Hidden by Default) */
  174. .dropdown-content {
  175. display: none;
  176. position: absolute;
  177. background-color: #f1f1f1;
  178. min-width: 260px;
  179. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  180. z-index: 1;
  181. right: 0;
  182. }
  183. /* Links inside the dropdown */
  184. .dropdown-content a {
  185. color: black;
  186. padding: 0 16px;
  187. text-decoration: none;
  188. display: block;
  189. }
  190. .dropdown-content>a {
  191. width: 100%;
  192. }
  193. #notif-dropdown {
  194. min-width: 320px;
  195. }
  196. /* Change color of dropdown links on hover */
  197. .dropdown-content a:hover {
  198. text-decoration: underline !important;
  199. }
  200. /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  201. .show {display:block;}
  202. /* Notifications */
  203. .notif-list {
  204. max-height: 400px;
  205. overflow: auto;
  206. margin-bottom: 0.5em;
  207. }
  208. .notif {
  209. margin: 0.5em;
  210. line-height: 2em;
  211. }
  212. .notif-head {
  213. display: flex;
  214. flex-direction: row;
  215. text-align: left;
  216. font-size: 11px;
  217. }
  218. .notif-head a {
  219. color: #a6a6a6;
  220. padding: 0.1 em 0.2em;
  221. }
  222. .notif-content {
  223. display: flex;
  224. flex-direction: row;
  225. justify-content: space-around;
  226. font-size: 12px;
  227. }
  228. .notif-content a {
  229. color: #4183c4;
  230. margin: 0;
  231. padding: 0;
  232. }
  233. .notif-footer {
  234. line-height: 1.5em;
  235. margin-bottom: 1em;
  236. }
  237. .notif-footer a {
  238. color: #4183c4;
  239. }
  240. /* Main */
  241. #main-pannel {
  242. width: 50%;
  243. }
  244. #left-pannel, #right-pannel {
  245. margin: 0 5%;
  246. display: flex;
  247. flex-direction: column;
  248. width: 15%;
  249. }
  250. /* Breadcrumb */
  251. #breadcrumb {
  252. margin: 1em 15%;
  253. list-style: none;
  254. overflow: hidden;
  255. }
  256. #breadcrumb li {
  257. display: inline;
  258. }
  259. #breadcrumb a {
  260. font-size: 12px;
  261. color: #f6755e;
  262. cursor: pointer;
  263. }
  264. #breadcrumb a:not([href]){
  265. cursor: default;
  266. }
  267. #breadcrumb a[href]:hover {
  268. text-decoration: underline;
  269. color: #727a82;
  270. }
  271. /* Commentaires */
  272. .comment-header {
  273. color: #25a2c3;
  274. font-size: 1rem;
  275. font-weight: 700;
  276. }
  277. #comment-section {
  278. margin: 0 2.5%;
  279. }
  280. #comment-section .martor-field {
  281. height: 50px;
  282. }
  283. .comment-list {
  284. list-style: none;
  285. padding-left: 0;
  286. }
  287. .comment:first-child {
  288. border-top: 0;
  289. padding-top: 0;
  290. }
  291. .comment {
  292. border-top: solid 1px #dee1e3;
  293. padding: 0.5em 0;
  294. }
  295. #comment-section .comment-display {
  296. border-left: solid 2px #d3c5c5;
  297. padding: 5px 20px;
  298. margin: 10px;
  299. }
  300. /* Add a slash symbol (/) before/behind each list item */
  301. #breadcrumb li+li:before {
  302. padding: 8px;
  303. color: #f6755e;
  304. content: "/\00a0";
  305. }
  306. /* Index */
  307. .story-title a {
  308. color: #2e2e2e;
  309. font-size: 14px;
  310. font-wright: 600;
  311. text-decoration: none;
  312. }
  313. .story-title a:hover {
  314. text-decoration: underline;
  315. }
  316. .running {
  317. color: #006622;
  318. height: 22px;
  319. font-size: 12px;
  320. font-weight: 600;
  321. padding: 0 8px;
  322. border: solid 1px #006622;
  323. border-radius: 4px;
  324. }
  325. /* Epic details */
  326. .story-closed {
  327. text-decoration: line-through #666666 !important;
  328. color: #666666 !important;
  329. }
  330. /* Stories index */
  331. .filters-bar {
  332. align-items: center;
  333. display: flex;
  334. flex-direction: row;
  335. margin-bottom: 1.5em;
  336. }
  337. .filters-bar > * {
  338. margin: 0 0.5em;
  339. height: 2em;
  340. }
  341. .controls {
  342. display: flex;
  343. flex-direction: row;
  344. justify-content: flex-end;
  345. margin: 0;
  346. }
  347. .controls > * {
  348. margin: 0 0.5em;
  349. }
  350. .pagination {
  351. display: flex;
  352. flex-direction: row;
  353. justify-content: center;
  354. }
  355. .pagination a {
  356. margin: 0 5px;
  357. font-weight: 700;
  358. font-size: 15px;
  359. padding: 2px;
  360. }
  361. /* Stories detail */
  362. .title-bar * {
  363. margin-top: 0;
  364. margin-bottom: 0;
  365. }
  366. .weight-tag {
  367. background-color: #c1260b;
  368. height: 1.5em;
  369. width: 2em;
  370. text-align: center;
  371. border-radius: 2em;
  372. color: white;
  373. font-weight: 700;
  374. font-size: 1.5em;
  375. padding-top: 0.2em;
  376. margin-right: 1em;
  377. }
  378. /* Report: sprints list */
  379. .sprints-list {
  380. list-style: none;
  381. }
  382. .sprint-li {
  383. padding: 25px !important;
  384. }
  385. .sprint-retro {
  386. border-left: solid 2px #d3c5c5;
  387. padding: 10px 20px;
  388. margin: 20px;
  389. }
  390. /* Sprint cloture */
  391. .already-checked {
  392. color: green !important;
  393. background: none !important;
  394. pointer-events: none;
  395. }