master.css.svn-base

来自「一个timesheet程序,用来统计开发人员的度量衡web在线程序.用于软件行业」· SVN-BASE 代码 · 共 185 行

SVN-BASE
185
字号
 BODY
 {
    font-size : 12px;
    font-family : Arial;
    text-decoration : none;
	background-color : #FFFFFF;
}

H1
{
    font-size : 20px;
    font-family : Arial;
    font-weight : bold;
    color : #197DAF;
    text-decoration : none;
}

P
{
	font-size : 12px;
	font-family : Arial;
    text-decoration : none;
    text-indent : 20px;
}

.cell
{
	font-size : 12px;
	font-family : Arial;
    text-decoration : none;
}

.cellCenter
{
	font-size : 12px;
	font-family : Arial;
    text-align : center;
    text-decoration : none;
}

.cellRight
{
	font-size : 12px;
	font-family : Arial;
    text-align : right;
    text-decoration : none;
}

.cellHighlight
{
    font-size : 12px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
}

.cellHighlightCenter
{
    font-size : 12px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
    text-align : center;
}

.cellHighlightRight
{
    font-size : 12px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
    text-align : right;
}

.cellHeader
{
    font-size : 12px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
    text-align : center;
    background-color : #C0C0C0;
}

.cellSmall
{
	font-size : 11px;
	font-family : Arial;
    text-decoration : none;
}

.cellSmallCenter
{
	font-size : 11px;
	font-family : Arial;
    text-align : center;
    text-decoration : none;
}

.cellSmallHighlightCenter
{
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
    text-align : center;
    text-decoration : none;
}

.cellSmallRight
{
	font-size : 11px;
	font-family : Arial;
    text-align : right;
    text-decoration : none;
}

.txt
{
	font-size : 12px;
	font-family : Arial;
	text-decoration : none;
}

.txtRed
{
	font-size : 12px;
	font-family : Arial;
	color : #FF0000
}

.txtCenter
{
	font-size : 12px;
	font-family : Arial;
    text-align : center;
	text-decoration : none;
}

.txtRight
{
	font-size : 12px;
	font-family : Arial;
    text-align : right;
	text-decoration : none;
}

.txtLabel
{
    font-size : 14px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
}

.txtHighlight
{
    font-size : 12px;
    font-family : Arial;
    font-weight : bold;
    text-decoration : none;
}

.txtSmall
{
	font-size : 10px;
	font-family : Arial;
	text-decoration : none;
}

.txtLink
{
    font-size : 12px;
    font-family : Arial;
    color : #0000FF;
    text-decoration : none;
}

.txtFooter
{
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
    text-decoration : none;
}

⌨️ 快捷键说明

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