diff options
Diffstat (limited to 'war/assets/css/font-awesome.css')
-rw-r--r-- | war/assets/css/font-awesome.css | 1338 |
1 files changed, 1338 insertions, 0 deletions
diff --git a/war/assets/css/font-awesome.css b/war/assets/css/font-awesome.css new file mode 100644 index 0000000..048cff9 --- /dev/null +++ b/war/assets/css/font-awesome.css | |||
@@ -0,0 +1,1338 @@ | |||
1 | /*! | ||
2 | * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome | ||
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
4 | */ | ||
5 | /* FONT PATH | ||
6 | * -------------------------- */ | ||
7 | @font-face { | ||
8 | font-family: 'FontAwesome'; | ||
9 | src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); | ||
10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); | ||
11 | font-weight: normal; | ||
12 | font-style: normal; | ||
13 | } | ||
14 | .fa { | ||
15 | display: inline-block; | ||
16 | font-family: FontAwesome; | ||
17 | font-style: normal; | ||
18 | font-weight: normal; | ||
19 | line-height: 1; | ||
20 | -webkit-font-smoothing: antialiased; | ||
21 | -moz-osx-font-smoothing: grayscale; | ||
22 | } | ||
23 | /* makes the font 33% larger relative to the icon container */ | ||
24 | .fa-lg { | ||
25 | font-size: 1.3333333333333333em; | ||
26 | line-height: 0.75em; | ||
27 | vertical-align: -15%; | ||
28 | } | ||
29 | .fa-2x { | ||
30 | font-size: 2em; | ||
31 | } | ||
32 | .fa-3x { | ||
33 | font-size: 3em; | ||
34 | } | ||
35 | .fa-4x { | ||
36 | font-size: 4em; | ||
37 | } | ||
38 | .fa-5x { | ||
39 | font-size: 5em; | ||
40 | } | ||
41 | .fa-fw { | ||
42 | width: 1.2857142857142858em; | ||
43 | text-align: center; | ||
44 | } | ||
45 | .fa-ul { | ||
46 | padding-left: 0; | ||
47 | margin-left: 2.142857142857143em; | ||
48 | list-style-type: none; | ||
49 | } | ||
50 | .fa-ul > li { | ||
51 | position: relative; | ||
52 | } | ||
53 | .fa-li { | ||
54 | position: absolute; | ||
55 | left: -2.142857142857143em; | ||
56 | width: 2.142857142857143em; | ||
57 | top: 0.14285714285714285em; | ||
58 | text-align: center; | ||
59 | } | ||
60 | .fa-li.fa-lg { | ||
61 | left: -1.8571428571428572em; | ||
62 | } | ||
63 | .fa-border { | ||
64 | padding: .2em .25em .15em; | ||
65 | border: solid 0.08em #eeeeee; | ||
66 | border-radius: .1em; | ||
67 | } | ||
68 | .pull-right { | ||
69 | float: right; | ||
70 | } | ||
71 | .pull-left { | ||
72 | float: left; | ||
73 | } | ||
74 | .fa.pull-left { | ||
75 | margin-right: .3em; | ||
76 | } | ||
77 | .fa.pull-right { | ||
78 | margin-left: .3em; | ||
79 | } | ||
80 | .fa-spin { | ||
81 | -webkit-animation: spin 2s infinite linear; | ||
82 | -moz-animation: spin 2s infinite linear; | ||
83 | -o-animation: spin 2s infinite linear; | ||
84 | animation: spin 2s infinite linear; | ||
85 | } | ||
86 | @-moz-keyframes spin { | ||
87 | 0% { | ||
88 | -moz-transform: rotate(0deg); | ||
89 | } | ||
90 | 100% { | ||
91 | -moz-transform: rotate(359deg); | ||
92 | } | ||
93 | } | ||
94 | @-webkit-keyframes spin { | ||
95 | 0% { | ||
96 | -webkit-transform: rotate(0deg); | ||
97 | } | ||
98 | 100% { | ||
99 | -webkit-transform: rotate(359deg); | ||
100 | } | ||
101 | } | ||
102 | @-o-keyframes spin { | ||
103 | 0% { | ||
104 | -o-transform: rotate(0deg); | ||
105 | } | ||
106 | 100% { | ||
107 | -o-transform: rotate(359deg); | ||
108 | } | ||
109 | } | ||
110 | @-ms-keyframes spin { | ||
111 | 0% { | ||
112 | -ms-transform: rotate(0deg); | ||
113 | } | ||
114 | 100% { | ||
115 | -ms-transform: rotate(359deg); | ||
116 | } | ||
117 | } | ||
118 | @keyframes spin { | ||
119 | 0% { | ||
120 | transform: rotate(0deg); | ||
121 | } | ||
122 | 100% { | ||
123 | transform: rotate(359deg); | ||
124 | } | ||
125 | } | ||
126 | .fa-rotate-90 { | ||
127 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | ||
128 | -webkit-transform: rotate(90deg); | ||
129 | -moz-transform: rotate(90deg); | ||
130 | -ms-transform: rotate(90deg); | ||
131 | -o-transform: rotate(90deg); | ||
132 | transform: rotate(90deg); | ||
133 | } | ||
134 | .fa-rotate-180 { | ||
135 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | ||
136 | -webkit-transform: rotate(180deg); | ||
137 | -moz-transform: rotate(180deg); | ||
138 | -ms-transform: rotate(180deg); | ||
139 | -o-transform: rotate(180deg); | ||
140 | transform: rotate(180deg); | ||
141 | } | ||
142 | .fa-rotate-270 { | ||
143 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); | ||
144 | -webkit-transform: rotate(270deg); | ||
145 | -moz-transform: rotate(270deg); | ||
146 | -ms-transform: rotate(270deg); | ||
147 | -o-transform: rotate(270deg); | ||
148 | transform: rotate(270deg); | ||
149 | } | ||
150 | .fa-flip-horizontal { | ||
151 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); | ||
152 | -webkit-transform: scale(-1, 1); | ||
153 | -moz-transform: scale(-1, 1); | ||
154 | -ms-transform: scale(-1, 1); | ||
155 | -o-transform: scale(-1, 1); | ||
156 | transform: scale(-1, 1); | ||
157 | } | ||
158 | .fa-flip-vertical { | ||
159 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); | ||
160 | -webkit-transform: scale(1, -1); | ||
161 | -moz-transform: scale(1, -1); | ||
162 | -ms-transform: scale(1, -1); | ||
163 | -o-transform: scale(1, -1); | ||
164 | transform: scale(1, -1); | ||
165 | } | ||
166 | .fa-stack { | ||
167 | position: relative; | ||
168 | display: inline-block; | ||
169 | width: 2em; | ||
170 | height: 2em; | ||
171 | line-height: 2em; | ||
172 | vertical-align: middle; | ||
173 | } | ||
174 | .fa-stack-1x, | ||
175 | .fa-stack-2x { | ||
176 | position: absolute; | ||
177 | left: 0; | ||
178 | width: 100%; | ||
179 | text-align: center; | ||
180 | } | ||
181 | .fa-stack-1x { | ||
182 | line-height: inherit; | ||
183 | } | ||
184 | .fa-stack-2x { | ||
185 | font-size: 2em; | ||
186 | } | ||
187 | .fa-inverse { | ||
188 | color: #ffffff; | ||
189 | } | ||
190 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | ||
191 | readers do not read off random characters that represent icons */ | ||
192 | .fa-glass:before { | ||
193 | content: "\f000"; | ||
194 | } | ||
195 | .fa-music:before { | ||
196 | content: "\f001"; | ||
197 | } | ||
198 | .fa-search:before { | ||
199 | content: "\f002"; | ||
200 | } | ||
201 | .fa-envelope-o:before { | ||
202 | content: "\f003"; | ||
203 | } | ||
204 | .fa-heart:before { | ||
205 | content: "\f004"; | ||
206 | } | ||
207 | .fa-star:before { | ||
208 | content: "\f005"; | ||
209 | } | ||
210 | .fa-star-o:before { | ||
211 | content: "\f006"; | ||
212 | } | ||
213 | .fa-user:before { | ||
214 | content: "\f007"; | ||
215 | } | ||
216 | .fa-film:before { | ||
217 | content: "\f008"; | ||
218 | } | ||
219 | .fa-th-large:before { | ||
220 | content: "\f009"; | ||
221 | } | ||
222 | .fa-th:before { | ||
223 | content: "\f00a"; | ||
224 | } | ||
225 | .fa-th-list:before { | ||
226 | content: "\f00b"; | ||
227 | } | ||
228 | .fa-check:before { | ||
229 | content: "\f00c"; | ||
230 | } | ||
231 | .fa-times:before { | ||
232 | content: "\f00d"; | ||
233 | } | ||
234 | .fa-search-plus:before { | ||
235 | content: "\f00e"; | ||
236 | } | ||
237 | .fa-search-minus:before { | ||
238 | content: "\f010"; | ||
239 | } | ||
240 | .fa-power-off:before { | ||
241 | content: "\f011"; | ||
242 | } | ||
243 | .fa-signal:before { | ||
244 | content: "\f012"; | ||
245 | } | ||
246 | .fa-gear:before, | ||
247 | .fa-cog:before { | ||