📄 style.css
字号:
/* CSS file */
.main{
fontSize:12;
backgroundGradientColors: #c0c0c0, #c0c0c0
}
.windowBar {
backgroundColor: #cccccc;
shadowDistance: 1;
shadowDirection: center;
dropShadowColor: #000000;
dropShadowEnabled: true;
borderStyle: solid;
borderThickness: 0;
}
.controlPanel{
borderStyle: solid;
borderThickness: 4;
backgroundColor: #EDEDED;
}
.paperPanel{
borderStyle: solid;
borderThickness: 4;
backgroundColor: #EDEDED;
}
.paper{
borderStyle: solid;
borderThickness: 1;
borderColor: #ABABAB
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -