cd67-model.css 6.3 KB

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