?? listing12-45_polish.css_choicegroup
字號:
/* Designing the ChoiceGroup */
.exclusiveChoiceGroup {
focused-style: choiceGroupFocused;
}
/* Designing the items contained in the ChoiceGroup */
.exclusiveChoiceItem {
margin: 1; /* compensation for the border of the focused style */
padding: 3;
padding-horizontal: 5;
font-color: fontColor;
font-style: plain;
radiobox-selected: url( checked.png );
radiobox-plain: none;
}
/* Designing the currently focused item of the ChoiceGroup */
.choiceGroupFocused {
padding: 3;
padding-horizontal: 5;
font-color: fontColor;
font-style: bold;
border {
type: round-rect;
color: fontColor;
arc: 8;
}
layout: left | expand;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -