* {
  font-family: Consolas, 'Microsoft Yahei UI', 'Microsoft Yahei', 'Helvetica Neue', 'Hiragino Sans GB', Helvetica, Tahoma, FangSong, STFangsong, sans-serif; 
}

.spinner > div {
  background-color: #F2F2F2;
  background-color: orangered\0;
}

.action, #listing h2, #search .boxes h3, .card h3, .collapsible > label *, .dashboard p label, .message {
  color: #F2F2F2;
}

a {
  color: powderblue;
}

#search.active i, #search.active input, table th {
  color: #FFFFFF;
}

#loading, #login, #search.active #input, body, header, .card, #search .boxes, .ace-chrome .ace_gutter-active-line {
  background-color: #3B3B3B;
  color: #F2F2F2;
}

#search #input, #search #result, .input, #listing.list .item.header, .ace-chrome .ace_gutter, .share__box__download { 
  background-color: #303030;
  color: #EEEEEE;
}

#listing .item, .ace-chrome, .shell, .share__box {
  background-color: #333333;
  color: #F0F0F0;
}

#loading::after, #login::after {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    content: '©2022-2025 All rights reserved.';
    color: deepskyblue;
    /* IE Style */
    bottom: 30px\0;
    font-size: 36px\0;
    color: tomato\0;
}

#loading, #login {
    background:white\0;
}

#login img {
    width: 10em;
    height: 10em;
}

#login h1 {
    text-align: center;
    font-size: 1.8em;
    margin: 0.4em 0 0.67em;
}
