⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.css

📁 DocFlow展示了使用.NET开发平台结合Microsoft SQL Server数据库和Microsoft Indexing Service索引服务同样也能创建功能强大的文档管理门户。 Do
💻 CSS
字号:
/* ================================
    CSS STYLES FOR BIP
    v1.0
   ================================
*/   


/* background color for the content part of the pages */


.mainMenu {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; TEXT-DECORATION: none
}

.mainMenuEx {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; TEXT-DECORATION: none
}


A.mainMenu:link, A.mainMenu:active, A.mainMenu:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; TEXT-DECORATION: none
}

A.mainMenuEx:link, A.mainMenuEx:active, A.mainMenuEx:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; TEXT-DECORATION: none
}

.MainTitle
{
    font-family: tahoma,sans-serif;
    font-size:  20px;
    font-weight:  normal;
    color: #336699;

}




.MainTitleAction
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: tahoma,sans-serif; 
	TEXT-DECORATION: none;
}

Body
{
    background-color: #EFF7FF;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    /*background-color: #596A7F;*/
}


.SmallDescrText
{
	background-color:Transparent;
	FONT-SIZE: xx-small; 
	COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

Body.MainWindow
{
    background-color: #EFF7FF;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;

    /*background-color: #596A7F;*/
}

Body.DocumentWindow
{
	background-color: #FBFBFD;
    /*background-color:  #fbfbfb; ooo*/
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    /*background-color: #596A7F;*/
}

SmallDescrText
{
	background-color:Transparent; FONT-SIZE: xx-small; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

Div
{
	margin:0,0,0,0;
	border-color:Green;
	padding: 0,0,0,0;

}

/*Div.DivPageContent
{
}
*/
Input.ShortEditor
{
	width:150px
}

Input.LongEditor
{
	width:390px
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #222;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.FieldHeader 
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma,sans-serif;
	FONT-WEIGHT: bold;
	color : #104a7b;
}

.DocTableHeader
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma,sans-serif;
	FONT-WEIGHT: bold;
	color : #FFFFFF;
}

.MainButton {
	BORDER-RIGHT: #104a7b 1px solid; 
	BORDER-TOP: #afc4d5 1px solid; 
	/*FONT-WEIGHT: normal; */
	FONT-SIZE: 12px; 
	FONT-FAMILY: tahoma,sans-serif;
	FONT-WEIGHT: bold;
	color : #104a7b;

	BACKGROUND: #dbeaf5; 
	BORDER-LEFT: #afc4d5 1px solid; 
	CURSOR: hand; 
	BORDER-BOTTOM: #104a7b 1px solid; 
	background : TEXT-DECORATION: none
}

.DocumentButton
{
	background: #f0f0f0;
	font-family:  verdana, tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.DocumentInput
{
	background: #f0f0f0;
	font-family:  verdana, tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;	
}
/*

SAVED org Main btn
.MainButton {
	BORDER-RIGHT: #104a7b 1px solid; 
	BORDER-TOP: #afc4d5 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	BACKGROUND: #dbeaf5; 
	BORDER-LEFT: #afc4d5 1px solid; 
	CURSOR: hand; 
	COLOR: #000066; 
	BORDER-BOTTOM: #104a7b 1px solid; 
	FONT-FAMILY: Tahoma, san-serif; 
	background : TEXT-DECORATION: none
}


*/
/*
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
*/


.DocTableItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: Black;
    text-decoration : none;
}

.Status
{
	color: White;
    font-size:  11px;
    font-weight:    bold;
}


/* forms */
INPUT {
	background: White;
	font-family:  verdana, tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}


TEXTAREA 
{
	background: White;
	
	font-family:  verdana, tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
SELECT {
	background: White;
	font-family:  verdana, tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}


/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #222;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #222;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #222;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #222;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #222;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #222;
}


A:link  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #0066cc;
    text-decoration: underline;
}

A:visited   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #003399;
    text-decoration: underline;
}

A:active    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #0066ff;
    text-decoration: none;
}

A:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #0099ff;
    text-decoration: none;
}

A.menu:link, A.menu:active, A.menu:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
A.menu:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}
A.link_submenu:link, A.link_submenu:active, A.link_submenu:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #0066cc;
    text-decoration: underline;
}
A.link_submenu:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #0099ff;
    text-decoration: none;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #222;
    height:1pt;
    text-align:left
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -