[theme Metice] prise en compte bandeau escamotable #31431
This commit is contained in:
parent
094ef42e9b
commit
4a72cf0d6c
|
@ -280,3 +280,62 @@ div.header > a.title > span {
|
||||||
color: var(--fontcolorhover, white) !important;
|
color: var(--fontcolorhover, white) !important;
|
||||||
background: var(--fontcolorhoverdark, black) !important;
|
background: var(--fontcolorhoverdark, black) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* mise à jour du thème pour le bandeau escamotable #31431
|
||||||
|
*/
|
||||||
|
|
||||||
|
nav.navbarsmall {
|
||||||
|
background: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbarsmall .navbar-brand {
|
||||||
|
color: black !important;
|
||||||
|
font-family: var(--fontfacetitle);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbarsmall #logo {
|
||||||
|
float: left !important;
|
||||||
|
top: 0px !important;
|
||||||
|
left: 0px !important;
|
||||||
|
position: relative !important;
|
||||||
|
}
|
||||||
|
.navbarsmall {
|
||||||
|
height: 50px !important;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
.navbarsmall .nav.navbar-top-links.navbar-right > li a {font-size: 1.5em; }
|
||||||
|
|
||||||
|
.navbarsmall .title img { margin-left:-300px !important;}
|
||||||
|
.navbarsmall small {
|
||||||
|
top: 18px !important;
|
||||||
|
font-size: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbarsmall .nav.navbar-top-links.navbar-left li {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbarsmall a.navbar-brand {
|
||||||
|
line-height: 27px !important;
|
||||||
|
transition:line-height 0.5s ease;
|
||||||
|
font-size: 1.3em;
|
||||||
|
margin-left: -90px;
|
||||||
|
margin-top: -3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbarsmall #logo {
|
||||||
|
/* remplacer l'image en définissant une image de background */
|
||||||
|
/* et en positionnant un padding de la largeur de l'image */
|
||||||
|
display: block;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background: var(--logo) no-repeat;
|
||||||
|
width: 62px; /* Width of new image */
|
||||||
|
height: 23px !important; /* Height of new image */
|
||||||
|
padding-left: 62px; /* Equal to width of new image */
|
||||||
|
margin-top: -1px;
|
||||||
|
margin-left: 86px;
|
||||||
|
margin-right: 14px;
|
||||||
|
}
|
||||||
|
.navbarsmall .avatar {height: 25px; }
|
||||||
|
|
Loading…
Reference in New Issue