Dracula theme for KTU AIS
uais.cr.ktu.lt by dovy2kas
Details
Authordovy2kas
LicenseNo License
Categoryuais.cr.ktu.lt
Created
Updated
Size874 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name uais.cr.ktu.lt
@version 20230920.15.15
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://uais.cr.ktu.lt/ktuis/stud.busenos") {
.container-fluid {
background-color: #282a36;
}
html, body {
background-color: #282a36;
color: #f8f8f2;
font-size: 1em;
}
.logo {
background-color: #44475a;
background-image: none;
}
.navbar, div.info_container{
background-color: #44475a;
color: #f8f8f2;
}
div.kalend_cell {
background-color: #44475a;
color: #ff79c6 !important;
}
* {
outline: none;
border: none;
}
a, .navbar-text, legend{
color: #f8f8f2;
}
.btn {
background-color: #bd93f9;
background-image: none;
}
.navbar-inner, .wrap-it {
border: 1px solid #44475a;
}
.navbar .nav > li > a {
text-shadow: none;
color: #f8f8f2;
}
a:hover {
color: #ff79c6;
}
}