some Catppuccin styled theme for timetable of Saint Petersburg University
timetable.spbu.ru Catppuccin theme by weterperm
Details
Authorweterperm
Licensetg: @alice3e
Categoryhttps://timetable.spbu.ru
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name timetable.spbu.ru
@version 20240415.11.46
@namespace ?
==/UserStyle== */
@-moz-document domain("timetable.spbu.ru") {
body {
color: #cad3f5 !important;
background-color: #24273a !important;
}
.breadcrumb {
background-color: #24273a !important;
}
a {
color: #a476db !important;
}
.navbar-default {
background-color: #24273a !important;
border-color: #0c0d14 !important;
}
.panel-default {
border-color: #24273a !important;
}
.panel {
background-color: #24273a !important;
}
.panel-default > .panel-heading {
color: #333;
background-color: #1e2030 !important;
border-color: #0c0d14 !important;
}
.common-list-item {
background-color: #24273a !important;
border-top: 1px solid #cad3f5;
}
.common-list-item .cancelled {
background: #424656;
text-decoration: line-through;
}
.common-list-item .changed {
background: #424656;
}
h4 {
font-size: 18px;
color: #848d97 !important;
}
.navbar .locale-switcher .control-group.active label {
background: #833ed6;
}
.panel-default {
border-color: #a476db !important;
}
.common-list-item {
background-color: #24273a !important;
border-top: 1px solid #ae97c9 !important;
}
.common-list-item:last-child {
border-bottom: 1px solid #a476db !important;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #24273a !important;
border: 1px solid #ae97c9;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
}