/*
* Your Stylesheet
*
* This stylesheet is loaded when Pulsar starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Pulsar.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
@font-size-1: 11.7px; // style the background color of the tree view
@font-size-2: 10.7px;
.tree-view {
// background-color: whitesmoke;
font-size: @font-size-2 !important;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: rgb(200,200,200);
background-color: rgb(40,40,40);
font-size: @font-size-1 !important;
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
}
status-bar.status-bar {
font-size: 10px !important;
}
div.status-bar-left > * {
margin-right: 20px;
margin-left: 20px;
}
//-----------------------
cursor.cursor-position {
}
atom-panel.panel-bottom {
font-size: @font-size-1 !important;
}
.preview-pane {
font-size: @font-size-1 !important;
}
//-----------------------
atom-panel.modal.from-top {
// symbol
top: 0 !important;
}
.select-list ol.list-group {
// symbol
max-height: 580px !important;
}
.select-list ol.list-group li.two-lines {
// symbol item
padding: 0 !important;
}
//-----------------------
沒有留言:
張貼留言