cd67-model.css 6.4 KB

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