2014-09-04 12:53:04 +08:00
|
|
|
@import "basic.less";
|
2014-05-07 13:06:24 +08:00
|
|
|
|
|
|
|
@bgColor: #fff;
|
|
|
|
@headerBgColor: #fff;
|
|
|
|
@aWhiteColor: #fff;
|
|
|
|
@aBlackColor: #000;
|
|
|
|
@borderColor: #EBEFF2;
|
2015-11-28 15:36:12 +08:00
|
|
|
@headerBottomBorderColor: @borderColor;
|
2014-05-07 13:06:24 +08:00
|
|
|
@headerHeight: 60px;
|
|
|
|
@hColor: #0fb264; // #47a447;// 更深 #198764; // boostrap: #5cb85c; bootstrap:hover #47a447; // #5AD4A0; // #47a447
|
|
|
|
@titleColor: @hColor;
|
|
|
|
@fontSize: 14px;
|
|
|
|
@leftNotebookWidth: 170px;
|
|
|
|
@noteListWidth: 250px;
|
|
|
|
@noteActiveBg: #65bd77;
|
|
|
|
|
|
|
|
@selectionBg: @aBlackColor;
|
|
|
|
@selectionColor: #fff;
|
2015-09-05 23:30:24 +08:00
|
|
|
|
2015-11-22 22:33:07 +08:00
|
|
|
// header
|
|
|
|
@headerTextColor: #000;
|
|
|
|
@headerAColor: #000;
|
|
|
|
@switcherBgColor: #fff;
|
|
|
|
@logoColor: #fff;
|
2015-11-28 15:36:12 +08:00
|
|
|
@loadingUrl: url(../../images/loading-a-20-black.gif);
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-22 22:33:07 +08:00
|
|
|
@searchNoteInputBorder: 1px solid @borderColor;
|
|
|
|
@searchNoteInputBgColor: #fff;
|
|
|
|
@searchNoteInputTextColor: #000;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-22 22:33:07 +08:00
|
|
|
@newNoteBgColor: #eee;
|
|
|
|
@newNoteBgColorHover: #E0E0E0;
|
|
|
|
@newNoteBorder: 1px solid transparent;
|
|
|
|
@newNoteTextColor: #000;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@notebookBgColor: @bgColor;
|
|
|
|
@notebookBodyBgColor: #fff;
|
2014-10-22 16:20:45 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@addNotebookColor: #666;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@notebookListBorder: #eee;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@notebookInputBorder: none;
|
|
|
|
@notebookInputColor: #000;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@notebookMinBgColor: #eee;
|
|
|
|
@notebookMinContainerBorder: 1px solid #ccc;
|
|
|
|
@notebookMinIconColor: #000;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@folderHeaderBorderColor: rgba(0,0,0,0.05);
|
|
|
|
@folderHeaderIconColor: #000;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@eachUserBorderColor: #eee;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
2015-11-28 15:36:12 +08:00
|
|
|
@noteListBorderColor: @borderColor;
|
|
|
|
@noteAndSortBgColor: @bgColor;
|
2014-05-07 13:06:24 +08:00
|
|
|
|
|
|
|
.folderBody a.active {
|
|
|
|
background-color: @bgColor;
|
|
|
|
color: @hColor;
|
|
|
|
}
|
2014-09-12 21:40:14 +08:00
|
|
|
|
2014-05-07 13:06:24 +08:00
|
|
|
.folderBody a:hover, .folderBody .contextmenu-hover {
|
|
|
|
background-color: @borderColor !important;
|
|
|
|
}
|
|
|
|
|
2014-10-22 16:20:45 +08:00
|
|
|
@import "mobile.less";
|