PluginProbe
WP Coder – Insert & Manage Code Snippets / trunk
WP Coder – Insert & Manage Code Snippets vtrunk
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / css / style.css

style.css in WP Coder – Insert & Manage Code Snippets trunk, at assets/css/style.css

80 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 @font-face {
3 font-family: "wowpicon";
4 src: url("../font/wowpicon.eot");
5 src: url("../font/wowpicon.eot?lrxh5a#iefix") format("embedded-opentype"), url("../font/wowpicon.woff2?lrxh5a") format("woff2"), url("../font/wowpicon.woff?lrxh5a") format("woff"), url("../font/wowpicon.ttf?lrxh5a") format("truetype"), url("../font/wowpicon.svg?lrxh5a#wowpicon") format("svg");
6 font-style: normal;
7 font-weight: 400;
8 }
9 .wowp-icon {
10 display: inline-block;
11 font-family: "wowpicon" !important;
12 font-style: normal !important;
13 font-weight: normal !important;
14 font-variant: normal !important;
15 text-transform: none !important;
16 speak: none;
17 line-height: 1;
18 vertical-align: -0.125em;
19 text-rendering: auto;
20 -webkit-font-smoothing: antialiased;
21 -moz-osx-font-smoothing: grayscale;
22 }
23
24 .wowp-icon-brackets::before {
25 content: "";
26 }
27
28 .wowp-icon-browser::before {
29 content: "";
30 }
31
32 .wowp-icon-cogs::before {
33 content: "";
34 }
35
36 .wowp-icon-conditions::before {
37 content: "";
38 }
39
40 .wowp-icon-css3::before {
41 content: "�
42 ";
43 }
44
45 .wowp-icon-devices::before {
46 content: "";
47 }
48
49 .wowp-icon-html5::before {
50 content: "";
51 }
52
53 .wowp-icon-js::before {
54 content: "";
55 }
56
57 .wowp-icon-language::before {
58 content: "";
59 }
60
61 .wowp-icon-page::before {
62 content: "";
63 }
64
65 .wowp-icon-play::before {
66 content: "";
67 }
68
69 .wowp-icon-plus::before {
70 content: "";
71 }
72
73 .wowp-icon-schedule::before {
74 content: "";
75 }
76
77 .wowp-icon-users-cog::before {
78 content: "";
79 }
80