cd67-model.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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. /*height : 16px;*/
  106. border-radius: 5px;
  107. padding-bottom: 1px;
  108. }
  109. .sidebar-nav li a:hover {
  110. text-decoration: none;
  111. color: #fff;
  112. background: rgba(255,255,255,0.2);
  113. }
  114. .navbar-default .navbar-toggle:hover {
  115. background-color: #f8f8f8;
  116. }
  117. #tab {
  118. color: white;
  119. }
  120. #content_title {
  121. margin-bottom: 18px;
  122. padding-top: 34px;
  123. }
  124. .sidebar-nav .active {
  125. border-left: 7px;
  126. border-left-style: solid;
  127. }
  128. .active i {
  129. left: -7px;
  130. }
  131. footer {
  132. padding: 1rem;
  133. background-color: #ccc;
  134. text-align: center;
  135. position: fixed;
  136. left: 0px;
  137. bottom: 0px;
  138. width: 100%;
  139. }
  140. p {
  141. text-align: center;
  142. margin-top: 20px;
  143. }
  144. .sidebar-nav > .sidebar-brand {
  145. height: 65px;
  146. font-size: 18px;
  147. line-height: 60px;
  148. }
  149. .sidebar-nav > .sidebar-brand a {
  150. color: #999999;
  151. }
  152. .sidebar-nav > .sidebar-brand a:hover {
  153. color: #fff;
  154. background: none;
  155. }
  156. .no-margin {
  157. margin: 0;
  158. }
  159. #sidebar-wrapper {
  160. width: 50px;
  161. margin-top: 60px;
  162. }
  163. #wrapper {
  164. padding-left: 50px;
  165. width: auto;
  166. }
  167. @media(min-width:768px) {
  168. #titre {
  169. display : normal;
  170. }
  171. #sidebar-wrapper:hover {
  172. width: 200px;
  173. }
  174. }
  175. @media(max-width:768px){
  176. #titre {
  177. display : none;
  178. }
  179. }
  180. .dropdown span , .dropdown strong{
  181. color : black;
  182. white-space : nowrap
  183. }
  184. #wrapper.toggled-2 #sidebar-wrapper {
  185. width: 200px;
  186. }
  187. #wrapper.toggled-2 {
  188. padding-left: 200px;
  189. width: auto;
  190. }
  191. #page-content-wrapper {
  192. padding: 10px;
  193. position: relative;
  194. -webkit-transition: all 0.5s ease;
  195. -moz-transition: all 0.5s ease;
  196. -o-transition: all 0.5s ease;
  197. transition: all 0.5s ease;
  198. }
  199. #wrapper.toggled #page-content-wrapper {
  200. position: relative;
  201. margin-right: 0;
  202. padding-left: 250px;
  203. }
  204. #wrapper.toggled-2 #page-content-wrapper {
  205. position: relative;
  206. margin-right: 0;
  207. margin-left: -200px;
  208. -webkit-transition: all 0.5s ease;
  209. -moz-transition: all 0.5s ease;
  210. -o-transition: all 0.5s ease;
  211. transition: all 0.5s ease;
  212. width: auto;
  213. }
  214. .tabulation {
  215. text-indent: 20px;
  216. }
  217. ul {
  218. margin: 0;
  219. padding: 0;
  220. list-style: none;
  221. }
  222. #breadcrumbs-one {
  223. background: #eee;
  224. overflow: hidden;
  225. width: 100%;
  226. margin-bottom: 15px;
  227. }
  228. #breadcrumbs-one li {
  229. float: left;
  230. }
  231. #breadcrumbs-one a {
  232. padding: .7em 1em .7em 2em;
  233. float: left;
  234. text-decoration: none;
  235. color: #444;
  236. position: relative;
  237. }
  238. #breadcrumbs-one li:first-child a {
  239. padding-left: 1em;
  240. border-radius: 5px 0 0 5px;
  241. }
  242. #breadcrumbs-one a::after,
  243. #breadcrumbs-one a::before {
  244. content: "";
  245. position: absolute;
  246. top: 50%;
  247. margin-top: -1.5em;
  248. border-top: 1.5em solid transparent;
  249. border-bottom: 1.7em solid transparent;
  250. border-left: 1em solid;
  251. right: -1em;
  252. }
  253. #breadcrumbs-one a::after {
  254. z-index: 2;
  255. border-left-color: #eeeeee;
  256. }
  257. #breadcrumbs-one a::before {
  258. border-left-color: #eeeeee;
  259. right: -1.1em;
  260. z-index: 1;
  261. }
  262. #breadcrumbs-one .current,
  263. #breadcrumbs-one .current:hover {
  264. font-weight: bold;
  265. background: none;
  266. }
  267. #breadcrumbs-one .current::after,
  268. #breadcrumbs-one .current::before {
  269. content: normal;
  270. }
  271. #breadcrumbs-one :hover {
  272. filter: brightness(110%);
  273. }
  274. #breadcrumbs-one :hover::after {
  275. filter: brightness(90%);
  276. }
  277. .current {
  278. background-color: transparent;
  279. }
  280. #content {
  281. padding-left: 15px;
  282. min-height: 500px;
  283. }
  284. /*Menu de niveau 2*/
  285. #menu-l2 {
  286. text-align: center;
  287. }
  288. #li-menu-l2 {
  289. display: inline;
  290. }
  291. #a-li-menu-l2 {
  292. color: black;
  293. padding: 6px 30px;
  294. margin: 0 20px;
  295. }
  296. #title-l2 {
  297. text-align: center;
  298. text-decoration: underline;
  299. margin-right: 3%;
  300. }