fonct: Revamp du spinner part 1
This commit is contained in:
parent
7f024dae6f
commit
c0a10c4572
41
xstyle.css
41
xstyle.css
@ -1,14 +1,35 @@
|
|||||||
@-moz-document domain("opendigitaleducation.com") {
|
@-moz-document domain("opendigitaleducation.com") {
|
||||||
|
@keyframes rotate {
|
||||||
|
0% {
|
||||||
|
transform: rotate3d(0, 1, 0, 0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotate3d(0, 1, 0, 360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
i.loading {
|
||||||
|
/*content: '';
|
||||||
|
color: rgba(0, 0, 0, 0);*/
|
||||||
|
background-image: url("https://recette.opendigitaleducation.com/assets/themes/cg771d/img/icons/proud.png");
|
||||||
|
background-size: auto;
|
||||||
|
}
|
||||||
body,
|
body,
|
||||||
.navbar .welcome-message {
|
.navbar .welcome-message {
|
||||||
font-family: Calibri, "Segoe UI", "Chalkboard", "Herriweather Sans", sans-serif;
|
font-family: Calibri, "Segoe UI", Alef, sans-serif;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h1 a,
|
h1 a,
|
||||||
nav.horizontal a
|
nav.horizontal a {
|
||||||
{
|
font-family: "Chalkboard", "Alegreya Sans", Candara, sans-serif;
|
||||||
font-family: "Bubblegum Sans", Rancho, sans-serif;
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
nav.horizontal a {
|
||||||
|
font-size: 14pt;
|
||||||
|
}
|
||||||
|
h1,
|
||||||
|
h1 a {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: 18pt;
|
||||||
}
|
}
|
||||||
.navbar .welcome-message {
|
.navbar .welcome-message {
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
@ -57,8 +78,8 @@
|
|||||||
.widgets .news .new {
|
.widgets .news .new {
|
||||||
border-radius: 0 0 12px 12px;
|
border-radius: 0 0 12px 12px;
|
||||||
}
|
}
|
||||||
div:not(.simple-notifications)>.notification i.sticker.app::before {
|
div:not(.simple-notifications) > .notification i.sticker.app::before {
|
||||||
text-shadow:none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
.drop-down-block {
|
.drop-down-block {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -93,11 +114,11 @@
|
|||||||
.chip > i {
|
.chip > i {
|
||||||
color: gray !important;
|
color: gray !important;
|
||||||
}
|
}
|
||||||
.chip:hover {
|
/*.chip:hover {
|
||||||
/*box-shadow: 0px 0px 0px 2px white !important;*/
|
box-shadow: 0px 0px 0px 2px white !important;
|
||||||
}
|
}*/
|
||||||
.chip.selected,
|
.chip.selected,
|
||||||
div:not(.simple-notifications)>.notification i.sticker.app {
|
div:not(.simple-notifications) > .notification i.sticker.app {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
.chip.selected > * {
|
.chip.selected > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user