﻿/*!
 * web-explorer.css
 * Author: miaoqiyuan.cn
 */

body{padding-top:80px;font-family:'Microsoft Yahei';}
.clearfix{clear:both;float:none;}
.loading{padding:2px 5px;font-family:'Impact';font-weight:200;background:#FF0;color:#F00;}
h3{font-size:16px;font-weight:400;}
h4{font-size:20px;font-weight:400;}
h4 a{color:#F00;padding:5px 10px;background:#FF0;}
.center{text-align:center;}

ul.path-list{float:right;list-style:none;padding:0;}
ul.path-list li{float:left;margin-left:5px;cursor:pointer;}
ul.path-list li i{color:#CCC;padding:0 5px;}

.explorer-view dl{list-style:none;margin:0;padding:5px 10px;float:left;}
.explorer-view dl dt{cursor:pointer;border:solid 1px transparent;border-radius:5px;background:url('icon.png') no-repeat;padding-top:100px;width:100px;height:130px;overflow:hidden;}
.explorer-view dl dt i{position:absolute;margin-top:-95px;margin-left:35px;width:60px;text-align:center;border:solid 1px #006;opacity:0.8;color:#FFF;background:#009;font-weight:200;font-size:10px;line-height:20px;border-radius:5px;}
.explorer-view dl dt b{text-align:center;vertical-align:bottom;text-decoration:none;display:block;line-height:15px;font-size:12px;font-weight:400;height:30px;color:#666;}
.explorer-view dl dt:hover{background-color:#FAFAFA;border-color:#EEE;}
.explorer-view dl dt:hover b{border-bottom-left-radius:5px;color:#666;border-bottom-right-radius:5px;}

.explorer-view .folder{background-position-x:-100px;}
.explorer-view .file.sql{background-position-x:-200px;}
.explorer-view .file.asp{background-position-x:-300px;}
.explorer-view .file.css{background-position-x:-400px;}
.explorer-view .file.html{background-position-x:-500px;}
.explorer-view .file.js{background-position-x:-600px;}
.explorer-view .file.xml{background-position-x:-700px;}
.explorer-view .file.php{background-position-x:-800px;}
.explorer-view .file.jpg,
.explorer-view .file.gif,
.explorer-view .file.png{background-position-x:-900px;}
.explorer-view .file.mdb{background-position-x:-1000px;}
.explorer-view .file.txt{background-position-x:-1100px;}
.explorer-view .file.zip,
.explorer-view .file.rar,
.explorer-view .file.tar,
.explorer-view .file.gz{background-position-x:-1200px;}

.navbar-inverse{background:#105e9a url('topbg.gif');}
.navbar-inverse .navbar-brand{color:#fff;font-size:1.3em;font-weight:600;}
.navbar-inverse .navbar-nav li a{color:#ccc;}
.navbar-inverse .navbar-nav li.active a,
.navbar-inverse .navbar-nav li.active a:hover{background:#428bca;color:#fff;font-weight:600;font-size:1.1em;}