打印本文 打印本文 关闭窗口 关闭窗口
常用CSS样式
作者:武汉SEO闵涛  文章来源:敏韬网  点击数1350  更新时间:2009/4/23 13:49:40  文章录入:mintao  责任编辑:mintao
#000000;border-top:1px solid #000000;border-right:1px solid #000000;border-left:1px solid #000000;color:#000000}
TABLE.SampleD TH {}{ border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-left:1px solid #000000;color:#000000;font-weight:normal;}

TABLE.Form1 TH,TABLE.Form1 TD {}{ padding:4px;background-color:#BED8F3;border-bottom:1px solid #ffffff;border-right:1px solid #ffffff;border-left:1px solid #ffffff;color:#000000}
/**//*****************************************************
 没有边框的输入框
*****************************************************/
.NoneInput
{}{
    text-align:center;
    width:99%;height:99%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #f6f6f6;
    border-bottom-style: none;
}

/**//*****************************************************
 扁平风格的表单样式
*****************************************************/

 

/**//*****************************************************/
TABLE
{}{
    border-collapse:collapse;
}

/**//*
进度条样式
*/
.bi-loading-status {}{
  /**//*position:   absolute;*/
  width:        150px;
  padding: 1px;
  overflow: hidden;
  background-color:Gray; 
}

 

.bi-loading-status .text {}{
  white-space:  nowrap;
  overflow:     hidden;
  width:             100%;
  text-overflow:     ellipsis;
  padding:      1px;
}
 

.bi-loading-status .progress-bar {}{
  border:       1px solid ThreeDShadow;
  background:   window;
  height:       10px;
  width:        100%;
  padding: 1px;
  overflow: hidden;
}
 

.bi-loading-status .progress-bar div {}{
  background:   Highlight;
  overflow: hidden;
  height:       100%;
  filter:       Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);
}
/**//*****************************************************
 表头背景
*****************************************************/
.tabletop {}{
    BACKGROUND-IMAGE: url(../images/tableTitle2.gif);height:25px;
}
/**//*****************************************************
大标题
*****************************************************/
.tabletitle{}{
   font-family: "Arial";FONT-SIZE: 12pt; COLOR:#0066cc;font-weight:bolder;filter : progid:DXImageTransform.Microsoft.DropShadow(color=#CCFFFF,offX=1,offY=1,positives=true);
}
/**//*****************************************************
小标题
*****************************************************/
.smalltitle{}{
   background-color:#E8E8E8;font-size:12px;font-weight:normal;color:#006699;
}
.calendarborder{}{
   border: 1px #B7B7B7 solid;
}

上一页  [1] [2] 

打印本文 打印本文 关闭窗口 关闭窗口