cd67-custom.less 3.0 KB

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