updated style.css

This commit is contained in:
Thoscellen 2021-04-29 14:31:27 +02:00
parent 413771b3cc
commit d88e13eebd

View File

@ -1,4 +1,4 @@
@-moz-document domain("opendigitaleducation.com") { @-moz-document domain("recette.opendigitaleducation.com") {
@keyframes rotate { @keyframes rotate {
0% { 0% {
transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg);
@ -13,26 +13,25 @@
background-image: url("https://recette.opendigitaleducation.com/assets/themes/cg771d/img/icons/proud.png"); background-image: url("https://recette.opendigitaleducation.com/assets/themes/cg771d/img/icons/proud.png");
background-size: auto; background-size: auto;
} }
body, body {
.navbar .welcome-message { font-family: Calibri, sans-serif;
font-family: Calibri, "Segoe UI", sans-serif;
} }
h1, h1,
h1 a, h1 a,
nav.horizontal a { nav.horizontal a,
font-family: "Chalkboard", "Amaranth", sans-serif; .navbar .welcome-message {
letter-spacing: -1px; font-family: KGJune, sans-serif;
} }
nav.horizontal a { nav.horizontal a {
font-size: 14pt; font-size: 14pt;
} }
h1, h1,
h1 a { h1 a {
font-weight: normal; font-weight: bolder;
font-size: 18pt; font-size: 18pt;
} }
.navbar .welcome-message { .widgets h1 {
font-size: initial; font-family: "Rancho", sans-serif;
} }
.container section.main { .container section.main {
backdrop-filter: blur(30px); backdrop-filter: blur(30px);
@ -57,7 +56,10 @@
float: none; float: none;
} }
.notification { .notification {
border: none !important; border-top: none !important;
border-bottom: none !important;
border-right: none !important;
border-left-width: 14px !important;
border-radius: 12px; border-radius: 12px;
background: rgba(255, 255, 255, 0.80); background: rgba(255, 255, 255, 0.80);
} }
@ -130,7 +132,7 @@
.chip.multiselect * { .chip.multiselect * {
color: white !important; color: white !important;
} }
nav.horizontal > a i::before, nav.horizontal > a i::before,
nav.horizontal popover > a i::before{ nav.horizontal popover > a i::before{
color: #2a9cc8 !important; color: #2a9cc8 !important;
} }