常用CSS

简介:

ExpandedBlockStart.gif /*按钮样式*/
ExpandedBlockStart.gif.ButtonCss 
{
InBlock.gif    font-family
: "Tahoma", "宋体";
InBlock.gif    font-size
:9pt; color: #003399;
InBlock.gif    border
: 1px #003399 solid;
InBlock.gif    color
:006699;
InBlock.gif    BORDER-BOTTOM
: #93bee2 1px solid; 
InBlock.gif    BORDER-LEFT
: #93bee2 1px solid; 
InBlock.gif    BORDER-RIGHT
: #93bee2 1px solid; 
InBlock.gif    BORDER-TOP
: #93bee2 1px solid;
InBlock.gif    background-image
:url(../Images/bluebuttonbg.gif);
InBlock.gif    background-color
: #e8f4ff;
InBlock.gif    CURSOR
: hand;
InBlock.gif    font-style
: normal ;
InBlock.gif    width
:60px;
InBlock.gif    height
:22px;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*蓝色按钮样式*/
ExpandedBlockStart.gif.blueButtonCss 
{
InBlock.gif    font-family
: "Tahoma", "宋体";
InBlock.gif    font-size
: 9pt; color: #003366;
InBlock.gif    border
: 0px #93bee2 solid;
ExpandedSubBlockStart.gif   
/* BORDER-BOTTOM: #93bee2 1px solid; 
InBlock.gif    BORDER-LEFT: #93bee2 1px solid; 
InBlock.gif    BORDER-RIGHT: #93bee2 1px solid; 
ExpandedSubBlockEnd.gif    BORDER-TOP: #93bee2 1px solid;
*/

InBlock.gif    background-image
:url(../Images/blue_button_bg.gif);
InBlock.gif    background-color
: #ffffff;
InBlock.gif    CURSOR
: hand;
InBlock.gif    font-style
: normal ;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*红色按钮样式*/
ExpandedBlockStart.gif.redButtonCss 
{
InBlock.gif    font-family
: "Tahoma", "宋体";
InBlock.gif    font-size
: 9pt; color: #0066cc;
InBlock.gif    border
: 1px #93bee2 solid;
InBlock.gif    BORDER-BOTTOM
: #93bee2 1px solid; 
InBlock.gif    BORDER-LEFT
: #93bee2 1px solid; 
InBlock.gif    BORDER-RIGHT
: #93bee2 1px solid; 
InBlock.gif    BORDER-TOP
: #93bee2 1px solid;
InBlock.gif    background-image
:url(../Images/redbuttonbg.gif);
InBlock.gif    background-color
: #ffffff;
InBlock.gif    CURSOR
: hand;
InBlock.gif    font-style
: normal ;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*选择按钮样式*/
None.gif.selectButtonCss
ExpandedBlockStart.gif
{
InBlock.gif    font-family
: "Tahoma", "宋体";
InBlock.gif    font-size
: 9pt; color: #0066cc;
InBlock.gif    border
: 1px #93bee2 solid;
InBlock.gif    BORDER-BOTTOM
: #93bee2 1px solid; 
InBlock.gif    BORDER-LEFT
: #93bee2 1px solid; 
InBlock.gif    BORDER-RIGHT
: #93bee2 1px solid; 
InBlock.gif    BORDER-TOP
: #93bee2 1px solid;
InBlock.gif    background-image
:url(../Images/blue_button_bg.gif);
InBlock.gif    background-color
: #ffffff;
InBlock.gif    CURSOR
: hand;
InBlock.gif    font-style
: normal ;
ExpandedBlockEnd.gif
}
    
None.gif
ExpandedBlockStart.gif
/*绿色按钮样式*/
ExpandedBlockStart.gif.greenButtonCss 
{
InBlock.gif    font-family
: "Tahoma", "宋体";
InBlock.gif    font-size
: 9pt; color: #0066cc;
InBlock.gif    border
: 1px #93bee2 solid;
InBlock.gif    BORDER-BOTTOM
: #93bee2 1px solid; 
InBlock.gif    BORDER-LEFT
: #93bee2 1px solid; 
InBlock.gif    BORDER-RIGHT
: #93bee2 1px solid; 
InBlock.gif    BORDER-TOP
: #93bee2 1px solid;
InBlock.gif    background-image
:url(../Images/greenbuttonbg.gif);
InBlock.gif    background-color
: #ffffff;
InBlock.gif    CURSOR
: hand;
InBlock.gif    font-style
: normal ;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*图像按钮*/
None.gif.imageButton
ExpandedBlockStart.gif
{
ExpandedSubBlockStart.gifCURSOR
: hand;    /*改变鼠标形状*/
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*页面正文样式*/
None.gifbody 
ExpandedBlockStart.gif
{
InBlock.gif    scrollbar-face-color
: #EDEDF3;
InBlock.gif    scrollbar-highlight-color
: #ffffff;
InBlock.gif    scrollbar-shadow-color
: #93949F;
InBlock.gif    scrollbar-3dlight-color
: #EDEDF3;
InBlock.gif    scrollbar-arrow-color
: #082468;
InBlock.gif    scrollbar-track-color
: #F7F7F9;
InBlock.gif    scrollbar-darkshadow-color
: #EDEDF3;
InBlock.gif    
InBlock.gif    font-size
: 9pt;
InBlock.gif    color
: #003366;
InBlock.gif    overflow
:auto;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gifTD 
{ FONT-SIZE: 12px }
None.gifTH 
ExpandedBlockStart.gif
{
InBlock.gif    FONT-SIZE
: 12px; 
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*************************************
InBlock.gif下拉选择框显示风格
ExpandedBlockEnd.gif************************************
*/

None.gifSELECT
ExpandedBlockStart.gif
{
InBlock.gif    BORDER-RIGHT
: #000000 1px solid; 
InBlock.gif    BORDER-TOP
: #FFFFFF 1px solid; 
InBlock.gif    FONT-SIZE
: 12px; 
InBlock.gif    BORDER-LEFT
: #FFFFFF 1px solid;
InBlock.gif    COLOR
:#003366; 
InBlock.gif    BORDER-BOTTOM
: #000000 1px solid; 
InBlock.gif    BACKGROUND-COLOR
: #f4f4f4;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*****************************************************
InBlock.gif超级链接显示风格
ExpandedBlockEnd.gif****************************************************
*/

ExpandedBlockStart.gifA:Link, A:Visited
{color:#223355;text-decoration: none}
ExpandedBlockStart.gifA:Hover
{color:red;text-decoration:none;}
None.gif
ExpandedBlockStart.gifA.highlight:link, A.highlight:visited 
{ color:red; text-decoration:none }
ExpandedBlockStart.gifA.highlight:hover 
{ color:red; text-decoration:underline }
None.gif
ExpandedBlockStart.gifA.thisclass:link, A.thisclass:visited 
{ color: #D9EBFD; font-weight:bold; text-decoration:none }
ExpandedBlockStart.gifA.thisclass:hover 
{ color: #FFFFFF;font-weight:bold; }
None.gif
ExpandedBlockStart.gifA.navlink:link, A.navlink:visited 
{color: #D9EBFD; text-decoration:none}
ExpandedBlockStart.gifA.navlink:hover 
{color: #FFFFFF; text-decoration:none }
None.gif
None.gif
ExpandedBlockStart.gif
/*****************************************************
InBlock.gif线条文本编辑框显示风格
ExpandedBlockEnd.gif****************************************************
*/

None.gif.EditBox
ExpandedBlockStart.gif
{
InBlock.gif    background
: #ffffff; 
InBlock.gif    border
: 1px solid #B7B7B7;
InBlock.gif    color
: #003366;
InBlock.gif    cursor
: text;
InBlock.gif    font-family
: "Arial";
InBlock.gif    font-size
: 9pt;
InBlock.gif    height
: 18px;
InBlock.gif    padding
: 1px;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/****************************************************
InBlock.gif多行文本框样式
ExpandedBlockEnd.gif****************************************************
*/

None.gif.MultiEditBox
ExpandedBlockStart.gif
{
InBlock.gif    background
: #f8f8f8;
InBlock.gif    border-bottom
: #B7B7B7 1px solid;
InBlock.gif    border-left
: #B7B7B7 1px solid;
InBlock.gif    border-right
: #B7B7B7 1px solid;
InBlock.gif    border-top
: #B7B7B7 1px solid;
InBlock.gif    color
: #000000;
InBlock.gif    cursor
: text;
InBlock.gif    font-family
: "Arial";
InBlock.gif    font-size
: 9pt;
InBlock.gif    padding
: 1px;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*****************************************************
InBlock.gif阴影风格的表单
ExpandedBlockEnd.gif****************************************************
*/

None.gif.Shadow 
ExpandedBlockStart.gif
{
InBlock.gif    position
:absolute;
InBlock.gif    z-index
:1000;
InBlock.gif    top
:0px;
InBlock.gif    left
:0px;
InBlock.gif    background
:gray;
InBlock.gif    background-color
:#FFCC00;
InBlock.gif    filter 
: progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=2,offY=2,positives=true);
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gif只显一条横线的Text的样式!
ExpandedBlockEnd.gif****************************************************
*/

None.gif.logintxt
ExpandedBlockStart.gif
{
InBlock.gif    BORDER-RIGHT
: #ffffff 0px solid; 
InBlock.gif    BORDER-TOP
: #ffffff 0px solid;
InBlock.gif    FONT-SIZE
: 9pt; 
InBlock.gif    BORDER-LEFT
: #ffffff 0px solid; 
InBlock.gif    BORDER-BOTTOM
: #c0c0c0 1px solid; 
InBlock.gif    BACKGROUND-COLOR
: #ffffff
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gifDataGrid页眉样式
ExpandedBlockEnd.gif****************************************************
*/

None.gif.dgTitle
ExpandedBlockStart.gif
{
InBlock.gif    height
:25px;
InBlock.gif    color
:#ffffff;
InBlock.gif    font-size
:large;
InBlock.gif    text-align
:center;
InBlock.gif    vertical-align
:middle;
InBlock.gif    BACKGROUND-IMAGE
:url(../images/tableTitle2.gif); height:25px
InBlock.gif    
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*****************************************************
InBlock.gifDataGrid数据显示样式
ExpandedBlockEnd.gif****************************************************
*/

None.gif.dgItem
ExpandedBlockStart.gif
{
InBlock.gif    height
:15px;
InBlock.gif    text-align
:center;
InBlock.gif    vertical-align
:middle;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gif文本框显示样式
ExpandedBlockEnd.gif****************************************************
*/

None.gif.clarity
ExpandedBlockStart.gif
{
InBlock.gif    BORDER-RIGHT
: #ffffff 0px solid; 
InBlock.gif    BORDER-TOP
: #ffffff 0px solid;
InBlock.gif    FONT-SIZE
: 9pt; 
InBlock.gif    BORDER-LEFT
: #ffffff 0px solid; 
InBlock.gif    BORDER-BOTTOM
: #ffffff 0px solid; 
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gifTABLE.List 
{ border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
ExpandedBlockStart.gifTABLE.List TH,TABLE.List TD 
{ padding:4px;background-color:#eeeeee;border-bottom:2px solid #ffffff;border-right:1px solid #ffffff;border-left:1px solid #ffffff;color:#000000}
ExpandedBlockStart.gifTABLE.List TH 
{ background-color:#0064a8;border-top:2px solid #ffffff;color:#ffffff;font-weight:normal;}
ExpandedBlockStart.gifTABLE.List TH A:link 
{COLOR: #ffffff; TEXT-DECORATION: none}
ExpandedBlockStart.gifTABLE.List TH A:visited 
{COLOR: #ffffff; TEXT-DECORATION: none}
ExpandedBlockStart.gifTABLE.List TH A:hover 
{COLOR: #ffffff; TEXT-DECORATION: underline}
None.gif
ExpandedBlockStart.gifTABLE.Form TH,TABLE.Form TD 
{ padding:4px;background-color:#f6f6f6;border-bottom:1px solid #F6F6F6;border-right:1px solid #ffffff;border-left:1px solid #ffffff;color:#000000}
ExpandedBlockStart.gifTABLE.Form TH 
{ background-color:#E8E8E8;border-top:1px solid #ffffff;color:#006699;font-size:12px;font-weight:normal;border-bottom:1px;}
ExpandedBlockStart.gifTABLE.Form TH A:link 
{COLOR: #ffffff; TEXT-DECORATION: none}
ExpandedBlockStart.gifTABLE.Form TH A:visited 
{COLOR: #ffffff; TEXT-DECORATION: none}
ExpandedBlockStart.gifTABLE.Form TH A:hover 
{COLOR: #ffffff; TEXT-DECORATION: underline}
None.gif
ExpandedBlockStart.gifTABLE.Sample TD 
{ padding:2px;background-color:#f6f6f6;border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-left:1px solid #000000;color:#000000}
ExpandedBlockStart.gifTABLE.Sample TH 
{ background-color:#AEC1D7;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;}
None.gif
ExpandedBlockStart.gifTABLE.SampleD TD 
{ padding:2px;border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-left:1px solid #000000;color:#000000}
ExpandedBlockStart.gifTABLE.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;}
None.gif
ExpandedBlockStart.gifTABLE.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}
ExpandedBlockStart.gif
/*****************************************************
InBlock.gif 没有边框的输入框 
ExpandedBlockEnd.gif****************************************************
*/

None.gif.NoneInput
ExpandedBlockStart.gif
{
InBlock.gif    text-align
:center;
InBlock.gif    width
:99%;height:99%;
InBlock.gif    border-top-style
: none;
InBlock.gif    border-right-style
: none;
InBlock.gif    border-left-style
: none;
InBlock.gif    background-color
: #f6f6f6;
InBlock.gif    border-bottom-style
: none;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*****************************************************
InBlock.gif 扁平风格的表单样式
ExpandedBlockEnd.gif****************************************************
*/

None.gif
None.gif
None.gif
ExpandedBlockStart.gif
/*****************************************************/
None.gifTABLE
ExpandedBlockStart.gif
{
InBlock.gif    border-collapse
:collapse;
ExpandedBlockEnd.gif
}

None.gif
ExpandedBlockStart.gif
/*
InBlock.gif进度条样式
ExpandedBlockEnd.gif
*/

ExpandedBlockStart.gif.bi-loading-status 
{
ExpandedSubBlockStart.gif  
/*position:   absolute;*/
InBlock.gif  width
:        150px;
InBlock.gif  padding
: 1px;
InBlock.gif  overflow
: hidden;
InBlock.gif  background-color
:Gray;  
ExpandedBlockEnd.gif
}

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

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

None.gif 
None.gif
ExpandedBlockStart.gif.bi-loading-status .progress-bar div 
{
InBlock.gif  background
:   Highlight;
InBlock.gif  overflow
: hidden;
InBlock.gif  height
:       100%;
InBlock.gif  filter
:       Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gif 表头背景
ExpandedBlockEnd.gif****************************************************
*/

ExpandedBlockStart.gif.tabletop 
{
InBlock.gif    BACKGROUND-IMAGE
: url(../images/tableTitle2.gif);height:25px;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gif大标题
ExpandedBlockEnd.gif****************************************************
*/

ExpandedBlockStart.gif.tabletitle
{
InBlock.gif   font-family
: "Arial";FONT-SIZE: 12pt; COLOR:#0066cc;font-weight:bolder;filter : progid:DXImageTransform.Microsoft.DropShadow(color=#CCFFFF,offX=1,offY=1,positives=true);
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif
/*****************************************************
InBlock.gif小标题
ExpandedBlockEnd.gif****************************************************
*/

ExpandedBlockStart.gif.smalltitle
{
InBlock.gif   background-color
:#E8E8E8;font-size:12px;font-weight:normal;color:#006699;
ExpandedBlockEnd.gif
}

ExpandedBlockStart.gif.calendarborder
{
InBlock.gif   border
: 1px #B7B7B7 solid;
ExpandedBlockEnd.gif
}




本文转自高海东博客园博客,原文链接:http://www.cnblogs.com/ghd258/archive/2005/11/20/280828.html,如需转载请自行联系原作者
相关文章
|
1月前
|
前端开发 搜索推荐
初识CSS3
初识CSS3
9 0
|
1月前
|
XML 前端开发 数据格式
CSS应用
CSS应用
16 0
|
5月前
|
前端开发
css实现帘幕效果
css实现帘幕效果
34 0
|
7月前
|
前端开发
|
4月前
|
Web App开发 前端开发 图形学
CSS 20大酷刑(一)
CSS 20大酷刑(一)
|
6月前
|
前端开发
|
7月前
|
前端开发 容器
CSS——每周总结
CSS——每周总结
CSS——每周总结
|
前端开发
|
前端开发

热门文章

最新文章