/* 登录界面 LOGO 放大 */
#login img {
    width: 15em;
    height: 15em;
    margin: 0 auto;
    display: block;
}

/* h1文字大小 */
#login h1 {
    text-align: center;
    font-size: 2em;
    margin: .4em 0 .67em;
}

/* 输入框 */
.input {
    border-radius: .1em;
    padding: .5em 1em;
    background: #f321354d;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #333;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
placeholder="用户名"
}

/* 文件图标稍微大一点 */
#listing.list .item div:first-of-type i {
    font-size: 2.5em;
}

/* 媒体预览图黑色背景透明度稍微小一点 */
#previewer {
    background-color: rgb(0 0 0 / 80%);
}

/* 音频预览播放器大小和位置 */
audio {
    width: 350px;
}

/* header logo 放大 */
header img {
    height: 3.8em;
}

/* 命令行弹出的方向 */
.shell--hidden {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}


/* 命令行界面重新配色 */
.shell {
    position: fixed;
    bottom: 0;
    left: 57%;
    height: 100%;
    max-height: calc(100% - 4em);
    background: #46174cd1;
    color: #ecb5ff;
    z-index: 9999;
    width: 45%;
    font-family: consolas;
    overflow: auto;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
}

/* 命令行上文字字体和颜色 */
.shell__prompt i {
    color: #fdf500;
}

.shell__text {
    margin: 0;
    font-family: consolas,"Courier New",monospace;
    white-space: pre-wrap;
    width: 100%;
}


/* 手机上命令行从下往上弹 */
@media (max-width:736px) {
    
.shell--hidden {
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
}

}

/* 隐藏作者信息，以免被谷歌等搜索引擎检索 */
.credits {
    font-size: .6em;
    margin: 3em 2.5em;
    color: #c30b0b;
    display: none;
}

/* 手机等小屏幕设备上的命令行工具样式 */
@media (max-width:736px) {
    
.shell {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50%;
    max-height: calc(100% - 4em);
    background: #46174cd1;
    color: #ecb5ff;
    z-index: 9999;
    width: 100%;
    font-family: consolas,"Courier New",monospace;
    overflow: auto;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
}

}

/* 文字编辑器里的文字大小 */
.ace_editor {
    position: relative;
    overflow: hidden;
    font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 文件夹染黄色 */
#listing .item[data-dir=true] div i {
    color: #ffc84b;
}

/* 各种文件染色方案 */
#listing .item[aria-label$=".txt"] div i {
    color: #7d7d7d;
}


#listing .item[aria-label$=".md"] div i {
    color: #acbcc1;
}

#listing .item[aria-label$=".xlsx"] div i {
    color: #88bf8c;
}

#listing .item[aria-label$=".xls"] div i {
    color: #88bf8c;
}

#listing .item[aria-label$=".docx"] div i {
    color: #90b4c1;
}

#listing .item[aria-label$=".doc"] div i {
    color: #90b4c1;
}

#listing .item[aria-label$=".jpg"] div i {
    color: #4e9e9e;
}

#listing .item[aria-label$=".gif"] div i {
    color: #4e9e9e;
}

#listing .item[aria-label$=".JPG"] div i {
    color: #4e9e9e;
}

#listing .item[aria-label$=".png"] div i {
    color: #4e9e9e;
}

#listing .item[aria-label$=".7z"] div i {
    color: #4f6c6f;
}

#listing .item[aria-label$=".zip"] div i {
    color: #4f6c6f;
}

#listing .item[aria-label$=".rar"] div i {
    color: #4f6c6f;
}

#listing .item[aria-label$=".mp4"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".mov"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".MOV"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".mkv"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".rm"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".rmvb"] div i {
    color: #a268a1;
}

#listing .item[aria-label$=".pdf"] div i {
    color: #b36363;
}

#listing .item[aria-label$=".pptx"] div i {
    color: #e07272;
}

#listing .item[aria-label$=".ppt"] div i {
    color: #e07272;
}

#listing .item[aria-label$=".ai"] div i {
    color: #af5d5d;
}

#listing .item[aria-label$=".cdr"] div i {
    color: #af5d5d;
}

#listing .item[aria-label$=".exe"] div i {
    color: #38a0bf;
}

#listing .item[aria-label$=".mp3"] div i {
    color: #93609c;
}

#listing .item[aria-label$=".aac"] div i {
    color: #93609c;
}

#listing .item[aria-label$=".ogg"] div i {
    color: #93609c;
}

#listing .item[aria-label$=".css"] div i {
    color: #7ddad6;
}