www.gusucode.com > YulinCMS 雨林内容管理系统 2.0源码程序 > Admin/CSS/Main.css

    
body
{
    font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif,宋体;
    margin:0px;
    padding:4px;
    font-size:12px;
    word-break:break-all;
    line-height:160%;
}

form,input,select,textarea
{
    font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif,宋体;
    font-size:12px;
}

table
{
    font-size:12px;
    line-height:160%;
}

/* 普通文字链接样式 */
a:link 
{ 
	text-decoration:none; 
	color:#000000;
}
a:visited 
{ 
	text-decoration:none; 
	color:#000000;
}
a:active 
{ 
	text-decoration:none; 
	color:#000000; 
}
a:hover 
{ 
	text-decoration:underline; 
	color:#ff3300;
}


/* 版权信息样式 */
#copyright
{
    width:100%;
    text-align:center;
    font-size:12px;
}
#copyright span
{
    color:#cc0000;
    font-weight:bolder; 
}



/* 多页面切换样式 */
.tagStyle
{
    background-color:#eeeeee;
    color:#000000;
    border-color:#cccccc;
    border-style:solid;
    border-width:1px 1px 0px 1px;
    cursor:pointer;
}

.tagStyleCurrent
{
    background-color:#004080;
    color:#ffffff;
    border-color:#cccccc;
    border-style:solid;
    border-width:1px 1px 0px 1px;
    cursor:pointer;
}