Correction de syntaxe

This commit is contained in:
Fred 2020-09-22 08:04:32 +02:00 committed by GitHub
parent 8398aae329
commit aabe72594b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 18 deletions

View File

@ -207,7 +207,6 @@ Signature dans les articles blog et news
} }
.table tbody tr { .table tbody tr {
background: #F6F7F8; background: #F6F7F8;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
.table tbody tr:nth-child(2n + 2) { .table tbody tr:nth-child(2n + 2) {
@ -357,7 +356,6 @@ td > .col12 {
display: inline-block; display: inline-block;
padding: 0 12px; padding: 0 12px;
color: #FFF; color: #FFF;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
#bar a:hover { #bar a:hover {
@ -448,7 +446,7 @@ header .container {
height: 100%; height: 100%;
} }
/* Element du header /* Element du header
#themeHeaderImage { #themeHeaderImage {
font-style: italic; font-style: italic;
@ -501,7 +499,6 @@ nav li ul {
width: 200px; width: 200px;
z-index: -1; z-index: -1;
opacity: 0; opacity: 0;
-webkit-transition: .3s ease-out;
transition: .3s ease-out; transition: .3s ease-out;
padding-left: 10px; padding-left: 10px;
} }
@ -518,7 +515,6 @@ nav li:hover ul {
nav a { nav a {
display: inherit; display: inherit;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
@ -702,7 +698,6 @@ footer #footerSocials span {
margin: 0 5px; margin: 0 5px;
display: inline-block; display: inline-block;
border-radius: 2px; border-radius: 2px;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
footer #footerSocials .zwiico-facebook { footer #footerSocials .zwiico-facebook {
@ -766,7 +761,6 @@ footer #footerSocials .zwiico-github:hover {
margin: 16px auto; margin: 16px auto;
text-align: left; text-align: left;
border-radius: 2px; border-radius: 2px;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
.speechBubble:before { .speechBubble:before {
@ -792,7 +786,6 @@ footer #footerSocials .zwiico-github:hover {
cursor: pointer; cursor: pointer;
display: none; display: none;
border-radius: 50%; border-radius: 50%;
-webkit-transition: background.3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
#backToTop:hover { #backToTop:hover {
@ -822,7 +815,6 @@ footer #footerSocials .zwiico-github:hover {
background: #666; background: #666;
padding: 4px 8px; padding: 4px 8px;
display: inline-block; display: inline-block;
-webkit-transition: background.3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
#cookieConsentConfirm:hover { #cookieConsentConfirm:hover {
@ -902,7 +894,6 @@ textarea {
width: 100%; width: 100%;
border-radius: 2px; border-radius: 2px;
font-family: inherit; font-family: inherit;
-webkit-transition: border .3s ease-out;
transition: border .3s ease-out; transition: border .3s ease-out;
} }
select { select {
@ -950,7 +941,6 @@ button {
cursor: pointer; cursor: pointer;
font-family: inherit; font-family: inherit;
border-radius: 2px; border-radius: 2px;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
textarea { textarea {
@ -982,7 +972,6 @@ label {
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
border-radius: 2px; border-radius: 2px;
-webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
/* Bouton redimensionnable pour le formulaire*/ /* Bouton redimensionnable pour le formulaire*/
@ -1381,7 +1370,7 @@ th.col12 {
} }
/* /*
* Couleur des icônes + et - * Couleur des icônes + et -
*/ */
.zwiico-minus-circled, .zwiico-minus-circled,
.zwiico-plus-circled { .zwiico-plus-circled {
@ -1390,10 +1379,6 @@ th.col12 {
} }
.zwiico-minus-circled, .zwiico-minus-circled,
.zwiico-plus-circled { .zwiico-plus-circled {
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease; transition: all 1s ease;
} }
.zwiico-minus-circled:hover, .zwiico-minus-circled:hover,
@ -1403,4 +1388,4 @@ th.col12 {
-ms-transform:scale(1.25); /* Internet Explorer 9 */ -ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */ -o-transform:scale(1.25); /* Opera */
transform:scale(1.25); transform:scale(1.25);
} }