cd67-model.css 6.2 KB

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