CSS adjustements

This commit is contained in:
Amauri CHAMPEAUX 2023-02-02 16:44:07 +01:00
parent b40e08548b
commit 61228b43da
1 changed files with 29 additions and 24 deletions

View File

@ -140,6 +140,9 @@ span.tarteaucitronH3 {
text-shadow: initial;
}
/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}
/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
display: block;
@ -170,6 +173,10 @@ div#tarteaucitronMainLineOffset {
margin-top: 0!important;
}
div#tarteaucitronServices {
margin-top: 21px!important;
}
#tarteaucitronServices::-webkit-scrollbar {
width: 5px;
}
@ -184,7 +191,6 @@ div#tarteaucitronMainLineOffset {
}
div#tarteaucitronServices {
margin-top: 21px!important;
box-shadow: 0 40px 60px #545454;
}
@ -315,7 +321,6 @@ div#tarteaucitronServices {
}
#tarteaucitronRoot * {
transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
box-sizing: initial;
color: #333;
/*font-family: sans-serif !important;*/
@ -946,11 +951,11 @@ div.amazon_product {
opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
opacity: 0.4!important;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
}.tarteaucitronIsAllowed .tarteaucitronAllow {
opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
}.tarteaucitronIsDenied .tarteaucitronDeny {
opacity: 1!important;
}
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
opacity: 0.4;
}