add post form

This commit is contained in:
xmcp
2018-08-25 23:50:38 +08:00
parent 75a35f5af6
commit 94251b394b
13 changed files with 293 additions and 63 deletions

View File

@@ -0,0 +1,59 @@
@font-face {
font-family: 'icomoon';
src:
url('icomoon.ttf?y01gys') format('truetype'),
url('icomoon.woff?y01gys') format('woff'),
url('icomoon.svg?y01gys#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
/*noinspection CssNoGenericFontName*/
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-send:before {
content: "\e900";
}
.icon-reply:before {
content: "\e96b";
}
.icon-loading:before {
content: "\e979";
}
.icon-login:before {
content: "\e98d";
}
.icon-attention:before {
content: "\e9d3";
}
.icon-star:before {
content: "\e9d7";
}
.icon-star-ok:before {
content: "\e9d9";
}
.icon-plus:before {
content: "\ea0a";
}
.icon-about:before {
content: "\ea0c";
}
.icon-refresh:before {
content: "\ea2e";
}
.icon-github:before {
content: "\eab0";
}