cd67-model.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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. .navbar-login {
  6. width: 300px;
  7. padding: 10px;
  8. padding-bottom: 0px;
  9. }
  10. .navbar-login-session {
  11. padding: 10px;
  12. padding-bottom: 0px;
  13. padding-top: 0px;
  14. }
  15. .icon-size {
  16. font-size: 87px;
  17. }
  18. .navigation {
  19. /* Collapsed */
  20. width: 0;
  21. overflow: hidden;
  22. position: fixed;
  23. top: 0;
  24. left: 0;
  25. height: 100%;
  26. }
  27. .page-wrap {
  28. width: 100%;
  29. float: right;
  30. margin-top: -1px;
  31. }
  32. .navigation {
  33. transition: width 0.3s ease;
  34. }
  35. #menu-toggle-2 {
  36. margin-left: -10px;
  37. }
  38. #wrapper {
  39. padding-left: 0;
  40. padding-top: 60px;
  41. -webkit-transition: all 0.5s ease;
  42. -moz-transition: all 0.5s ease;
  43. -o-transition: all 0.5s ease;
  44. transition: all 0.5s ease;
  45. overflow: hidden;
  46. }
  47. #sidebar-wrapper {
  48. z-index: 1000;
  49. position: fixed;
  50. left: 250px;
  51. width: 0;
  52. height: 100%;
  53. margin-left: -250px;
  54. overflow-y: auto;
  55. -webkit-transition: all 0.5s ease;
  56. -moz-transition: all 0.5s ease;
  57. -o-transition: all 0.5s ease;
  58. transition: all 0.5s ease;
  59. overflow: hidden;
  60. }
  61. #wrapper.toggled #sidebar-wrapper {
  62. width: 250px;
  63. }
  64. .fixed-brand {
  65. width: auto;
  66. }
  67. .navbar {
  68. margin-bottom: 1px;
  69. }
  70. .navbar-brand {
  71. margin-top: -12px;
  72. }
  73. h1 {
  74. margin-right: 0;
  75. margin-top: 5px;
  76. font-size: 30px;
  77. }
  78. .navbar-inner ul li {
  79. float: left;
  80. display: block;
  81. }
  82. #topbar {
  83. text-align: center;
  84. }
  85. #titre {
  86. display: inline-block;
  87. }
  88. .row {
  89. margin-right: 0;
  90. }
  91. .sidebar-nav {
  92. position: absolute;
  93. top: 0;
  94. width: 250px;
  95. margin: 0;
  96. padding: 0;
  97. list-style: none;
  98. margin-top: 2px;
  99. }
  100. .sidebar-nav li {
  101. text-indent: 15px;
  102. line-height: 40px;
  103. }
  104. .sidebar-nav li a {
  105. display: block;
  106. text-decoration: none;
  107. color: white;
  108. }
  109. .active_tab {
  110. background-color: white;
  111. border-radius: 5px;
  112. padding-bottom: 1px;
  113. }
  114. .sidebar-nav li a:hover {
  115. text-decoration: none;
  116. color: #fff;
  117. background: rgba(255,255,255,0.2);
  118. }
  119. .navbar-default .navbar-toggle:hover {
  120. background-color: #f8f8f8;
  121. }
  122. #tab {
  123. color: white;
  124. }
  125. #content_title {
  126. margin-bottom: 18px;
  127. padding-top: 34px;
  128. }
  129. .sidebar-nav .active {
  130. border-left: 7px;
  131. border-left-style: solid;
  132. }
  133. .active i {
  134. left: -7px;
  135. }
  136. footer {
  137. padding: 1rem;
  138. background-color: #ccc;
  139. text-align: center;
  140. position: fixed;
  141. left: 0px;
  142. bottom: 0px;
  143. width: 100%;
  144. }
  145. /*p {
  146. text-align: center;
  147. margin-top: 20px;
  148. }*/
  149. .sidebar-nav > .sidebar-brand {
  150. height: 65px;
  151. font-size: 18px;
  152. line-height: 60px;
  153. }
  154. .sidebar-nav > .sidebar-brand a {
  155. color: #999999;
  156. }
  157. .sidebar-nav > .sidebar-brand a:hover {
  158. color: #fff;
  159. background: none;
  160. }
  161. .no-margin {
  162. margin: 0;
  163. }
  164. #sidebar-wrapper {
  165. width: 50px;
  166. margin-top: 59px;
  167. }
  168. #wrapper {
  169. padding-left: 50px;
  170. width: auto;
  171. }
  172. .dropdown span , .dropdown strong{
  173. color : black;
  174. white-space : nowrap
  175. }
  176. #wrapper.toggled-2 #sidebar-wrapper {
  177. width: 200px;
  178. }
  179. #wrapper.toggled-2 {
  180. padding-left: 200px;
  181. width: auto;
  182. }
  183. #page-content-wrapper {
  184. padding: 10px;
  185. position: relative;
  186. -webkit-transition: all 0.5s ease;
  187. -moz-transition: all 0.5s ease;
  188. -o-transition: all 0.5s ease;
  189. transition: all 0.5s ease;
  190. }
  191. #wrapper.toggled #page-content-wrapper {
  192. position: relative;
  193. margin-right: 0;
  194. padding-left: 250px;
  195. }
  196. #wrapper.toggled-2 #page-content-wrapper {
  197. position: relative;
  198. margin-right: 0;
  199. margin-left: -200px;
  200. -webkit-transition: all 0.5s ease;
  201. -moz-transition: all 0.5s ease;
  202. -o-transition: all 0.5s ease;
  203. transition: all 0.5s ease;
  204. width: auto;
  205. }
  206. .tabulation {
  207. text-indent: 20px;
  208. }
  209. ul {
  210. margin: 0;
  211. padding: 0;
  212. list-style: none;
  213. }
  214. #breadcrumbs-one {
  215. background: #eee;
  216. overflow: hidden;
  217. width: 100%;
  218. margin-bottom: 15px;
  219. }
  220. #breadcrumbs-one li {
  221. float: left;
  222. }
  223. #breadcrumbs-one a {
  224. padding: .7em 1em .7em 2em;
  225. float: left;
  226. text-decoration: none;
  227. color: #444;
  228. position: relative;
  229. }
  230. #breadcrumbs-one li:first-child a {
  231. padding-left: 1em;
  232. border-radius: 5px 0 0 5px;
  233. }
  234. #breadcrumbs-one a::after,
  235. #breadcrumbs-one a::before {
  236. content: "";
  237. position: absolute;
  238. top: 50%;
  239. margin-top: -1.5em;
  240. border-top: 1.5em solid transparent;
  241. border-bottom: 1.7em solid transparent;
  242. border-left: 1em solid;
  243. right: -1em;
  244. }
  245. #breadcrumbs-one a::after {
  246. z-index: 2;
  247. border-left-color: #eeeeee;
  248. }
  249. #breadcrumbs-one a::before {
  250. border-left-color: #eeeeee;
  251. right: -1.1em;
  252. z-index: 1;
  253. }
  254. #breadcrumbs-one .current,
  255. #breadcrumbs-one .current:hover {
  256. font-weight: bold;
  257. background: none;
  258. }
  259. #breadcrumbs-one .current::after,
  260. #breadcrumbs-one .current::before {
  261. content: normal;
  262. }
  263. #breadcrumbs-one :hover {
  264. filter: brightness(110%);
  265. }
  266. #breadcrumbs-one :hover::after {
  267. filter: brightness(90%);
  268. }
  269. .current {
  270. background-color: transparent;
  271. }
  272. #content {
  273. padding-left: 15px;
  274. padding-right: 15px;
  275. min-height: 500px;
  276. }
  277. /*Menu de niveau 2*/
  278. #menu-l2 {
  279. text-align: center;
  280. border-top: 1px solid #e5e5e5;
  281. border-bottom: 1px solid #e5e5e5;
  282. width:auto;
  283. margin-bottom: 10px;
  284. }
  285. #li-menu-l2 {
  286. display: inline;
  287. line-height:30px;
  288. }
  289. #a-li-menu-l2-active {
  290. border-bottom: 3px solid;
  291. border-radius : 0;
  292. color: #000;
  293. color: black;
  294. margin: 0 5px;
  295. font-size : 14px;
  296. }
  297. #a-li-menu-l2 {
  298. color: black;
  299. margin: 0 5px;
  300. transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
  301. font-size : 14px;
  302. }
  303. #title-l1 {
  304. text-align: center;
  305. }
  306. /* Version réduite */
  307. @media(max-width:768px){
  308. #titre {
  309. display : none;
  310. }
  311. .nav {
  312. margin-bottom: 5px;
  313. }
  314. }
  315. /* Version normale */
  316. @media(min-width:768px) {
  317. #titre {
  318. display : normal;
  319. }
  320. #sidebar-wrapper:hover {
  321. width: 200px;
  322. }
  323. .nav {
  324. margin-bottom: 1px;
  325. }
  326. }