<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---- new file upload btn ---*/
.filebox label {
  display: inline-block;
  color: #fff;
  background-image: url(/board/img/buttonBasic.gif);
  cursor: pointer;
  vertical-align: middle;
  height: 23px;
  width: 85px;
  text-align:center;
  font-size: 12px;
  line-height: 23px;
  background-position: left top;
  border-radius:3px;
  border-right:1px solid #383838;
  box-sizing:border-box;
}

.filebox label:hover {
  background-color: #6ed36e;
}

.filebox label:active {
  background-color: #367c36;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*[扩档快]*/
#Black{display:none; position:fixed; left:0; top:0; height:100%; width:100%; background:#000;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"alpha(opacity=70)"; 
z-index:9999999;
}
/*---- new file upload btn ---*/
</pre></body></html>