renalware-core 2.0.0.pre.beta5 → 2.0.0.pre.beta6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/renalware/session_timeout_redirect.js.erb +8 -4
- data/app/assets/stylesheets/renalware/partials/_navigation.scss +2 -2
- data/app/controllers/renalware/admin/users_controller.rb +3 -3
- data/app/helpers/renalware/application_helper.rb +2 -1
- data/app/helpers/renalware/layout_helper.rb +2 -2
- data/app/views/renalware/clinical/body_compositions/_form.html.slim +6 -2
- data/app/views/renalware/clinical/body_compositions/new.html.slim +4 -3
- data/app/views/renalware/clinics/clinic_visits/edit.html.slim +5 -2
- data/app/views/renalware/events/swabs/edit.html.slim +4 -2
- data/app/views/renalware/hd/historical_profiles/show.html.slim +6 -3
- data/app/views/renalware/patients/alerts/_form.html.slim +1 -1
- data/app/views/renalware/renal/profiles/edit.html.slim +5 -3
- data/app/views/renalware/transplants/donor_operations/edit.html.slim +7 -3
- data/lib/breadcrumb.rb +8 -0
- data/lib/renalware/version.rb +1 -1
- data/vendor/assets/fonts/foundation-icons.eot +0 -0
- data/vendor/assets/fonts/foundation-icons.scss +594 -0
- data/vendor/assets/fonts/foundation-icons.svg +970 -0
- data/vendor/assets/fonts/foundation-icons.ttf +0 -0
- data/vendor/assets/fonts/foundation-icons.woff +0 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.contentWindow.js +1108 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.js +1002 -0
- data/vendor/assets/javascripts/renalware/jquery-readyselector.js +17 -0
- data/vendor/assets/javascripts/renalware/masonry.min.js +9 -0
- data/vendor/assets/javascripts/renalware/modernizr.js +3 -0
- data/vendor/assets/javascripts/renalware/mousetrap.js +1044 -0
- data/vendor/assets/javascripts/renalware/print.min.js +1 -0
- data/vendor/assets/javascripts/renalware/rails.validations.js +660 -0
- data/vendor/assets/javascripts/renalware/rails.validations.simple_form.js +46 -0
- data/vendor/assets/stylesheets/renalware/print.min.css +1 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.css +431 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.min.css +1 -0
- data/vendor/xsd/ukrdc/README.md +9 -0
- data/vendor/xsd/ukrdc/Schema/Allergies/Allergy.xsd +69 -0
- data/vendor/xsd/ukrdc/Schema/ClinicalRelationships/ClinicalRelationship.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/CauseOfDeath.xsd +32 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/Diagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/RenalDiagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Documents/Document.xsd +72 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Encounter.xsd +121 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/TransplantList.xsd +108 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Treatment.xsd +207 -0
- data/vendor/xsd/ukrdc/Schema/FamilyHistories/FamilyHistory.xsd +42 -0
- data/vendor/xsd/ukrdc/Schema/LabOrders/LabOrder.xsd +181 -0
- data/vendor/xsd/ukrdc/Schema/Medications/Medication.xsd +88 -0
- data/vendor/xsd/ukrdc/Schema/Observations/Observation.xsd +65 -0
- data/vendor/xsd/ukrdc/Schema/Patient.xsd +87 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/DialysisSession.xsd +61 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd +38 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Transplant.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/VascularAccess.xsd +49 -0
- data/vendor/xsd/ukrdc/Schema/ProgramMemberships/ProgramMembership.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/README.md +1 -0
- data/vendor/xsd/ukrdc/Schema/SocialHistories/SocialHistory.xsd +15 -0
- data/vendor/xsd/ukrdc/Schema/Surveys/Survey.xsd +143 -0
- data/vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd +37 -0
- data/vendor/xsd/ukrdc/Schema/Types/Address.xsd +67 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_DMD.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_COD.xsd +343 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_PRD.xsd +356 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_0004.xsd +76 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00204.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00206.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR1.xsd +567 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR23.xsd +82 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Discharge.xsd +80 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Treatment.xsd +241 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_SNOMED.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/Clinician.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodeTableDetail.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodedField.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CommonMetadata.xsd +23 -0
- data/vendor/xsd/ukrdc/Schema/Types/ContactDetail.xsd +55 -0
- data/vendor/xsd/ukrdc/Schema/Types/DrugProduct.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/EthnicGroup.xsd +114 -0
- data/vendor/xsd/ukrdc/Schema/Types/FamilyDoctor.xsd +21 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabResultItem.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd +24 -0
- data/vendor/xsd/ukrdc/Schema/Types/Language.xsd +981 -0
- data/vendor/xsd/ukrdc/Schema/Types/Location.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/NV_RR14.xsd +39 -0
- data/vendor/xsd/ukrdc/Schema/Types/Name.xsd +51 -0
- data/vendor/xsd/ukrdc/Schema/Types/Occupation.xsd +75 -0
- data/vendor/xsd/ukrdc/Schema/Types/Order.xsd +48 -0
- data/vendor/xsd/ukrdc/Schema/Types/PatientNumber.xsd +90 -0
- data/vendor/xsd/ukrdc/Schema/Types/PersonalContactType.xsd +11 -0
- data/vendor/xsd/ukrdc/Schema/Types/Result.xsd +178 -0
- data/vendor/xsd/ukrdc/Schema/UKRDC.xsd +148 -0
- metadata +78 -5
- data/lib/renalware/breadcrumb.rb +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 362864430c3744de5445fa4f45b18ba9e7e043b8
|
4
|
+
data.tar.gz: 258ae4d194690437f941bfaf5ed2da9e771fcf6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bfac4cd331f79dc2f751210570e5671484fccc34aae57be74b099f5fb9cb0457e9a9bbd3ebc95fc006cffa887fe7f52658008cf63c4ea146cf3856492eea54d
|
7
|
+
data.tar.gz: d7c493a16a9f28d0b3b799a3601526960e918b7087bfc2f63c562afc8f7ca9477250e250cc39211e8936420de5aa98d5b0654c7cd6934cacbe3617f407bf4fea
|
@@ -7,17 +7,21 @@
|
|
7
7
|
// would prevent a dyno sleeping, but its also a waste of resources.
|
8
8
|
//
|
9
9
|
$(document).ready(function() {
|
10
|
+
|
10
11
|
var login_path ="<%= Renalware::Engine.routes.url_helpers.new_user_session_path %>";
|
11
|
-
var
|
12
|
+
var defaultPollFreq = <%= Renalware.config.session_timeout_polling_frequency.to_i %>;
|
13
|
+
var frequency_s = defaultPollFreq;
|
12
14
|
|
13
|
-
|
15
|
+
// This is a global window function so that we can call it directly from capybara tests to
|
16
|
+
// bypass having to wait for the session polling interval to tick over.
|
17
|
+
window.sessionTimeoutCheck = function(){
|
14
18
|
if(window.location.pathname != login_path) {
|
15
19
|
$.getScript("<%= Renalware::Engine.routes.url_helpers.session_timed_out_path %>")
|
16
20
|
.fail(function(jqxhr, settings, exception) {
|
17
21
|
console.log("Failed to query for session timeout");
|
18
22
|
});
|
19
23
|
}
|
20
|
-
|
24
|
+
};
|
21
25
|
|
22
|
-
setInterval(
|
26
|
+
setInterval(window.sessionTimeoutCheck, (frequency_s * 1000));
|
23
27
|
});
|
@@ -32,7 +32,7 @@ module Renalware
|
|
32
32
|
end
|
33
33
|
|
34
34
|
def update_params
|
35
|
-
roles =
|
35
|
+
roles = Array(Role.fetch(role_ids))
|
36
36
|
user_params.merge(roles: roles)
|
37
37
|
end
|
38
38
|
|
@@ -40,8 +40,8 @@ module Renalware
|
|
40
40
|
params.require(:user).permit(:approved, :unexpire, :telephone, role_ids: [])
|
41
41
|
end
|
42
42
|
|
43
|
-
def
|
44
|
-
|
43
|
+
def role_ids
|
44
|
+
(user_params[:role_ids] || []).reject(&:blank?)
|
45
45
|
end
|
46
46
|
|
47
47
|
def update_user
|
@@ -1,5 +1,6 @@
|
|
1
1
|
require "inline_image"
|
2
2
|
require "git_commit_sha"
|
3
|
+
require "breadcrumb"
|
3
4
|
|
4
5
|
module Renalware
|
5
6
|
module ApplicationHelper
|
@@ -17,7 +18,7 @@ module Renalware
|
|
17
18
|
end
|
18
19
|
|
19
20
|
def breadcrumb_for(title, url)
|
20
|
-
|
21
|
+
Breadcrumb.new(title: title, anchor: link_to(title, url))
|
21
22
|
end
|
22
23
|
|
23
24
|
def flash_messages
|
@@ -33,8 +33,8 @@ module Renalware
|
|
33
33
|
# Example usage for the edit patient (demographics) page
|
34
34
|
# breadcrumbs_and_title(
|
35
35
|
# breadcrumbs: [
|
36
|
-
#
|
37
|
-
#
|
36
|
+
# Breadcrumb.new(title: "Demographics",
|
37
|
+
# anchor: link_to("Demographics", patient_path)
|
38
38
|
# ],
|
39
39
|
# title: "Edit"
|
40
40
|
# )
|
@@ -4,7 +4,8 @@
|
|
4
4
|
wrapper: :horizontal_datepicker
|
5
5
|
= f.association :assessor,
|
6
6
|
as: :user_picker,
|
7
|
-
collection: Renalware::User.ordered
|
7
|
+
collection: Renalware::User.ordered,
|
8
|
+
wrapper: :horizontal_medium
|
8
9
|
= f.input :overhydration,
|
9
10
|
wrapper: :horizontal_small
|
10
11
|
= f.input :volume_of_distribution,
|
@@ -29,7 +30,10 @@
|
|
29
30
|
wrapper: :horizontal_small
|
30
31
|
= f.input :quality_of_reading,
|
31
32
|
wrapper: :horizontal_small
|
32
|
-
= f.input :notes,
|
33
|
+
= f.input :notes,
|
34
|
+
as: :text,
|
35
|
+
wrapper: :horizontal_large,
|
36
|
+
input_html: { rows: 5 }
|
33
37
|
|
34
38
|
|
35
39
|
.row
|
@@ -1,6 +1,7 @@
|
|
1
|
-
= within_patient_layout(
|
2
|
-
|
3
|
-
|
1
|
+
= within_patient_layout(\
|
2
|
+
title: "New Body Composition Measurement",
|
3
|
+
breadcrumbs: breadcrumb_for("Clinical Profile", patient_clinical_profile_path)\
|
4
|
+
) do
|
4
5
|
|
5
6
|
.document
|
6
7
|
= simple_form_for body_composition,
|
@@ -1,5 +1,8 @@
|
|
1
|
-
= within_patient_layout(
|
2
|
-
|
1
|
+
= within_patient_layout(\
|
2
|
+
title: "Edit",
|
3
|
+
breadcrumbs: breadcrumb_for("Clinic Visits", patient_clinic_visits_path(@patient))\
|
4
|
+
) do
|
5
|
+
|
3
6
|
.document
|
4
7
|
= simple_form_for [@patient, @clinic_visit],
|
5
8
|
as: :clinic_visit,
|
@@ -1,5 +1,7 @@
|
|
1
|
-
= within_patient_layout(
|
2
|
-
|
1
|
+
= within_patient_layout(\
|
2
|
+
title: "Swab / Edit",
|
3
|
+
breadcrumbs: breadcrumb_for("Clinical Profile", patient_clinical_profile_path(patient))\
|
4
|
+
) do
|
3
5
|
|
4
6
|
= simple_form_for event,
|
5
7
|
url: patient_swab_path(patient, event),
|
@@ -1,7 +1,10 @@
|
|
1
1
|
- title = "#{l(profile.created_at.to_date)} to #{l(profile.deactivated_at.to_date)}"
|
2
2
|
|
3
|
-
= within_patient_layout(
|
4
|
-
|
5
|
-
|
3
|
+
= within_patient_layout(\
|
4
|
+
title: title,
|
5
|
+
breadcrumbs: [\
|
6
|
+
hd_summary_breadcrumb(patient),
|
7
|
+
breadcrumb_for("Historical Profiles", patient_hd_historical_profiles_path(patient))\
|
8
|
+
]) do
|
6
9
|
|
7
10
|
= render "renalware/hd/current_profile/show", patient: patient, profile: profile
|
@@ -5,7 +5,7 @@
|
|
5
5
|
url: patient_alerts_path(patient_id: patient) do |f|
|
6
6
|
h2= t(".title")
|
7
7
|
=f.input :urgent, as: :boolean, boolean_style: :inline
|
8
|
-
=f.input :notes
|
8
|
+
=f.input :notes, autofocus: true
|
9
9
|
=f.submit "Create alert", class: :button
|
10
10
|
span= " or "
|
11
11
|
=link_to t(".cancel"),
|
@@ -1,6 +1,8 @@
|
|
1
|
-
= within_patient_layout(
|
2
|
-
|
3
|
-
|
1
|
+
= within_patient_layout(\
|
2
|
+
title: "Edit",
|
3
|
+
breadcrumbs: breadcrumb_for("Renal Profile & Comorbidity Data",
|
4
|
+
patient_renal_profile_path(patient))\
|
5
|
+
) do
|
4
6
|
|
5
7
|
.row
|
6
8
|
= render "renalware/shared/errors", model: profile
|
@@ -1,6 +1,10 @@
|
|
1
|
-
= within_patient_layout(
|
2
|
-
|
3
|
-
|
1
|
+
= within_patient_layout(\
|
2
|
+
title: "Edit",
|
3
|
+
breadcrumbs: [\
|
4
|
+
donor_summary_breadcrumb(patient),
|
5
|
+
donor_operation_breadcrumb(patient, operation)\
|
6
|
+
]) do
|
7
|
+
|
4
8
|
.edit_timestamp= render "renalware/shared/last_update", record: operation
|
5
9
|
|
6
10
|
.row
|
data/lib/breadcrumb.rb
ADDED
data/lib/renalware/version.rb
CHANGED
Binary file
|
@@ -0,0 +1,594 @@
|
|
1
|
+
/*
|
2
|
+
* Foundation Icons v 3.0
|
3
|
+
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
|
4
|
+
* MIT License
|
5
|
+
*/
|
6
|
+
|
7
|
+
@font-face {
|
8
|
+
font-family: "foundation-icons";
|
9
|
+
src: asset-url("foundation-icons.eot");
|
10
|
+
src: asset-url("foundation-icons.eot?#iefix") format("embedded-opentype"),
|
11
|
+
asset-url("foundation-icons.woff") format("woff"),
|
12
|
+
asset-url("foundation-icons.ttf") format("truetype"),
|
13
|
+
asset-url("foundation-icons.svg#fontcustom") format("svg");
|
14
|
+
font-weight: normal;
|
15
|
+
font-style: normal;
|
16
|
+
}
|
17
|
+
|
18
|
+
.fi-address-book:before,
|
19
|
+
.fi-alert:before,
|
20
|
+
.fi-align-center:before,
|
21
|
+
.fi-align-justify:before,
|
22
|
+
.fi-align-left:before,
|
23
|
+
.fi-align-right:before,
|
24
|
+
.fi-anchor:before,
|
25
|
+
.fi-annotate:before,
|
26
|
+
.fi-archive:before,
|
27
|
+
.fi-arrow-down:before,
|
28
|
+
.fi-arrow-left:before,
|
29
|
+
.fi-arrow-right:before,
|
30
|
+
.fi-arrow-up:before,
|
31
|
+
.fi-arrows-compress:before,
|
32
|
+
.fi-arrows-expand:before,
|
33
|
+
.fi-arrows-in:before,
|
34
|
+
.fi-arrows-out:before,
|
35
|
+
.fi-asl:before,
|
36
|
+
.fi-asterisk:before,
|
37
|
+
.fi-at-sign:before,
|
38
|
+
.fi-background-color:before,
|
39
|
+
.fi-battery-empty:before,
|
40
|
+
.fi-battery-full:before,
|
41
|
+
.fi-battery-half:before,
|
42
|
+
.fi-bitcoin-circle:before,
|
43
|
+
.fi-bitcoin:before,
|
44
|
+
.fi-blind:before,
|
45
|
+
.fi-bluetooth:before,
|
46
|
+
.fi-bold:before,
|
47
|
+
.fi-book-bookmark:before,
|
48
|
+
.fi-book:before,
|
49
|
+
.fi-bookmark:before,
|
50
|
+
.fi-braille:before,
|
51
|
+
.fi-burst-new:before,
|
52
|
+
.fi-burst-sale:before,
|
53
|
+
.fi-burst:before,
|
54
|
+
.fi-calendar:before,
|
55
|
+
.fi-camera:before,
|
56
|
+
.fi-check:before,
|
57
|
+
.fi-checkbox:before,
|
58
|
+
.fi-clipboard-notes:before,
|
59
|
+
.fi-clipboard-pencil:before,
|
60
|
+
.fi-clipboard:before,
|
61
|
+
.fi-clock:before,
|
62
|
+
.fi-closed-caption:before,
|
63
|
+
.fi-cloud:before,
|
64
|
+
.fi-comment-minus:before,
|
65
|
+
.fi-comment-quotes:before,
|
66
|
+
.fi-comment-video:before,
|
67
|
+
.fi-comment:before,
|
68
|
+
.fi-comments:before,
|
69
|
+
.fi-compass:before,
|
70
|
+
.fi-contrast:before,
|
71
|
+
.fi-credit-card:before,
|
72
|
+
.fi-crop:before,
|
73
|
+
.fi-crown:before,
|
74
|
+
.fi-css3:before,
|
75
|
+
.fi-database:before,
|
76
|
+
.fi-die-five:before,
|
77
|
+
.fi-die-four:before,
|
78
|
+
.fi-die-one:before,
|
79
|
+
.fi-die-six:before,
|
80
|
+
.fi-die-three:before,
|
81
|
+
.fi-die-two:before,
|
82
|
+
.fi-dislike:before,
|
83
|
+
.fi-dollar-bill:before,
|
84
|
+
.fi-dollar:before,
|
85
|
+
.fi-download:before,
|
86
|
+
.fi-eject:before,
|
87
|
+
.fi-elevator:before,
|
88
|
+
.fi-euro:before,
|
89
|
+
.fi-eye:before,
|
90
|
+
.fi-fast-forward:before,
|
91
|
+
.fi-female-symbol:before,
|
92
|
+
.fi-female:before,
|
93
|
+
.fi-filter:before,
|
94
|
+
.fi-first-aid:before,
|
95
|
+
.fi-flag:before,
|
96
|
+
.fi-folder-add:before,
|
97
|
+
.fi-folder-lock:before,
|
98
|
+
.fi-folder:before,
|
99
|
+
.fi-foot:before,
|
100
|
+
.fi-foundation:before,
|
101
|
+
.fi-graph-bar:before,
|
102
|
+
.fi-graph-horizontal:before,
|
103
|
+
.fi-graph-pie:before,
|
104
|
+
.fi-graph-trend:before,
|
105
|
+
.fi-guide-dog:before,
|
106
|
+
.fi-hearing-aid:before,
|
107
|
+
.fi-heart:before,
|
108
|
+
.fi-home:before,
|
109
|
+
.fi-html5:before,
|
110
|
+
.fi-indent-less:before,
|
111
|
+
.fi-indent-more:before,
|
112
|
+
.fi-info:before,
|
113
|
+
.fi-italic:before,
|
114
|
+
.fi-key:before,
|
115
|
+
.fi-laptop:before,
|
116
|
+
.fi-layout:before,
|
117
|
+
.fi-lightbulb:before,
|
118
|
+
.fi-like:before,
|
119
|
+
.fi-link:before,
|
120
|
+
.fi-list-bullet:before,
|
121
|
+
.fi-list-number:before,
|
122
|
+
.fi-list-thumbnails:before,
|
123
|
+
.fi-list:before,
|
124
|
+
.fi-lock:before,
|
125
|
+
.fi-loop:before,
|
126
|
+
.fi-magnifying-glass:before,
|
127
|
+
.fi-mail:before,
|
128
|
+
.fi-male-female:before,
|
129
|
+
.fi-male-symbol:before,
|
130
|
+
.fi-male:before,
|
131
|
+
.fi-map:before,
|
132
|
+
.fi-marker:before,
|
133
|
+
.fi-megaphone:before,
|
134
|
+
.fi-microphone:before,
|
135
|
+
.fi-minus-circle:before,
|
136
|
+
.fi-minus:before,
|
137
|
+
.fi-mobile-signal:before,
|
138
|
+
.fi-mobile:before,
|
139
|
+
.fi-monitor:before,
|
140
|
+
.fi-mountains:before,
|
141
|
+
.fi-music:before,
|
142
|
+
.fi-next:before,
|
143
|
+
.fi-no-dogs:before,
|
144
|
+
.fi-no-smoking:before,
|
145
|
+
.fi-page-add:before,
|
146
|
+
.fi-page-copy:before,
|
147
|
+
.fi-page-csv:before,
|
148
|
+
.fi-page-delete:before,
|
149
|
+
.fi-page-doc:before,
|
150
|
+
.fi-page-edit:before,
|
151
|
+
.fi-page-export-csv:before,
|
152
|
+
.fi-page-export-doc:before,
|
153
|
+
.fi-page-export-pdf:before,
|
154
|
+
.fi-page-export:before,
|
155
|
+
.fi-page-filled:before,
|
156
|
+
.fi-page-multiple:before,
|
157
|
+
.fi-page-pdf:before,
|
158
|
+
.fi-page-remove:before,
|
159
|
+
.fi-page-search:before,
|
160
|
+
.fi-page:before,
|
161
|
+
.fi-paint-bucket:before,
|
162
|
+
.fi-paperclip:before,
|
163
|
+
.fi-pause:before,
|
164
|
+
.fi-paw:before,
|
165
|
+
.fi-paypal:before,
|
166
|
+
.fi-pencil:before,
|
167
|
+
.fi-photo:before,
|
168
|
+
.fi-play-circle:before,
|
169
|
+
.fi-play-video:before,
|
170
|
+
.fi-play:before,
|
171
|
+
.fi-plus:before,
|
172
|
+
.fi-pound:before,
|
173
|
+
.fi-power:before,
|
174
|
+
.fi-previous:before,
|
175
|
+
.fi-price-tag:before,
|
176
|
+
.fi-pricetag-multiple:before,
|
177
|
+
.fi-print:before,
|
178
|
+
.fi-prohibited:before,
|
179
|
+
.fi-projection-screen:before,
|
180
|
+
.fi-puzzle:before,
|
181
|
+
.fi-quote:before,
|
182
|
+
.fi-record:before,
|
183
|
+
.fi-refresh:before,
|
184
|
+
.fi-results-demographics:before,
|
185
|
+
.fi-results:before,
|
186
|
+
.fi-rewind-ten:before,
|
187
|
+
.fi-rewind:before,
|
188
|
+
.fi-rss:before,
|
189
|
+
.fi-safety-cone:before,
|
190
|
+
.fi-save:before,
|
191
|
+
.fi-share:before,
|
192
|
+
.fi-sheriff-badge:before,
|
193
|
+
.fi-shield:before,
|
194
|
+
.fi-shopping-bag:before,
|
195
|
+
.fi-shopping-cart:before,
|
196
|
+
.fi-shuffle:before,
|
197
|
+
.fi-skull:before,
|
198
|
+
.fi-social-500px:before,
|
199
|
+
.fi-social-adobe:before,
|
200
|
+
.fi-social-amazon:before,
|
201
|
+
.fi-social-android:before,
|
202
|
+
.fi-social-apple:before,
|
203
|
+
.fi-social-behance:before,
|
204
|
+
.fi-social-bing:before,
|
205
|
+
.fi-social-blogger:before,
|
206
|
+
.fi-social-delicious:before,
|
207
|
+
.fi-social-designer-news:before,
|
208
|
+
.fi-social-deviant-art:before,
|
209
|
+
.fi-social-digg:before,
|
210
|
+
.fi-social-dribbble:before,
|
211
|
+
.fi-social-drive:before,
|
212
|
+
.fi-social-dropbox:before,
|
213
|
+
.fi-social-evernote:before,
|
214
|
+
.fi-social-facebook:before,
|
215
|
+
.fi-social-flickr:before,
|
216
|
+
.fi-social-forrst:before,
|
217
|
+
.fi-social-foursquare:before,
|
218
|
+
.fi-social-game-center:before,
|
219
|
+
.fi-social-github:before,
|
220
|
+
.fi-social-google-plus:before,
|
221
|
+
.fi-social-hacker-news:before,
|
222
|
+
.fi-social-hi5:before,
|
223
|
+
.fi-social-instagram:before,
|
224
|
+
.fi-social-joomla:before,
|
225
|
+
.fi-social-lastfm:before,
|
226
|
+
.fi-social-linkedin:before,
|
227
|
+
.fi-social-medium:before,
|
228
|
+
.fi-social-myspace:before,
|
229
|
+
.fi-social-orkut:before,
|
230
|
+
.fi-social-path:before,
|
231
|
+
.fi-social-picasa:before,
|
232
|
+
.fi-social-pinterest:before,
|
233
|
+
.fi-social-rdio:before,
|
234
|
+
.fi-social-reddit:before,
|
235
|
+
.fi-social-skillshare:before,
|
236
|
+
.fi-social-skype:before,
|
237
|
+
.fi-social-smashing-mag:before,
|
238
|
+
.fi-social-snapchat:before,
|
239
|
+
.fi-social-spotify:before,
|
240
|
+
.fi-social-squidoo:before,
|
241
|
+
.fi-social-stack-overflow:before,
|
242
|
+
.fi-social-steam:before,
|
243
|
+
.fi-social-stumbleupon:before,
|
244
|
+
.fi-social-treehouse:before,
|
245
|
+
.fi-social-tumblr:before,
|
246
|
+
.fi-social-twitter:before,
|
247
|
+
.fi-social-vimeo:before,
|
248
|
+
.fi-social-windows:before,
|
249
|
+
.fi-social-xbox:before,
|
250
|
+
.fi-social-yahoo:before,
|
251
|
+
.fi-social-yelp:before,
|
252
|
+
.fi-social-youtube:before,
|
253
|
+
.fi-social-zerply:before,
|
254
|
+
.fi-social-zurb:before,
|
255
|
+
.fi-sound:before,
|
256
|
+
.fi-star:before,
|
257
|
+
.fi-stop:before,
|
258
|
+
.fi-strikethrough:before,
|
259
|
+
.fi-subscript:before,
|
260
|
+
.fi-superscript:before,
|
261
|
+
.fi-tablet-landscape:before,
|
262
|
+
.fi-tablet-portrait:before,
|
263
|
+
.fi-target-two:before,
|
264
|
+
.fi-target:before,
|
265
|
+
.fi-telephone-accessible:before,
|
266
|
+
.fi-telephone:before,
|
267
|
+
.fi-text-color:before,
|
268
|
+
.fi-thumbnails:before,
|
269
|
+
.fi-ticket:before,
|
270
|
+
.fi-torso-business:before,
|
271
|
+
.fi-torso-female:before,
|
272
|
+
.fi-torso:before,
|
273
|
+
.fi-torsos-all-female:before,
|
274
|
+
.fi-torsos-all:before,
|
275
|
+
.fi-torsos-female-male:before,
|
276
|
+
.fi-torsos-male-female:before,
|
277
|
+
.fi-torsos:before,
|
278
|
+
.fi-trash:before,
|
279
|
+
.fi-trees:before,
|
280
|
+
.fi-trophy:before,
|
281
|
+
.fi-underline:before,
|
282
|
+
.fi-universal-access:before,
|
283
|
+
.fi-unlink:before,
|
284
|
+
.fi-unlock:before,
|
285
|
+
.fi-upload-cloud:before,
|
286
|
+
.fi-upload:before,
|
287
|
+
.fi-usb:before,
|
288
|
+
.fi-video:before,
|
289
|
+
.fi-volume-none:before,
|
290
|
+
.fi-volume-strike:before,
|
291
|
+
.fi-volume:before,
|
292
|
+
.fi-web:before,
|
293
|
+
.fi-wheelchair:before,
|
294
|
+
.fi-widget:before,
|
295
|
+
.fi-wrench:before,
|
296
|
+
.fi-x-circle:before,
|
297
|
+
.fi-x:before,
|
298
|
+
.fi-yen:before,
|
299
|
+
.fi-zoom-in:before,
|
300
|
+
.fi-zoom-out:before {
|
301
|
+
font-family: "foundation-icons";
|
302
|
+
font-style: normal;
|
303
|
+
font-weight: normal;
|
304
|
+
font-variant: normal;
|
305
|
+
text-transform: none;
|
306
|
+
line-height: 1;
|
307
|
+
-webkit-font-smoothing: antialiased;
|
308
|
+
display: inline-block;
|
309
|
+
text-decoration: inherit;
|
310
|
+
}
|
311
|
+
|
312
|
+
.fi-address-book:before { content: "\f100"; }
|
313
|
+
.fi-alert:before { content: "\f101"; }
|
314
|
+
.fi-align-center:before { content: "\f102"; }
|
315
|
+
.fi-align-justify:before { content: "\f103"; }
|
316
|
+
.fi-align-left:before { content: "\f104"; }
|
317
|
+
.fi-align-right:before { content: "\f105"; }
|
318
|
+
.fi-anchor:before { content: "\f106"; }
|
319
|
+
.fi-annotate:before { content: "\f107"; }
|
320
|
+
.fi-archive:before { content: "\f108"; }
|
321
|
+
.fi-arrow-down:before { content: "\f109"; }
|
322
|
+
.fi-arrow-left:before { content: "\f10a"; }
|
323
|
+
.fi-arrow-right:before { content: "\f10b"; }
|
324
|
+
.fi-arrow-up:before { content: "\f10c"; }
|
325
|
+
.fi-arrows-compress:before { content: "\f10d"; }
|
326
|
+
.fi-arrows-expand:before { content: "\f10e"; }
|
327
|
+
.fi-arrows-in:before { content: "\f10f"; }
|
328
|
+
.fi-arrows-out:before { content: "\f110"; }
|
329
|
+
.fi-asl:before { content: "\f111"; }
|
330
|
+
.fi-asterisk:before { content: "\f112"; }
|
331
|
+
.fi-at-sign:before { content: "\f113"; }
|
332
|
+
.fi-background-color:before { content: "\f114"; }
|
333
|
+
.fi-battery-empty:before { content: "\f115"; }
|
334
|
+
.fi-battery-full:before { content: "\f116"; }
|
335
|
+
.fi-battery-half:before { content: "\f117"; }
|
336
|
+
.fi-bitcoin-circle:before { content: "\f118"; }
|
337
|
+
.fi-bitcoin:before { content: "\f119"; }
|
338
|
+
.fi-blind:before { content: "\f11a"; }
|
339
|
+
.fi-bluetooth:before { content: "\f11b"; }
|
340
|
+
.fi-bold:before { content: "\f11c"; }
|
341
|
+
.fi-book-bookmark:before { content: "\f11d"; }
|
342
|
+
.fi-book:before { content: "\f11e"; }
|
343
|
+
.fi-bookmark:before { content: "\f11f"; }
|
344
|
+
.fi-braille:before { content: "\f120"; }
|
345
|
+
.fi-burst-new:before { content: "\f121"; }
|
346
|
+
.fi-burst-sale:before { content: "\f122"; }
|
347
|
+
.fi-burst:before { content: "\f123"; }
|
348
|
+
.fi-calendar:before { content: "\f124"; }
|
349
|
+
.fi-camera:before { content: "\f125"; }
|
350
|
+
.fi-check:before { content: "\f126"; }
|
351
|
+
.fi-checkbox:before { content: "\f127"; }
|
352
|
+
.fi-clipboard-notes:before { content: "\f128"; }
|
353
|
+
.fi-clipboard-pencil:before { content: "\f129"; }
|
354
|
+
.fi-clipboard:before { content: "\f12a"; }
|
355
|
+
.fi-clock:before { content: "\f12b"; }
|
356
|
+
.fi-closed-caption:before { content: "\f12c"; }
|
357
|
+
.fi-cloud:before { content: "\f12d"; }
|
358
|
+
.fi-comment-minus:before { content: "\f12e"; }
|
359
|
+
.fi-comment-quotes:before { content: "\f12f"; }
|
360
|
+
.fi-comment-video:before { content: "\f130"; }
|
361
|
+
.fi-comment:before { content: "\f131"; }
|
362
|
+
.fi-comments:before { content: "\f132"; }
|
363
|
+
.fi-compass:before { content: "\f133"; }
|
364
|
+
.fi-contrast:before { content: "\f134"; }
|
365
|
+
.fi-credit-card:before { content: "\f135"; }
|
366
|
+
.fi-crop:before { content: "\f136"; }
|
367
|
+
.fi-crown:before { content: "\f137"; }
|
368
|
+
.fi-css3:before { content: "\f138"; }
|
369
|
+
.fi-database:before { content: "\f139"; }
|
370
|
+
.fi-die-five:before { content: "\f13a"; }
|
371
|
+
.fi-die-four:before { content: "\f13b"; }
|
372
|
+
.fi-die-one:before { content: "\f13c"; }
|
373
|
+
.fi-die-six:before { content: "\f13d"; }
|
374
|
+
.fi-die-three:before { content: "\f13e"; }
|
375
|
+
.fi-die-two:before { content: "\f13f"; }
|
376
|
+
.fi-dislike:before { content: "\f140"; }
|
377
|
+
.fi-dollar-bill:before { content: "\f141"; }
|
378
|
+
.fi-dollar:before { content: "\f142"; }
|
379
|
+
.fi-download:before { content: "\f143"; }
|
380
|
+
.fi-eject:before { content: "\f144"; }
|
381
|
+
.fi-elevator:before { content: "\f145"; }
|
382
|
+
.fi-euro:before { content: "\f146"; }
|
383
|
+
.fi-eye:before { content: "\f147"; }
|
384
|
+
.fi-fast-forward:before { content: "\f148"; }
|
385
|
+
.fi-female-symbol:before { content: "\f149"; }
|
386
|
+
.fi-female:before { content: "\f14a"; }
|
387
|
+
.fi-filter:before { content: "\f14b"; }
|
388
|
+
.fi-first-aid:before { content: "\f14c"; }
|
389
|
+
.fi-flag:before { content: "\f14d"; }
|
390
|
+
.fi-folder-add:before { content: "\f14e"; }
|
391
|
+
.fi-folder-lock:before { content: "\f14f"; }
|
392
|
+
.fi-folder:before { content: "\f150"; }
|
393
|
+
.fi-foot:before { content: "\f151"; }
|
394
|
+
.fi-foundation:before { content: "\f152"; }
|
395
|
+
.fi-graph-bar:before { content: "\f153"; }
|
396
|
+
.fi-graph-horizontal:before { content: "\f154"; }
|
397
|
+
.fi-graph-pie:before { content: "\f155"; }
|
398
|
+
.fi-graph-trend:before { content: "\f156"; }
|
399
|
+
.fi-guide-dog:before { content: "\f157"; }
|
400
|
+
.fi-hearing-aid:before { content: "\f158"; }
|
401
|
+
.fi-heart:before { content: "\f159"; }
|
402
|
+
.fi-home:before { content: "\f15a"; }
|
403
|
+
.fi-html5:before { content: "\f15b"; }
|
404
|
+
.fi-indent-less:before { content: "\f15c"; }
|
405
|
+
.fi-indent-more:before { content: "\f15d"; }
|
406
|
+
.fi-info:before { content: "\f15e"; }
|
407
|
+
.fi-italic:before { content: "\f15f"; }
|
408
|
+
.fi-key:before { content: "\f160"; }
|
409
|
+
.fi-laptop:before { content: "\f161"; }
|
410
|
+
.fi-layout:before { content: "\f162"; }
|
411
|
+
.fi-lightbulb:before { content: "\f163"; }
|
412
|
+
.fi-like:before { content: "\f164"; }
|
413
|
+
.fi-link:before { content: "\f165"; }
|
414
|
+
.fi-list-bullet:before { content: "\f166"; }
|
415
|
+
.fi-list-number:before { content: "\f167"; }
|
416
|
+
.fi-list-thumbnails:before { content: "\f168"; }
|
417
|
+
.fi-list:before { content: "\f169"; }
|
418
|
+
.fi-lock:before { content: "\f16a"; }
|
419
|
+
.fi-loop:before { content: "\f16b"; }
|
420
|
+
.fi-magnifying-glass:before { content: "\f16c"; }
|
421
|
+
.fi-mail:before { content: "\f16d"; }
|
422
|
+
.fi-male-female:before { content: "\f16e"; }
|
423
|
+
.fi-male-symbol:before { content: "\f16f"; }
|
424
|
+
.fi-male:before { content: "\f170"; }
|
425
|
+
.fi-map:before { content: "\f171"; }
|
426
|
+
.fi-marker:before { content: "\f172"; }
|
427
|
+
.fi-megaphone:before { content: "\f173"; }
|
428
|
+
.fi-microphone:before { content: "\f174"; }
|
429
|
+
.fi-minus-circle:before { content: "\f175"; }
|
430
|
+
.fi-minus:before { content: "\f176"; }
|
431
|
+
.fi-mobile-signal:before { content: "\f177"; }
|
432
|
+
.fi-mobile:before { content: "\f178"; }
|
433
|
+
.fi-monitor:before { content: "\f179"; }
|
434
|
+
.fi-mountains:before { content: "\f17a"; }
|
435
|
+
.fi-music:before { content: "\f17b"; }
|
436
|
+
.fi-next:before { content: "\f17c"; }
|
437
|
+
.fi-no-dogs:before { content: "\f17d"; }
|
438
|
+
.fi-no-smoking:before { content: "\f17e"; }
|
439
|
+
.fi-page-add:before { content: "\f17f"; }
|
440
|
+
.fi-page-copy:before { content: "\f180"; }
|
441
|
+
.fi-page-csv:before { content: "\f181"; }
|
442
|
+
.fi-page-delete:before { content: "\f182"; }
|
443
|
+
.fi-page-doc:before { content: "\f183"; }
|
444
|
+
.fi-page-edit:before { content: "\f184"; }
|
445
|
+
.fi-page-export-csv:before { content: "\f185"; }
|
446
|
+
.fi-page-export-doc:before { content: "\f186"; }
|
447
|
+
.fi-page-export-pdf:before { content: "\f187"; }
|
448
|
+
.fi-page-export:before { content: "\f188"; }
|
449
|
+
.fi-page-filled:before { content: "\f189"; }
|
450
|
+
.fi-page-multiple:before { content: "\f18a"; }
|
451
|
+
.fi-page-pdf:before { content: "\f18b"; }
|
452
|
+
.fi-page-remove:before { content: "\f18c"; }
|
453
|
+
.fi-page-search:before { content: "\f18d"; }
|
454
|
+
.fi-page:before { content: "\f18e"; }
|
455
|
+
.fi-paint-bucket:before { content: "\f18f"; }
|
456
|
+
.fi-paperclip:before { content: "\f190"; }
|
457
|
+
.fi-pause:before { content: "\f191"; }
|
458
|
+
.fi-paw:before { content: "\f192"; }
|
459
|
+
.fi-paypal:before { content: "\f193"; }
|
460
|
+
.fi-pencil:before { content: "\f194"; }
|
461
|
+
.fi-photo:before { content: "\f195"; }
|
462
|
+
.fi-play-circle:before { content: "\f196"; }
|
463
|
+
.fi-play-video:before { content: "\f197"; }
|
464
|
+
.fi-play:before { content: "\f198"; }
|
465
|
+
.fi-plus:before { content: "\f199"; }
|
466
|
+
.fi-pound:before { content: "\f19a"; }
|
467
|
+
.fi-power:before { content: "\f19b"; }
|
468
|
+
.fi-previous:before { content: "\f19c"; }
|
469
|
+
.fi-price-tag:before { content: "\f19d"; }
|
470
|
+
.fi-pricetag-multiple:before { content: "\f19e"; }
|
471
|
+
.fi-print:before { content: "\f19f"; }
|
472
|
+
.fi-prohibited:before { content: "\f1a0"; }
|
473
|
+
.fi-projection-screen:before { content: "\f1a1"; }
|
474
|
+
.fi-puzzle:before { content: "\f1a2"; }
|
475
|
+
.fi-quote:before { content: "\f1a3"; }
|
476
|
+
.fi-record:before { content: "\f1a4"; }
|
477
|
+
.fi-refresh:before { content: "\f1a5"; }
|
478
|
+
.fi-results-demographics:before { content: "\f1a6"; }
|
479
|
+
.fi-results:before { content: "\f1a7"; }
|
480
|
+
.fi-rewind-ten:before { content: "\f1a8"; }
|
481
|
+
.fi-rewind:before { content: "\f1a9"; }
|
482
|
+
.fi-rss:before { content: "\f1aa"; }
|
483
|
+
.fi-safety-cone:before { content: "\f1ab"; }
|
484
|
+
.fi-save:before { content: "\f1ac"; }
|
485
|
+
.fi-share:before { content: "\f1ad"; }
|
486
|
+
.fi-sheriff-badge:before { content: "\f1ae"; }
|
487
|
+
.fi-shield:before { content: "\f1af"; }
|
488
|
+
.fi-shopping-bag:before { content: "\f1b0"; }
|
489
|
+
.fi-shopping-cart:before { content: "\f1b1"; }
|
490
|
+
.fi-shuffle:before { content: "\f1b2"; }
|
491
|
+
.fi-skull:before { content: "\f1b3"; }
|
492
|
+
.fi-social-500px:before { content: "\f1b4"; }
|
493
|
+
.fi-social-adobe:before { content: "\f1b5"; }
|
494
|
+
.fi-social-amazon:before { content: "\f1b6"; }
|
495
|
+
.fi-social-android:before { content: "\f1b7"; }
|
496
|
+
.fi-social-apple:before { content: "\f1b8"; }
|
497
|
+
.fi-social-behance:before { content: "\f1b9"; }
|
498
|
+
.fi-social-bing:before { content: "\f1ba"; }
|
499
|
+
.fi-social-blogger:before { content: "\f1bb"; }
|
500
|
+
.fi-social-delicious:before { content: "\f1bc"; }
|
501
|
+
.fi-social-designer-news:before { content: "\f1bd"; }
|
502
|
+
.fi-social-deviant-art:before { content: "\f1be"; }
|
503
|
+
.fi-social-digg:before { content: "\f1bf"; }
|
504
|
+
.fi-social-dribbble:before { content: "\f1c0"; }
|
505
|
+
.fi-social-drive:before { content: "\f1c1"; }
|
506
|
+
.fi-social-dropbox:before { content: "\f1c2"; }
|
507
|
+
.fi-social-evernote:before { content: "\f1c3"; }
|
508
|
+
.fi-social-facebook:before { content: "\f1c4"; }
|
509
|
+
.fi-social-flickr:before { content: "\f1c5"; }
|
510
|
+
.fi-social-forrst:before { content: "\f1c6"; }
|
511
|
+
.fi-social-foursquare:before { content: "\f1c7"; }
|
512
|
+
.fi-social-game-center:before { content: "\f1c8"; }
|
513
|
+
.fi-social-github:before { content: "\f1c9"; }
|
514
|
+
.fi-social-google-plus:before { content: "\f1ca"; }
|
515
|
+
.fi-social-hacker-news:before { content: "\f1cb"; }
|
516
|
+
.fi-social-hi5:before { content: "\f1cc"; }
|
517
|
+
.fi-social-instagram:before { content: "\f1cd"; }
|
518
|
+
.fi-social-joomla:before { content: "\f1ce"; }
|
519
|
+
.fi-social-lastfm:before { content: "\f1cf"; }
|
520
|
+
.fi-social-linkedin:before { content: "\f1d0"; }
|
521
|
+
.fi-social-medium:before { content: "\f1d1"; }
|
522
|
+
.fi-social-myspace:before { content: "\f1d2"; }
|
523
|
+
.fi-social-orkut:before { content: "\f1d3"; }
|
524
|
+
.fi-social-path:before { content: "\f1d4"; }
|
525
|
+
.fi-social-picasa:before { content: "\f1d5"; }
|
526
|
+
.fi-social-pinterest:before { content: "\f1d6"; }
|
527
|
+
.fi-social-rdio:before { content: "\f1d7"; }
|
528
|
+
.fi-social-reddit:before { content: "\f1d8"; }
|
529
|
+
.fi-social-skillshare:before { content: "\f1d9"; }
|
530
|
+
.fi-social-skype:before { content: "\f1da"; }
|
531
|
+
.fi-social-smashing-mag:before { content: "\f1db"; }
|
532
|
+
.fi-social-snapchat:before { content: "\f1dc"; }
|
533
|
+
.fi-social-spotify:before { content: "\f1dd"; }
|
534
|
+
.fi-social-squidoo:before { content: "\f1de"; }
|
535
|
+
.fi-social-stack-overflow:before { content: "\f1df"; }
|
536
|
+
.fi-social-steam:before { content: "\f1e0"; }
|
537
|
+
.fi-social-stumbleupon:before { content: "\f1e1"; }
|
538
|
+
.fi-social-treehouse:before { content: "\f1e2"; }
|
539
|
+
.fi-social-tumblr:before { content: "\f1e3"; }
|
540
|
+
.fi-social-twitter:before { content: "\f1e4"; }
|
541
|
+
.fi-social-vimeo:before { content: "\f1e5"; }
|
542
|
+
.fi-social-windows:before { content: "\f1e6"; }
|
543
|
+
.fi-social-xbox:before { content: "\f1e7"; }
|
544
|
+
.fi-social-yahoo:before { content: "\f1e8"; }
|
545
|
+
.fi-social-yelp:before { content: "\f1e9"; }
|
546
|
+
.fi-social-youtube:before { content: "\f1ea"; }
|
547
|
+
.fi-social-zerply:before { content: "\f1eb"; }
|
548
|
+
.fi-social-zurb:before { content: "\f1ec"; }
|
549
|
+
.fi-sound:before { content: "\f1ed"; }
|
550
|
+
.fi-star:before { content: "\f1ee"; }
|
551
|
+
.fi-stop:before { content: "\f1ef"; }
|
552
|
+
.fi-strikethrough:before { content: "\f1f0"; }
|
553
|
+
.fi-subscript:before { content: "\f1f1"; }
|
554
|
+
.fi-superscript:before { content: "\f1f2"; }
|
555
|
+
.fi-tablet-landscape:before { content: "\f1f3"; }
|
556
|
+
.fi-tablet-portrait:before { content: "\f1f4"; }
|
557
|
+
.fi-target-two:before { content: "\f1f5"; }
|
558
|
+
.fi-target:before { content: "\f1f6"; }
|
559
|
+
.fi-telephone-accessible:before { content: "\f1f7"; }
|
560
|
+
.fi-telephone:before { content: "\f1f8"; }
|
561
|
+
.fi-text-color:before { content: "\f1f9"; }
|
562
|
+
.fi-thumbnails:before { content: "\f1fa"; }
|
563
|
+
.fi-ticket:before { content: "\f1fb"; }
|
564
|
+
.fi-torso-business:before { content: "\f1fc"; }
|
565
|
+
.fi-torso-female:before { content: "\f1fd"; }
|
566
|
+
.fi-torso:before { content: "\f1fe"; }
|
567
|
+
.fi-torsos-all-female:before { content: "\f1ff"; }
|
568
|
+
.fi-torsos-all:before { content: "\f200"; }
|
569
|
+
.fi-torsos-female-male:before { content: "\f201"; }
|
570
|
+
.fi-torsos-male-female:before { content: "\f202"; }
|
571
|
+
.fi-torsos:before { content: "\f203"; }
|
572
|
+
.fi-trash:before { content: "\f204"; }
|
573
|
+
.fi-trees:before { content: "\f205"; }
|
574
|
+
.fi-trophy:before { content: "\f206"; }
|
575
|
+
.fi-underline:before { content: "\f207"; }
|
576
|
+
.fi-universal-access:before { content: "\f208"; }
|
577
|
+
.fi-unlink:before { content: "\f209"; }
|
578
|
+
.fi-unlock:before { content: "\f20a"; }
|
579
|
+
.fi-upload-cloud:before { content: "\f20b"; }
|
580
|
+
.fi-upload:before { content: "\f20c"; }
|
581
|
+
.fi-usb:before { content: "\f20d"; }
|
582
|
+
.fi-video:before { content: "\f20e"; }
|
583
|
+
.fi-volume-none:before { content: "\f20f"; }
|
584
|
+
.fi-volume-strike:before { content: "\f210"; }
|
585
|
+
.fi-volume:before { content: "\f211"; }
|
586
|
+
.fi-web:before { content: "\f212"; }
|
587
|
+
.fi-wheelchair:before { content: "\f213"; }
|
588
|
+
.fi-widget:before { content: "\f214"; }
|
589
|
+
.fi-wrench:before { content: "\f215"; }
|
590
|
+
.fi-x-circle:before { content: "\f216"; }
|
591
|
+
.fi-x:before { content: "\f217"; }
|
592
|
+
.fi-yen:before { content: "\f218"; }
|
593
|
+
.fi-zoom-in:before { content: "\f219"; }
|
594
|
+
.fi-zoom-out:before { content: "\f21a"; }
|