feat: experimentation with new fonts. Small fixes.
This commit is contained in:
parent
a1b766cfe6
commit
4b2b0793fe
22
xstyle.css
22
xstyle.css
@ -1,4 +1,18 @@
|
|||||||
@-moz-document domain("opendigitaleducation.com") {
|
@-moz-document domain("opendigitaleducation.com") {
|
||||||
|
body,
|
||||||
|
.navbar .welcome-message {
|
||||||
|
font-family: Calibri, "Segoe UI", Alef, sans-serif;
|
||||||
|
}
|
||||||
|
h1,
|
||||||
|
h1 a,
|
||||||
|
nav.horizontal a
|
||||||
|
{
|
||||||
|
font-family: Rancho, "Bubblegum Sans", sans-serif;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.navbar .welcome-message {
|
||||||
|
font-size: initial;
|
||||||
|
}
|
||||||
.container section.main {
|
.container section.main {
|
||||||
backdrop-filter: blur(30px);
|
backdrop-filter: blur(30px);
|
||||||
background: rgba(255, 255, 255, 0.66) !important;
|
background: rgba(255, 255, 255, 0.66) !important;
|
||||||
@ -22,7 +36,7 @@
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
.notification {
|
.notification {
|
||||||
border: none;
|
border: none !important;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background: rgba(255, 255, 255, 0.80);
|
background: rgba(255, 255, 255, 0.80);
|
||||||
}
|
}
|
||||||
@ -43,6 +57,9 @@
|
|||||||
.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 {
|
||||||
|
text-shadow:none;
|
||||||
|
}
|
||||||
.drop-down-block {
|
.drop-down-block {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
@ -79,7 +96,8 @@
|
|||||||
.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 {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
.chip.selected > * {
|
.chip.selected > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user