| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417 |
- .no-print { /* Comportement défini dans le layout */ }
- .no-screen { /* Comportement défini dans le layout */ }
- .liste-principale { /* Comportement défini dans le fichier de script cd67-listes.js */ }
- .liste-secondaire { /* Comportement défini dans le fichier de script cd67-listes.js */ }
- .navbar-login {
- width: 300px;
- padding: 10px;
- padding-bottom: 0px;
- }
- .navbar-login-session {
- padding: 10px;
- padding-bottom: 0px;
- padding-top: 0px;
- }
- .icon-size {
- font-size: 87px;
- }
- .navigation {
- /* Collapsed */
- width: 0;
- overflow: hidden;
- position: fixed;
- top: 0;
- left: 0;
- height: 100%;
- }
- .page-wrap {
- width: 100%;
- float: right;
- margin-top: -1px;
- }
- .navigation {
- transition: width 0.3s ease;
- }
- #menu-toggle-2 {
- margin-left: -10px;
- }
- #wrapper {
- padding-left: 0;
- padding-top: 60px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- overflow: hidden;
- }
- #sidebar-wrapper {
- z-index: 1000;
- position: fixed;
- left: 250px;
- width: 0;
- height: 100%;
- margin-left: -250px;
- overflow-y: auto;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- overflow: hidden;
- }
- #wrapper.toggled #sidebar-wrapper {
- width: 250px;
- }
- .fixed-brand {
- width: auto;
- }
- .navbar {
- margin-bottom: 1px;
- }
- .navbar-brand {
- margin-top: -12px;
- }
- h1 {
- margin-right: 0;
- margin-top: 5px;
- font-size: 30px;
- }
- .navbar-inner ul li {
- float: left;
- display: block;
- }
- #topbar {
- text-align: center;
-
- }
- #titre {
- display: inline-block;
- }
- .row {
- margin-right: 0;
- }
- .sidebar-nav {
- position: absolute;
- top: 0;
- width: 250px;
- margin: 0;
- padding: 0;
- list-style: none;
- margin-top: 2px;
- }
- .sidebar-nav li {
- text-indent: 15px;
- line-height: 40px;
- }
- .sidebar-nav li a {
- display: block;
- text-decoration: none;
- color: white;
- }
- .active_tab {
- background-color: white;
- border-radius: 5px;
- padding-bottom: 1px;
- }
- .sidebar-nav li a:hover {
- text-decoration: none;
- color: #fff;
- background: rgba(255,255,255,0.2);
- }
- .navbar-default .navbar-toggle:hover {
- background-color: #f8f8f8;
- }
- #tab {
- color: white;
- }
- #content_title {
- margin-bottom: 18px;
- padding-top: 34px;
- }
- .sidebar-nav .active {
- border-left: 7px;
- border-left-style: solid;
- }
- .active i {
- left: -7px;
- }
- footer {
- padding: 1rem;
- background-color: #ccc;
- text-align: center;
- position: fixed;
- left: 0px;
- bottom: 0px;
- width: 100%;
- }
- /*p {
- text-align: center;
- margin-top: 20px;
- }*/
- .sidebar-nav > .sidebar-brand {
- height: 65px;
- font-size: 18px;
- line-height: 60px;
- }
- .sidebar-nav > .sidebar-brand a {
- color: #999999;
- }
- .sidebar-nav > .sidebar-brand a:hover {
- color: #fff;
- background: none;
- }
- .no-margin {
- margin: 0;
- }
- #sidebar-wrapper {
- width: 50px;
- margin-top: 59px;
- }
- #wrapper {
- padding-left: 50px;
- width: auto;
- }
-
- .dropdown span , .dropdown strong{
- color : black;
- white-space : nowrap
- }
- #wrapper.toggled-2 #sidebar-wrapper {
- width: 200px;
- }
- #wrapper.toggled-2 {
- padding-left: 200px;
- width: auto;
- }
- #page-content-wrapper {
- padding: 10px;
- position: relative;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #wrapper.toggled #page-content-wrapper {
- position: relative;
- margin-right: 0;
- padding-left: 250px;
- }
- #wrapper.toggled-2 #page-content-wrapper {
- position: relative;
- margin-right: 0;
- margin-left: -200px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- width: auto;
- }
- .tabulation {
- text-indent: 20px;
- }
- ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- #breadcrumbs-one {
- background: #eee;
- overflow: hidden;
- width: 100%;
- margin-bottom: 15px;
- }
- #breadcrumbs-one li {
- float: left;
- }
- #breadcrumbs-one a {
- padding: .7em 1em .7em 2em;
- float: left;
- text-decoration: none;
- color: #444;
- position: relative;
- }
- #breadcrumbs-one li:first-child a {
- padding-left: 1em;
- border-radius: 5px 0 0 5px;
- }
- #breadcrumbs-one a::after,
- #breadcrumbs-one a::before {
- content: "";
- position: absolute;
- top: 50%;
- margin-top: -1.5em;
- border-top: 1.5em solid transparent;
- border-bottom: 1.7em solid transparent;
- border-left: 1em solid;
- right: -1em;
- }
- #breadcrumbs-one a::after {
- z-index: 2;
- border-left-color: #eeeeee;
- }
- #breadcrumbs-one a::before {
- border-left-color: #eeeeee;
- right: -1.1em;
- z-index: 1;
- }
- #breadcrumbs-one .current,
- #breadcrumbs-one .current:hover {
- font-weight: bold;
- background: none;
- }
- #breadcrumbs-one .current::after,
- #breadcrumbs-one .current::before {
- content: normal;
- }
- #breadcrumbs-one :hover {
- filter: brightness(110%);
- }
- #breadcrumbs-one :hover::after {
- filter: brightness(90%);
- }
- .current {
- background-color: transparent;
- }
- #content {
- padding-left: 15px;
- padding-right: 15px;
- min-height: 500px;
- }
- /*Menu de niveau 2*/
- #menu-l2 {
- text-align: center;
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- width:auto;
- margin-bottom: 10px;
- }
- #li-menu-l2 {
- display: inline;
- line-height:30px;
- }
- #a-li-menu-l2-active {
- border-bottom: 3px solid;
- border-radius : 0;
- color: #000;
- color: black;
- margin: 0 5px;
- font-size : 14px;
- }
- #a-li-menu-l2 {
- color: black;
- margin: 0 5px;
- transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
- font-size : 14px;
- }
- #title-l1 {
- text-align: center;
- }
- /* Version réduite */
- @media(max-width:768px){
- #titre {
- display : none;
- }
- .nav {
- margin-bottom: 5px;
- }
- }
- /* Version normale */
- @media(min-width:768px) {
- #titre {
- display : normal;
- }
- #sidebar-wrapper:hover {
- width: 200px;
- }
- .nav {
- margin-bottom: 1px;
- }
- }
|