2023-08-26 15:41:11 +12:00
|
|
|
/* for more info about the feather font used for icons see https://at-ui.github.io/feather-font/ */
|
|
|
|
/* use https://fontdrop.info/ to get the unicode values of the featuer.ttf file */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Feather';
|
|
|
|
src: url('/static/fonts/feather/feather.ttf?cb') format('truetype'),
|
|
|
|
url('/static/fonts/feather/feather.woff?cb') format('woff'),
|
|
|
|
url('/static/fonts/feather/feather.svg?cb#Feather') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe {
|
|
|
|
font-family: 'Feather' !important;
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item .fe {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-subscription::before {
|
|
|
|
content: "\e9b9";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-logout::before {
|
|
|
|
content: "\e988";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-fb::before {
|
|
|
|
content: "\E95E";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-close::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
2024-01-03 16:29:58 +13:00
|
|
|
.fe-external::before {
|
|
|
|
content: "\e95b";
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.fe-circle::before {
|
|
|
|
content: "\e937";
|
|
|
|
}
|
|
|
|
|
2024-01-12 17:15:08 +13:00
|
|
|
.fe-home::before {
|
|
|
|
content: "\e979";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-popular::before {
|
|
|
|
content: "\e9e6";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-all::before {
|
|
|
|
content: "\e986";
|
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.fe-activity::before {
|
|
|
|
content: "\e900";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-copy::before {
|
|
|
|
content: "\e944";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-edit::before {
|
|
|
|
content: "\e958";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-plus::before {
|
|
|
|
content: "\e9b1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-wind::before {
|
|
|
|
content: "\ea01";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-refresh-cw::before {
|
|
|
|
content: "\e9b9";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-x-circle::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-printer::before {
|
|
|
|
content: "\e9b6";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-search::before {
|
|
|
|
content: "\e9c1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-check::before {
|
|
|
|
content: "\e92b";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-user::before {
|
|
|
|
content: "\e9f1";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-heart::before {
|
|
|
|
content: "\e977";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-message-circle::before {
|
|
|
|
content: "\e990";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-settings::before {
|
|
|
|
content: "\e9c4";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-calendar::before {
|
|
|
|
content: "\e927";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-facebook::before {
|
|
|
|
content: "\e95e";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-share::before {
|
|
|
|
content: "\e9c2";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-chevron-up::before {
|
|
|
|
content: "\e931";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-chevron-down::before {
|
|
|
|
content: "\e92e";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-feather::before {
|
|
|
|
content: "\e960";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-mobile::before {
|
|
|
|
content: "\e9d2";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-loader::before {
|
|
|
|
content: "\e986";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-sun::before {
|
|
|
|
content: "\e9d7";
|
|
|
|
}
|
|
|
|
|
2023-12-27 11:00:30 +13:00
|
|
|
.fe-warning::before {
|
|
|
|
content: "\e904";
|
|
|
|
}
|
|
|
|
|
2023-10-10 22:25:37 +13:00
|
|
|
.fe-arrow-up::before {
|
|
|
|
content: "\e914";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-arrow-down::before {
|
|
|
|
content: "\e90c";
|
|
|
|
}
|
|
|
|
|
2023-10-15 19:36:14 +13:00
|
|
|
.fe-reply {
|
|
|
|
position: relative;
|
2023-11-09 21:32:29 +13:00
|
|
|
top: 1px;
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.fe-reply::before {
|
2023-11-09 21:32:29 +13:00
|
|
|
content: "\e990";
|
2023-10-15 19:36:14 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.fe-report::before {
|
|
|
|
content: "\e967";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-angles-down::before {
|
|
|
|
content: "\e932";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-angles-up::before {
|
|
|
|
content: "\e935";
|
|
|
|
}
|
|
|
|
|
2023-11-30 06:36:08 +13:00
|
|
|
.fe-options::before {
|
|
|
|
content: "\e99b";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-edit::before {
|
|
|
|
content: "\e95a";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-delete::before {
|
|
|
|
content: "\ea03";
|
|
|
|
}
|
|
|
|
|
2023-12-14 21:22:46 +13:00
|
|
|
.fe-mea-culpa::before {
|
|
|
|
content: "\e997";
|
|
|
|
}
|
|
|
|
|
2023-12-13 21:04:11 +13:00
|
|
|
.fe-block::before {
|
|
|
|
content: "\ea04";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-report::before {
|
|
|
|
content: "\e967";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
.fe-bell, .fe-no-bell {
|
2024-01-06 11:01:44 +13:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
2023-11-30 23:21:37 +13:00
|
|
|
.fe-bell::before {
|
|
|
|
content: "\e91e";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
.fe-no-bell::before {
|
|
|
|
content: "\e91f";
|
|
|
|
}
|
|
|
|
|
2024-01-13 22:09:02 +13:00
|
|
|
.fe-sun::before {
|
|
|
|
content: "\e9d7";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-moon::before {
|
|
|
|
content: "\e99a";
|
|
|
|
}
|
|
|
|
|
2024-01-15 20:46:37 +13:00
|
|
|
.fe-collapse::before {
|
|
|
|
content: "\e995";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-expand::before {
|
|
|
|
content: "\e98e";
|
|
|
|
}
|
|
|
|
|
2024-01-07 12:47:06 +13:00
|
|
|
h1 {
|
|
|
|
.fe-bell, .fe-no-bell {
|
|
|
|
font-size: 18px;
|
|
|
|
top: -5px;
|
|
|
|
left: 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-06 17:21:39 +13:00
|
|
|
.fe-magnify {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fe-magnify::before {
|
|
|
|
content: "\ea08";
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageVisible {
|
|
|
|
.fe-magnify::before {
|
|
|
|
content: "\ea09";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-12 18:28:49 +13:00
|
|
|
.fe-rss::before {
|
|
|
|
content: "\e9be";
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-image {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "\e97a";
|
|
|
|
}
|
2023-11-30 05:14:22 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.fe-new-account {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
&:before {
|
|
|
|
content: "\e986";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-video {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 1px;
|
|
|
|
&:before {
|
|
|
|
content: "\ea05";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-02-25 15:55:27 +13:00
|
|
|
.fe-audio {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
left: 0;
|
|
|
|
&:before {
|
|
|
|
content: "\e9fc";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-30 05:27:00 +13:00
|
|
|
.fe-poll {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 1px;
|
|
|
|
&:before {
|
|
|
|
content: "\e91b"; /* possibly e985 */
|
|
|
|
}
|
2023-11-27 22:05:35 +13:00
|
|
|
}
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
a.no-underline {
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-07 21:32:19 +13:00
|
|
|
$small_text: 87%;
|
|
|
|
|
2023-08-26 15:41:11 +12:00
|
|
|
.small, small {
|
2023-10-07 21:32:19 +13:00
|
|
|
font-size: $small_text;
|
2023-08-26 15:41:11 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset legend {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2023-11-30 05:27:00 +13:00
|
|
|
|