Skip to content

FileList by MitsukiHaruko

Screenshot of FileList

Details

AuthorMitsukiHaruko

LicenseNo License

CategoryFileList

Created

Updated

Code size2.7 kB

Code checksum5be31da0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A Theme for Filelist.io

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FileList
@namespace    USO Archive
@author       MitsukiHaruko
@description  FileList
@version      20231011.10.28
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("filelist.io") {
  html {
    background: #343d2d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body {
    background: none;
  }
  #wrapper {
    background: none;
  }
  .mainheader {
    background: none;
  }
  .status_avatar {
    display: none;
  }
  .statusbar {
    background-color: #1c1c1c44;
    box-shadow: 0 0 10px 1px #1c1c1c44;
    border: 0;
    padding: 1rem;
    margin-top: 35px;
    width: fit-content;
  }
  #navigation {
    border: 0;
    background-color: #1c1c1c44;
    box-shadow: 0 0 10px 1px #1c1c1c44;
  }
  #nav ul li a {
    color: #e9e9e9af;
  }
  #nav ul li.active,
  #nav ul li a:hover,
  #nav ul li.active a {
    color: white !important;
    transition: 0.7s;
  }
  font,
  span,
  .statusbar a {
    color: white !important;
    font-weight: 900;
  }
  a {
    color: white !important;
  }
  .pager a,
  .pager a:link {
    background-color: #1c1c1c44 !important;
  }
  .pager span.current {
    background-color: #15151584 !important;
    cursor: pointer !important;
  }
  fieldset {
    background-color: #15151584 !important;
  }
  #sectionmain .sectiontitle {
    background-color: #15151584 !important;
  }
  .nblock-headerleft,
  .nblock-header,
  .nblock-headerright,
  .nblock-content,
  .nblock-bottom,
  .sblock-headerleft,
  .sblock-header,
  .sblock-headerright,
  .sblock-content,
  .sblock-bottom,
  .cblock-headerleft,
  .cblock-header,
  .cblock-headerright,
  .cblock-top,
  .cblock-content,
  .cblock-bottom,
  #footer {
    border: 0;
    background: #1c1c1c44 !important;
    box-shadow: 0 0 10px 1px #1c1c1c44;
  }
  .cblock-content,
  .sblock-header,
  .nblock-header,
  .nblock-content,
  .cblock-header {
    width: 100% !important;
  }
  .sblock-headerleft,
  .nblock-headerright,
  .sblock-headerright,
  .sblock-bottom,
  .nblock-headerleft,
  .cblock-headerleft,
  .cblock-bottom,
  .cblock-headerright,
  .nblock-bottom {
    width: 0 !important;
  }
  .nblock-bottom {
    width: 684px;
  }
  .colhead {
    color: white !important;
    border: 0;
    background: transparent;
  }
  .cblock-innercontent .colhead {
    border: 1px solid #1c1c1c44;
    background: transparent;
  }
  #copyright {
    border-top: 1px solid #1c1c1c44;
    background: #1c1c1c44;
  }
}

Reviews

No reviews yet.