cd67-model.less 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  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. #titre {
  196. display: inline-block;
  197. }
  198. .row {
  199. margin-right: 0;
  200. }
  201. .sidebar-nav {
  202. position: absolute;
  203. top: 56px;
  204. margin: 0;
  205. padding: 0;
  206. list-style: none;
  207. margin-top: 9px;
  208. white-space:nowrap;
  209. li a {
  210. display: block;
  211. text-decoration: none;
  212. }
  213. > .sidebar-brand {
  214. height: 65px;
  215. font-size: 18px;
  216. line-height: 60px;
  217. }
  218. > .sidebar-brand a {
  219. color: #999999;
  220. }
  221. > .sidebar-brand a:hover {
  222. color: #fff;
  223. background: none;
  224. }
  225. }
  226. .active_tab {
  227. background-color: white;
  228. border-radius: 5px;
  229. padding-bottom: 1px;
  230. }
  231. .navbar-default .navbar-toggle:hover {
  232. background-color: #f8f8f8;
  233. }
  234. #tab {
  235. color: white;
  236. }
  237. #content_title {
  238. margin-bottom: 18px;
  239. padding-top: 34px;
  240. }
  241. .brand{
  242. padding-left:70px;
  243. padding-bottom : 8px;
  244. margin-top:8px;
  245. }
  246. .credentials{
  247. padding-top:24px
  248. }
  249. .no-margin {
  250. margin: 0;
  251. }
  252. #sidebar-wrapper {
  253. width: 50px;
  254. margin-top: 59px;
  255. }
  256. #wrapper {
  257. width: auto;
  258. }
  259. .dropdown span , .dropdown strong{
  260. color : black;
  261. white-space : nowrap
  262. }
  263. #wrapper.toggled-2 #sidebar-wrapper {
  264. width: 200px;
  265. }
  266. #wrapper.toggled-2 {
  267. padding-left: 200px;
  268. width: auto;
  269. }
  270. #page-content-wrapper {
  271. padding: 10px;
  272. position: relative;
  273. -webkit-transition: all 0.5s ease;
  274. -moz-transition: all 0.5s ease;
  275. -o-transition: all 0.5s ease;
  276. transition: all 0.5s ease;
  277. }
  278. #wrapper.toggled #page-content-wrapper {
  279. position: relative;
  280. margin-right: 0;
  281. padding-left: 250px;
  282. }
  283. #wrapper.toggled-2 #page-content-wrapper {
  284. position: relative;
  285. margin-right: 0;
  286. margin-left: -200px;
  287. -webkit-transition: all 0.5s ease;
  288. -moz-transition: all 0.5s ease;
  289. -o-transition: all 0.5s ease;
  290. transition: all 0.5s ease;
  291. width: auto;
  292. }
  293. .tabulation {
  294. text-indent: 20px;
  295. }
  296. ul {
  297. margin: 0;
  298. padding: 0;
  299. list-style: none;
  300. }
  301. #breadcrumbs-one {
  302. background: #eee;
  303. overflow: hidden;
  304. width: 100%;
  305. li {
  306. float: left;
  307. }
  308. a {
  309. padding: .7em 0.5em .7em 0.5em;
  310. float: left;
  311. color: #444;
  312. position: relative;
  313. }
  314. li:first-child a {
  315. border-radius: 5px 0 0 5px;
  316. padding: .7em 0.5em .7em 1em;
  317. float: left;
  318. color: #444;
  319. position: relative;
  320. }
  321. a::before {
  322. border-left-color: #eeeeee;
  323. right: -1.1em;
  324. z-index: 1;
  325. }
  326. }
  327. .link:hover {
  328. text-decoration:underline;
  329. }
  330. .current {
  331. background-color: transparent;
  332. }
  333. #content {
  334. padding-left: 15px;
  335. padding-right: 15px;
  336. min-height: 500px;
  337. }
  338. /*Menu de niveau 2*/
  339. #menu-l2 {
  340. text-align: center;
  341. border-top: 1px solid #e5e5e5;
  342. border-bottom: 1px solid #e5e5e5;
  343. width:auto;
  344. margin-bottom: 10px;
  345. li {
  346. display: inline;
  347. line-height:30px;
  348. }
  349. a {
  350. color: black;
  351. margin: 0 5px;
  352. transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
  353. font-size : 14px;
  354. }
  355. .active {
  356. padding-bottom: 3px;
  357. border-bottom: 5px solid;
  358. border-radius : 0;
  359. color: #000;
  360. color: black;
  361. margin: 0 5px;
  362. font-size : 14px;
  363. }
  364. @Colleges:gray;
  365. @Identites:#B6DDE8;
  366. @Actions:#FFC000;
  367. .menu-color-Colleges {
  368. .menu-color(@Colleges)
  369. }
  370. .menu-color-Identites {
  371. .menu-color(@Identites)
  372. }
  373. .menu-color-ActionsCLAS {
  374. .menu-color(@Actions)
  375. }
  376. .menu-color(@color){
  377. border-bottom-color : @color;
  378. }
  379. }
  380. #title-l1 {
  381. text-align: center;
  382. }
  383. .flex {
  384. display: flex;
  385. flex-direction: row;
  386. }
  387. .facet{order:-1}
  388. /* Version réduite */
  389. @media(max-width:768px){
  390. #titre {
  391. display : none;
  392. }
  393. .nav {
  394. margin-bottom: 5px;
  395. }
  396. }
  397. .result {
  398. flex:1;
  399. bottom:42px;
  400. }
  401. /* Version normale */
  402. @media(min-width:768px) {
  403. #titre {
  404. display : normal;
  405. }
  406. #sidebar-wrapper:hover {
  407. width: 200px;
  408. }
  409. .nav {
  410. margin-bottom: 1px;
  411. }
  412. }
  413. .panel{
  414. border-radius:0;
  415. }
  416. .facet, .filet-right{
  417. background-color : #eee;
  418. padding-top : 8px;
  419. }
  420. .a-facet, .pagination a{
  421. color:#111
  422. }
  423. .div-resultat{
  424. clear:both
  425. }
  426. .margin-left-10{
  427. margin-left:10px
  428. }
  429. .recherche-input{
  430. margin : 0;
  431. }
  432. .input-group{
  433. padding : 0px 10px;
  434. }