创建样式库!
This commit is contained in:
BIN
gitbook/Roboto-Black.ttf
Normal file
BIN
gitbook/Roboto-Black.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-BlackItalic.ttf
Normal file
BIN
gitbook/Roboto-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Bold.ttf
Normal file
BIN
gitbook/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-BoldItalic.ttf
Normal file
BIN
gitbook/Roboto-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Italic.ttf
Normal file
BIN
gitbook/Roboto-Italic.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Light.ttf
Normal file
BIN
gitbook/Roboto-Light.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-LightItalic.ttf
Normal file
BIN
gitbook/Roboto-LightItalic.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Medium.ttf
Normal file
BIN
gitbook/Roboto-Medium.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-MediumItalic.ttf
Normal file
BIN
gitbook/Roboto-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Regular.ttf
Normal file
BIN
gitbook/Roboto-Regular.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-Thin.ttf
Normal file
BIN
gitbook/Roboto-Thin.ttf
Normal file
Binary file not shown.
BIN
gitbook/Roboto-ThinItalic.ttf
Normal file
BIN
gitbook/Roboto-ThinItalic.ttf
Normal file
Binary file not shown.
BIN
gitbook/SourceCodePro-Regular.ttf
Normal file
BIN
gitbook/SourceCodePro-Regular.ttf
Normal file
Binary file not shown.
88
gitbook/fonts.css
Normal file
88
gitbook/fonts.css
Normal file
@@ -0,0 +1,88 @@
|
||||
/* roboto-300 - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'),
|
||||
url('Roboto-Light.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-300italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
|
||||
url('Roboto-LightItalic.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'),
|
||||
url('Roboto-Regular.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Italic'), local('Roboto-Italic'),
|
||||
url('Roboto-Italic.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-500 - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Roboto Medium'), local('Roboto-Medium'),
|
||||
url('Roboto-Medium.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-500italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
|
||||
url('Roboto-MediumItalic.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'),
|
||||
url('Roboto-Bold.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-700italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
|
||||
url('Roboto-BoldItalic.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-900 - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local('Roboto Black'), local('Roboto-Black'),
|
||||
url('Roboto-Black.ttf') format('truetype');
|
||||
}
|
||||
/* roboto-900italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
|
||||
url('Roboto-BlackItalic.ttf') format('truetype');
|
||||
}
|
||||
/* sorucecodepro-400 - latin */
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
|
||||
url('SourceCodePro-Regular.ttf') format('truetype');
|
||||
}
|
57
gitbook/old-slate-colors.css
Normal file
57
gitbook/old-slate-colors.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/*by 16soundsofsilence*/
|
||||
|
||||
:root {
|
||||
--bg-color: #242932;
|
||||
--side-bar-bg-color: #29303c;
|
||||
--control-text-color: #e6ecf1;
|
||||
--primary-color: rgb(56, 132, 255);
|
||||
--primary-btn-border-color: #3884ff;
|
||||
--active-file-bg-color: #5d6574;
|
||||
--active-file-text-color: inherit;
|
||||
--active-file-border-color: #3884ff;
|
||||
--item-hover-text-color: #8092af;
|
||||
--item-hover-bg-color: #29303c;
|
||||
--window-border: 1px solid #353c49;
|
||||
--select-text-font-color: #e6ecf1;
|
||||
--select-text-bg-color: #3277e5;
|
||||
|
||||
--md-char-color: #8092af;
|
||||
--heading-char-color: #8092af;
|
||||
--meta-content-color: #3783ff;
|
||||
|
||||
--borders: #353c49;
|
||||
--table-border-color: #353c49;
|
||||
--boxes: #29303c;
|
||||
--boxes-darker: #424b5a;
|
||||
--boxes-darker2: #485364;
|
||||
--boxes-darkest: #5b697e;
|
||||
--drag-placeholder-color: #424b5a;
|
||||
|
||||
--text-color: #e6ecf1;
|
||||
--heading-text-color: white;
|
||||
--light-text-color: #5b697e;
|
||||
--light-text-color-brighter: #768292;
|
||||
--codeboxes: #183055;
|
||||
--codeboxes-lighter: #1c375f;
|
||||
--rawblock-edit-panel-bd: transparent;
|
||||
|
||||
--primary-color-white: #5272a7;
|
||||
--primary-color-white-darker: #5a83c5;
|
||||
--primary-color-darker: #1f65d6;
|
||||
--focus-ring-color: #3783ff;
|
||||
|
||||
--danger-color: rgb(255, 70, 66);
|
||||
|
||||
--node-fill: #5252ad;
|
||||
--node-border: #3f3fb8;
|
||||
--cluster-fill: #ffffde;
|
||||
--cluster-border: #aaaa33;
|
||||
--note-fill: #fff5ad;
|
||||
--note-border: #aaaa33;
|
||||
|
||||
/*****************************/
|
||||
|
||||
--font-family: 'Roboto', sans-serif;
|
||||
--code-font-family: 'Source Code Pro';
|
||||
--monospace: 'Source Code Pro';
|
||||
}
|
57
gitbook/slate-colors.css
Normal file
57
gitbook/slate-colors.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/*by 16soundsofsilence*/
|
||||
|
||||
:root {
|
||||
--bg-color: hsl(217, 18%, 9%);
|
||||
--side-bar-bg-color: hsl(217, 17%, 13%);
|
||||
--control-text-color: #e6ecf1;
|
||||
--primary-color: #3884ff;
|
||||
--primary-btn-border-color: #3884ff;
|
||||
--active-file-bg-color: hsl(217, 17%, 13%);
|
||||
--active-file-text-color: inherit;
|
||||
--active-file-border-color: #3884ff;
|
||||
--item-hover-text-color: #8092af;
|
||||
--item-hover-bg-color: #1c2026;
|
||||
--window-border: 1px solid #272c35;
|
||||
--select-text-font-color: #e6e7eb;
|
||||
--select-text-bg-color: #1968e6;
|
||||
|
||||
--md-char-color: #8092af;
|
||||
--heading-char-color: #8092af;
|
||||
--meta-content-color: #3783ff;
|
||||
|
||||
--borders: #272c35;
|
||||
--table-border-color: #272c35;
|
||||
--boxes: #1c2027;
|
||||
--boxes-darker: #353b46;
|
||||
--boxes-darker2: #3e4551;
|
||||
--boxes-darkest: #4f5764;
|
||||
--drag-placeholder-color: #3e4551;
|
||||
|
||||
--text-color: #e6e7eb;
|
||||
--heading-text-color: white;
|
||||
--light-text-color: #8a92a3;
|
||||
--light-text-color-brighter: #9aa2b1;
|
||||
--codeboxes: #183055;
|
||||
--codeboxes-lighter: #1c375f;
|
||||
--rawblock-edit-panel-bd: transparent;
|
||||
|
||||
--primary-color-darkest: #001f50;
|
||||
--primary-color-darker2: #00307c;
|
||||
--primary-color-darker: #1968e6;
|
||||
--focus-ring-color: #3783ff;
|
||||
|
||||
--danger-color: rgb(255, 70, 66);
|
||||
|
||||
--node-fill: #5252ad;
|
||||
--node-border: #3f3fb8;
|
||||
--cluster-fill: #ffffde;
|
||||
--cluster-border: #aaaa33;
|
||||
--note-fill: #fff5ad;
|
||||
--note-border: #aaaa33;
|
||||
|
||||
/*****************************/
|
||||
|
||||
--font-family: 'Roboto', sans-serif;
|
||||
--code-font-family: 'Source Code Pro';
|
||||
--monospace: 'Source Code Pro';
|
||||
}
|
Reference in New Issue
Block a user