diff --git a/xstyle.css b/xstyle.css index d860d2e..3c8421f 100644 --- a/xstyle.css +++ b/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 > * {