129 lines
1.8 KiB
CSS
129 lines
1.8 KiB
CSS
|
@import "menuTab.css";
|
|||
|
body
|
|||
|
{
|
|||
|
font-family: Arial, Serif, Verdana;
|
|||
|
font-size:13px;
|
|||
|
margin-top:0px;
|
|||
|
margin-left:0px;
|
|||
|
padding:0px; border:0; height:100%;
|
|||
|
line-height:normal !important;
|
|||
|
}
|
|||
|
|
|||
|
a,a:visited
|
|||
|
{
|
|||
|
color:Blue;
|
|||
|
}
|
|||
|
a:hover
|
|||
|
{
|
|||
|
color:Red;
|
|||
|
}
|
|||
|
#divMaster
|
|||
|
{
|
|||
|
font-size:13px;
|
|||
|
|
|||
|
}
|
|||
|
/*divHeader style*/
|
|||
|
#divHeader
|
|||
|
{
|
|||
|
text-align:right;
|
|||
|
margin-right:20px;
|
|||
|
}
|
|||
|
#divHeader a
|
|||
|
{
|
|||
|
color: #000066;
|
|||
|
text-decoration:none;
|
|||
|
}
|
|||
|
|
|||
|
#divHeader a:hover
|
|||
|
{
|
|||
|
color:Red;
|
|||
|
}
|
|||
|
|
|||
|
#divHeader .Login_Name
|
|||
|
{
|
|||
|
background: url(../images/arrow.gif) no-repeat center right;
|
|||
|
padding-right: 15px;
|
|||
|
font-family: Courier, Tahoma;
|
|||
|
}
|
|||
|
/*End divHeader style*/
|
|||
|
#divLogo
|
|||
|
{
|
|||
|
border-top: black solid 1px;
|
|||
|
background: url(../images/headerBk.jpg) repeat-x;
|
|||
|
}
|
|||
|
#divLogo img
|
|||
|
{
|
|||
|
border:0;
|
|||
|
}
|
|||
|
#divBreadCrumb
|
|||
|
{
|
|||
|
padding:5px 2px 5px;
|
|||
|
background: #ddd;
|
|||
|
font-size:13px;
|
|||
|
}
|
|||
|
#divBreadCrumb a
|
|||
|
{
|
|||
|
color:Black;
|
|||
|
}
|
|||
|
#divContent
|
|||
|
{
|
|||
|
font-size:13px;
|
|||
|
margin:5px 5px 2px 5px;
|
|||
|
padding:0px 10px 0px 10px;
|
|||
|
/*width:100%;*/
|
|||
|
text-align:left;
|
|||
|
clear:both;
|
|||
|
position:relative;
|
|||
|
}
|
|||
|
/*divFooter styles*/
|
|||
|
#divFooter
|
|||
|
{
|
|||
|
/*background-color:#666;*/
|
|||
|
background-color:#bf5008;
|
|||
|
color:White;
|
|||
|
padding: 5px 15px 5px;
|
|||
|
font-size:12px;
|
|||
|
}
|
|||
|
#divFooter a:link,
|
|||
|
#divFooter a:visited,
|
|||
|
#divFooter a:active
|
|||
|
{
|
|||
|
color:White;
|
|||
|
text-decoration:none;
|
|||
|
font-family:Arial, Serif;
|
|||
|
}
|
|||
|
|
|||
|
#divFooter a:hover
|
|||
|
{
|
|||
|
text-decoration:underline;
|
|||
|
}
|
|||
|
/*End divFooter styles*/
|
|||
|
|
|||
|
.clearLine
|
|||
|
{
|
|||
|
clear:both;
|
|||
|
}
|
|||
|
|
|||
|
h1{font-size: 20px;}
|
|||
|
h2
|
|||
|
{
|
|||
|
font-family: 黑体, Verdana, Sans-Serif;
|
|||
|
font-size: 16px;
|
|||
|
}
|
|||
|
p
|
|||
|
{
|
|||
|
line-height: 20px;
|
|||
|
}
|
|||
|
li
|
|||
|
{
|
|||
|
line-height: 20px;
|
|||
|
}
|
|||
|
|
|||
|
.LeftMargin
|
|||
|
{
|
|||
|
margin-left:2%;
|
|||
|
}
|
|||
|
.LeftMarginMore
|
|||
|
{
|
|||
|
margin-left: 15%;
|
|||
|
}
|