forked from ZwiiCMS-Team/ZwiiCMS
Correction de syntaxe
This commit is contained in:
parent
63d3931549
commit
59eab29353
@ -7,7 +7,7 @@
|
|||||||
* @author Rémi Jean <remi.jean@outlook.com>
|
* @author Rémi Jean <remi.jean@outlook.com>
|
||||||
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
||||||
* @license GNU General Public License, version 3
|
* @license GNU General Public License, version 3
|
||||||
* @link http://zwiicms.com/
|
* @link http://zwiicms.fr/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -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,12 +446,12 @@ header .container {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Element du header */
|
/* Element du header
|
||||||
|
|
||||||
#themeHeaderImage {
|
#themeHeaderImage {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* Menu
|
/* Menu
|
||||||
body > nav {
|
body > nav {
|
||||||
@ -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*/
|
||||||
@ -1019,6 +1008,16 @@ label {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Empêche le débordement et les sauts de ligne */
|
||||||
|
.inputFileManagerWrapper {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
.inputFileManagerWrapper > .inputFile {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
.pagination {
|
.pagination {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
@ -1359,3 +1358,34 @@ th.col12 {
|
|||||||
.accordion-content {
|
.accordion-content {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Captcha
|
||||||
|
* Taille des images
|
||||||
|
*/
|
||||||
|
.captchaNumber {
|
||||||
|
height: 25px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Couleur des icônes + et -
|
||||||
|
*/
|
||||||
|
.zwiico-minus-circled,
|
||||||
|
.zwiico-plus-circled {
|
||||||
|
color: #D8890B;
|
||||||
|
font-size: 1.3em !important;
|
||||||
|
}
|
||||||
|
.zwiico-minus-circled,
|
||||||
|
.zwiico-plus-circled {
|
||||||
|
transition: all 1s ease;
|
||||||
|
}
|
||||||
|
.zwiico-minus-circled:hover,
|
||||||
|
.zwiico-plus-circled:hover {
|
||||||
|
-webkit-transform:scale(1.25); /* Safari et Chrome */
|
||||||
|
-moz-transform:scale(1.25); /* Firefox */
|
||||||
|
-ms-transform:scale(1.25); /* Internet Explorer 9 */
|
||||||
|
-o-transform:scale(1.25); /* Opera */
|
||||||
|
transform:scale(1.25);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user