Verschiedene Farben für unterschiedliche Mobius-Server und ggf andere RA-Seiten
RA Stylings by slizzered
Details
Authorslizzered
LicenseNo License
Categoryinternal
Created
Updated
Code size965 B
Code checksumc870eaf6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RA Stylings
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Verschiedene Farben für unterschiedliche Mobius-Server und ggf andere RA-Seiten
@author CE
==/UserStyle== */
@-moz-document domain("192.168.246.130") {
.dark {
background: goldenrod !important;
}
.nav-bar a {
color: #444444;
}
#user-info-container a {
color: #444444;
font-weight: bold;
}
}
@-moz-document url-prefix("http://192.168.246.130/auth/login") {
body {
background-color: goldenrod;
}
}
@-moz-document domain("192.168.247.114") {
.dark {
background: thistle !important;
}
.nav-bar a {
color: #444444;
}
#user-info-container a {
color: #444444;
font-weight: bold;
}
}
@-moz-document url-prefix("http://192.168.247.114/auth/login") {
body {
background-color: thistle;
}
}