cd67-custom.less 3.2 KB

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