参照 obsidian-minimal 主题制作的 savor 主题代码片段

本贴最后更新于 468 天前,其中的信息可能已经物是人非

图片.png

图片.png

图片.png

图片.png

谢谢制作这两个主题的大佬(Roy 和 kepano)

使用方式:下载集市内的 savor 主题,切换到 savor 的 dark 配色模式,然后在设置-外观-代码片段中添加如下代码。

:root { /* 主色 */ --b3-theme-primary: #7E97A4 !important; --b3-theme-primary-light: #889eaa7f !important; --b3-theme-primary-lighter: #889eaa43 !important; --b3-theme-primary-lightest: #889eaa23 !important; --b3-theme-secondary: #889EAA !important; --b3-theme-secondary-light: #a0b2bb !important; --b3-theme-background: rgb(38, 38, 38) !important; --b3-theme-background-light: #36363681 !important; --b3-theme-surface: #212121 !important; --b3-theme-surface-light: #21212192 !important; --b3-theme-surface-lighter: #21212148 !important; --b3-theme-error: #d04255c0 !important; /* 字体 */ --b3-font-family: "更纱黑体 SC" !important; --b3-font-family-protyle: var(--b3-font-family); --b3-font-family-code: "更纱黑体 SC" !important; /* 文字颜色 */ --b3-theme-on-primary: #ffffff !important; --b3-theme-on-secondary: #d1d1d1 !important; --b3-theme-on-background: #d1d1d1 !important; --b3-theme-on-surface: #999 !important; --b3-theme-on-surface-light: rgba(153, 153, 153, .8) !important; --b3-theme-on-error: #d1d1d1 !important; /* 线条 */ --b3-border-color: #363636 !important; --b3-border-color2: #363636ad !important; /* 滚动条 */ --b3-scroll-color: #363636 !important; --b3-scroll-color-hover: var(--S-list-background) !important; --b3-scroll-bgcolor: transparent !important; --b3-border-scroll: #ffffff33 !important; --webkit-scrollbar: 6px !important; --webkit-scrollbar-thumb: 4px !important; /* 图片工具栏 */ --b3-tooltips-background: /* 列表 */ --b3-list-color-hover: #8C8C8C1F ; --b3-list-color: #595959 ; --b3-list-color-hover: #5959598c ; /* 菜单 */ --b3-menu-background: #27282a !important; /* 遮罩 */ --b3-mask-background: #000000c7 !important; /* 卡片背景 */ --b3-card-error-color: #d695957b !important; --b3-card-error-background: var(--b3-font-background13) !important; --b3-card-warning-color: rgba(255, 213, 153, 0.513) !important; --b3-card-warning-background: var(--b3-font-background5) !important; --b3-card-info-color: rgba(166, 214, 250, 0.496) !important; --b3-card-info-background: var(--b3-font-background10) !important; --b3-card-success-color: rgba(183, 223, 185, 0.467) !important; --b3-card-success-background: var(--b3-font-background8) !important; /* 自定义文字 */ --b3-font-color1: #999 !important; --b3-font-color2: #6f7477 !important; --b3-font-color3: rgb(147, 114, 100) !important; --b3-font-color4: rgb(253, 162, 68) !important; --b3-font-color5: rgb(255, 184, 73) !important; --b3-font-color6: rgb(255, 220, 73) !important; --b3-font-color7: rgb(77, 171, 154) !important; --b3-font-color8: rgb(82, 178, 202) !important; --b3-font-color9: rgb(82, 156, 202) !important; --b3-font-color10: rgb(154, 109, 215) !important; --b3-font-color11: rgb(226, 85, 161) !important; --b3-font-color12: rgb(255, 115, 105) !important; --b3-font-color13: rgb(223, 84, 82) !important; --b3-font-background1: rgb(35, 38, 40) !important; --b3-font-background2: rgb(63, 68, 71) !important; --b3-font-background3: rgb(69, 75, 78) !important; --b3-font-background4: rgb(67, 64, 64) !important; --b3-font-background5: rgb(89, 74, 58) !important; --b3-font-background6: rgb(89, 79, 59) !important; --b3-font-background7: rgb(89, 86, 59) !important; --b3-font-background8: rgba(53, 76, 75) !important; --b3-font-background9: rgb(54, 79, 84) !important; --b3-font-background10: rgb(54, 73, 84) !important; --b3-font-background11: rgb(68, 63, 87) !important; --b3-font-background12: rgb(83, 59, 76) !important; --b3-font-background13: rgb(89, 65, 65) !important; /*callout*/ --b3-bq-background1: rgb(35, 38, 40 , .3) !important; --b3-bq-background2: rgb(63, 68, 71 , .3) !important; --b3-bq-background3: rgb(69, 75, 78 , .3) !important; --b3-bq-background4: rgb(67, 64, 64 , .3) !important; --b3-bq-background5: rgb(89, 74, 58 , .3) !important; --b3-bq-background6: rgb(89, 79, 59 , .3) !important; --b3-bq-background7: rgb(89, 86, 59 , .3) !important; --b3-bq-background8: rgba(53, 76, 75 , .3) !important; --b3-bq-background9: rgb(54, 79, 84 , .3) !important; --b3-bq-background10: rgb(54, 73, 84 , .3) !important; --b3-bq-background11: rgb(68, 63, 87 , .3) !important; --b3-bq-background12: rgb(83, 59, 76 , .3) !important; --b3-bq-background13: rgb(89, 65, 65 , .3) !important; /* 动画效果 */ --b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms !important; --b3-width-transition: width .15s cubic-bezier(0, 0, .2, 1) 0ms !important; /* 阴影 */ --b3-point-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; --b3-dialog-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important; --b3-menu-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px !important; /* 图表颜色 */ --b3-graph-p-point: #076f7e !important; --b3-graph-heading-point: #660e7a !important; --b3-graph-math-point: #80FFA5 !important; --b3-graph-code-point: #00DDFF !important; --b3-graph-table-point: #37A2FF !important; --b3-graph-list-point: #FF0087 !important; --b3-graph-todo-point: #FFBF00 !important; --b3-graph-olist-point: #b3005f !important; --b3-graph-listitem-point: #f65b00 !important; --b3-graph-bq-point: #8d48e3 !important; --b3-graph-super-point: #dd79ff !important; --b3-graph-doc-point: #202124 !important; --b3-graph-tag-point: #dbf32f !important; --b3-graph-asset-point: #05c091 !important; --b3-graph-line: #5f6368 !important; --b3-graph-ref-line: #d23f31 !important; --b3-graph-tag-line: #5f6b06 !important; --b3-graph-tag-tag-line: #dbf32f !important; --b3-graph-asset-line: #037457 !important; --b3-graph-hl-point: #f3a92f !important; --b3-graph-hl-line: #4285f4 !important; /* 编辑器搜索颜色 */ --b3-protyle-search-background: #32593c !important; --b3-protyle-search-border-color: #486a51 !important; --b3-protyle-search-current-background: #204282 !important; /* 代码片段背景 */ --b3-protyle-code-background: var(--b3-theme-surface) !important; --b3-protyle-code-linenumber-hl: var(--b3-theme-surface) !important; /* 所见即所得行内元素颜色 */ --b3-protyle-inline-strong-color: #d1d1d1 !important; --b3-protyle-inline-link-color: #889eaa !important; --b3-protyle-inline-mark-background: #32593c !important; --b3-protyle-inline-mark-color: #d1d1d1 !important; --b3-protyle-inline-tag-color: #9aa0a6 !important; --b3-protyle-inline-blockref-color: #9876aa !important; /* PDF */ --b3-pdf-selection: #779170 !important; --b3-pdf-sidebar-width: 200px !important; --b3-pdf-offset: 0 !important; --b3-pdf-background1: var(--b3-font-background5) !important; --b3-pdf-background2: var(--b3-font-background6) !important; --b3-pdf-background3: var(--b3-font-background7) !important; --b3-pdf-background4: var(--b3-font-background8) !important; --b3-pdf-background5: var(--b3-font-background10) !important; --b3-pdf-background6: var(--b3-font-background11) !important; --b3-pdf-background7: var(--b3-font-background13) !important; /* 自定义结构配色 */ /* 顶栏 */ --S-toolbar-background: var(--b3-theme-surface) !important; --S-toolbar-blur-background: transparent !important; --S-toolbar-item-hover: rgba(255, 255, 255, 0.1) !important; --S-toolbar-barWorkspace-hover: var(--S-list-background) !important; --S-toolbar-closeWindow-hover: #e81123 !important; --S-toolbar-closeWindow-svg: #999 !important; /* dock栏 */ --S-dock-color: #d1d1d1 !important; --S-dock-background: var(--b3-theme-surface) !important; --S-dockright-item-active-background: #8c8c8c1f !important; --S-dockleft-item-active-background: #8c8c8c1f !important; --S-dock-item-active-color: #8c8c8c1f !important; --S-dock-item-hover-background: #8c8c8c1f !important; /* 侧栏面板 */ --S-fn__flex-column-background: var(--b3-theme-surface) !important; --S-fn__flex-shrink-background: var(--b3-theme-surface) !important; --S-block-logo-color: var(--b3-theme-on-background) !important; --S-block-logo-background-color: rgba(114, 118, 120) !important; --S-block-icon-svg-color: rgba(114, 118, 120) !important; --S-block-icon-hover: rgba(255, 255, 255, 0.1) !important; --S-block-icon-active: #eb8383 !important; --S-list-item-arrow: rgba(149, 152, 156) !important; --S-list-background: #8c8c8c1f!important; --S-list-background-focus: #8c8c8c1f !important; --S-list-background-activefocus: rgba(38, 38, 38, 0.15) !important; --b3-flex-column-padding: 6px 0px 2px 0px !important; --b3-list-item-radius: 3px !important; /* 大纲数字 */ --h1-list-graphic: var(--b3-theme-on-background) !important; --h2-list-graphic: var(--b3-theme-on-background) !important; --h3-list-graphic: var(--b3-theme-on-background) !important; --h4-list-graphic: var(--b3-theme-on-background) !important; --h5-list-graphic: var(--b3-theme-on-background) !important; --h6-list-graphic: var(--b3-theme-on-background) !important; /* 线条 */ --b3-layout-resize: var(--b3-border-color) !important; --b3-shrink-layout-resize: var(--b3-border-color) !important; --b3-layout-resize-hover: var(--b3-scroll-color) !important; --flex-width-transition: width 150ms linear !important;/*调节宽度动画*/ --b3-border-fold: var(--b3-border-color2) !important;/*折叠边框*/ --b3-layout-resize-width: 1px !important; /* 页签 */ --S-item-focus: rgba(255, 255, 255 ,0.2) !important; /* 面包屑 */ --S-protyle-breadcrumb-arrow: rgba(174,172,166) !important; /* 头图按钮 */ --S-icons-tooltips: var(--b3-theme-on-surface) !important; --S-icons-tooltips-hover: var(--b3-list-background) !important; --S-img-icons-tooltips: var(--b3-theme-on-surface) !important; --S-img-icons-tooltips-bg: var(--b3-theme-background) !important; --S-img-icons-span: rgba(255, 255, 255, .5) !important; /* 块标 */ --b3-gutters-color: var(--b3-scroll-color) !important; --S-gutters-background: var(--b3-border-color) !important; /* 弹出工具条字体颜色选择 */ --b3-color--square: var(--b3-border-color) !important; /* 任务列表 */ --b3-task-done-color: var(--b3-scroll-color-hover) !important; --b3-task-done-hover: #069ccd !important; /* 引述 */ --b3-bq-background: rgba(54, 59, 62) !important; /* 块引用 */ --b3-block-ref-background: var(--S-toolbar-item-hover) !important; /* 代码块 */ --S-linenumber-rows: rgba(61, 66, 69) !important; --S-code-block-hljs: var(--S-fn__flex-shrink-background) !important; /*行内代码*/ --S-inline-code: var(--b3-theme-error) !important; /*按钮*/ --b3-button: var(--b3-theme-primary) !important; /*pdf*/ --b3-toolbarSidebar: #484d50 !important; /*导图*/ --b3-border-daotu: 2px solid rgba(69, 74, 77) !important; --b3-block-daotu: var(--b3-theme-surface-light) !important; /*看板*/ --kbline-boarditem-minwidth: 14rem !important;/*看板卡片的最小宽度*/ --kb--li--background: rgba(55, 60, 63) !important; /*ctrlp*/ --b3-list-item--meta: #ebebeb; /*底栏状态*/ --S-status-msg-background:#404548; --S-status-barDock: var(--b3-theme-surface); --S-status-barDock-hover: #d4d4d4; /*数据库*/ --S-font-color13: var(--b3-theme-on-background); --S-font-color12: var(--b3-theme-on-background); --S-font-color11: var(--b3-theme-on-background); --S-font-color10: var(--b3-theme-on-background); --S-font-color9: var(--b3-theme-on-background); --S-font-color8: var(--b3-theme-on-background); --S-font-color7: var(--b3-theme-on-background); --S-font-color6: var(--b3-theme-on-background); --S-font-color5: var(--b3-theme-on-background); --S-font-color4: var(--b3-theme-on-background); --S-font-color3: var(--b3-theme-on-background); --S-font-color2: var(--b3-theme-on-background); --S-font-color1: var(--b3-theme-on-background); /* 标题后面的远点符号*/ --h1-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.8 29.714v0c-1.371 0-2.514-1.143-2.514-2.514v0c0-1.371 1.143-2.514 2.514-2.514v0c1.371 0 2.514 1.143 2.514 2.514v0c0.114 1.371-1.029 2.514-2.514 2.514z'/></svg>") no-repeat center; --h2-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286z'/></svg>") no-repeat center; --h3-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286z'/></svg>") no-repeat center; --h4-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 22.857c1.257 0 2.286-1.029 2.286-2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286z'/></svg>") no-repeat center; --h5-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 22.857c1.257 0-2.286 1.029-2.286 2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286zM4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 11.429c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286z'/></svg>") no-repeat center; --h6-r-graphic: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 11.429c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 16c1.257 0 2.286-1.029 2.286-2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286z'/></svg>") no-repeat center; <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> } body { /*主界面*/ font-size: 13px !important; line-height: 1.5 !important; } /**-----------------------------------------------------------**/ /**段落行距**/ .b3-typography p, .b3-typography [data-node-id], .protyle-wysiwyg p, .protyle-wysiwyg [data-node-id] { line-height: 1.525 !important; padding: 4px 0 0 0 !important; margin: 2px 0 !important; border-radius: var(--b3-border-radius); } /**修正其导致的列表序号和文本不对齐**/ .protyle-wysiwyg [data-node-id].li>.protyle-action { top: 0.195rem !important; } .protyle-wysiwyg [data-node-id].li:before { top: 39px !important; } /* 列表序列标点*/ .protyle-wysiwyg [data-node-id].li[fold="1"]>.protyle-action:after, .protyle-wysiwyg [data-node-id].li>.protyle-action:hover:after { background-color: transparent !important; } .li[data-subtype="o"] .li[data-subtype="o"] .protyle-action::after { color: var(--b3-list-color) !important; } .protyle-wysiwyg [data-node-id].li>.protyle-action { color: rgba(255, 255, 255, 0.273) !important; } .protyle-wysiwyg [data-node-id].li>.protyle-action:hover { color: rgba(255, 255, 255, 0.415) !important; /* 鼠标移入时变亮 */ } /* 列表序列线*/ .protyle-wysiwyg [data-node-id].li:before { left: 0; top: 35px; height: calc(100% - 39px); content: "\200B"; display: block; width: 1px; border-left: 1px solid rgba(255, 255, 255, 0.273); color: transparent; position: absolute; bottom: 0px; transform: translateX(17px); } .protyle-wysiwyg [data-node-id].li:hover:before { /* 在鼠标移到元素上时,改变边框颜色,使其变亮 */ border-left-color: rgba(255, 255, 255, 0.415); /* 增加边框的亮度 */ } /* siyuan note 标记*/ /* 修改 #barWorkspace 的样式 */ #barWorkspace { height: 24px; border-radius: 6px; padding: 0 3px 0 8px; margin: 0px 3px 0px -1px; background-color: var(--b3-theme-surface) !important; /* 改为 button 样式中的颜色 */ box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0 1.5px 2.8px rgba(0, 0, 0, 0.07), 0 0.3px 0.7px rgba(0, 0, 0, 0.12); /* 添加其他 button 样式的属性 */ outline: none; border: none; transition: transform 0.5s ease-in-out; /* 添加动画过渡 */ } /* 当鼠标悬停在 #barWorkspace 上时,触发动画效果 */ #barWorkspace:hover { background-color: var(--b3-theme-primary) !important; cursor: pointer; animation: jelly 0.5s; /* 应用 jelly 动画 */ } /* jelly 动画的关键帧 */ @keyframes jelly { 0%, 100% { transform: scale(1, 1); } 25% { transform: scale(0.9, 1.1); } 50% { transform: scale(1.1, 0.9); } 75% { transform: scale(0.95, 1.05); } } .toolbar__text { color: var(--b3-theme-on-surface) !important; } .toolbar__text:hover { color: var(--b3-theme-on-background) !important; } .b3-menu__items { max-height: calc(100% - 40px); overflow: hidden; padding: 6px; border: 1px solid var(--b3-border-color); position: relative; overflow: hidden; border-radius: 8px; z-index: 64; -webkit-app-region: no-drag; user-select: none; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.121), 0px 3.4px 6.7px rgba(0, 0, 0, 0.179), 0px 15px 30px rgba(0, 0, 0, 0.3); } /**快捷键**/ .b3-menu__accelerator { color: var(--b3-border-scroll); font-family: SF Pro Display !important; } .b3-menu__accelerator:hover { color: var(--b3-theme-on-background); font-family: SF Pro Display !important; } .b3-list-item__meta { color: var(--b3-border-scroll) !important; font-family: SF Pro Display !important; } .b3-list-item__meta:hover { color: var(--b3-theme-on-background); font-family: SF Pro Display !important; } /* 侧边栏-工具栏*/ .dock#dockLeft { border: 1px solid var(--b3-border-color2); } /* 文档计数*/ .b3-list-item .counter:not(:empty) { box-shadow: unset !important; } /* 引用块*/ .protyle-wysiwyg [data-node-id] span[data-type*="block-ref"]:not([data-type="virtual-block-ref"]):not([data-type*="sup"]):not([data-type*="sub"]):not(.av__celltext--ref) { font-size: 100%; padding: unset; color: var(--b3-theme-secondary); background-color: transparent; border-bottom: unset; opacity: 1; font-weight: 500; } .protyle-wysiwyg [data-node-id] span[data-type*="block-ref"]:not([data-type="virtual-block-ref"]):not([data-type*="sup"]):not([data-type*="sub"]):not(.av__celltext--ref):hover { color: var(--b3-theme-secondary-light); border-bottom: unset !important; text-decoration-line: underline; } /**数据库表格**/ .av__container { cursor: ew-resize; } .av__row { display: flex; border-bottom: unset; position: relative; font-size: 87.5%; border: 1px solid var(--b3-border-color2); } .av__header { background: var(--b3-theme-surface); color: var(--b3-theme-on-surface); border: 1px solid var(--b3-border-color); } .av__body { background: var(--b3-theme-surface); color: var(--b3-theme-on-surface); border: 1px solid var(--b3-border-color); } .av__colsticky { background: var(--b3-theme-surface) !important; color: var(--b3-theme-on-surface); border: unset; } .av__row--footer { background: var(--b3-theme-surface); color: var(--b3-theme-on-surface); border: 1px solid var(--b3-border-color); } .av__celltext { background: var(--b3-theme-surface); color: var(--b3-theme-on-surface); } .av__cell--header { background: var(--b3-theme-surface); color: var(--b3-theme-on-surface); border-left: 2px solid var(--b3-border-color2); } .av__row--footer .av__calc { opacity: 0.2; border-right: 2px solid var(--b3-border-color); } .av__cell { padding: 8px 0px 0px 4px; border-left: 2px solid var(--b3-border-color2); overflow: hidden; text-overflow: ellipsis; } /**表格**/ table[contenteditable=true]+.protyle-action__table .table__resize::after { top: 1px; width: 2px; left: 2px; background: var(--b3-border-color); cursor: ew-resize; } .b3-typography table td, .b3-typography table th, .protyle-wysiwyg table td, .protyle-wysiwyg table th { padding: 4px 6px; border: 1px solid var(--b3-border-color); text-align: center; } .protyle-wysiwyg table tbody tr td { background-color: var(--b3-theme-background); } /* 引用块悬浮窗口*/ .block__popover>.block__icons>.resize__move { box-shadow: none !important; display: table-header-group; } .resize__t { height: 15px; cursor: ns-resize; left: 8px; right: 8px; top: -7px; } .resize__d { height: 15px; cursor: ns-resize; left: 8px; right: 8px; top: -7px; } .resize__r { width: 15px; cursor: ew-resize; top: 6px; left: -5px; bottom: 6px; border-radius: inherit; } .resize__l { width: 15px; cursor: ew-resize; top: 6px; left: -5px; bottom: 6px; border-radius: inherit; } .block__popover--open { border: 1px solid var(--b3-border-color2); box-shadow: rgb(95 95 95 / 21%) 0px 0px 7px 2px, rgb(16 16 16 / 35%) 0px 0px 20px 0px, rgb(15 15 15 / 40%) 0px 0px 6px 4px !important; } .block__popover>.block__icons>.resize__move { box-shadow: none !important; display: table-header-group; border-radius: 14px 0px 0px 0px; margin-left: -7px; } /**分割线**/ /* 选择 SiYuan 编辑区中的分割线伪元素 */ .protyle-wysiwyg [data-node-id].hr > div:after { position: absolute; content: ""; /* 空白内容 */ height: 1px; /* 分割线的高度 */ background-color: #ffffff33; /* 分割线的颜色 */ width: calc(100% - 1px); /* 宽度为 div 宽度减去 1px */ left: 0; top: 13px; /* 调整分割线的位置 */ animation: blink 5s infinite; /* 应用闪烁动画,持续时间为 5 秒,循环 */ } /* 定义闪烁动画 */ @keyframes blink { 0%, 100% { opacity: 1; /* 动画开始和结束时的透明度为1(完全不透明) */ } 50% { opacity: 0.4; /* 动画进行到一半时的透明度为0(完全透明) */ } } /**加粗**/ .b3-typography strong, .b3-typography span[data-type~=strong], .protyle-wysiwyg strong, .protyle-wysiwyg span[data-type~=strong] { font-weight: bold; color: inherit !important; } /**倾斜**/ .b3-typography em, .b3-typography span[data-type~=em], .protyle-wysiwyg em, .protyle-wysiwyg span[data-type~=em] { font-style: italic; color: inherit !important; } /**删除线**/ .b3-typography s, .b3-typography span[data-type~=s], .protyle-wysiwyg s, .protyle-wysiwyg span[data-type~=s] { color: inherit !important; text-decoration: line-through; } /* 超链接*/ .protyle-wysiwyg [data-node-id] span[data-type~=a] { color: var(--b3-theme-secondary); border-bottom: unset; font-weight: 500; } .protyle-wysiwyg [data-node-id] span[data-type~=a]:hover { color: var(--b3-theme-secondary-light); border-bottom: unset !important; text-decoration-line: underline; text-decoration-line- font-weight: 500; } #tooltip.tooltip{ background: black; color: white; } .b3-snackbar__content{ background: black !important; color: white !important; } /* 反链计数*/ .protyle-attr--refcount { background-color: transparent; } /**行内备注**/ /* 定义行内备注的样式 */ .b3-typography span[data-type~=inline-memo], .protyle-wysiwyg span[data-type~=inline-memo] { /* 设置背景颜色以突出显示行内备注 */ background-color: var(--b3-theme-primary-light); /* 为行内备注添加点状边框 */ border-bottom: 1px dashed var(--b3-theme-primary); /* 添加一定的内边距,使内容与背景色区分 */ padding: 0 2px; /* 设置文字颜色以与整体界面匹配 */ color: var(--b3-theme-on-surface); /* 添加过渡效果 */ transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; /* 鼠标悬停时改变备注的外观 */ &:hover { background-color: var(--b3-theme-primary-lightest); color: var(--b3-theme-on-background); } } /* 行内代码*/ .fn__code, .b3-typography code:not(.hljs), .b3-typography span[data-type~=code], .protyle-wysiwyg code:not(.hljs), .protyle-wysiwyg span[data-type~=code] { background-color: #ffffffa6; border: 1px solid var(--b3-border-color); border-radius: 3px; font-family: SF Pro Display; padding: 0 0.3em; color: #000; transition: background-color 0.3s ease-in-out; } .b3-button--outline, .b3-button:not(.b3-button--cancel):not([data-type="av-add-bottom"]), #searchInclude.b3-button:not(.b3-button--cancel) { background-color: var(--b3-button); color: var(--b3-theme-on-primary); } /* 主菜单下啦菜单按钮*/ .b3-select { background-color: var(--b3-theme-surface); box-shadow: inset 0 0.5px 1px 0.5px rgba(255, 255, 255, 0.16), 0 2px 3px 0 rgba(0,0,0,.3), 0 1px 1.5px 0 rgba(0,0,0,.2), 0 1px 2px 0 rgba(0,0,0,.4), 0 0 0 0 transparent !important; } .b3-select:hover { background-color: #363636; box-shadow: inset 0 0.5px 1px 0.5px rgba(255, 255, 255, 0.16), 0 2px 3px 0 rgba(0,0,0,.3), 0 1px 1.5px 0 rgba(0,0,0,.2), 0 1px 2px 0 rgba(0,0,0,.4), 0 0 0 0 transparent !important; } .b3-text-field:not(.b3-text-field--text):focus, .pcr-app .pcr-interaction .pcr-result:not(.b3-text-field--text):focus { box-shadow: inset 0 0 0 1px var(--b3-theme-primary-light); } /**斜杠/菜单**/ .hint--menu { animation: menu 0.2s ease-in-out; box-shadow: var(--b3-menu-shadow); background-color: var(--b3-theme-background); padding: 1px; border: 1px solid var(--b3-border-color2); min-width: 42vw; border-radius: 6px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.121), 0px 3.4px 6.7px rgba(0, 0, 0, 0.179), 0px 15px 30px rgba(0, 0, 0, 0.3); min-height: 29vw; } /* 编辑框内容 */ .b3-text-field:not(.b3-text-field--text):hover, .pcr-app .pcr-interaction .pcr-result:not(.b3-text-field--text):hover { box-shadow: inset 0 0 0 1px var(--b3-border-color); } /* 状态栏*/ #status { background-color: var(--b3-theme-background); } .status__counter:not(:empty) { background-color: var(--b3-theme-surface); } .ft__on-surface { color: #9999998f; } .ft__on-surface:hover { color: #cacaca; background: var(--b3-theme-background); } .status__counter { color: #999; } .status__counter:hover { color: #d8d8d8; background: var(--b3-theme-background); } /* dock栏图标 */ .dock#dockLeft .dock__item--active { color: var(--b3-theme-on-background); background-color: var(--b3-theme-primary-lightest); box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); top: 2px; right: 2px; } .status #barDock { box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(49, 49, 49, 0.052); opacity: 0.6; } .dock__item--activefocus { background-color: var(--b3-theme-primary-lightest)!important; color: var(--b3-theme-on-background); } .dock#dockRight .dock__item--active { color: var(--b3-theme-on-background); background-color: var(--b3-theme-primary-lightest); box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); } /* 反链面板*/ .sy__backlink.layout__tab--active .block__icons .counter { background-color: transparent; color: var(--b3-theme-on-background); } .sy__backlink .block__icons .counter { position: static; color: var(--b3-theme-on-surface); background-color: transparent; text-align: left; border-radius: 4px; } /* 标签 */ .protyle-wysiwyg span[data-type="tag"] { font-size: 100%; border-radius: unset; padding: unset; color: var(--b3-theme-secondary) !important; border-bottom: none !important; background-color: unset; } .protyle-wysiwyg span[data-type="tag"]:hover { color: var(--b3-theme-secondary-light) !important; border-bottom: unset !important; text-decoration-line: underline; } /* 退出聚焦 */ .protyle-breadcrumb__icon[data-type="exit-focus"] { background-color: var(--b3-theme-secondary) !important; color: var(--b3-theme-on-primary) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); } .protyle-breadcrumb__icon[data-type="exit-focus"]:hover { background-color: var(--b3-theme-secondary-light) !important; color: var(--b3-theme-on-primary) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); } .protyle-breadcrumb__item:not(:first-child).protyle-breadcrumb__item--active>svg { background-color: var(--b3-theme-secondary) !important; color: var(--b3-theme-on-primary) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); } .protyle-breadcrumb__item:not(:first-child).protyle-breadcrumb__item--active>svg:hover { background-color: var(--b3-theme-secondary) !important; color: var(--b3-theme-on-primary) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12); } /* 固定标签 */ .layout-tab-bar .item--pin:nth-child(4n-3) { background-color: var(--b3-theme-surface) !important; box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), /* 更大的垂直偏移和透明度 */ 0 3px 5px rgba(0, 0, 0, 0.12), /* 增加模糊程度和透明度 */ 0 1px 1.5px rgba(0, 0, 0, 0.1); /* 更明显的阴影 */ } .layout-tab-bar .item--pin:nth-child(4n-3):hover { background-color: var(--b3-theme-primary-light) !important; box-shadow: 0 12px 18px rgba(0, 0, 0, 0.25), /* 更大的垂直偏移量和透明度 */ 0 6px 10px rgba(0, 0, 0, 0.2), /* 更高的模糊程度和透明度 */ 0 2px 3px rgba(0, 0, 0, 0.15); /* 更明显的阴影 */ transform: translateY(-4px); } /* 钉住添加图标 */ .item.item--pin::before { content: '📌'; position: absolute; top: -7px; right: -6px; width: 14px; font-size: 0.9em; opacity: 0.7; } /* 标签下划线标记*/ .layout__wnd--active .layout-tab-bar .item--focus::after { background-color: var(--b3-theme-primary); } /* 标签多余的内容省略*/ .layout__wnd--active .layout-tab-bar .item--focus>.item__text { color: var(--b3-theme-on-background); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* 搜索框的初始样式 */ .b3-text-field:not(#searchInput):not(.fn__block):not(.fn__size200):not(#simpleSearchInput) { background-color: var(--b3-theme-background) !important; border: 1px solid var(--b3-border-color) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } /* 鼠标悬停在搜索框上时的样式 */ .b3-text-field:not(#searchInput):not(.fn__block):not(.fn__size200):not(#simpleSearchInput):hover { background-color: var(--b3-theme-surface) !important; /* 改变背景颜色 */ border: 1px solid var(--b3-border-color) !important; /* 改变边框颜色 */ box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } .layout-tab-bar .item--unupdate:not(.item--pin) { font-style: normal; color: var(--b3-theme-on-surface); font-size: 14px; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } /*主菜单搜索框*/ .b3-dialog__container .config__panel>.b3-tab-bar .b3-text-field:focus { background-color: var(--b3-theme-background) !important; border: 1px solid var(--b3-border-color) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } .b3-dialog__container .config__panel>.b3-tab-bar .b3-text-field:focus:hover { background-color: var(--b3-theme-surface) !important; /* 改变背景颜色 */ border: 1px solid var(--b3-border-color) !important; /* 改变边框颜色 */ box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } .b3-text-field:not(.b3-text-field--text):focus, .pcr-app .pcr-interaction .pcr-result:not(.b3-text-field--text):focus { background-color: var(--b3-theme-background) !important; border: 1px solid var(--b3-border-color) !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } .b3-text-field:not(.b3-text-field--text):focus, .pcr-app .pcr-interaction .pcr-result:not(.b3-text-field--text):focus:hover { background-color: var(--b3-theme-surface) !important; /* 改变背景颜色 */ border: 1px solid var(--b3-border-color) !important; /* 改变边框颜色 */ box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } /*底部状态栏切换按钮*/ .b3-switch:checked { box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; } /* 商店卡片 */ .b3-card--current { box-shadow: unset; } /*嵌入块*/ .protyle-wysiwyg [data-node-id].render-node[data-type="NodeBlockQueryEmbed"] { background-color: var(--b3-theme-surface); font-style: inherit !important; border-left: 2px solid #99999982 !important; box-shadow: 0 4px 9px rgb(0 0 0 / 15%), 0 1.5px 5px 2px rgb(28 28 28 / 16%), 0 0.3px 0.7px rgb(0 0 0 / 25%) !important; border-right: 2px solid #99999982 !important; border-radius: 6px 6px !important; padding: 6px 4px 0px 10px !important; } /*引用*/ .protyle-wysiwyg .bq { font-style: normal !important; border-left: 1px solid #9999999c; background-color: transparent !important; box-shadow: 0 4px 9px rgba(0,0,0,.05), 0 1.5px 2.8px rgba(0,0,0,.07), 0 0.3px 0.7px rgba(0,0,0,.12) !important; color: var(--b3-theme-on-surface); margin: auto; position: relative; padding: 0px !important; text-indent: inherit; padding-inline-start: 16px !important; max-width: 100%; width: 66rem; margin-inline: auto !important; } /*标题字体*/ .protyle-title__input { font-size: 1.45em !important; } .protyle-wysiwyg .h1, .protyle-wysiwyg .h2, .protyle-wysiwyg .h3, .protyle-wysiwyg .h4, .protyle-wysiwyg .h5, .protyle-wysiwyg .h6 { margin-top: 1em; margin-bottom: 0.2em; } .b3-typography .h1, .b3-typography h1, .protyle-wysiwyg .h1, .protyle-wysiwyg h1 { padding: 0em 0px; font-size: 1.4em; } .b3-typography .h2, .b3-typography h2, .protyle-wysiwyg .h2, .protyle-wysiwyg h2 { padding: 0em 0px; font-size: 1.3em; } .b3-typography .h3, .b3-typography h3, .protyle-wysiwyg .h3, .protyle-wysiwyg h3 { padding: 0em 0px; font-size: 1.2em; } .b3-typography .h4, .b3-typography h4, .protyle-wysiwyg .h4, .protyle-wysiwyg h4 { padding: 0em 0px; font-size: 1.1em; } .b3-typography .h5, .b3-typography h5, .protyle-wysiwyg .h5, .protyle-wysiwyg h5 { padding: 0em 0px; font-size: 1.05em; } .b3-typography .h6, .b3-typography h6, .protyle-wysiwyg .h6, .protyle-wysiwyg h6 { padding: 0em 0px; font-size: 1em; } /* 图片样式 */ .protyle-wysiwyg img { opacity: 0.7; transition: opacity .25s linear; } .protyle-wysiwyg img:hover { opacity: 1; transition: opacity .25s linear; } /* 图片工具栏 */ .viewer-toolbar>ul>li { background-color: var(--b3-theme-primary); } .viewer-zoom-in svg, .viewer-zoom-out svg, .viewer-one-to-one svg, .viewer-reset svg, .viewer-prev svg, .viewer-play svg, .viewer-next svg, .viewer-rotate-left svg, .viewer-rotate-right svg, .viewer-flip-horizontal svg, .viewer-flip-vertical svg, .viewer-fullscreen svg, .viewer-fullscreen-exit svg, .viewer-close svg { color: var(--b3-theme-on-primary); } .protyle-action__drag { background-color: var(--b3-theme-primary-light) !important; } .protyle-action__drag:hover { background-color: var(--b3-theme-primary) !important; } .protyle-wysiwyg [data-node-id] .img .protyle-action__drag { height: 30%; width: 6px; background: var(--b3-theme-surface); display: none; border-radius: unset; cursor: col-resize; transition: var(--b3-transition); position: absolute; top: 35%; margin-left: 2px; box-shadow: unset; box-sizing: border-box; z-index: 1; } .protyle-wysiwyg [data-node-id] .img .protyle-action__drag:hover { background-color: var(--b3-theme-background); /* 定义一个多层次的 box-shadow */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), /* 轻微的阴影,使按钮稍微突出 */ 0 4px 8px rgba(0, 0, 0, 0.10), /* 中等深度的阴影,增强立体感 */ 0 1px 2px rgba(0, 0, 0, 0.25); /* 深度的阴影,增加对比度 */ /* 您可以根据需要调整其他样式属性 */ cursor: ew-resize; /* 适当调整光标样式 */ } /* 块悬浮标记 */ .protyle-gutters button { background: transparent; } .protyle-gutters button svg { color: var(--b3-list-color) !important; } .protyle-gutters button svg:hover { color: var(--b3-list-color) !important; } /* 编辑区文字弹出工具条 */ .protyle-toolbar { animation: toolbar 0.2s ease-in-out; border: 1px solid var(--b3-border-color2); box-shadow: #36363638 0px 0px 0px 1px, #36363629 0px 3px 6px, #3636363d 0px 9px 24px; } /**文件树标签名称**/ .block__logo svg { color: var(--b3-theme-on-surface); } .block__logo svg:hover { color: var(--b3-theme-on-background); } .file-tree .block__icons { color: var(--b3-theme-on-surface); } .file-tree .block__icons:hover { color: var(--b3-theme-on-background); } .b3-list-item--focus .b3-list-item__text { color: #d1d1d1e3 !important; } /**标记**/ .b3-typography mark, .b3-typography span[data-type~=mark], .protyle-wysiwyg mark, .protyle-wysiwyg span[data-type~=mark] { background: transparent !important; border-bottom: 2px solid rgb(255, 212, 0); font-weight: 500; } /**callout**/ .bq[custom-b~=bell]::after { left: -1.1em; } .bq[custom-b~=warn]::after { left: -1.1em; } .bq[custom-b~=error]::after { left: -1.1em; } .bq[custom-b~=bug]::after { left: -1.1em;em; } .bq[custom-b~=check]::after { left:-1.1em; } .bq[custom-b~=light]::after { left:-1.1em; } .bq[custom-b~=question]::after { left:-1.1em; } .bq[custom-b~=wrong]::after { left:-1.1em; } .bq[custom-b~=info]::after { left:-1.1em; } .bq[custom-b~=pen]::after { left:-1.1em; } .bq[custom-b~=note]::after { left:-1.1em; } .bq[custom-b~=bell]::after { left: -1.1em; } .protyle-wysiwyg .bq { box-shadow: 0 4px 9px rgb(0 0 0 / 15%), 0 1.5px 5px 2px rgb(28 28 28 / 16%), 0 0.3px 0.7px rgb(0 0 0 / 25%) !important; } /**行内快捷键**/ .b3-typography kbd, .b3-typography span[data-type~=kbd], .protyle-wysiwyg kbd, .protyle-wysiwyg span[data-type~=kbd] { font-family: 75% sl pro display; }
  • 思源笔记

    思源笔记是一款隐私优先的个人知识管理系统,支持完全离线使用,同时也支持端到端加密同步。

    融合块、大纲和双向链接,重构你的思维。

    26791 引用 • 111671 回帖
  • CSS

    CSS(Cascading Style Sheet)“层叠样式表”是用于控制网页样式并允许将样式信息与网页内容分离的一种标记性语言。

    199 引用 • 543 回帖 • 3 关注
4 操作
Adaxi 在 2024-05-07 15:59:43 更新了该帖
Adaxi 在 2024-05-07 02:31:37 更新了该帖
Adaxi 在 2024-05-06 22:35:16 更新了该帖
Adaxi 在 2024-05-06 20:15:45 更新了该帖

相关帖子

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...
  • Adaxi
    作者

    本人能力有限,期待着有能力的同志可以做一个这类极简的主题。

    1 回复
  • coikno 1

    这个样式非常棒,感谢。

推荐标签 标签

  • 工具

    子曰:“工欲善其事,必先利其器。”

    302 引用 • 772 回帖
  • JRebel

    JRebel 是一款 Java 虚拟机插件,它使得 Java 程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。

    26 引用 • 78 回帖 • 687 关注
  • 阿里云

    阿里云是阿里巴巴集团旗下公司,是全球领先的云计算及人工智能科技公司。提供云服务器、云数据库、云安全等云计算服务,以及大数据、人工智能服务、精准定制基于场景的行业解决方案。

    85 引用 • 324 回帖
  • FlowUs

    FlowUs.息流 个人及团队的新一代生产力工具。

    让复杂的信息管理更轻松、自由、充满创意。

    1 引用 • 1 关注
  • 链书

    链书(Chainbook)是 B3log 开源社区提供的区块链纸质书交易平台,通过 B3T 实现共享激励与价值链。可将你的闲置书籍上架到链书,我们共同构建这个全新的交易平台,让闲置书籍继续发挥它的价值。

    链书社

    链书目前已经下线,也许以后还有计划重制上线。

    14 引用 • 257 回帖 • 5 关注
  • 人工智能

    人工智能(Artificial Intelligence)是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门技术科学。

    120 引用 • 323 回帖
  • OpenStack

    OpenStack 是一个云操作系统,通过数据中心可控制大型的计算、存储、网络等资源池。所有的管理通过前端界面管理员就可以完成,同样也可以通过 Web 接口让最终用户部署资源。

    10 引用 • 3 关注
  • 前端

    前端技术一般分为前端设计和前端开发,前端设计可以理解为网站的视觉设计,前端开发则是网站的前台代码实现,包括 HTML、CSS 以及 JavaScript 等。

    247 引用 • 1340 回帖
  • IDEA

    IDEA 全称 IntelliJ IDEA,是一款 Java 语言开发的集成环境,在业界被公认为最好的 Java 开发工具之一。IDEA 是 JetBrains 公司的产品,这家公司总部位于捷克共和国的首都布拉格,开发人员以严谨著称的东欧程序员为主。

    181 引用 • 400 回帖 • 1 关注
  • 外包

    有空闲时间是接外包好呢还是学习好呢?

    26 引用 • 234 回帖 • 3 关注
  • MyBatis

    MyBatis 本是 Apache 软件基金会 的一个开源项目 iBatis,2010 年这个项目由 Apache 软件基金会迁移到了 google code,并且改名为 MyBatis ,2013 年 11 月再次迁移到了 GitHub。

    173 引用 • 414 回帖 • 354 关注
  • Webswing

    Webswing 是一个能将任何 Swing 应用通过纯 HTML5 运行在浏览器中的 Web 服务器,详细介绍请看 将 Java Swing 应用变成 Web 应用

    1 引用 • 15 回帖 • 651 关注
  • Typecho

    Typecho 是一款博客程序,它在 GPLv2 许可证下发行,基于 PHP 构建,可以运行在各种平台上,支持多种数据库(MySQL、PostgreSQL、SQLite)。

    12 引用 • 67 回帖 • 445 关注
  • 强迫症

    强迫症(OCD)属于焦虑障碍的一种类型,是一组以强迫思维和强迫行为为主要临床表现的神经精神疾病,其特点为有意识的强迫和反强迫并存,一些毫无意义、甚至违背自己意愿的想法或冲动反反复复侵入患者的日常生活。

    15 引用 • 161 回帖 • 1 关注
  • Maven

    Maven 是基于项目对象模型(POM)、通过一小段描述信息来管理项目的构建、报告和文档的软件项目管理工具。

    188 引用 • 319 回帖 • 235 关注
  • Scala

    Scala 是一门多范式的编程语言,集成面向对象编程和函数式编程的各种特性。

    13 引用 • 11 回帖 • 166 关注
  • TextBundle

    TextBundle 文件格式旨在应用程序之间交换 Markdown 或 Fountain 之类的纯文本文件时,提供更无缝的用户体验。

    1 引用 • 2 回帖 • 83 关注
  • WebClipper

    Web Clipper 是一款浏览器剪藏扩展,它可以帮助你把网页内容剪藏到本地。

    3 引用 • 9 回帖 • 1 关注
  • WebSocket

    WebSocket 是 HTML5 中定义的一种新协议,它实现了浏览器与服务器之间的全双工通信(full-duplex)。

    48 引用 • 206 回帖 • 278 关注
  • 尊园地产

    昆明尊园房地产经纪有限公司,即:Kunming Zunyuan Property Agency Company Limited(简称“尊园地产”)于 2007 年 6 月开始筹备,2007 年 8 月 18 日正式成立,注册资本 200 万元,公司性质为股份经纪有限公司,主营业务为:代租、代售、代办产权过户、办理银行按揭、担保、抵押、评估等。

    1 引用 • 22 回帖 • 812 关注
  • DevOps

    DevOps(Development 和 Operations 的组合词)是一组过程、方法与系统的统称,用于促进开发(应用程序/软件工程)、技术运营和质量保障(QA)部门之间的沟通、协作与整合。

    59 引用 • 25 回帖
  • 小说

    小说是以刻画人物形象为中心,通过完整的故事情节和环境描写来反映社会生活的文学体裁。

    32 引用 • 108 回帖 • 1 关注
  • ngrok

    ngrok 是一个反向代理,通过在公共的端点和本地运行的 Web 服务器之间建立一个安全的通道。

    7 引用 • 63 回帖 • 660 关注
  • QQ

    1999 年 2 月腾讯正式推出“腾讯 QQ”,在线用户由 1999 年的 2 人(马化腾和张志东)到现在已经发展到上亿用户了,在线人数超过一亿,是目前使用最广泛的聊天软件之一。

    45 引用 • 557 回帖 • 1 关注
  • 思源笔记

    思源笔记是一款隐私优先的个人知识管理系统,支持完全离线使用,同时也支持端到端加密同步。

    融合块、大纲和双向链接,重构你的思维。

    26791 引用 • 111671 回帖
  • IPFS

    IPFS(InterPlanetary File System,星际文件系统)是永久的、去中心化保存和共享文件的方法,这是一种内容可寻址、版本化、点对点超媒体的分布式协议。请浏览 IPFS 入门笔记了解更多细节。

    20 引用 • 245 回帖 • 241 关注
  • Bug

    Bug 本意是指臭虫、缺陷、损坏、犯贫、窃听器、小虫等。现在人们把在程序中一些缺陷或问题统称为 bug(漏洞)。

    76 引用 • 1742 回帖 • 1 关注