73 lines
1.7 KiB
CSS
73 lines
1.7 KiB
CSS
.editor .frame-005 {
|
|
max-width:100%;
|
|
position:relative;
|
|
padding: 35px 8px 49px;
|
|
display:inline-block;
|
|
}
|
|
.editor .frame-005 .editor-frame {
|
|
position:absolute;
|
|
min-width:8px;
|
|
min-height:8px;
|
|
z-index:1;
|
|
}
|
|
.editor .frame-005 .mid {
|
|
position:relative;
|
|
z-index:2;
|
|
}
|
|
.editor .frame-005 .frame-LT,
|
|
.editor .frame-005 .frame-RT{
|
|
width:8px;
|
|
height:35px;
|
|
top:0
|
|
}
|
|
.editor .frame-005 .frame-LB,
|
|
.editor .frame-005 .frame-RB {
|
|
width:9px;
|
|
height: 49px;
|
|
bottom:0
|
|
}
|
|
.editor .frame-005 .frame-LT,
|
|
.editor .frame-005 .frame-LB {
|
|
left:0;
|
|
}
|
|
.editor .frame-005 .frame-RT,
|
|
.editor .frame-005 .frame-RB {
|
|
right:0;
|
|
}
|
|
.editor .frame-005 .frame-LM,
|
|
.editor .frame-005 .frame-RM {
|
|
top: 35px;
|
|
bottom: 49px;
|
|
}
|
|
.editor .frame-005 .frame-CT,
|
|
.editor .frame-005 .frame-CB {
|
|
left: 8px;
|
|
right: 8px;
|
|
}
|
|
.editor .frame-005 .frame-CT {
|
|
top:0;
|
|
}
|
|
.editor .frame-005 .frame-CB {
|
|
height: 49px;
|
|
bottom:0;
|
|
}
|
|
.editor .frame-005 .frame-LM {
|
|
left:0;
|
|
}
|
|
.editor .frame-005 .frame-RM {
|
|
right:0;
|
|
}
|
|
|
|
.editor .frame-005 .frame-LT {background-image:url(images/td1.png);}
|
|
.editor .frame-005 .frame-CT {background-image:url(images/td2.png);}
|
|
.editor .frame-005 .frame-RT {background-image:url(images/td3.png);}
|
|
.editor .frame-005 .frame-LM {background-image:url(images/td4.png);}
|
|
.editor .frame-005 .frame-RM {background-image:url(images/td6.png);}
|
|
.editor .frame-005 .frame-LB {background-image:url(images/td7.png);}
|
|
.editor .frame-005 .frame-CB {background-image:url(images/td8.png);}
|
|
.editor .frame-005 .frame-RB {background-image:url(images/td9.png);}
|
|
|
|
.editor .frame-005 .frame-CT .conter-icon {
|
|
height:35px;
|
|
background:url(images/td2b.png) no-repeat center;
|
|
} |