Files
copyparty/contrib/plugins/browser.css

31 lines
602 B
CSS
Raw Normal View History

2021-06-12 04:22:07 +02:00
html {
2021-10-23 16:59:11 +02:00
background: #222 url('/wp/wallhaven-mdjrqy.jpg') center / cover no-repeat fixed;
2021-06-12 04:22:07 +02:00
}
#files th {
background: rgba(32, 32, 32, 0.9) !important;
}
#ops,
2021-10-23 16:59:11 +02:00
#tree,
2021-06-12 04:22:07 +02:00
#files td {
background: rgba(32, 32, 32, 0.3) !important;
}
html.light {
2021-06-14 01:01:06 +02:00
background: #eee url('/wp/wallhaven-dpxl6l.png') center / cover no-repeat fixed;
2021-06-12 04:22:07 +02:00
}
html.light #files th {
background: rgba(255, 255, 255, 0.9) !important;
}
2021-09-18 02:07:29 +02:00
html.light .logue,
2021-06-12 04:22:07 +02:00
html.light #ops,
2021-10-23 16:59:11 +02:00
html.light #tree,
2021-06-12 04:22:07 +02:00
html.light #files td {
background: rgba(248, 248, 248, 0.8) !important;
}
#files * {
background: transparent !important;
}