80 lines
1.2 KiB
CSS
80 lines
1.2 KiB
CSS
#TmpBox
|
|
{
|
|
width:450px;
|
|
height:435px;
|
|
z-index:1;
|
|
position:absolute;
|
|
top:10px;
|
|
left:300px;
|
|
filter:alpha(Opacity=90);
|
|
-moz-opacity:0.9;
|
|
opacity: 0.9;
|
|
display:none;
|
|
background-image: url(../../Images/sanjiao.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: left 300px;
|
|
}
|
|
/*题头:当前模板*/
|
|
#TmpTitle
|
|
{
|
|
color:red;
|
|
line-height: 25px;
|
|
background-color: #FFFFCC;
|
|
height: 25px;
|
|
border: 1px solid #CCCCCC;
|
|
text-indent: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
#TmpTitle .tmpClose
|
|
{
|
|
float: right;
|
|
margin-right: 10px;
|
|
cursor:pointer;
|
|
}
|
|
/*模板所在区域*/
|
|
.TmpPageContext
|
|
{
|
|
margin-left: 10px;
|
|
width:440px;
|
|
height:400px;
|
|
overflow: auto;
|
|
background-color: #CCCCCC;
|
|
}
|
|
/*模板类型区域,包括模板页的盒子*/
|
|
.TmpPageItem
|
|
{
|
|
|
|
margin-top: 10px;
|
|
margin-left: 10px;
|
|
|
|
}
|
|
/*模板类型标题*/
|
|
.tmpTypeName
|
|
{
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
height: 20px;
|
|
background-image: url(../../Images/arrow1.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 3px;
|
|
text-indent: 15px;
|
|
}
|
|
.TmpPageItem dl
|
|
{
|
|
}
|
|
.TmpPageItem dl dt
|
|
{
|
|
margin-left: 15px;
|
|
}
|
|
.TmpPageItem dl dd
|
|
{
|
|
line-height: 18px;
|
|
height: 18px;
|
|
cursor:pointer;
|
|
color: #0099FF;
|
|
text-decoration: underline;
|
|
width: 100px;
|
|
margin-right: 10px;
|
|
font-size: 14px;
|
|
margin-left: 30px;
|
|
} |