snappymail/vendors/fontastic/styles.css

285 lines
4.5 KiB
CSS
Raw Normal View History

2016-05-01 09:07:10 +08:00
@charset "UTF-8";
2013-12-15 06:42:32 +08:00
@font-face {
font-family: "snappymail";
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
2013-12-15 06:42:32 +08:00
font-weight: normal;
font-style: normal;
font-display: swap;
2013-12-15 06:42:32 +08:00
}
2021-02-05 00:52:46 +08:00
.fontastic,
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: "snappymail" !important;
2013-12-15 06:42:32 +08:00
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
2020-10-28 17:35:17 +08:00
speak: never;
2013-12-15 06:42:32 +08:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2021-02-12 00:46:29 +08:00
[class^="icon-"]::before,
[class*=" icon-"]::before {
line-height: 1;
}
.icon-arrows-in::before {
2013-12-15 06:42:32 +08:00
content: "\e000";
}
.icon-arrows-out::before {
2013-12-15 06:42:32 +08:00
content: "\e001";
}
.icon-user-add::before {
2013-12-15 06:42:32 +08:00
content: "\e005";
}
.icon-paper-plane::before {
2013-12-15 06:42:32 +08:00
content: "\e007";
}
.icon-info::before {
2013-12-15 06:42:32 +08:00
content: "\e00b";
}
.icon-right-mini::before {
content: "\e01e"; /* */
2013-12-15 06:42:32 +08:00
}
.icon-down-mini::before {
content: "\e01f"; /* rotate 90 */
2013-12-15 06:42:32 +08:00
}
.icon-star-empty::before {
content: "☆";
2013-12-15 06:42:32 +08:00
}
2021-02-05 00:52:46 +08:00
/*
.icon-star-half::before {
content: "⯪";
}
*/
.icon-star::before {
content: "★";
2013-12-15 06:42:32 +08:00
}
.icon-list-add::before {
2013-12-15 06:42:32 +08:00
content: "\e024";
}
.icon-warning-alt::before {
2013-12-15 06:42:32 +08:00
content: "\e02a";
}
.icon-plus::before {
content: "✚";
2013-12-15 06:42:32 +08:00
}
.icon-ok::before {
content: "✔";
2013-12-15 06:42:32 +08:00
}
.icon-file::before {
2013-12-15 06:42:32 +08:00
content: "\e02f";
}
.icon-file-code::before {
2013-12-15 06:42:32 +08:00
content: "\e030";
}
.icon-file-chart-graph::before {
content: "\e031"; /* 📊 */
2013-12-15 06:42:32 +08:00
}
.icon-file-zip::before {
2013-12-15 06:42:32 +08:00
content: "\e032";
}
.icon-file-music::before {
2013-12-15 06:42:32 +08:00
content: "\e033";
}
.icon-file-text::before {
2013-12-15 06:42:32 +08:00
content: "\e034";
}
.icon-file-image::before {
2013-12-15 06:42:32 +08:00
content: "\e036";
}
.icon-file-certificate::before {
2013-12-15 06:42:32 +08:00
content: "\e038";
}
.icon-attachment::before {
content: "📎";
2013-12-15 06:42:32 +08:00
}
.icon-file-excel::before {
2013-12-15 06:42:32 +08:00
content: "\e03a";
}
.icon-file-movie::before {
2013-12-15 06:42:32 +08:00
content: "\e03b";
}
.icon-folder-add::before {
2013-12-15 06:42:32 +08:00
content: "\e03c";
}
.icon-folder::before {
content: "🗀";
2013-12-15 06:42:32 +08:00
}
.icon-bolt::before {
2013-12-15 06:42:32 +08:00
content: "\e042";
}
.icon-download::before {
2013-12-15 06:42:32 +08:00
content: "\e043";
}
.icon-popup::before {
2013-12-15 06:42:32 +08:00
content: "\e045";
}
.icon-left-middle::before {
content: "\e04b"; /* */
2013-12-15 06:42:32 +08:00
}
.icon-right-middle::before {
content: "\e04c"; /* */
2013-12-15 06:42:32 +08:00
}
.icon-mail::before {
content: "✉";
2013-12-15 06:42:32 +08:00
}
.icon-archive::before {
content: "\e05f";
}
.icon-filter::before {
content: "\e061"; /* ⊆ */
}
.icon-sync::before {
content: "\e062"; /* ⤻⃔ 🔁 🔃 */
}
.icon-import::before {
content: "\e066";
}
.icon-export::before {
content: "\e067";
}
.icon-copy::before {
content: "\e068";
}
.icon-help::before {
2014-04-29 23:31:49 +08:00
content: "\e06b";
}
.icon-resize-in::before {
content: "\e06c";
}
.icon-resize-out::before {
content: "⤢";
}
2021-02-05 00:52:46 +08:00
.icon-check-mark-circle-two::before {
content: "\e073";
}
/*
2021-02-12 00:46:29 +08:00
.icon-radio-checked::before {
content: "⦿";
}
.icon-radio-unchecked::before {
content: "○";
}
.icon-address-book::before {
content: "📇";
}
.icon-list::before {
content: "☰";
}
.icon-telephone::before {
content: "📞";
}
.icon-braille::before {
content: "⬍";
}
.icon-checkbox-checked::before {
content: "☑";
}
.icon-checkbox-unchecked::before {
content: "☐";
}
.icon-checkbox-partial::before {
content: "▣";
}
.icon-left::before {
content: "⬅";
}
.icon-up::before {
content: "⬆";
}
.icon-down::before {
content: "⬇";
}
2021-02-05 00:52:46 +08:00
.icon-image::before {
content: "🖼";
}
.icon-user::before {
content: "👤";
}
.icon-fire::before {
content: "🔥";
}
.icon-remove::before {
content: "✖";
}
.icon-floppy::before {
content: "💾";
}
.icon-right-dir::before {
content: "▶";
}
.icon-play::before {
content: "▶️";
2021-02-05 00:52:46 +08:00
}
.icon-key::before {
content: "🔑";
}
.icon-world::before {
content: "🌍";
}
.icon-eye::before {
content: "👁";
}
.icon-power::before {
content: "⏻";
}
.icon-wrench::before {
content: "🔧";
}
.icon-print::before {
content: "🖨";
}
.icon-cog::before {
content: "⚙";
}
.icon-forward::before {
content: "→";
}
.icon-search::before {
content: "🔎";
}
.icon-reply::before {
content: "←";
}
.icon-reply-all::before {
content: "↞";
}
.icon-mobile::before {
content: "📱";
}
.icon-pencil::before {
content: "🖉";
}
.icon-trash::before {
content: "🗑";
}
.icon-lock::before {
content: "🔒";
}
.icon-users::before {
content: "👥";
}
.icon-ellipsis-alt::before {
content: "⋮";
2015-04-11 05:52:15 +08:00
}
.icon-pause::before {
content: "⏸︎";
2015-04-11 05:52:15 +08:00
}
.icon-laptop::before {
content: "💻";
2016-05-01 09:07:10 +08:00
}
2021-02-05 00:52:46 +08:00
.icon-at::before {
content: "@";
}
.icon-warning::before {
content: "⚠";
}
.icon-spinner::before {
content: "\e05e";
}
*/