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") {
|
||||
@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,
|
||||
.navbar .welcome-message {
|
||||
font-family: Calibri, "Segoe UI", "Chalkboard", "Herriweather Sans", sans-serif;
|
||||
font-family: Calibri, "Segoe UI", Alef, sans-serif;
|
||||
}
|
||||
h1,
|
||||
h1 a,
|
||||
nav.horizontal a
|
||||
{
|
||||
font-family: "Bubblegum Sans", Rancho, sans-serif;
|
||||
nav.horizontal a {
|
||||
font-family: "Chalkboard", "Alegreya Sans", Candara, sans-serif;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
nav.horizontal a {
|
||||
font-size: 14pt;
|
||||
}
|
||||
h1,
|
||||
h1 a {
|
||||
font-weight: normal;
|
||||
font-size: 18pt;
|
||||
}
|
||||
.navbar .welcome-message {
|
||||
font-size: initial;
|
||||
@ -57,8 +78,8 @@
|
||||
.widgets .news .new {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
div:not(.simple-notifications)>.notification i.sticker.app::before {
|
||||
text-shadow:none;
|
||||
div:not(.simple-notifications) > .notification i.sticker.app::before {
|
||||
text-shadow: none;
|
||||
}
|
||||
.drop-down-block {
|
||||
padding: 10px;
|
||||
@ -93,11 +114,11 @@
|
||||
.chip > i {
|
||||
color: gray !important;
|
||||
}
|
||||
.chip:hover {
|
||||
/*box-shadow: 0px 0px 0px 2px white !important;*/
|
||||
}
|
||||
/*.chip:hover {
|
||||
box-shadow: 0px 0px 0px 2px white !important;
|
||||
}*/
|
||||
.chip.selected,
|
||||
div:not(.simple-notifications)>.notification i.sticker.app {
|
||||
div:not(.simple-notifications) > .notification i.sticker.app {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.chip.selected > * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user