Dark css Style for Orbi Router Admin Panel pages for use with the Stylus browser extension for Firefox and Chromium/Chrome.
orbilogin.com - Darkmode / Dark Style for Netgear Orbi Router RBR20 Admin Panel by devolt
Details
Authordevolt
LicenseWTFPL - http://www.wtfpl.net/about/
Categoryorbilogin.com, orbilogin.net, netgear
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Instructions
Get Stylus and install the style, by using the “find styles” feature.
Tested with an Orbi RBR20 Router. May or may not work with other models. If you have issues check your model type. It would then be best to create a style for your specific model and upload it with the model name in your Style's name/description, so other people can find it.
Note that this style is not meant for the orbilogin.com webpage, but for the admin panel that your Orbi Router should redirect to. You may have to check that the style applies to your routers IP address, so something like "http://192.168.1.1". The style can also be applied to your orbi satellites (repeaters), again make the style apply to the right IP-address.
—
Changelog
v1
- Created initial version. Should work, but maybe I missed something. If there’s a problem, feel free to edit this css and upload an improved version. No need to credit the original author or anything.
Source code
/* ==UserStyle==
@name orbilogin.com - Darkmode / Dark Style for Netgear Orbi Router RBR20 Admin Panel
@version 20211117.13.41
@namespace userstyles.world/user/devolt
@description Dark css Style for Orbi Router Admin Panel pages for use with the Stylus browser extension for Firefox and Chromium/Chrome.
@author devolt
@license WTFPL - http://www.wtfpl.net/about/
==/UserStyle== */
@-moz-document url-prefix("http://orbilogin.net"), url-prefix("http://orbilogin.com"), url-prefix("http://192.168.1.1/") {
body {
color: white;
background-color: #1e1e1e;
}
#form_content,
#content_icons {
background-color: #5c5c5c;
}
/* Remove the banner for the mobile App */
.card-orbi-app {
display: none;
}
/* Help Links */
a {
color: #44d1ff
}
/* Info on the "Advanced" tab */
.adv_icon tr td b {
color: black !important;
}
#content_icons .subhead_blue {
color: black !important;
}
tbody > tr > td {
color: white !important;
}
/* White sections that appear while loading the page */
#formframe_wait_div,
#top {
background-color: #1e1e1e !important;
}
/* "Internet" Section */
#bas_top, #main {
background-color: #5c5c5c;
}
/* Fixed a line */
#option61_bluebar > td:nth-child(1) {
border-top: 2px solid #9d98ff;
}
#option61_bluebar > td:nth-child(1) > img:nth-child(1) {
display: none;
}
/* Other little things */
#help_switch {
background-color: #1e1e1e !important;
}
#help {
border: 4px solid gray;
}
/* Attached Devices */
.even_line {
background-color: #5c5c5c;
}
}