cd67-model.css 6.1 KB

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