Dark
HackTricks by bamabraves
Details
Authorbamabraves
LicenseNo License
Categoryhttps://book.hacktricks.xyz/
Created
Updated
Size12 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name HackTricks
@namespace none
@author BamaBraves
@description `Black Highlights`
@version 1
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("hacktricks.xyz") {
/* Site Settings */
* {
letter-spacing: 1px !important;
text-decoration: none !important;
transition: none !important;
}
.uppercase
{
text-transform: capitalize !important;
}
selector,
:focus
{
border: none !important;
box-shadow: none !important;
outline: none !important;
text-shadow: none !important;
}
/* Fonts
_____________________________________________________________________________________________________*/
p
{
font-size: 1.85rem !important;
}
pre .text-sm
{
font-size: 1.52rem !important;
}
p.text-sm.text-dark\/6.dark\:text-light\/5,
pre .text-sm
{
line-height: 2.1rem !important;
}
/* Remove Items
_____________________________________________________________________________________________________*/
.dark\:text-light\/7:is(.dark *),
.dark\:dark\:to-dark:is(.dark *):is(.dark *),
.mt-4
{
left: -9999px !important;
position: absolute !important;
top: -9999px !important;
}
/* Left/Right/Top/Bottom
_____________________________________________________________________________________________________*/
selector
{
top: 10px !important;
}
/* Margins
_____________________________________________________________________________________________________*/
selector
{
margin: 1.2rem !important;
}
selector
{
margin: 3px 6px !important;
}
/* Paddings
_____________________________________________________________________________________________________*/
selector
{
padding: 1.2rem !important;
}
selector
{
padding: 13px 26px !important;
}
/* Heights
_____________________________________________________________________________________________________*/
selector
{
max-height: none !important;
}
selector
{
height: auto !important;
}
/* Width
_____________________________________________________________________________________________________*/
.max-w-3xl,
.max-w-screen-2xl
{
max-width: none !important;
}
selector
{
width: auto !important;
}
selector
{
width: 98% !important;
}
}
@-moz-document domain("hacktricks.xyz") {
/* Font Settings */
a[href]
{
color: #0ff !important;
text-shadow: 1px 1px #000 !important;
}
a[href]:visited
{
color: #fc79fc !important;
text-shadow: 1px 1px #000 !important;
}
/* Yellow
_____________________________________________________________________________________________________*/
.dark\:bg-primary-600:is(.dark *):hover,
[data-testid="cookies-dialog"] .dark\:ring-light\/1:is(.dark *):hover,
a[href]:hover,
h1,
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label
{
color: #ff0 !important;
}
/* White
_____________________________________________________________________________________________________*/
body,
li,
p
{
color: #fff !important;
}
/* Khaki
_____________________________________________________________________________________________________*/
.dark\:tracking-wider:is(.dark *),
h1,
h2
{
color: #f0e890 !important;
}
/* Burlywood
_____________________________________________________________________________________________________*/
h3,
h4,
strong
{
color: #e0b880 !important;
}
/* Sandy Brown
_____________________________________________________________________________________________________*/
h5,
h6,
label
{
color: #f0a060 !important;
}
/* Blue
_____________________________________________________________________________________________________*/
time
{
color: #07beff !important;
}
/* Green
_____________________________________________________________________________________________________*/
selector
{
color: #07ff24 !important;
}
/* Red
_____________________________________________________________________________________________________*/
selector
{
color: #ff0707 !important;
}
/*
_____________________________________________________________________________________________________*/
input,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea
{
background-color: #5d1b1b !important;
color: #fff !important;
}
/*
_____________________________________________________________________________________________________*/
::selection {
background: #ff9 !important;
color: #000 !important;
}
pre ::selection {
background: #ff9 !important;
color: #fff !important;
}
::placeholder {
color: #f48f8f !important;
opacity: 1;
}
/* Misc
_____________________________________________________________________________________________________*/
selector
{
color: #fff !important;
}
}
@-moz-document domain("hacktricks.xyz") {
/* Background Settings */
body,
html
{
background: #000 !important;
}
/* Buttons
_____________________________________________________________________________________________________*/
/* Red
_____________________________________________________________________________________________________*/
[data-testid="cookies-dialog"] .dark\:ring-light\/1:is(.dark *)
{
background: radial-gradient(circle, #d90008a8 0%, #000 100%) !important;
border-radius: 22px !important;
border: none !important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d,
inset -2px -3px 5px #ffffff50 !important;
color: #fff !important;
opacity: 1 !important;
position: relative !important;
z-index: 1 !important;
}
[data-testid="cookies-dialog"] .dark\:ring-light\/1:is(.dark *)::before
{
background: radial-gradient(circle, #000 0%, #d90008 100%) !important;
border-radius: 22px !important;
bottom: 0;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d,
inset -2px -3px 5px #ffffff80 !important;
color: #ff0 !important;
content: "";
left: 0;
opacity: 0 !important;
position: absolute !important;
right: 0;
top: 0;
transition: opacity 0.8s linear !important;
z-index: -1 !important;
}
[data-testid="cookies-dialog"] .dark\:ring-light\/1:is(.dark *):hover::before
{
opacity: 1 !important;
}
/* Green
_____________________________________________________________________________________________________*/
.dark\:bg-primary-600:is(.dark *)
{
background: radial-gradient(circle, #05b717a8 0%, #000 100%)!important;
border-radius: 22px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff50!important;
color: #fff!important;
opacity: 1!important;
position: relative!important;
z-index: 1!important;
}
.dark\:bg-primary-600:is(.dark *)::before
{
background: radial-gradient(circle, #000 0%, #05b717 100%)!important;
border-radius: 22px!important;
bottom: 0;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
color: #ff0!important;
content: "";
left: 0;
opacity: 0!important;
position: absolute!important;
right: 0;
top: 0;
transition: opacity .8s linear!important;
z-index: -1!important;
}
.dark\:bg-primary-600:is(.dark *):hover::before
{
opacity: 1!important;
}
/* Red Gradient
_____________________________________________________________________________________________________*/
[data-testid="cookies-dialog"]
{
background: linear-gradient(to bottom, #590505 0%, #000 100%) !important;
}
/* Gray Gradient
_____________________________________________________________________________________________________*/
.dark\:shadow-light\/1:is(.dark *)
{
background: linear-gradient(to bottom, #242323 0%, #000 100%) !important;
}
/* Code
_____________________________________________________________________________________________________*/
pre
{
background: url(https://image.ibb.co/e8fWZk/red_carbon_pattern_by_mystica_264_d4ceu9m.png)
#111 !important;
background-size: 100% !important;
}
}
@-moz-document domain("hacktricks.xyz") {
/* Image Settings */
li,
p
{
filter: brightness(75%) !important;
z-index: 999 !important;
}
/*
_____________________________________________________________________________________________________*/
li:hover,
p:hover,
p:hover code
{
filter: brightness(100%) !important;
}
/*
_____________________________________________________________________________________________________*/
img
{
border-radius: 22px !important;
}
/*
_____________________________________________________________________________________________________*/
img {
-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}
}
@-moz-document domain("hacktricks.xyz") {
/* Scrollbar Settings */
/* Width
_____________________________________________________________________________________________________*/
::-webkit-scrollbar {
width: 1.82em!important;
}
/* Color of handle
_____________________________________________________________________________________________________*/
::-webkit-scrollbar-thumb {
background: #580303!important;
background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), rgba(55, 55, 55, 1) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, 0.25)!important;
}
::-webkit-scrollbar-thumb:hover {
background: #580303!important;...