cd67-custom.less 3.3 KB

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