logseq/resources/css/tabler-extension.css

154 lines
2.3 KiB
CSS
Raw Normal View History

2022-08-12 05:14:08 +00:00
/**
* This file is managed manually by Webfont app.
* Steps:
* - download the zip from Webfont app
* - get the tabler-icons-extension.woff2 and replace the one in fonts/tabler-icons-extension.woff2
* - update the tie-xxx css rules
*/
2022-12-22 09:52:20 +00:00
@font-face {
2022-08-05 13:50:58 +00:00
font-family: 'tabler-icons-extension';
2022-09-15 09:17:56 +00:00
src: url('../fonts/tabler-icons-extension.woff2?mxgthk') format('woff2');
2022-08-05 13:50:58 +00:00
font-style: normal;
font-weight: 400;
}
.tie {
display: inline-block;
font-family: "tabler-icons-extension" !important;
2022-08-05 13:50:58 +00:00
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
vertical-align: -.125em;
2022-08-05 13:50:58 +00:00
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2022-11-21 17:01:02 +00:00
.tie-add-link::before {
2022-10-11 11:17:24 +00:00
content: "\ea01";
2022-08-06 15:03:09 +00:00
}
2022-09-15 09:17:56 +00:00
2022-11-21 17:01:02 +00:00
.tie-app-feature::before {
2022-10-11 11:17:24 +00:00
content: "\ea02";
2022-08-12 05:14:08 +00:00
}
2022-09-15 09:17:56 +00:00
2022-11-21 17:01:02 +00:00
.tie-block::before {
2022-10-11 11:17:24 +00:00
content: "\ea03";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-11-21 17:01:02 +00:00
.tie-block-search::before {
2022-10-11 11:17:24 +00:00
content: "\ea04";
}
2022-12-22 09:52:20 +00:00
.tie-cloud-exclamation::before {
2022-10-11 11:17:24 +00:00
content: "\ea05";
}
2022-12-22 09:52:20 +00:00
.tie-connector::before {
2022-10-11 11:17:24 +00:00
content: "\ea06";
2022-09-14 14:43:40 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-group::before {
2022-10-11 11:17:24 +00:00
content: "\ea07";
2022-09-14 14:43:40 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-h-auto::before {
2022-10-11 11:17:24 +00:00
content: "\ea08";
2022-09-14 14:43:40 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-heading-off::before {
2022-10-11 11:17:24 +00:00
content: "\ea09";
2022-09-14 14:43:40 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-internal-link::before {
2022-10-11 11:17:24 +00:00
content: "\ea0a";
2022-08-06 15:03:09 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-link-to-block::before {
2022-10-11 11:17:24 +00:00
content: "\ea0b";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-link-to-page::before {
2022-10-11 11:17:24 +00:00
content: "\ea0c";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-link-to-whiteboard::before {
2022-10-11 11:17:24 +00:00
content: "\ea0d";
2022-08-12 05:14:08 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-move-to-sidebar-right::before {
2022-10-11 11:17:24 +00:00
content: "\ea0e";
2022-08-12 05:14:08 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-new-block::before {
2022-10-11 11:17:24 +00:00
content: "\ea0f";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-new-page::before {
2022-10-11 11:17:24 +00:00
content: "\ea10";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-new-whiteboard::before {
2022-10-11 11:17:24 +00:00
content: "\ea11";
2022-08-05 13:50:58 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-new-whiteboard-element::before {
2022-10-11 11:17:24 +00:00
content: "\ea12";
2022-08-20 09:12:16 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-object-compact::before {
2022-10-11 11:17:24 +00:00
content: "\ea13";
2022-08-20 09:12:16 +00:00
}
2022-09-15 09:17:56 +00:00
2022-12-22 09:52:20 +00:00
.tie-object-expanded::before {
2022-10-11 11:17:24 +00:00
content: "\ea14";
2022-08-20 09:12:16 +00:00
}
2022-11-21 17:01:02 +00:00
2022-12-22 09:52:20 +00:00
.tie-open-as-page::before {
2022-11-21 17:01:02 +00:00
content: "\ea15";
}
2022-12-22 09:52:20 +00:00
.tie-page::before {
2022-11-21 17:01:02 +00:00
content: "\ea16";
}
2022-12-22 09:52:20 +00:00
.tie-page-search::before {
2022-11-21 17:01:02 +00:00
content: "\ea17";
}
2022-12-22 09:52:20 +00:00
.tie-references-hide::before {
2022-11-21 17:01:02 +00:00
content: "\ea18";
}
2022-12-22 09:52:20 +00:00
.tie-references-show::before {
2022-11-21 17:01:02 +00:00
content: "\ea19";
}
2022-12-22 09:52:20 +00:00
.tie-select-cursor::before {
2022-11-21 17:01:02 +00:00
content: "\ea1a";
}
2022-12-22 09:52:20 +00:00
.tie-text::before {
2022-11-21 17:01:02 +00:00
content: "\ea1b";
}
2022-12-22 09:52:20 +00:00
.tie-ungroup::before {
2022-11-21 17:01:02 +00:00
content: "\ea1c";
}
2022-12-22 09:52:20 +00:00
.tie-whiteboard::before {
content: "\ea1d";
}
.tie-whiteboard-element::before {
content: "\ea1e";
}
.tie-whiteboard-search::before {
content: "\ea1f";
}