cd67-model.css 5.6 KB

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