您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
56 行
1.0 KiB
56 行
1.0 KiB
WWWImage > * {
|
|
margin-top: 15;
|
|
width: 200;
|
|
height: 200;
|
|
/* will display while the image is loading */
|
|
background-color: #CCC;
|
|
border-radius: 25;
|
|
text-alignment:middle-center;
|
|
}
|
|
|
|
MiniMap Label {
|
|
position-type:absolute;
|
|
position-top:0;
|
|
position-left:0;
|
|
position-right:0;
|
|
height: 16;
|
|
}
|
|
|
|
MiniMap.graphElement {
|
|
border-color:#CCC;
|
|
background-color:rgba(100, 100, 100, 0.5);
|
|
position-type:absolute;
|
|
padding-top:20;
|
|
}
|
|
|
|
MiniMap Label {
|
|
text-clipping:overflow;
|
|
}
|
|
|
|
MiniMap.anchored {
|
|
position-left:20;
|
|
position-bottom:20;
|
|
}
|
|
|
|
MiniMap.anchored Label{
|
|
text-color:#aaaa00
|
|
}
|
|
|
|
InvisibleBorderContainer.graphElement {
|
|
background-color:#0F0;
|
|
/* currently border-XXX is only used for layout
|
|
where border-width is used to paint text and border.
|
|
They must keep in sync until we support variable border
|
|
thickness per edge */
|
|
border-color:#000;
|
|
border-left:20;
|
|
border-top:20;
|
|
border-right:20;
|
|
border-bottom:20;
|
|
border-width:20;
|
|
border-radius: 0;
|
|
}
|
|
|
|
InvisibleBorderContainer.graphElement.selected {
|
|
border-color:#00F;
|
|
}
|