cd67-custom.less 3.6 KB

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