Tried to make a Material-like theme for one.43edu.ru
one43edu Material by EcStud
Details
AuthorEcStud
LicenseNo License
Categoryone.43edu.ru
Created
Updated
Code size3.2 kB
Code checksumf499b0ee
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name one43edu Material
@version 20230517.21.19
@namespace ?
==/UserStyle== */
@-moz-document domain("one.43edu.ru") {
.x-panel-body {
background: #f5f5ff !important;
margin-top: 16px;
}
#dataview-1052 {
padding: 16px;
}
.ux-desktop-shortcut {
background: #fff;
border-radius: 16px;
width: unset;
padding: 16px;
display: flex;
flex-direction: column;
justify-content: center;
place-items: center;
gap: 8px;
transition: background 100ms;
}
.ux-desktop-shortcut * {
padding: 0;
margin: 0;
}
.ux-desktop-shortcut:hover {
border: none;
background: #f8f8ff !important;
;
}
.ux-desktop-shortcut-text {
color: #555 !important;
}
.ux-desktop-shortcut:hover .ux-desktop-shortcut-text {
text-decoration: none;
}
.ux-desktop-shortcut-icon {
filter: hue-rotate(90deg);
}
#taskbar-1024 {
height: 64px;
display: flex;
place-items: center;
background: #99f;
}
#tbfill-1041 {
display: none !important;
}
#taskbar-1024-targetEl {
min-width: unset !important;
position: relative;
display: flex;
flex-direction: row !important;
width: unset !important;
}
.x-box-item {
background: none !important;
}
.x-toolbar-item {
background: none;
}
.x-mask {
display: none;
}
.x-window {
border-radius: 32px;
box-shadow: #2222 4px 4px 28px;
}
.x-css-shadow {
display: none !important;
}
.x-window-header {
background: #f6f6f3;
}
.x-window-header-body {
translate: -8px;
}
.x-window-header-body > div > div {
display: flex !important;
padding-left: 16px;
position: relative !important;
}
.x-window-header-text-container {
width: unset !important;
padding-left: 20px;
}
.x-window-header-text {
font-weight: 300;
opacity: 60%;
}
}
@-moz-document regexp(".*one.43edu.ru/edv/index/participant.*") {
.one-participant {
display: none;
}
.control-panel {
top: 0;
margin: 0 !important;
padding: 8px;
width: 100%;
position: fixed;
background: #fff;
display: flex;
place-content: center;
flex-wrap: wrap;
gap: 8px;
}
.control-panel .spacer {
display: none;
}
.control-panel > * {
border: #ddd 1px solid;
border-radius: 8px;
}
.diary-panel {
margin-top: 96px;
}
.table tbody {
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}
tr * {
border: none !important;
}
.row-wday {
width: 100%;
}
.row-header {
display: none !important;
}
tr:not(.row-wday) {
display: flex;
flex-direction: column;
background: #eef;
border-radius: 16px;
padding: 8px;
place-items: center;
width: fit-content;
width: 300px;
}
.lesson-time {
display: none;
}
.col-topic {
margin-top: -16px;
}
.marks {
text-align: center;
font-size: 20px;
}
}