TourPlan NX Dark Mode invert colours.
TourPlan NX Dark Mode invert colours by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorytourplan
Created
Updated
Size1.8 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 TourPlan NX Dark Mode invert colours
@version 20240725.99.7
@namespace english
@description TourPlan NX Dark Mode invert colours.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("nx.tourplan.net") {
/* ==UserStyle==
@name TourPlan NX Dark Mode invert colours
@description TourPlan NX Dark Mode invert colours.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html.tp-screen-large {
min-width: 10px !important ;
}
html,nav,header,main {
min-width: 10px !important ;
left:-40px !important ;
}
html.tp-screen-large {
min-width: 10px;
}
main, header{
filter: invert(1) hue-rotate(180deg) contrast(0.7) brightness(1.2);
}
header{z-index:9999;}
body{
background: linear-gradient(90deg, #323232 0%, #787878 65%, #B7B7B7 100%);
}
html .ngview>div.tpnavopen>nav {
width: 17%;
}
footer{display:none !important ;}
html home{
margin: 0 !important ;
width: auto;
min-width: 166px;
}
html main{
width: 76% !important ;
margin-left: 17.5% !important ;
}
.ngview>div.tpnavpinned header, .ngview>div.tpnavpinned footer {
margin-left: 17% !important ;
}
.ngview>div.tpnavpinned header, .ngview>div.tpnavpinned footer {
margin-left: 17%;
width: 76% !important ;
}