cd67-model.less 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. .no-print { /* Comportement défini dans le layout */ }
  2. .no-screen { /* Comportement défini dans le layout */ }
  3. .liste-principale { /* Comportement défini dans le fichier de script cd67-listes.js */ }
  4. .liste-secondaire { /* Comportement défini dans le fichier de script cd67-listes.js */ }
  5. body , html{
  6. height:100%;
  7. }
  8. #wrapper{
  9. min-height:95%;
  10. position:relative;
  11. }
  12. footer{
  13. position:relative;
  14. background-color: #ccc;
  15. text-align: center;
  16. left: 0;
  17. bottom: 0;
  18. width: 100%;
  19. }
  20. .search-form{
  21. display:inline-flex;
  22. flex-direction:row;
  23. padding-top: 10px;
  24. }
  25. label[for=recherche]{
  26. padding-right:5px;
  27. }
  28. .navbar-login {
  29. width: 300px;
  30. padding: 10px;
  31. padding-bottom: 0px;
  32. }
  33. .check-box{
  34. width: 34px;
  35. }
  36. .show-menu .main-container-cache{
  37. display: block;
  38. }
  39. .main-container-cache {
  40. position: fixed;
  41. top: 0;
  42. left: 0;
  43. z-index: 3;
  44. width: 100%;
  45. height: 100%;
  46. background: #000000;
  47. opacity: 0.2;
  48. display: none;
  49. }
  50. .navbar-collapse{
  51. position: fixed;
  52. left: 0;
  53. -webkit-transition: all 0.3s ease 0s;
  54. -moz-transition: all 0.3s ease 0s;
  55. -o-transition: all 0.3s ease 0s;
  56. -ms-transition: all 0.3s ease 0s;
  57. transition: all 0.3s ease 0s;
  58. top:0;
  59. z-index:100;
  60. padding: 0;
  61. }
  62. .navbar-collapse.collapse{
  63. display: block;
  64. }
  65. .navbar-collapse.hidden{
  66. left: -100%;
  67. }
  68. .menu_principal{
  69. margin: 0;
  70. padding: 110px 40px 40px;
  71. background-color: #fff;
  72. li{
  73. list-style: none;
  74. }
  75. a, div{
  76. color:#fff;
  77. -webkit-transition: all 0.3s ease 0s;
  78. -moz-transition: all 0.3s ease 0s;
  79. -o-transition: all 0.3s ease 0s;
  80. -ms-transition: all 0.3s ease 0s;
  81. transition: all 0.3s ease 0s;
  82. font-size: 24px;
  83. line-height: 24px;
  84. border-bottom: 1px solid #fff;
  85. display: block;
  86. }
  87. a:hover, div:hover{
  88. background-color: #237C4E;
  89. cursor:pointer;
  90. color:white;
  91. }
  92. }
  93. .submenu a{
  94. padding:15px 47px;
  95. background-color: #fff;
  96. }
  97. .submenu li:first-child{
  98. font-weight:bolder;
  99. }
  100. .submenu li{
  101. margin-left:30px;
  102. }
  103. .title::before{
  104. padding-right:15px;
  105. left:45px;
  106. font-family:FontAwesome;}
  107. .title{
  108. padding:0;
  109. font-family:sans-serif;
  110. }
  111. .menu-1{
  112. padding : 15px 45px;
  113. }
  114. .navbar-login-session {
  115. padding: 10px;
  116. padding-bottom: 0px;
  117. padding-top: 0px;
  118. }
  119. .icon-size {
  120. font-size: 87px;
  121. }
  122. .navigation {
  123. /* Collapsed */
  124. width: 0;
  125. overflow: hidden;
  126. position: fixed;
  127. top: 0;
  128. left: 0;
  129. height: 100%;
  130. }
  131. .page-wrap {
  132. width: 100%;
  133. float: right;
  134. margin-top: -1px;
  135. }
  136. .navigation {
  137. transition: width 0.3s ease;
  138. }
  139. #menu-toggle-2 {
  140. margin-left: -10px;
  141. }
  142. #wrapper {
  143. padding-left: 0;
  144. padding-top: 60px;
  145. -webkit-transition: all 0.5s ease;
  146. -moz-transition: all 0.5s ease;
  147. -o-transition: all 0.5s ease;
  148. transition: all 0.5s ease;
  149. overflow: hidden;
  150. }
  151. #sidebar-wrapper {
  152. z-index: 1000;
  153. position: fixed;
  154. left: 250px;
  155. width: 0;
  156. height: 100%;
  157. margin-left: -250px;
  158. overflow-y: auto;
  159. -webkit-transition: all 0.5s ease;
  160. -moz-transition: all 0.5s ease;
  161. -o-transition: all 0.5s ease;
  162. transition: all 0.5s ease;
  163. overflow: hidden;
  164. }
  165. #wrapper.toggled #sidebar-wrapper {
  166. width: 250px;
  167. }
  168. .fixed-brand {
  169. width: auto;
  170. }
  171. .navbar {
  172. margin-bottom: 1px;
  173. }
  174. .navbar-brand {
  175. margin-top: -12px;
  176. }
  177. h1 {
  178. margin-right: 0;
  179. margin-top: 5px;
  180. font-size: 30px;
  181. padding-bottom: 5px;
  182. span {
  183. font-size: 14px;
  184. }
  185. }
  186. .navbar-inner{
  187. ul li {
  188. float: left;
  189. display: block;
  190. }
  191. }
  192. #topbar {
  193. text-align: center;
  194. }
  195. .row {
  196. margin-right: 0;
  197. }
  198. .sidebar-nav {
  199. position: absolute;
  200. top: 51px;
  201. margin: 0;
  202. padding: 0;
  203. list-style: none;
  204. margin-top: 9px;
  205. white-space:nowrap;
  206. li a {
  207. display: block;
  208. text-decoration: none;
  209. }
  210. > .sidebar-brand {
  211. height: 65px;
  212. font-size: 18px;
  213. line-height: 60px;
  214. }
  215. > .sidebar-brand a {
  216. color: #999999;
  217. }
  218. > .sidebar-brand a:hover {
  219. color: #fff;
  220. background: none;
  221. }
  222. }
  223. .active_tab {
  224. background-color: white;
  225. border-radius: 5px;
  226. padding-bottom: 1px;
  227. }
  228. .navbar-default .navbar-toggle:hover {
  229. background-color: #f8f8f8;
  230. }
  231. #tab {
  232. color: white;
  233. }
  234. #content_title {
  235. margin-bottom: 18px;
  236. padding-top: 34px;
  237. }
  238. .brand{
  239. padding-left:70px;
  240. padding-bottom : 8px;
  241. margin-top:8px;
  242. }
  243. .credentials{
  244. padding-top:24px
  245. }
  246. .no-margin {
  247. margin: 0;
  248. }
  249. #sidebar-wrapper {
  250. width: 50px;
  251. margin-top: 59px;
  252. }
  253. #wrapper {
  254. width: auto;
  255. }
  256. .dropdown span , .dropdown strong{
  257. color : black;
  258. white-space : nowrap
  259. }
  260. #wrapper.toggled-2 #sidebar-wrapper {
  261. width: 200px;
  262. }
  263. #wrapper.toggled-2 {
  264. padding-left: 200px;
  265. width: auto;
  266. }
  267. #page-content-wrapper {
  268. padding: 10px;
  269. position: relative;
  270. -webkit-transition: all 0.5s ease;
  271. -moz-transition: all 0.5s ease;
  272. -o-transition: all 0.5s ease;
  273. transition: all 0.5s ease;
  274. }
  275. #wrapper.toggled #page-content-wrapper {
  276. position: relative;
  277. margin-right: 0;
  278. padding-left: 250px;
  279. }
  280. #wrapper.toggled-2 #page-content-wrapper {
  281. position: relative;
  282. margin-right: 0;
  283. margin-left: -200px;
  284. -webkit-transition: all 0.5s ease;
  285. -moz-transition: all 0.5s ease;
  286. -o-transition: all 0.5s ease;
  287. transition: all 0.5s ease;
  288. width: auto;
  289. }
  290. .tabulation {
  291. text-indent: 20px;
  292. }
  293. ul {
  294. margin: 0;
  295. padding: 0;
  296. list-style: none;
  297. }
  298. #breadcrumbs-one {
  299. background: #eee;
  300. overflow: hidden;
  301. width: 100%;
  302. li {
  303. float: left;
  304. }
  305. a {
  306. padding: .7em 0.5em .7em 0.5em;
  307. float: left;
  308. color: #444;
  309. position: relative;
  310. }
  311. li:first-child a {
  312. border-radius: 5px 0 0 5px;
  313. padding: .7em 0.5em .7em 1em;
  314. float: left;
  315. color: #444;
  316. position: relative;
  317. }
  318. a::before {
  319. border-left-color: #eeeeee;
  320. right: -1.1em;
  321. z-index: 1;
  322. }
  323. }
  324. .link:hover {
  325. text-decoration:underline;
  326. }
  327. .current {
  328. background-color: transparent;
  329. }
  330. #content {
  331. padding-left: 15px;
  332. padding-right: 15px;
  333. min-height: 500px;
  334. }
  335. /*Menu de niveau 2*/
  336. #menu-l2 {
  337. text-align: center;
  338. border-top: 1px solid #e5e5e5;
  339. border-bottom: 1px solid #e5e5e5;
  340. width:auto;
  341. margin-bottom: 10px;
  342. li {
  343. display: inline;
  344. line-height:30px;
  345. }
  346. a {
  347. color: black;
  348. margin: 0 5px;
  349. transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
  350. font-size : 14px;
  351. }
  352. .active {
  353. padding-bottom: 3px;
  354. border-bottom: 5px solid;
  355. border-radius : 0;
  356. color: #000;
  357. color: black;
  358. margin: 0 5px;
  359. font-size : 14px;
  360. }
  361. @Colleges:gray;
  362. @Identites:#B6DDE8;
  363. @Actions:#FFC000;
  364. .menu-color-Colleges {
  365. .menu-color(@Colleges)
  366. }
  367. .menu-color-Identites {
  368. .menu-color(@Identites)
  369. }
  370. .menu-color-ActionsCLAS {
  371. .menu-color(@Actions)
  372. }
  373. .menu-color(@color){
  374. border-bottom-color : @color;
  375. }
  376. }
  377. #title-l1 {
  378. text-align: center;
  379. }
  380. .flex {
  381. display: flex;
  382. flex-direction: row;
  383. }
  384. .facet{order:-1}
  385. /* Version réduite */
  386. @media(max-width:768px){
  387. #titre {
  388. display : none;
  389. }
  390. .nav {
  391. margin-bottom: 5px;
  392. }
  393. }
  394. .result {
  395. flex:1;
  396. bottom:42px;
  397. }
  398. /* Version normale */
  399. @media(min-width:768px) {
  400. #titre {
  401. display : normal;
  402. }
  403. #sidebar-wrapper:hover {
  404. width: 200px;
  405. }
  406. .nav {
  407. margin-bottom: 1px;
  408. }
  409. }
  410. .panel{
  411. border-radius:0;
  412. }
  413. .facet, .filet-right{
  414. background-color : #eee;
  415. padding-top : 8px;
  416. }
  417. .a-facet, .pagination a{
  418. color:#111
  419. }
  420. .div-resultat{
  421. clear:both
  422. }
  423. .margin-left-10{
  424. margin-left:10px
  425. }
  426. .recherche-input{
  427. margin : 0;
  428. }
  429. .input-group{
  430. padding : 0px 10px;
  431. }