Dark purple theme for IpLeak made it for myself but happy to share with anyone.
ipleak.net by HomelessHuman
Details
AuthorHomelessHuman
LicenseNo License
Categoryipleak.net
Created
Updated
Size2.1 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 ipleak.net
@version 1
@namespace userstyles.world/user/HomelessHuman
@description Dark purple theme for IpLeak made it for myself but happy to share with anyone.
@author HomelessHuman
==/UserStyle== */
@-moz-document domain("ipleak.net") {
body {
font-family: Verdana, Arial;
margin: 0px;
padding: 0px;
text-align: center;
background: #080808 !important;
height: 100%;
}
#root{
background:black;
}
#header, #footer {
display: block;
font-size: 0.8em;
text-align: center;
padding: 1em;
color: #fe00fa !important;
background-color: #050505;
z-index: 2000;
}
.box {
background-color: #010101;
box-shadow: 0 6px 26px 0 rgba(216, 0, 255, .64);
border: 1px solid #d302ff;
color:white;
}
.blockinline {
border: 1px solid #d302ff00;
color:white;
}
.separator {
border-top: 1px solid #d302ff !important;
padding: 0px !important;
margin: 0px !important;
}
.activate_button {
background-color: #a84ef1;
color:white;
}
.activate_button:hover {
background-color: #e614d1;
}
.ip_box, .ipv4_box, .ipv6_box {
background-color: #01010100;
box-shadow: 0 6px 26px 0 rgba(0,0,0,.08);
border-radius: 0.5em;
border: 1px solid #d302ff;
transition: box-shadow 0.5s;
}
.ip, .digital {
font: 1em 'Orbitron', Arial, sans-serif;
background-color: #1e0037;
color: #f800ff;
text-shadow: 0px 0px 5px #f800ff;
border: 1px inset #d302ff;
text-decoration: none;
}
#query {
width: 30vw;
background-color: #1e003708;
color: #f800ff;
border: 1px inset #d302ff;
}
input {
background-color: #1e003708;
color: #f800ff;
border: 1px inset #d302ff;
}
input:hover {
background-color: #6b00c496;
color: #f800ff;
border: 1px inset #d302ff;
}
.location{
font: 1em 'Orbitron', Arial, sans-serif;
background-color: #1e0037;
color: #ffe600;
text-shadow: 0px 0px 5px #f800ff;
text-decoration: none;
}
.isp {
color: #ff8000;
}
.docs_center, .map_view_large{
color:white;
}
#docs {
margin: 10px;
margin-top: 50px;
margin-bottom: 30px;
text-align: left;
color:white;
}
}