示例#1
0
.menu a {
display: block;
}

.menu .list {
max-height: 0;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
}

.file .access, .file .hasThumb {
display: none;
}

#dialog img {
cursor: pointer;
}

#resizer {
position: absolute;
z-index: 98;
top: 0;
background: #000;
opacity: 0;
filter: alpha(opacity:0);
}
<?php 
header("Content-Type: text/css");
echo text::compressCSS(ob_get_clean());