Skip to content

H5AI - Dark by leyarotheconquerer

Screenshot of H5AI - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categoryh5ai

Created

Updated

Size820 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a dark theme for the H5AI front-end.

Notes

Source code

/* ==UserStyle==
@name           H5AI - Dark
@namespace      larsjung.de/h5ai/demo
@version        1.0.0
@description    Adds a dark theme for the H5AI front-end.
@author         TheChiefMeat
==/UserStyle== */

@-moz-document url-prefix("https://larsjung.de/h5ai/demo") {
#mainrow,
#topbar,
#content,
#view .item,
#sidebar {
    background-color: #1d1f21;
}

#tree a,
#tree a:active,
#tree a.visited,
#root,
input,
select,
#crumbbar a,
#crumbbar a:active,
#crumbbar a:visited,
#backlink,
#backlink:active,
#backlink:visited {
    color: rgba(255, 255, 255, 0.9);
}

#view.view-details .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar {
    border-right: 3px solid rgba(255, 255, 255, 0.1);
}

#view.view-icons .landscape {
    background: #272727;
}
}

Reviews

No reviews yet.