macUI/app/finder/index.css

373 lines
7.7 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
* {
font-size: 12px;
}
body {
background-repeat:no-repeat;
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
overflow: hidden;
}
a:focus {
outline:none;
}
.app-list {
position: relative;
width: 100%;
height: 100%;
}
.clear {
clear: both;
}
.finder-wrapper {
width: 100%;
height: 100%;
}
.finder-wrapper .topbar {
width: 100%;
height: 30px;
background: #f6f6f6;
border-bottom: 1px solid #9a9a9a;
margin-top: 0px;
}
.finder-wrapper .topbar .next-prev-box {
float: left;
background: url(images/icons/next_prev.png) no-repeat;
width: 53px;
height: 24px;
margin-left: 5px;
margin-top:2px;
cursor: pointer;
}
.finder-wrapper .topbar .sortstyle-box {
float: left;
background: url(images/icons/sortstyle.png) no-repeat;
width: 58px;
height: 24px;
margin-left: 105px;
cursor: pointer;
}
.finder-wrapper .topbar .config-button {
float: left;
background: url(images/icons/config.png) no-repeat;
width: 40px;
height: 24px;
margin-left: 10px;
cursor: pointer;
}
.finder-wrapper .topbar .higher-button {
float: left;
background: url(images/icons/higher.png) no-repeat;
width: 40px;
height: 24px;
margin-left: 10px;
cursor: pointer;
}
.finder-wrapper .topbar .collection-button {
float: left;
background: url(images/icons/collection.png) no-repeat;
width: 40px;
height: 24px;
margin-left: 10px;
cursor: pointer;
}
.finder-wrapper .topbar .search-box {
float: right;
background: url(images/icons/search.png) no-repeat;
width: 234px;
height: 24px;
margin-right: 5px;
margin-top:2px;
}
.finder-wrapper .topbar .next-prev-box .prev {
float: left;
display: block;
width: 25px;
height: 22px;
}
.finder-wrapper .topbar .next-prev-box .next {
float: right;
display: block;
width: 25px;
height: 22px;
}
.finder-wrapper .main .content .app-box{
text-align: center;
-moz-border-radius: 3px;
/* Gecko browsers*/
-webkit-border-radius: 3px;
/* Webkit browsers*/
border-radius:3px;
/* W3C syntax*/
z-index: 999;
}
.finder-wrapper .main .content .middle {
width: 80px;
height: 100px;
float: left;
margin-left: 30px;
margin-top: 10px;
}
.trash-wrapper .main .content .middle,.finder-wrapper .main .content .middle {
float: left;
margin-left: 30px;
margin-top: 10px;
}
.finder-wrapper .main .content .middle img {
width: 60px;
margin-top: 5px;
}
.finder-wrapper .main .content .middle{
float: left;
}
.finder-wrapper .main .content .middle .app-name {
font-size: 12px;
float: left;
/*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
border-radius: 18px;*/
line-height: 1.7em;
margin-top: 6px;
padding-top: 1px;
transition: none 0s ease 0s ;
width: 80px;
color: #333;
/*text-shadow: 0 0 0 #fff, 0 0 2px #000, 0 0 4px #000;*/
writing-mode: horizontal-tb;
display:block;/*内联对象需加*/
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) 需与overflow:hidden;一起使用。*/
}
.finder-wrapper .main .content .active {
background-image: url(images/icons/finder_app_active_bg.png);
}
.finder-wrapper .main .content .hover {
background-image: url(images/icons/finder_app_hover_bg.png);
}
.finder-wrapper {
width: 100%;
height: 100%;
}
.finder-wrapper .topbar {
width: 100%;
height: 30px;
background: #f6f6f6;
border-bottom: 1px solid #9a9a9a;
margin-top: 0px;
}
.finder-wrapper .topbar .next-prev-box {
float: left;
background: url(images/icons/next_prev.png) no-repeat;
width: 53px;
height: 24px;
margin-left: 5px;
margin-top:2px;
cursor: pointer;
}
.finder-wrapper .main {
width: 100%;
height: calc(100% - 30px);
background: #fff;
}
.finder-wrapper .main .sidebar {
width: 148px;
height: 100%;
background: #f6f6f6;
float: left;
border-right: 1px solid #dfdfdf;
}
.finder-wrapper .main .content {
width: 80%;
width:-moz-calc(100% - 150px);
width:-webkit-calc(100% - 150px);
width: calc(100% - 150px);
height: 100%;
float: left;
overflow-y: auto;
}
.finder-wrapper .main .sidebar ul {
width: 148px;
list-style: none;
padding: 0px;
margin: 0px;
padding-top: 5px;
}
.finder-wrapper .main .sidebar ul .title {
width: 100%;
padding-left: 5px;
}
.trash-wrapper .main .sidebar ul li,.finder-wrapper .main .sidebar ul li {
width: 100%;
float: left;
}
.finder-wrapper .main .sidebar ul li a {
display: block;
color:#444444;
text-decoration: none;
width: 148px;
height: 30px;
line-height: 30px;
clear: both;
}
.finder-wrapper .main .sidebar ul li a .name {
display: block;
float: left;
margin-left: 5px;
font-size: 14px;
}
.finder-wrapper .main .sidebar ul li a .home-icon {
display: block;
background-image: url(images/icons/SidebarHomeFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .desktop-icon {
display: block;
background-image: url(images/icons/SidebarDesktopFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .documents-icon {
display: block;
background-image: url(images/icons/SidebarDocumentsFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .downloads-icon {
display: block;
background-image: url(images/icons/SidebarDownloadsFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .movies-icon {
display: block;
background-image: url(images/icons/SidebarMoviesFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .music-icon {
display: block;
background-image: url(images/icons/SidebarMusicFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .pictures-icon {
display: block;
background-image: url(images/icons/SidebarPicturesFolder_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .cloud-icon {
display: block;
background-image: url(images/icons/SidebariCloud_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .network-icon {
display: block;
background-image: url(images/icons/SidebarNetwork_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li a .trash-icon {
display: block;
background-image: url(images/icons/StatusBarTrashIcon_16x16.png);
width: 16px;
height: 16px;
float: left;
margin-left: 15px;
margin-top: 7px;
}
.finder-wrapper .main .sidebar ul li .on {
background: #cecece;
}
.finder-wrapper .topbar .next-prev-box .prev {
float: left;
display: block;
width: 25px;
height: 22px;
}
.finder-wrapper .topbar .next-prev-box .next {
float: right;
display: block;
width: 25px;
height: 22px;
}
.rename{
border: 0px;
width: 60px;
height: 18px;
background: none;
text-align: center;
}