Dark Style for Lost Ark Codex
Lost Ark Codex Dark by gamefreak

Details
Authorgamefreak
LicenseNo License
CategoryLost Ark Codex
Created
Updated
Code size1.4 kB
Code checksum482a023
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Lost Ark Codex Dark
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("lostarkcodex.com") {
/*Background*/
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: #fff;
text-align: var(--bs-body-text-align);
background-color: #090909;
}
/*Navigation Bar*/
.navbar-gradient {
background-image: linear-gradient(to top,#090909 0,#171717 100%);
}
/*Cards*/
.card {
background-color: #1c1c1c;
background-clip: border-box;
border: 1px solid #6a6a6a;
border-radius: 0.25rem;
}
.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: #1aad829e;
border-bottom: 1px solid #7a8288;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff;
background-color: #1aad829e;
border-color: #999;
}
/*Search*/
.tt-open {
background-color: #1c1c1c;
border: 1px solid #6a6a6a;
}
/*Map Background*/
.leaflet-container {
background: #313131;
outline: 0;
}
/*Experimental Padding Removal*/
.bottomad, .topad {
height: 0px;
text-align: center;
}
}