cd67-custom.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. @color1 : #629DD1;
  2. @color2 : #23527c;
  3. /* Breadcrumb et mise en avant */
  4. .color1 {
  5. color: @color1;
  6. }
  7. .menu_principal a, .menu_principal div {
  8. background-color: @color1;
  9. }
  10. .submenu a{
  11. background-color: #fff;
  12. color: @color1;
  13. }
  14. .menu-button{
  15. background: @color1;
  16. border-color: @color1;
  17. }
  18. .input-group-addon{
  19. background-color: @color1;
  20. border-color: @color1;
  21. }
  22. .menu_principal a:hover, .menu_principal div:hover {
  23. background-color: darken(@color1, 25%);
  24. }
  25. legend {
  26. height: 40px !important;
  27. border-color: @color1;
  28. }
  29. #breadcrumbs-one a {
  30. color: black;
  31. }
  32. /* Fond de la sidebar */
  33. .color2 {
  34. color: #5a5555;
  35. }
  36. #wrapper.toggled-2 #sidebar-wrapper {
  37. background-color: #5a5555;
  38. }
  39. .background-color2 {
  40. background-color: #5a5555;
  41. }
  42. #a-li-menu-l2-active {
  43. border-bottom-color: #5a5555;
  44. }
  45. textarea:not(:empty):not(:placeholder-shown):not(:focus)[aria-invalid='true'],input:not([value=""]):not(:placeholder-shown):not(:focus)[aria-invalid='true']{
  46. background-color: rgba(255, 0, 0, 0.5) /*rgba(218, 18, 81, O.5)*/}
  47. input[aria-required='true'], textarea[aria-required='true'] {
  48. border-color:#f00
  49. }
  50. .pagination {
  51. background: #eee;
  52. padding: 10px;
  53. width: 100%;
  54. text-align:center;
  55. margin:0;
  56. }
  57. .flex-list {
  58. display: flex;
  59. flex-direction: row;
  60. flex-wrap: wrap;
  61. justify-content: space-around;
  62. }
  63. .flex-col {
  64. display: flex;
  65. flex-direction: column;
  66. }
  67. .disabled-input-as-label {
  68. border: 0px;
  69. background: none;
  70. }
  71. label[for="recherche"]{
  72. width: 210px;
  73. }
  74. header .search{
  75. cursor: pointer;
  76. }
  77. h1 .sup{
  78. font-size: 0.7em;
  79. top: -.6em;
  80. }
  81. header nav{
  82. padding: 0 1em 0 1em;
  83. border-bottom: 1px solid;
  84. }
  85. #content {
  86. margin: 3em auto;
  87. width: 80%;
  88. }
  89. /* Home */
  90. .home-content {
  91. width: 100%;
  92. }
  93. .home-content .row {
  94. margin: 2em auto;
  95. height: 100%;
  96. }
  97. .home-content .row img {
  98. width: 100%;
  99. }
  100. .home-content .card {
  101. height: 100%;
  102. }
  103. .home-content .card ul {
  104. margin-top: 2em;
  105. }
  106. .home-content .card li {
  107. margin-top: 1em;
  108. }
  109. .home-content .card li a {
  110. text-decoration: underline;
  111. }
  112. .home-content .card .input-search {
  113. width: 30%;
  114. min-width: 300px;
  115. }
  116. .breadcrumb-arrow {
  117. float: left;
  118. padding: 0.7em 0.5em 0.7em 0.5em;
  119. }
  120. /* Pages d'index */
  121. #content header {
  122. display: flex;
  123. flex-direction: row;
  124. color: @color2;
  125. margin-bottom: 2em;
  126. }
  127. #content header h2 {
  128. flex: 2;
  129. font-size: 1.8em;
  130. margin: 0;
  131. }
  132. #content header a {
  133. flex: 1;
  134. padding: 0 1em;
  135. }
  136. .datatable tbody>tr:hover{
  137. cursor: pointer;
  138. background-color: lighten(@color1, 30%);
  139. }
  140. .special_hidden {
  141. float: right;
  142. width: 0;
  143. height:0;
  144. border:none;
  145. background:none;
  146. color:white;
  147. }