SlideShare une entreprise Scribd logo
1  sur  7
常用的 CSS 样式备份精华
/*按钮样式*/


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

/*蓝色按钮样式*/


.blueButtonCss {
  font-family: "Tahoma", "宋体";
  font-size: 9pt; color: #003366;
  border: 0px #93bee2 solid;
  /* BORDER-BOTTOM: #93bee2 1px solid;
  BORDER-LEFT: #93bee2 1px solid;
  BORDER-RIGHT: #93bee2 1px solid;
  BORDER-TOP: #93bee2 1px solid;*/
  background-image:url(../Images/blue_button_bg.gif);
  background-color: #ffffff;
  CURSOR: hand;
  font-style: normal ;
}

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

/*绿色按钮样式*/
.greenButtonCss {
   font-family: "Tahoma", "宋体";
   font-size: 9pt; color: #0066cc;
   border: 1px #93bee2 solid;
   BORDER-BOTTOM: #93bee2 1px solid;
   BORDER-LEFT: #93bee2 1px solid;
   BORDER-RIGHT: #93bee2 1px solid;
   BORDER-TOP: #93bee2 1px solid;
   background-image:url(../Images/greenbuttonbg.gif);
   background-color: #ffffff;
   CURSOR: hand;
   font-style: normal ;
}
/*图像按钮*/
.imageButton
{
CURSOR: hand; /*改变鼠标形状*/
}
/*页面正文样式*/
body
{
   scrollbar-face-color: #EDEDF3;
   scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #93949F;
   scrollbar-3dlight-color: #EDEDF3;
   scrollbar-arrow-color: #082468;
   scrollbar-track-color: #F7F7F9;
   scrollbar-darkshadow-color: #EDEDF3;

    font-size: 9pt;
    color: #003366;
    overflow:auto;
}
TD { FONT-SIZE: 12px }
TH
{
   FONT-SIZE: 12px;
}
/*************************************
下拉选择框显示风格
*************************************/
SELECT
{
  BORDER-RIGHT: #000000 1px solid;
  BORDER-TOP: #FFFFFF 1px solid;
  FONT-SIZE: 12px;
  BORDER-LEFT: #FFFFFF 1px solid;
  COLOR:#003366;
  BORDER-BOTTOM: #000000 1px solid;
  BACKGROUND-COLOR: #f4f4f4;
}

/*****************************************************
超级链接显示风格
*****************************************************/
A:Link, A:Visited{color:#223355;text-decoration: none}
A:Hover{color:red;text-decoration:none;}

A.highlight:link, A.highlight:visited { color:red; text-decoration:none }
A.highlight:hover { color:red; text-decoration:underline }

A.thisclass:link, A.thisclass:visited { color: #D9EBFD; font-weight:bold; text-decoration:none }
A.thisclass:hover { color: #FFFFFF;font-weight:bold; }

A.navlink:link, A.navlink:visited {color: #D9EBFD; text-decoration:none}
A.navlink:hover {color: #FFFFFF; text-decoration:none }


/*****************************************************
线条文本编辑框显示风格
*****************************************************/
.EditBox
{
   background: #ffffff;
   border: 1px solid #B7B7B7;
   color: #003366;
   cursor: text;
   font-family: "Arial";
   font-size: 9pt;
   height: 18px;
   padding: 1px;
}
/****************************************************
多行文本框样式
*****************************************************/
.MultiEditBox
{
   background: #f8f8f8;
   border-bottom: #B7B7B7 1px solid;
   border-left: #B7B7B7 1px solid;
   border-right: #B7B7B7 1px solid;
   border-top: #B7B7B7 1px solid;
   color: #000000;
   cursor: text;
   font-family: "Arial";
   font-size: 9pt;
padding: 1px;
}

/*****************************************************
阴影风格的表单
*****************************************************/
.Shadow
{
   position:absolute;
   z-index:1000;
   top:0px;
   left:0px;
   background:gray;
   background-color:#FFCC00;
   filter :
progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=2,offY=2,positives=true
);
}
/*****************************************************
只显一条横线的 Text 的样式!
*****************************************************/
.logintxt
{
   BORDER-RIGHT: #ffffff 0px solid;
   BORDER-TOP: #ffffff 0px solid;
   FONT-SIZE: 9pt;
   BORDER-LEFT: #ffffff 0px solid;
   BORDER-BOTTOM: #c0c0c0 1px solid;
   BACKGROUND-COLOR: #ffffff
}
/*****************************************************
DataGrid 页眉样式
*****************************************************/
.dgTitle
{
   height:25px;
   color:#ffffff;
   font-size:large;
   text-align:center;
   vertical-align:middle;
   BACKGROUND-IMAGE:url(../images/tableTitle2.gif); height:25px

}

/*****************************************************
DataGrid 数据显示样式
*****************************************************/
.dgItem
{
   height:15px;
   text-align:center;
   vertical-align:middle;
}
/*****************************************************
文本框显示样式
*****************************************************/
.clarity
{
   BORDER-RIGHT: #ffffff 0px solid;
   BORDER-TOP: #ffffff 0px solid;
   FONT-SIZE: 9pt;
   BORDER-LEFT: #ffffff 0px solid;
   BORDER-BOTTOM: #ffffff 0px solid;
}
TABLE.List { border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
TABLE.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}
TABLE.List TH { background-color:#0064a8;border-top:2px solid #ffffff;color:#ffffff;font-
weight:normal;}
TABLE.List TH A:link {COLOR: #ffffff; TEXT-DECORATION: none}
TABLE.List TH A:visited {COLOR: #ffffff; TEXT-DECORATION: none}
TABLE.List TH A:hover {COLOR: #ffffff; TEXT-DECORATION: underline}

TABLE.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}
TABLE.Form TH { background-color:#E8E8E8;border-top:1px solid #ffffff;color:#006699;font-
size:12px;font-weight:normal;border-bottom:1px;}
TABLE.Form TH A:link {COLOR: #ffffff; TEXT-DECORATION: none}
TABLE.Form TH A:visited {COLOR: #ffffff; TEXT-DECORATION: none}
TABLE.Form TH A:hover {COLOR: #ffffff; TEXT-DECORATION: underline}

TABLE.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}
TABLE.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;}

TABLE.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}
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;
}

Contenu connexe

Similaire à 常用的CSS样式备份精华

Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfaroraenterprisesmbd
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxphilipnelson29183
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieRafaela Souza
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieRafaela Souza
 
Creating a Whatsapp Clone - Part VII.pdf
Creating a Whatsapp Clone - Part VII.pdfCreating a Whatsapp Clone - Part VII.pdf
Creating a Whatsapp Clone - Part VII.pdfShaiAlmog1
 
Creating a Whatsapp Clone - Part VI.pdf
Creating a Whatsapp Clone - Part VI.pdfCreating a Whatsapp Clone - Part VI.pdf
Creating a Whatsapp Clone - Part VI.pdfShaiAlmog1
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noHannee92
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widgetpanther420
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2cori0506
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxgilpinleeanna
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingMyles Braithwaite
 

Similaire à 常用的CSS样式备份精华 (20)

Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Creating a Whatsapp Clone - Part VII.pdf
Creating a Whatsapp Clone - Part VII.pdfCreating a Whatsapp Clone - Part VII.pdf
Creating a Whatsapp Clone - Part VII.pdf
 
Creating a Whatsapp Clone - Part VI.pdf
Creating a Whatsapp Clone - Part VI.pdfCreating a Whatsapp Clone - Part VI.pdf
Creating a Whatsapp Clone - Part VI.pdf
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widget
 
Theme03
Theme03Theme03
Theme03
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
 
Resume
ResumeResume
Resume
 
Resume
ResumeResume
Resume
 
Resume
ResumeResume
Resume
 
Tmx9
Tmx9Tmx9
Tmx9
 
Css(handbook)
Css(handbook)Css(handbook)
Css(handbook)
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
Theme01
Theme01Theme01
Theme01
 
This is a test
This is a testThis is a test
This is a test
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
 

Plus de wensheng wei

你会柔软地想起这个校园
你会柔软地想起这个校园你会柔软地想起这个校园
你会柔软地想起这个校园wensheng wei
 
几米语录(1)
几米语录(1)几米语录(1)
几米语录(1)wensheng wei
 
Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...wensheng wei
 
高级PHP应用程序漏洞审核技术
高级PHP应用程序漏洞审核技术高级PHP应用程序漏洞审核技术
高级PHP应用程序漏洞审核技术wensheng wei
 
存储过程编写经验和优化措施
存储过程编写经验和优化措施存储过程编写经验和优化措施
存储过程编写经验和优化措施wensheng wei
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zendwensheng wei
 
Happiness is a Journey
Happiness is a JourneyHappiness is a Journey
Happiness is a Journeywensheng wei
 
Java JNI 编程进阶
Java JNI 编程进阶     Java JNI 编程进阶
Java JNI 编程进阶 wensheng wei
 
Linux Shortcuts and Commands:
Linux Shortcuts and Commands:Linux Shortcuts and Commands:
Linux Shortcuts and Commands:wensheng wei
 
Java正则表达式详解
Java正则表达式详解Java正则表达式详解
Java正则表达式详解wensheng wei
 
Linux Security Quick Reference Guide
Linux Security Quick Reference GuideLinux Security Quick Reference Guide
Linux Security Quick Reference Guidewensheng wei
 
Android模拟器SD Card映像文件使用方法
Android模拟器SD Card映像文件使用方法Android模拟器SD Card映像文件使用方法
Android模拟器SD Card映像文件使用方法wensheng wei
 
如何硬盘安装ubuntu8.10
如何硬盘安装ubuntu8.10如何硬盘安装ubuntu8.10
如何硬盘安装ubuntu8.10wensheng wei
 
数据库设计方法、规范与技巧
数据库设计方法、规范与技巧数据库设计方法、规范与技巧
数据库设计方法、规范与技巧wensheng wei
 
揭秘全球最大网站Facebook背后的那些软件
揭秘全球最大网站Facebook背后的那些软件揭秘全球最大网站Facebook背后的那些软件
揭秘全球最大网站Facebook背后的那些软件wensheng wei
 
mysql的字符串函数
mysql的字符串函数mysql的字符串函数
mysql的字符串函数wensheng wei
 

Plus de wensheng wei (20)

你会柔软地想起这个校园
你会柔软地想起这个校园你会柔软地想起这个校园
你会柔软地想起这个校园
 
几米语录(1)
几米语录(1)几米语录(1)
几米语录(1)
 
我的简历
我的简历我的简历
我的简历
 
Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...
 
高级PHP应用程序漏洞审核技术
高级PHP应用程序漏洞审核技术高级PHP应用程序漏洞审核技术
高级PHP应用程序漏洞审核技术
 
存储过程编写经验和优化措施
存储过程编写经验和优化措施存储过程编写经验和优化措施
存储过程编写经验和优化措施
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zend
 
Happiness is a Journey
Happiness is a JourneyHappiness is a Journey
Happiness is a Journey
 
Java JNI 编程进阶
Java JNI 编程进阶     Java JNI 编程进阶
Java JNI 编程进阶
 
Linux Shortcuts and Commands:
Linux Shortcuts and Commands:Linux Shortcuts and Commands:
Linux Shortcuts and Commands:
 
Java正则表达式详解
Java正则表达式详解Java正则表达式详解
Java正则表达式详解
 
Linux Security Quick Reference Guide
Linux Security Quick Reference GuideLinux Security Quick Reference Guide
Linux Security Quick Reference Guide
 
issue35 zh-CN
issue35 zh-CNissue35 zh-CN
issue35 zh-CN
 
Android模拟器SD Card映像文件使用方法
Android模拟器SD Card映像文件使用方法Android模拟器SD Card映像文件使用方法
Android模拟器SD Card映像文件使用方法
 
Subversion FAQ
Subversion FAQSubversion FAQ
Subversion FAQ
 
如何硬盘安装ubuntu8.10
如何硬盘安装ubuntu8.10如何硬盘安装ubuntu8.10
如何硬盘安装ubuntu8.10
 
ubunturef
ubunturefubunturef
ubunturef
 
数据库设计方法、规范与技巧
数据库设计方法、规范与技巧数据库设计方法、规范与技巧
数据库设计方法、规范与技巧
 
揭秘全球最大网站Facebook背后的那些软件
揭秘全球最大网站Facebook背后的那些软件揭秘全球最大网站Facebook背后的那些软件
揭秘全球最大网站Facebook背后的那些软件
 
mysql的字符串函数
mysql的字符串函数mysql的字符串函数
mysql的字符串函数
 

Dernier

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Dernier (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

常用的CSS样式备份精华

  • 1. 常用的 CSS 样式备份精华 /*按钮样式*/ .ButtonCss { font-family: "Tahoma", "宋体"; font-size:9pt; color: #003399; border: 1px #003399 solid; color:006699; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/bluebuttonbg.gif); background-color: #e8f4ff; CURSOR: hand; font-style: normal ; width:60px; height:22px; } /*蓝色按钮样式*/ .blueButtonCss { font-family: "Tahoma", "宋体"; font-size: 9pt; color: #003366; border: 0px #93bee2 solid; /* BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid;*/ background-image:url(../Images/blue_button_bg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ; } /*红色按钮样式*/ .redButtonCss { font-family: "Tahoma", "宋体"; font-size: 9pt; color: #0066cc; border: 1px #93bee2 solid; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/redbuttonbg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ; } /*选择按钮样式*/ .selectButtonCss {
  • 2. font-family: "Tahoma", "宋体"; font-size: 9pt; color: #0066cc; border: 1px #93bee2 solid; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/blue_button_bg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ; } /*绿色按钮样式*/ .greenButtonCss { font-family: "Tahoma", "宋体"; font-size: 9pt; color: #0066cc; border: 1px #93bee2 solid; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/greenbuttonbg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ; } /*图像按钮*/ .imageButton { CURSOR: hand; /*改变鼠标形状*/ } /*页面正文样式*/ body { scrollbar-face-color: #EDEDF3; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #93949F; scrollbar-3dlight-color: #EDEDF3; scrollbar-arrow-color: #082468; scrollbar-track-color: #F7F7F9; scrollbar-darkshadow-color: #EDEDF3; font-size: 9pt; color: #003366; overflow:auto; } TD { FONT-SIZE: 12px } TH { FONT-SIZE: 12px; } /************************************* 下拉选择框显示风格 *************************************/
  • 3. SELECT { BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #FFFFFF 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #FFFFFF 1px solid; COLOR:#003366; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #f4f4f4; } /***************************************************** 超级链接显示风格 *****************************************************/ A:Link, A:Visited{color:#223355;text-decoration: none} A:Hover{color:red;text-decoration:none;} A.highlight:link, A.highlight:visited { color:red; text-decoration:none } A.highlight:hover { color:red; text-decoration:underline } A.thisclass:link, A.thisclass:visited { color: #D9EBFD; font-weight:bold; text-decoration:none } A.thisclass:hover { color: #FFFFFF;font-weight:bold; } A.navlink:link, A.navlink:visited {color: #D9EBFD; text-decoration:none} A.navlink:hover {color: #FFFFFF; text-decoration:none } /***************************************************** 线条文本编辑框显示风格 *****************************************************/ .EditBox { background: #ffffff; border: 1px solid #B7B7B7; color: #003366; cursor: text; font-family: "Arial"; font-size: 9pt; height: 18px; padding: 1px; } /**************************************************** 多行文本框样式 *****************************************************/ .MultiEditBox { background: #f8f8f8; border-bottom: #B7B7B7 1px solid; border-left: #B7B7B7 1px solid; border-right: #B7B7B7 1px solid; border-top: #B7B7B7 1px solid; color: #000000; cursor: text; font-family: "Arial"; font-size: 9pt;
  • 4. padding: 1px; } /***************************************************** 阴影风格的表单 *****************************************************/ .Shadow { position:absolute; z-index:1000; top:0px; left:0px; background:gray; background-color:#FFCC00; filter : progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=2,offY=2,positives=true ); } /***************************************************** 只显一条横线的 Text 的样式! *****************************************************/ .logintxt { BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #c0c0c0 1px solid; BACKGROUND-COLOR: #ffffff } /***************************************************** DataGrid 页眉样式 *****************************************************/ .dgTitle { height:25px; color:#ffffff; font-size:large; text-align:center; vertical-align:middle; BACKGROUND-IMAGE:url(../images/tableTitle2.gif); height:25px } /***************************************************** DataGrid 数据显示样式 *****************************************************/ .dgItem { height:15px; text-align:center; vertical-align:middle; } /***************************************************** 文本框显示样式
  • 5. *****************************************************/ .clarity { BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 0px solid; } TABLE.List { border-top: 1px solid #000000; border-bottom: 1px solid #000000; } TABLE.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} TABLE.List TH { background-color:#0064a8;border-top:2px solid #ffffff;color:#ffffff;font- weight:normal;} TABLE.List TH A:link {COLOR: #ffffff; TEXT-DECORATION: none} TABLE.List TH A:visited {COLOR: #ffffff; TEXT-DECORATION: none} TABLE.List TH A:hover {COLOR: #ffffff; TEXT-DECORATION: underline} TABLE.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} TABLE.Form TH { background-color:#E8E8E8;border-top:1px solid #ffffff;color:#006699;font- size:12px;font-weight:normal;border-bottom:1px;} TABLE.Form TH A:link {COLOR: #ffffff; TEXT-DECORATION: none} TABLE.Form TH A:visited {COLOR: #ffffff; TEXT-DECORATION: none} TABLE.Form TH A:hover {COLOR: #ffffff; TEXT-DECORATION: underline} TABLE.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} TABLE.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;} TABLE.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} 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; } /*****************************************************
  • 6. 扁平风格的表单样式 *****************************************************/ /*****************************************************/ 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;
  • 7. } /***************************************************** 大标题 *****************************************************/ .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; }