diff --git a/public/css/admin.less b/public/css/admin.less index 97615c5f24..caaf3a1881 100644 --- a/public/css/admin.less +++ b/public/css/admin.less @@ -5,7 +5,7 @@ margin-bottom: 10px; padding: 10px; cursor: move; - width: 555px; + width: 800px; } .admin-categories { form { @@ -21,6 +21,9 @@ border-radius: 5px; margin-top: -8px; } + input.description { + width: 400px; + } select { border: 0; @@ -81,4 +84,26 @@ .motd textarea { width: 100%; +} + + +.icon-container { + .row { + margin: 0; + .span3 { + width: 20px; + height: 20px; + margin: 1px; + cursor: pointer; + line-height: 20px; + text-align: center; + + &:hover, &.selected { + background: black; + color: white; + } + + + } + } } \ No newline at end of file diff --git a/public/templates/admin/categories.tpl b/public/templates/admin/categories.tpl index d86bdbad17..d1f6dd8ed4 100644 --- a/public/templates/admin/categories.tpl +++ b/public/templates/admin/categories.tpl @@ -15,9 +15,9 @@
  • - +
    - + - - + + - - - - - - - - - - - - - - - - - -
    - -

    Dropups

    - - - -
    - - - - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.css b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.css deleted file mode 100644 index 9edaf69bfb..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.css +++ /dev/null @@ -1,139 +0,0 @@ -/*! - * Bootstrap CSS Tests - */ - - -/* Remove background image */ -body { - background-image: none; -} - -/* Space out subhead */ -.subhead { - margin-bottom: 36px; -} -/*h4 { - margin-bottom: 5px; -} -*/ - -.type-test { - margin-bottom: 20px; - padding: 0 20px 20px; - background: url(../../docs/assets/img/grid-baseline-20px.png); -} -.type-test h1, -.type-test h2, -.type-test h3, -.type-test h4, -.type-test h5, -.type-test h6 { - background-color: rgba(255,0,0,.2); -} - - -/* colgroup tests */ -.col1 { - background-color: rgba(255,0,0,.1); -} -.col2 { - background-color: rgba(0,255,0,.1); -} -.col3 { - background-color: rgba(0,0,255,.1); -} - - -/* Fluid row inputs */ -#rowInputs .row > [class*=span], -#fluidRowInputs .row-fluid > [class*=span] { - background-color: rgba(255,0,0,.1); -} - - -/* Fluid grid */ -.fluid-grid { - margin-bottom: 45px; -} -.fluid-grid .row { - height: 40px; - padding-top: 10px; - margin-top: 10px; - color: #ddd; - text-align: center; -} -.fluid-grid .span1 { - background-color: #999; -} - - -/* Gradients */ - -[class^="gradient-"] { - width: 100%; - height: 400px; - margin: 20px 0; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} - -.gradient-horizontal { - background-color: #333333; - background-image: -moz-linear-gradient(left, #555555, #333333); - background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#555555), to(#333333)); - background-image: -webkit-linear-gradient(left, #555555, #333333); - background-image: -o-linear-gradient(left, #555555, #333333); - background-image: linear-gradient(to right, #555555, #333333); - background-repeat: repeat-x; - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=1); -} - -.gradient-vertical { - background-color: #474747; - background-image: -moz-linear-gradient(top, #555555, #333333); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333)); - background-image: -webkit-linear-gradient(top, #555555, #333333); - background-image: -o-linear-gradient(top, #555555, #333333); - background-image: linear-gradient(to bottom, #555555, #333333); - background-repeat: repeat-x; - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0); -} - -.gradient-directional { - background-color: #333333; - background-image: -moz-linear-gradient(45deg, #555555, #333333); - background-image: -webkit-linear-gradient(45deg, #555555, #333333); - background-image: -o-linear-gradient(45deg, #555555, #333333); - background-image: linear-gradient(45deg, #555555, #333333); - background-repeat: repeat-x; -} - -.gradient-vertical-three { - background-color: #8940a5; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b3ee), color-stop(50%, #7a43b6), to(#c3325f)); - background-image: -webkit-linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); - background-image: -moz-linear-gradient(top, #00b3ee, #7a43b6 50%, #c3325f); - background-image: -o-linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); - background-image: linear-gradient(#00b3ee, #7a43b6 50%, #c3325f); - background-repeat: no-repeat; - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff00b3ee', endColorstr='#ffc3325f', GradientType=0); -} - -.gradient-radial { - background-color: #333333; - background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#555555), to(#333333)); - background-image: -webkit-radial-gradient(circle, #555555, #333333); - background-image: -moz-radial-gradient(circle, #555555, #333333); - background-image: -o-radial-gradient(circle, #555555, #333333); - background-repeat: no-repeat; -} - -.gradient-striped { - background-color: #555555; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} \ No newline at end of file diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.html deleted file mode 100644 index 035ba8bd44..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/css-tests.html +++ /dev/null @@ -1,1345 +0,0 @@ - - - - - CSS Tests · Twitter Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -

    CSS Tests

    -

    One stop shop for quick debugging and edge-case tests of CSS.

    -
    -
    - - -
    - -
    - - - - - - - -
    -
    -
    -

    h1. Heading 1

    -

    h2. Heading 2

    -

    h3. Heading 3

    -

    h4. Heading 4

    -
    h5. Heading 5
    -
    h6. Heading 6
    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -
    -
    -
    -
    -

    h1. Heading 1

    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -

    h2. Heading 2

    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -

    h3. Heading 3

    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -

    h4. Heading 4

    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -
    h5. Heading 5
    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -
    h6. Heading 6
    -

    Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    -
    -
    -
    - - - - - - - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -

    - - - - - - - - -
    -
    -
    12 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    11 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    1 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    10 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    2 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    9 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    3 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    8 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    4 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    7 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    5 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    -
    6 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    6 -
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    1
    -
    -
    -
    -
    - - - - - - - -
    -
    -

    Bordered without thead

    - - - - - - - - - - - - - - - - - - -
    123
    123
    123
    -

    Bordered without thead, with caption

    - - - - - - - - - - - - - - - - - - - -
    Table caption
    123
    123
    123
    -

    Bordered without thead, with colgroup

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    123
    123
    123
    369
    -

    Bordered with thead, with colgroup

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ABC
    123
    123
    123
    369
    -
    -
    -

    Bordered with thead and caption

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Table caption
    123
    123
    123
    123
    369
    -

    Bordered with rowspan and colspan

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    123
    1 and 23
    123
    13
    2 and 3
    -
    -
    - - -

    Grid sizing

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    123
    1 and 23
    123
    13
    2 and 3
    -
    -
    - -

    Nesting and striping

    - - - - - - - - - - - -
    Test
    - - - - - - - - - - - - - - - - - - - - - -
    TestTest
    - test - - test -
    - test - - test -
    - test - - test -
    -
    - -

    Fluid grid sizing

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    123
    1 and 23
    123
    13
    2 and 3
    -
    -
    - - - - - - - -

    Buttons and button groups

    - - - - - - -

    Horizontal form errors

    -
    -
    - -
    - - Please correct the error -
    -
    -
    - -
    -
    -

    Prepend and append on inputs

    -
    -
    -
    - @ - -
    -
    -
    -
    - - @ -
    -
    -
    -
    - $ - - .00 -
    -
    -
    -
    -
    -

    Prepend and append with uneditable

    -
    -
    - $ - Some value here -
    -
    - Some value here - .00 -
    -
    - $ - Some value here - .00 -
    -
    -
    -
    -

    Prepend with type="submit"

    - -
    - - -
    -
    - - - -
    -
    -
    - -

    Fluid prepended and appended inputs

    -
    -
    -
    -
    -
    - @ -
    -
    -
    -
    - @ -
    -
    -
    -
    - $.00 -
    -
    -
    -
    -
    - -

    Fixed row with inputs

    -

    Inputs should not extend past the light red background, set on their parent, a .span* column.

    - -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -

    Fluid row with inputs

    -

    Inputs should not extend past the light red background, set on their parent, a .span* column.

    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    - -
    - -

    Inline form in fluid row

    - -
    -
    -
    - - - - -
    -
    -
    - - -
    - - -

    Fluid textarea at .span12

    -
    -
    - -
    -
    - - -
    - - -

    Selects

    -
    - -
    - - -
    - - - - - - - - -

    Dropdown link with hash URL

    - - -

    Dropdown link with custom URL and data-target

    - - -

    Dropdown on a button

    -
    - - -
    - -
    - - - - - - -

    Default thumbnails (no grid sizing)

    -
      -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    - - - -

    Standard grid sizing

    - - -

    Fluid thumbnails

    -
    -
    - -
    -
    - - - - - - - -
    - -
    -
    -

    I'm in Section 1.

    - -
    - -
    -
    -

    I'm in Section 1.1.

    -
    -
    -

    I'm in Section 1.2.

    -
    -
    -

    I'm in Section 1.3.

    -
    -
    -
    -
    -
    -

    Howdy, I'm in Section 2.

    -
    -
    -

    What up girl, this is Section 3.

    -
    -
    -
    - -
    - - - - - - -
    -
    -

    Inline label

    -

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam Label name eget risus varius blandit sit amet non magna. Fusce .class-name dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

    -
    -
    -
    - - Hey! Read this. -
    -
    -
    - - -
    -
    - -
    - - - - - - - - - - - - - -
    - Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. - -
    - - - - -
    -
    - -

    Mini buttons: text and icon

    -
    - - -
    - -
    - - - - - - - -

    Visible on...

    -
      -
    • Phone✔ Phone
    • -
    • Tablet✔ Tablet
    • -
    • Desktop✔ Desktop
    • -
    -
      -
    • Phone + Tablet✔ Phone + Tablet
    • -
    • Tablet + Desktop✔ Tablet + Desktop
    • -
    • All✔ All
    • -
    - -

    Hidden on...

    -
      -
    • Phone✔ Phone
    • -
    • Tablet✔ Tablet
    • -
    • Desktop✔ Desktop
    • -
    -
      -
    • Phone + Tablet✔ Phone + Tablet
    • -
    • Tablet + Desktop✔ Tablet + Desktop
    • -
    • All✔ All
    • -
    - - - - - - - -

    Horizontal

    -
    - -

    Vertical

    -
    - -

    Directional

    -
    - -

    Three colors

    -
    - -

    Radial

    -
    - -

    Striped

    -
    - - - - - - - -
    - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms-responsive.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms-responsive.html deleted file mode 100644 index c3e208d021..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms-responsive.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - -
    - - - -

    Vertical alignment

    - - - span1 - -

    Width across elements

    -
    - -
    -
    - -
    -
    - span2 -
    - - - - -
    - - - span1 -
    - -
    - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms.html deleted file mode 100644 index a63d728a00..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/forms.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - -
    - - - -
    -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    - - - - -
    -
    - -
    - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-fixed-top.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-fixed-top.html deleted file mode 100644 index 2d9a7a718c..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-fixed-top.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    -

    Navbar example

    -

    This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

    -

    - View navbar docs » -

    -
    - -
    - - - - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-static-top.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-static-top.html deleted file mode 100644 index 4bead8ec67..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar-static-top.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    -

    Navbar example

    -

    This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

    -

    - View navbar docs » -

    -
    - -
    - - - - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar.html b/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar.html deleted file mode 100644 index d5ad4784ef..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tests/navbar.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - -
    - - - - - -
    -

    Navbar example

    -

    This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

    -

    - View navbar docs » -

    -
    - -
    - - - - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/thumbnails.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/thumbnails.less deleted file mode 100644 index a84a7d37d9..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/thumbnails.less +++ /dev/null @@ -1,52 +0,0 @@ -// -// Thumbnails -// -------------------------------------------------- - - -// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files - -// Make wrapper ul behave like the grid -.thumbnails { - margin-left: -@gridGutterWidth; - list-style: none; - .clearfix(); -} -// Fluid rows have no left margin -.row-fluid .thumbnails { - margin-left: 0; -} - -// Float li to make thumbnails appear in a row -.thumbnails > li { - float: left; // Explicity set the float since we don't require .span* classes - margin-bottom: @baseLineHeight; - margin-left: @gridGutterWidth; -} - -// The actual thumbnail (can be `a` or `div`) -.thumbnail { - display: block; - padding: 4px; - line-height: @baseLineHeight; - border: 1px solid #ddd; - .border-radius(@baseBorderRadius); - .box-shadow(0 1px 3px rgba(0,0,0,.055)); - .transition(all .2s ease-in-out); -} -// Add a hover state for linked versions only -a.thumbnail:hover { - border-color: @linkColor; - .box-shadow(0 1px 4px rgba(0,105,214,.25)); -} - -// Images and captions -.thumbnail > img { - display: block; - max-width: 100%; - margin-left: auto; - margin-right: auto; -} -.thumbnail .caption { - padding: 9px; - color: @gray; -} diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/tooltip.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/tooltip.less deleted file mode 100644 index 93fac8d6b2..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/tooltip.less +++ /dev/null @@ -1,70 +0,0 @@ -// -// Tooltips -// -------------------------------------------------- - - -// Base class -.tooltip { - position: absolute; - z-index: @zindexTooltip; - display: block; - visibility: visible; - padding: 5px; - font-size: 11px; - .opacity(0); - &.in { .opacity(80); } - &.top { margin-top: -3px; } - &.right { margin-left: 3px; } - &.bottom { margin-top: 3px; } - &.left { margin-left: -3px; } -} - -// Wrapper for the tooltip content -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: @tooltipColor; - text-align: center; - text-decoration: none; - background-color: @tooltipBackground; - .border-radius(@baseBorderRadius); -} - -// Arrows -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.tooltip { - &.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -@tooltipArrowWidth; - border-width: @tooltipArrowWidth @tooltipArrowWidth 0; - border-top-color: @tooltipArrowColor; - } - &.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -@tooltipArrowWidth; - border-width: @tooltipArrowWidth @tooltipArrowWidth @tooltipArrowWidth 0; - border-right-color: @tooltipArrowColor; - } - &.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -@tooltipArrowWidth; - border-width: @tooltipArrowWidth 0 @tooltipArrowWidth @tooltipArrowWidth; - border-left-color: @tooltipArrowColor; - } - &.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -@tooltipArrowWidth; - border-width: 0 @tooltipArrowWidth @tooltipArrowWidth; - border-bottom-color: @tooltipArrowColor; - } -} diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/type.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/type.less deleted file mode 100644 index 683a307726..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/type.less +++ /dev/null @@ -1,235 +0,0 @@ -// -// Typography -// -------------------------------------------------- - - -// Body text -// ------------------------- - -p { - margin: 0 0 @baseLineHeight / 2; -} -.lead { - margin-bottom: @baseLineHeight; - font-size: @baseFontSize * 1.5; - font-weight: 200; - line-height: @baseLineHeight * 1.5; -} - - -// Emphasis & misc -// ------------------------- - -// Ex: 14px base font * 85% = about 12px -small { font-size: 85%; } - -strong { font-weight: bold; } -em { font-style: italic; } -cite { font-style: normal; } - -// Utility classes -.muted { color: @grayLight; } -a.muted:hover { color: darken(@grayLight, 10%); } - -.text-warning { color: @warningText; } -a.text-warning:hover { color: darken(@warningText, 10%); } - -.text-error { color: @errorText; } -a.text-error:hover { color: darken(@errorText, 10%); } - -.text-info { color: @infoText; } -a.text-info:hover { color: darken(@infoText, 10%); } - -.text-success { color: @successText; } -a.text-success:hover { color: darken(@successText, 10%); } - - -// Headings -// ------------------------- - -h1, h2, h3, h4, h5, h6 { - margin: (@baseLineHeight / 2) 0; - font-family: @headingsFontFamily; - font-weight: @headingsFontWeight; - line-height: @baseLineHeight; - color: @headingsColor; - text-rendering: optimizelegibility; // Fix the character spacing for headings - small { - font-weight: normal; - line-height: 1; - color: @grayLight; - } -} - -h1, -h2, -h3 { line-height: @baseLineHeight * 2; } - -h1 { font-size: @baseFontSize * 2.75; } // ~38px -h2 { font-size: @baseFontSize * 2.25; } // ~32px -h3 { font-size: @baseFontSize * 1.75; } // ~24px -h4 { font-size: @baseFontSize * 1.25; } // ~18px -h5 { font-size: @baseFontSize; } -h6 { font-size: @baseFontSize * 0.85; } // ~12px - -h1 small { font-size: @baseFontSize * 1.75; } // ~24px -h2 small { font-size: @baseFontSize * 1.25; } // ~18px -h3 small { font-size: @baseFontSize; } -h4 small { font-size: @baseFontSize; } - - -// Page header -// ------------------------- - -.page-header { - padding-bottom: (@baseLineHeight / 2) - 1; - margin: @baseLineHeight 0 (@baseLineHeight * 1.5); - border-bottom: 1px solid @grayLighter; -} - - - -// Lists -// -------------------------------------------------- - -// Unordered and Ordered lists -ul, ol { - padding: 0; - margin: 0 0 @baseLineHeight / 2 25px; -} -ul ul, -ul ol, -ol ol, -ol ul { - margin-bottom: 0; -} -li { - line-height: @baseLineHeight; -} - -// Remove default list styles -ul.unstyled, -ol.unstyled { - margin-left: 0; - list-style: none; -} - -// Single-line list items -ul.inline, -ol.inline { - margin-left: 0; - list-style: none; - & > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; - } -} - -// Description Lists -dl { - margin-bottom: @baseLineHeight; -} -dt, -dd { - line-height: @baseLineHeight; -} -dt { - font-weight: bold; -} -dd { - margin-left: @baseLineHeight / 2; -} -// Horizontal layout (like forms) -.dl-horizontal { - .clearfix(); // Ensure dl clears floats if empty dd elements present - dt { - float: left; - width: @horizontalComponentOffset - 20; - clear: left; - text-align: right; - .text-overflow(); - } - dd { - margin-left: @horizontalComponentOffset; - } -} - -// MISC -// ---- - -// Horizontal rules -hr { - margin: @baseLineHeight 0; - border: 0; - border-top: 1px solid @hrBorder; - border-bottom: 1px solid @white; -} - -// Abbreviations and acronyms -abbr[title], -// Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257 -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted @grayLight; -} -abbr.initialism { - font-size: 90%; - text-transform: uppercase; -} - -// Blockquotes -blockquote { - padding: 0 0 0 15px; - margin: 0 0 @baseLineHeight; - border-left: 5px solid @grayLighter; - p { - margin-bottom: 0; - #font > .shorthand(16px,300,@baseLineHeight * 1.25); - } - small { - display: block; - line-height: @baseLineHeight; - color: @grayLight; - &:before { - content: '\2014 \00A0'; - } - } - - // Float right with text-align: right - &.pull-right { - float: right; - padding-right: 15px; - padding-left: 0; - border-right: 5px solid @grayLighter; - border-left: 0; - p, - small { - text-align: right; - } - small { - &:before { - content: ''; - } - &:after { - content: '\00A0 \2014'; - } - } - } -} - -// Quotes -q:before, -q:after, -blockquote:before, -blockquote:after { - content: ""; -} - -// Addresses -address { - display: block; - margin-bottom: @baseLineHeight; - font-style: normal; - line-height: @baseLineHeight; -} diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/utilities.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/utilities.less deleted file mode 100644 index 314b4ffdb4..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/utilities.less +++ /dev/null @@ -1,30 +0,0 @@ -// -// Utility classes -// -------------------------------------------------- - - -// Quick floats -.pull-right { - float: right; -} -.pull-left { - float: left; -} - -// Toggling content -.hide { - display: none; -} -.show { - display: block; -} - -// Visibility -.invisible { - visibility: hidden; -} - -// For Affix plugin -.affix { - position: fixed; -} diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/variables.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/variables.less deleted file mode 100644 index de36074fd9..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/variables.less +++ /dev/null @@ -1,301 +0,0 @@ -// -// Variables -// -------------------------------------------------- - - -// Global values -// -------------------------------------------------- - - -// Grays -// ------------------------- -@black: #000; -@grayDarker: #222; -@grayDark: #333; -@gray: #555; -@grayLight: #999; -@grayLighter: #eee; -@white: #fff; - - -// Accent colors -// ------------------------- -@blue: #049cdb; -@blueDark: #0064cd; -@green: #46a546; -@red: #9d261d; -@yellow: #ffc40d; -@orange: #f89406; -@pink: #c3325f; -@purple: #7a43b6; - - -// Scaffolding -// ------------------------- -@bodyBackground: @white; -@textColor: @grayDark; - - -// Links -// ------------------------- -@linkColor: #08c; -@linkColorHover: darken(@linkColor, 15%); - - -// Typography -// ------------------------- -@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; -@serifFontFamily: Georgia, "Times New Roman", Times, serif; -@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace; - -@baseFontSize: 14px; -@baseFontFamily: @sansFontFamily; -@baseLineHeight: 20px; -@altFontFamily: @serifFontFamily; - -@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily -@headingsFontWeight: bold; // instead of browser default, bold -@headingsColor: inherit; // empty to use BS default, @textColor - - -// Component sizing -// ------------------------- -// Based on 14px font-size and 20px line-height - -@fontSizeLarge: @baseFontSize * 1.25; // ~18px -@fontSizeSmall: @baseFontSize * 0.85; // ~12px -@fontSizeMini: @baseFontSize * 0.75; // ~11px - -@paddingLarge: 11px 19px; // 44px -@paddingSmall: 2px 10px; // 26px -@paddingMini: 0 6px; // 22px - -@baseBorderRadius: 4px; -@borderRadiusLarge: 6px; -@borderRadiusSmall: 3px; - - -// Tables -// ------------------------- -@tableBackground: transparent; // overall background-color -@tableBackgroundAccent: #f9f9f9; // for striping -@tableBackgroundHover: #f5f5f5; // for hover -@tableBorder: #ddd; // table and cell border - -// Buttons -// ------------------------- -@btnBackground: @white; -@btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: #bbb; - -@btnPrimaryBackground: @linkColor; -@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); - -@btnInfoBackground: #5bc0de; -@btnInfoBackgroundHighlight: #2f96b4; - -@btnSuccessBackground: #62c462; -@btnSuccessBackgroundHighlight: #51a351; - -@btnWarningBackground: lighten(@orange, 15%); -@btnWarningBackgroundHighlight: @orange; - -@btnDangerBackground: #ee5f5b; -@btnDangerBackgroundHighlight: #bd362f; - -@btnInverseBackground: #444; -@btnInverseBackgroundHighlight: @grayDarker; - - -// Forms -// ------------------------- -@inputBackground: @white; -@inputBorder: #ccc; -@inputBorderRadius: @baseBorderRadius; -@inputDisabledBackground: @grayLighter; -@formActionsBackground: #f5f5f5; -@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border - - -// Dropdowns -// ------------------------- -@dropdownBackground: @white; -@dropdownBorder: rgba(0,0,0,.2); -@dropdownDividerTop: #e5e5e5; -@dropdownDividerBottom: @white; - -@dropdownLinkColor: @grayDark; -@dropdownLinkColorHover: @white; -@dropdownLinkColorActive: @white; - -@dropdownLinkBackgroundActive: @linkColor; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - - - -// COMPONENT VARIABLES -// -------------------------------------------------- - - -// Z-index master list -// ------------------------- -// Used for a bird's eye view of components dependent on the z-axis -// Try to avoid customizing these :) -@zindexDropdown: 1000; -@zindexPopover: 1010; -@zindexTooltip: 1030; -@zindexFixedNavbar: 1030; -@zindexModalBackdrop: 1040; -@zindexModal: 1050; - - -// Sprite icons path -// ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; - - -// Input placeholder text color -// ------------------------- -@placeholderText: @grayLight; - - -// Hr border color -// ------------------------- -@hrBorder: @grayLighter; - - -// Horizontal forms & lists -// ------------------------- -@horizontalComponentOffset: 180px; - - -// Wells -// ------------------------- -@wellBackground: #f5f5f5; - - -// Navbar -// ------------------------- -@navbarCollapseWidth: 979px; -@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; - -@navbarHeight: 40px; -@navbarBackgroundHighlight: #ffffff; -@navbarBackground: darken(@navbarBackgroundHighlight, 5%); -@navbarBorder: darken(@navbarBackground, 12%); - -@navbarText: #777; -@navbarLinkColor: #777; -@navbarLinkColorHover: @grayDark; -@navbarLinkColorActive: @gray; -@navbarLinkBackgroundHover: transparent; -@navbarLinkBackgroundActive: darken(@navbarBackground, 5%); - -@navbarBrandColor: @navbarLinkColor; - -// Inverted navbar -@navbarInverseBackground: #111111; -@navbarInverseBackgroundHighlight: #222222; -@navbarInverseBorder: #252525; - -@navbarInverseText: @grayLight; -@navbarInverseLinkColor: @grayLight; -@navbarInverseLinkColorHover: @white; -@navbarInverseLinkColorActive: @navbarInverseLinkColorHover; -@navbarInverseLinkBackgroundHover: transparent; -@navbarInverseLinkBackgroundActive: @navbarInverseBackground; - -@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); -@navbarInverseSearchBackgroundFocus: @white; -@navbarInverseSearchBorder: @navbarInverseBackground; -@navbarInverseSearchPlaceholderColor: #ccc; - -@navbarInverseBrandColor: @navbarInverseLinkColor; - - -// Pagination -// ------------------------- -@paginationBackground: #fff; -@paginationBorder: #ddd; -@paginationActiveBackground: #f5f5f5; - - -// Hero unit -// ------------------------- -@heroUnitBackground: @grayLighter; -@heroUnitHeadingColor: inherit; -@heroUnitLeadColor: inherit; - - -// Form states and alerts -// ------------------------- -@warningText: #c09853; -@warningBackground: #fcf8e3; -@warningBorder: darken(spin(@warningBackground, -10), 3%); - -@errorText: #b94a48; -@errorBackground: #f2dede; -@errorBorder: darken(spin(@errorBackground, -10), 3%); - -@successText: #468847; -@successBackground: #dff0d8; -@successBorder: darken(spin(@successBackground, -10), 5%); - -@infoText: #3a87ad; -@infoBackground: #d9edf7; -@infoBorder: darken(spin(@infoBackground, -10), 7%); - - -// Tooltips and popovers -// ------------------------- -@tooltipColor: #fff; -@tooltipBackground: #000; -@tooltipArrowWidth: 5px; -@tooltipArrowColor: @tooltipBackground; - -@popoverBackground: #fff; -@popoverArrowWidth: 10px; -@popoverArrowColor: #fff; -@popoverTitleBackground: darken(@popoverBackground, 3%); - -// Special enhancement for popovers -@popoverArrowOuterWidth: @popoverArrowWidth + 1; -@popoverArrowOuterColor: rgba(0,0,0,.25); - - - -// GRID -// -------------------------------------------------- - - -// Default 940px grid -// ------------------------- -@gridColumns: 12; -@gridColumnWidth: 60px; -@gridGutterWidth: 20px; -@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); - -// 1200px min -@gridColumnWidth1200: 70px; -@gridGutterWidth1200: 30px; -@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1)); - -// 768px-979px -@gridColumnWidth768: 42px; -@gridGutterWidth768: 20px; -@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1)); - - -// Fluid grid -// ------------------------- -@fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth); -@fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth); - -// 1200px min -@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200); -@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200); - -// 768px-979px -@fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768); -@fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768); diff --git a/public/vendor/fontawesome/docs/assets/less/twbs-222/wells.less b/public/vendor/fontawesome/docs/assets/less/twbs-222/wells.less deleted file mode 100644 index 84a744b1c5..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/twbs-222/wells.less +++ /dev/null @@ -1,29 +0,0 @@ -// -// Wells -// -------------------------------------------------- - - -// Base class -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: @wellBackground; - border: 1px solid darken(@wellBackground, 7%); - .border-radius(@baseBorderRadius); - .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); - blockquote { - border-color: #ddd; - border-color: rgba(0,0,0,.15); - } -} - -// Sizes -.well-large { - padding: 24px; - .border-radius(@borderRadiusLarge); -} -.well-small { - padding: 9px; - .border-radius(@borderRadiusSmall); -} diff --git a/public/vendor/fontawesome/docs/assets/less/variables.less b/public/vendor/fontawesome/docs/assets/less/variables.less deleted file mode 100644 index 1140cf1cd9..0000000000 --- a/public/vendor/fontawesome/docs/assets/less/variables.less +++ /dev/null @@ -1,303 +0,0 @@ -// -// Variables -// -------------------------------------------------- - - -// Global values -// -------------------------------------------------- - - -// Grays -// ------------------------- -@black: #000; -@grayDarker: #222; -@grayDark: #333; -@gray: #555; -@grayLight: #999; -@grayLighter: #eee; -@white: #fff; - - -// Accent colors -// ------------------------- -@blue: #009add; // Kyruus Light Blue -@blueDark: #005f9b; // Kyruus Blue -@green: #46a546; -@red: #9d261d; -@yellow: #ffc40d; -@orange: #f89406; -@pink: #c3325f; -@purple: #7a43b6; - -@redDark: darken(@red, 10%); - - -// Scaffolding -// ------------------------- -@bodyBackground: @white; -@textColor: @grayDark; - - -// Links -// ------------------------- -@linkColor: lighten(@red, 10%); -@linkColorHover: @red; - - -// Typography -// ------------------------- -@sansFontFamily: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif; -@serifFontFamily: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif; -@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; - -@baseFontSize: 14px; -@baseFontFamily: @sansFontFamily; -@baseLineHeight: 20px; -@altFontFamily: @serifFontFamily; - -@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily -@headingsFontWeight: bold; // instead of browser default, bold -@headingsColor: inherit; // empty to use BS default, @textColor - - -// Component sizing -// ------------------------- -// Based on 14px font-size and 20px line-height - -@fontSizeLarge: @baseFontSize * 1.25; // ~18px -@fontSizeSmall: @baseFontSize * 0.85; // ~12px -@fontSizeMini: @baseFontSize * 0.75; // ~11px - -@paddingLarge: 11px 19px; // 44px -@paddingSmall: 2px 10px; // 26px -@paddingMini: 0 6px; // 22px - -@baseBorderRadius: 4px; -@borderRadiusLarge: 6px; -@borderRadiusSmall: 3px; - - -// Tables -// ------------------------- -@tableBackground: transparent; // overall background-color -@tableBackgroundAccent: #f9f9f9; // for striping -@tableBackgroundHover: #f5f5f5; // for hover -@tableBorder: #ddd; // table and cell border - -// Buttons -// ------------------------- -@btnBackground: @white; -@btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: #bbb; - -@btnPrimaryBackground: #fffeb8; -@btnPrimaryBackgroundHighlight: #c49c38; - -@btnInfoBackground: #5bc0de; -@btnInfoBackgroundHighlight: #2f96b4; - -@btnSuccessBackground: #62c462; -@btnSuccessBackgroundHighlight: #51a351; - -@btnWarningBackground: lighten(@orange, 15%); -@btnWarningBackgroundHighlight: @orange; - -@btnDangerBackground: lighten(@red, 20%); -@btnDangerBackgroundHighlight: lighten(@red, 5%); - -@btnInverseBackground: #444; -@btnInverseBackgroundHighlight: @grayDarker; - - -// Forms -// ------------------------- -@inputBackground: @white; -@inputBorder: #ccc; -@inputBorderRadius: @baseBorderRadius; -@inputDisabledBackground: @grayLighter; -@formActionsBackground: #f5f5f5; -@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border - - -// Dropdowns -// ------------------------- -@dropdownBackground: @white; -@dropdownBorder: rgba(0,0,0,.2); -@dropdownDividerTop: #e5e5e5; -@dropdownDividerBottom: @white; - -@dropdownLinkColor: @grayDark; -@dropdownLinkColorHover: @white; -@dropdownLinkColorActive: @white; - -@dropdownLinkBackgroundActive: @linkColor; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - - - -// COMPONENT VARIABLES -// -------------------------------------------------- - - -// Z-index master list -// ------------------------- -// Used for a bird's eye view of components dependent on the z-axis -// Try to avoid customizing these :) -@zindexDropdown: 1000; -@zindexPopover: 1010; -@zindexTooltip: 1030; -@zindexFixedNavbar: 1030; -@zindexModalBackdrop: 1040; -@zindexModal: 1050; - - -// Sprite icons path -// ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; - - -// Input placeholder text color -// ------------------------- -@placeholderText: @grayLight; - - -// Hr border color -// ------------------------- -@hrBorder: @grayLighter; - - -// Horizontal forms & lists -// ------------------------- -@horizontalComponentOffset: 180px; - - -// Wells -// ------------------------- -@wellBackground: #f5f5f5; - - -// Navbar -// ------------------------- -@navbarCollapseWidth: 979px; -@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; - -@navbarHeight: 40px; -@navbarBackgroundHighlight: #ffffff; -@navbarBackground: darken(@navbarBackgroundHighlight, 5%); -@navbarBorder: darken(@navbarBackground, 12%); - -@navbarText: #777; -@navbarLinkColor: #777; -@navbarLinkColorHover: @grayDark; -@navbarLinkColorActive: @gray; -@navbarLinkBackgroundHover: transparent; -@navbarLinkBackgroundActive: darken(@navbarBackground, 5%); - -@navbarBrandColor: @navbarLinkColor; - -// Inverted navbar -@navbarInverseBackground: #111111; -@navbarInverseBackgroundHighlight: #222222; -@navbarInverseBorder: #252525; - -@navbarInverseText: @grayLight; -@navbarInverseLinkColor: @grayLight; -@navbarInverseLinkColorHover: @white; -@navbarInverseLinkColorActive: @navbarInverseLinkColorHover; -@navbarInverseLinkBackgroundHover: transparent; -@navbarInverseLinkBackgroundActive: @navbarInverseBackground; - -@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); -@navbarInverseSearchBackgroundFocus: @white; -@navbarInverseSearchBorder: @navbarInverseBackground; -@navbarInverseSearchPlaceholderColor: #ccc; - -@navbarInverseBrandColor: @navbarInverseLinkColor; - - -// Pagination -// ------------------------- -@paginationBackground: #fff; -@paginationBorder: #ddd; -@paginationActiveBackground: #f5f5f5; - - -// Hero unit -// ------------------------- -@heroUnitBackground: @grayLighter; -@heroUnitHeadingColor: inherit; -@heroUnitLeadColor: inherit; - - -// Form states and alerts -// ------------------------- -@warningText: #c09853; -@warningBackground: #fcf8e3; -@warningBorder: darken(spin(@warningBackground, -10), 3%); - -@errorText: #b94a48; -@errorBackground: #f2dede; -@errorBorder: darken(spin(@errorBackground, -10), 3%); - -@successText: #468847; -@successBackground: #dff0d8; -@successBorder: darken(spin(@successBackground, -10), 5%); - -@infoText: #3a87ad; -@infoBackground: #d9edf7; -@infoBorder: darken(spin(@infoBackground, -10), 7%); - - -// Tooltips and popovers -// ------------------------- -@tooltipColor: #fff; -@tooltipBackground: #000; -@tooltipArrowWidth: 5px; -@tooltipArrowColor: @tooltipBackground; - -@popoverBackground: #fff; -@popoverArrowWidth: 10px; -@popoverArrowColor: #fff; -@popoverTitleBackground: darken(@popoverBackground, 3%); - -// Special enhancement for popovers -@popoverArrowOuterWidth: @popoverArrowWidth + 1; -@popoverArrowOuterColor: rgba(0,0,0,.25); - - - -// GRID -// -------------------------------------------------- - - -// Default 940px grid -// ------------------------- -@gridColumns: 12; -@gridColumnWidth: 60px; -@gridGutterWidth: 20px; -@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); - -// 1200px min -@gridColumnWidth1200: 70px; -@gridGutterWidth1200: 30px; -@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1)); - -// 768px-979px -@gridColumnWidth768: 42px; -@gridGutterWidth768: 20px; -@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1)); - - -// Fluid grid -// ------------------------- -@fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth); -@fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth); - -// 1200px min -@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200); -@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200); - -// 768px-979px -@fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768); -@fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768); diff --git a/public/vendor/fontawesome/docs/design.html b/public/vendor/fontawesome/docs/design.html deleted file mode 100644 index 2af2905f70..0000000000 --- a/public/vendor/fontawesome/docs/design.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - Font Awesome Copy & Paste - - - - - - - - - - - - - - - - - - - -
    -
    - -

    Copy & Paste

    -

    - Install FontAwesome.otf on your system. - Then, copy and paste any of these icons to use them in your mockups & designs. -

    - -
    -
    - - -
    -
    -
    -
    -
      -
    • icon-glass ()
    • -
    • icon-music ()
    • -
    • icon-search ()
    • -
    • icon-envelope ()
    • -
    • icon-heart ()
    • -
    • icon-star ()
    • -
    • icon-star-empty ()
    • -
    • icon-user ()
    • -
    • icon-film ()
    • -
    • icon-th-large ()
    • -
    • icon-th ()
    • -
    • icon-th-list ()
    • -
    • icon-ok ()
    • -
    • icon-remove ()
    • -
    • icon-zoom-in ()
    • -
    • icon-zoom-out ()
    • -
    • icon-off ()
    • -
    • icon-signal ()
    • -
    • icon-cog ()
    • -
    • icon-trash ()
    • -
    • icon-home ()
    • -
    • icon-file ()
    • -
    • icon-time ()
    • -
    • icon-road ()
    • -
    • icon-download-alt ()
    • -
    • icon-download ()
    • -
    • icon-upload ()
    • -
    • icon-inbox ()
    • -
    • icon-play-circle ()
    • -
    • icon-repeat ()
    • -
    • icon-refresh ()
    • -
    • icon-list-alt ()
    • -
    • icon-lock ()
    • -
    • icon-flag ()
    • -
    • icon-headphones ()
    • -
    • icon-volume-off ()
    • -
    • icon-volume-down ()
    • -
    • icon-volume-up ()
    • -
    • icon-qrcode ()
    • -
    • icon-barcode ()
    • -
    • icon-tag ()
    • -
    • icon-tags ()
    • -
    • icon-book ()
    • -
    • icon-bookmark ()
    • -
    • icon-print ()
    • -
    • icon-camera ()
    • -
    • icon-font ()
    • -
    • icon-bold ()
    • -
    • icon-italic ()
    • -
    • icon-text-height ()
    • -
    • icon-text-width ()
    • -
    • icon-align-left ()
    • -
    • icon-align-center ()
    • -
    • icon-align-right ()
    • -
    • icon-align-justify ()
    • -
    • icon-list ()
    • -
    • icon-indent-left ()
    • -
    • icon-indent-right ()
    • -
    • icon-facetime-video ()
    • -
    • icon-picture ()
    • -
    • icon-pencil ()
    • -
    • icon-map-marker ()
    • -
    • icon-adjust ()
    • -
    • icon-tint ()
    • -
    • icon-edit ()
    • -
    • icon-share ()
    • -
    • icon-check ()
    • -
    • icon-move ()
    • -
    • icon-step-backward ()
    • -
    • icon-fast-backward ()
    • -
    • icon-backward ()
    • -
    • icon-play ()
    • -
    • icon-pause ()
    • -
    • icon-stop ()
    • -
    • icon-forward ()
    • -
    • icon-fast-forward ()
    • -
    • icon-step-forward ()
    • -
    • icon-eject ()
    • -
    • icon-chevron-left ()
    • -
    • icon-chevron-right ()
    • -
    • icon-plus-sign ()
    • -
    • icon-minus-sign ()
    • -
    -
    -
    -
      -
    • icon-remove-sign ()
    • -
    • icon-ok-sign ()
    • -
    • icon-question-sign ()
    • -
    • icon-info-sign ()
    • -
    • icon-screenshot ()
    • -
    • icon-remove-circle ()
    • -
    • icon-ok-circle ()
    • -
    • icon-ban-circle ()
    • -
    • icon-arrow-left ()
    • -
    • icon-arrow-right ()
    • -
    • icon-arrow-up ()
    • -
    • icon-arrow-down ()
    • -
    • icon-share-alt ()
    • -
    • icon-resize-full ()
    • -
    • icon-resize-small ()
    • -
    • icon-plus ()
    • -
    • icon-minus ()
    • -
    • icon-asterisk ()
    • -
    • icon-exclamation-sign ()
    • -
    • icon-gift ()
    • -
    • icon-leaf ()
    • -
    • icon-fire ()
    • -
    • icon-eye-open ()
    • -
    • icon-eye-close ()
    • -
    • icon-warning-sign ()
    • -
    • icon-plane ()
    • -
    • icon-calendar ()
    • -
    • icon-random ()
    • -
    • icon-comment ()
    • -
    • icon-magnet ()
    • -
    • icon-chevron-up ()
    • -
    • icon-chevron-down ()
    • -
    • icon-retweet ()
    • -
    • icon-shopping-cart ()
    • -
    • icon-folder-close ()
    • -
    • icon-folder-open ()
    • -
    • icon-resize-vertical ()
    • -
    • icon-resize-horizontal ()
    • -
    • icon-bar-chart ()
    • -
    • icon-twitter-sign ()
    • -
    • icon-facebook-sign ()
    • -
    • icon-camera-retro ()
    • -
    • icon-key ()
    • -
    • icon-cogs ()
    • -
    • icon-comments ()
    • -
    • icon-thumbs-up ()
    • -
    • icon-thumbs-down ()
    • -
    • icon-star-half ()
    • -
    • icon-heart-empty ()
    • -
    • icon-signout ()
    • -
    • icon-linkedin-sign ()
    • -
    • icon-pushpin ()
    • -
    • icon-external-link ()
    • -
    • icon-signin ()
    • -
    • icon-trophy ()
    • -
    • icon-github-sign ()
    • -
    • icon-upload-alt ()
    • -
    • icon-lemon ()
    • -
    • icon-phone ()
    • -
    • icon-check-empty ()
    • -
    • icon-bookmark-empty ()
    • -
    • icon-phone-sign ()
    • -
    • icon-twitter ()
    • -
    • icon-facebook ()
    • -
    • icon-github ()
    • -
    • icon-unlock ()
    • -
    • icon-credit-card ()
    • -
    • icon-rss ()
    • -
    • icon-hdd ()
    • -
    • icon-bullhorn ()
    • -
    • icon-bell ()
    • -
    • icon-certificate ()
    • -
    • icon-hand-right ()
    • -
    • icon-hand-left ()
    • -
    • icon-hand-up ()
    • -
    • icon-hand-down ()
    • -
    • icon-circle-arrow-left ()
    • -
    • icon-circle-arrow-right ()
    • -
    • icon-circle-arrow-up ()
    • -
    • icon-circle-arrow-down ()
    • -
    • icon-globe ()
    • -
    • icon-wrench ()
    • -
    -
    -
    -
      -
    • icon-tasks ()
    • -
    • icon-filter ()
    • -
    • icon-briefcase ()
    • -
    • icon-fullscreen ()
    • -
    • icon-group ()
    • -
    • icon-link ()
    • -
    • icon-cloud ()
    • -
    • icon-beaker ()
    • -
    • icon-cut ()
    • -
    • icon-copy ()
    • -
    • icon-paper-clip ()
    • -
    • icon-save ()
    • -
    • icon-sign-blank ()
    • -
    • icon-reorder ()
    • -
    • icon-list-ul ()
    • -
    • icon-list-ol ()
    • -
    • icon-strikethrough ()
    • -
    • icon-underline ()
    • -
    • icon-table ()
    • -
    • icon-magic ()
    • -
    • icon-truck ()
    • -
    • icon-pinterest ()
    • -
    • icon-pinterest-sign ()
    • -
    • icon-google-plus-sign ()
    • -
    • icon-google-plus ()
    • -
    • icon-money ()
    • -
    • icon-caret-down ()
    • -
    • icon-caret-up ()
    • -
    • icon-caret-left ()
    • -
    • icon-caret-right ()
    • -
    • icon-columns ()
    • -
    • icon-sort ()
    • -
    • icon-sort-down ()
    • -
    • icon-sort-up ()
    • -
    • icon-envelope-alt ()
    • -
    • icon-linkedin ()
    • -
    • icon-undo ()
    • -
    • icon-legal ()
    • -
    • icon-dashboard ()
    • -
    • icon-comment-alt ()
    • -
    • icon-comments-alt ()
    • -
    • icon-bolt ()
    • -
    • icon-sitemap ()
    • -
    • icon-umbrella ()
    • -
    • icon-paste ()
    • -
    • icon-lightbulb ()
    • -
    • icon-exchange ()
    • -
    • icon-cloud-download ()
    • -
    • icon-cloud-upload ()
    • -
    • icon-user-md ()
    • -
    • icon-stethoscope ()
    • -
    • icon-suitcase ()
    • -
    • icon-bell-alt ()
    • -
    • icon-coffee ()
    • -
    • icon-food ()
    • -
    • icon-file-alt ()
    • -
    • icon-building ()
    • -
    • icon-hospital ()
    • -
    • icon-ambulance ()
    • -
    • icon-medkit ()
    • -
    • icon-fighter-jet ()
    • -
    • icon-beer ()
    • -
    • icon-h-sign ()
    • -
    • icon-plus-sign-alt ()
    • -
    • icon-double-angle-left ()
    • -
    • icon-double-angle-right ()
    • -
    • icon-double-angle-up ()
    • -
    • icon-double-angle-down ()
    • -
    • icon-angle-left ()
    • -
    • icon-angle-right ()
    • -
    • icon-angle-up ()
    • -
    • icon-angle-down ()
    • -
    • icon-desktop ()
    • -
    • icon-laptop ()
    • -
    • icon-tablet ()
    • -
    • icon-mobile-phone ()
    • -
    • icon-circle-blank ()
    • -
    • icon-quote-left ()
    • -
    • icon-quote-right ()
    • -
    • icon-spinner ()
    • -
    • icon-circle ()
    • -
    • icon-reply ()
    • -
    -
    -
    -
    - - - - - - -
    - - - - - - \ No newline at end of file diff --git a/public/vendor/fontawesome/docs/index.html b/public/vendor/fontawesome/docs/index.html deleted file mode 100644 index 72b46d5e57..0000000000 --- a/public/vendor/fontawesome/docs/index.html +++ /dev/null @@ -1,1462 +0,0 @@ - - - - - - - - - - Font Awesome, the iconic font designed for use with Twitter Bootstrap - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    -
    -

    Font Awesome

    -

    The iconic font designed for
    use with Twitter Bootstrap

    - -
    - Version 3.0.2 • Created & Maintained by Dave Gandy -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - Watch - 9000+ - - - Fork - 800+ - - -
    -
    - -
    -
    -
    -
    -

    One font, 249 icons

    - In a single collection, Font Awesome is a pictographic language of web-related actions. -
    -
    -

    CSS control

    - Easily style icon color, size, shadow, and anything that's possible with CSS. -
    -
    -

    Infinite scalability

    - Scalable vector graphics means every icon looks awesome at any size. -
    -
    -
    -
    -

    Free, as in Beer

    - Font Awesome is completely free for commercial use. Check out the license. -
    -
    -

    IE7 Support

    - Font Awesome supports IE7. If you need it, you have my condolences. -
    -
    -

    Perfect on Retina Displays

    - Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays. -
    -
    -
    -
    -

    Made for Twitter Bootstrap

    - Designed from scratch to be fully compatible with Twitter Bootstrap 2.2.2. -
    -
    -

    Designer Friendly

    - Install FontAwesome.otf and visit the copy & paste page. Happy designing. -
    -
    -

    Screen reader compatible

    - Font Awesome won't trip up screen readers, unlike other icon fonts. -
    -
    -
    - -
    - -
    -
    -

    Pixel Perfection at 14px

    - Every single icon re-created from the ground up to be optimized for Bootstrap's default 14px. -
    -
    -

    Font Sub-setting

    - Thanks to @grantgordon and @johnsmclay, you can subset to get just the icons you need. -
    -
    -

    Better License

    - SIL open font license, MIT license for code. No more attribution required, but much appreciated. -
    -
    -
    -
    -

    40 New Icons in 3.0

    - Requested by the active community on the Font Awesome GitHub project. -
    -
    -

    New Styles

    - New styles for animated spinning icons, icons with 2x-4x size multipliers, icon borders, & more. -
    -
    -

    28% Smaller Payload

    - 3.0 is smaller, even with 16% more icons. Crazy small if you subset just the icons you need. -
    -
    -
    - -
    -
    - -

    - You asked, Font Awesome delivers with 40 shiny new icons in version 3.0. New icons can be requested on the - Font Awesome GitHub project. Or even - better, you can contribute your own icons. -

    -
    - -
    -
      -
    • icon-cloud-download
    • -
    • icon-cloud-upload
    • -
    • icon-lightbulb
    • -
    • icon-exchange
    • -
    • icon-bell-alt
    • -
    • icon-file-alt
    • -
    • icon-beer
    • -
    • icon-coffee
    • -
    • icon-food
    • -
    • icon-fighter-jet
    • -
    -
    -
    -
      -
    • icon-user-md
    • -
    • icon-stethoscope
    • -
    • icon-suitcase
    • -
    • icon-building
    • -
    • icon-hospital
    • -
    • icon-ambulance
    • -
    • icon-medkit
    • -
    • icon-h-sign
    • -
    • icon-plus-sign-alt
    • -
    • icon-spinner
    • -
    -
    -
    -
      -
    • icon-angle-left
    • -
    • icon-angle-right
    • -
    • icon-angle-up
    • -
    • icon-angle-down
    • -
    • icon-double-angle-left
    • -
    • icon-double-angle-right
    • -
    • icon-double-angle-up
    • -
    • icon-double-angle-down
    • -
    • icon-circle-blank
    • -
    • icon-circle
    • -
    -
    -
    -
      -
    • icon-desktop
    • -
    • icon-laptop
    • -
    • icon-tablet
    • -
    • icon-mobile-phone
    • -
    • icon-quote-left
    • -
    • icon-quote-right
    • -
    • icon-reply
    • -
    • icon-github-alt
    • -
    • icon-folder-close-alt
    • -
    • icon-folder-open-alt
    • -
    -
    -
    - -
    -
    - -
    - -
    -
      -
    • icon-adjust
    • -
    • icon-asterisk
    • -
    • icon-ban-circle
    • -
    • icon-bar-chart
    • -
    • icon-barcode
    • -
    • icon-beaker
    • -
    • icon-beer
    • -
    • icon-bell
    • -
    • icon-bell-alt
    • -
    • icon-bolt
    • -
    • icon-book
    • -
    • icon-bookmark
    • -
    • icon-bookmark-empty
    • -
    • icon-briefcase
    • -
    • icon-bullhorn
    • -
    • icon-calendar
    • -
    • icon-camera
    • -
    • icon-camera-retro
    • -
    • icon-certificate
    • -
    • icon-check
    • -
    • icon-check-empty
    • -
    • icon-circle
    • -
    • icon-circle-blank
    • -
    • icon-cloud
    • -
    • icon-cloud-download
    • -
    • icon-cloud-upload
    • -
    • icon-coffee
    • -
    • icon-cog
    • -
    • icon-cogs
    • -
    • icon-comment
    • -
    • icon-comment-alt
    • -
    • icon-comments
    • -
    • icon-comments-alt
    • -
    • icon-credit-card
    • -
    • icon-dashboard
    • -
    • icon-desktop
    • -
    • icon-download
    • -
    • icon-download-alt
    • -
    -
    -
    -
      -
    • icon-edit
    • -
    • icon-envelope
    • -
    • icon-envelope-alt
    • -
    • icon-exchange
    • -
    • icon-exclamation-sign
    • -
    • icon-external-link
    • -
    • icon-eye-close
    • -
    • icon-eye-open
    • -
    • icon-facetime-video
    • -
    • icon-fighter-jet
    • -
    • icon-film
    • -
    • icon-filter
    • -
    • icon-fire
    • -
    • icon-flag
    • -
    • icon-folder-close
    • -
    • icon-folder-open
    • -
    • icon-folder-close-alt
    • -
    • icon-folder-open-alt
    • -
    • icon-food
    • -
    • icon-gift
    • -
    • icon-glass
    • -
    • icon-globe
    • -
    • icon-group
    • -
    • icon-hdd
    • -
    • icon-headphones
    • -
    • icon-heart
    • -
    • icon-heart-empty
    • -
    • icon-home
    • -
    • icon-inbox
    • -
    • icon-info-sign
    • -
    • icon-key
    • -
    • icon-leaf
    • -
    • icon-laptop
    • -
    • icon-legal
    • -
    • icon-lemon
    • -
    • icon-lightbulb
    • -
    • icon-lock
    • -
    • icon-unlock
    • -
    -
    -
    -
      -
    • icon-magic
    • -
    • icon-magnet
    • -
    • icon-map-marker
    • -
    • icon-minus
    • -
    • icon-minus-sign
    • -
    • icon-mobile-phone
    • -
    • icon-money
    • -
    • icon-move
    • -
    • icon-music
    • -
    • icon-off
    • -
    • icon-ok
    • -
    • icon-ok-circle
    • -
    • icon-ok-sign
    • -
    • icon-pencil
    • -
    • icon-picture
    • -
    • icon-plane
    • -
    • icon-plus
    • -
    • icon-plus-sign
    • -
    • icon-print
    • -
    • icon-pushpin
    • -
    • icon-qrcode
    • -
    • icon-question-sign
    • -
    • icon-quote-left
    • -
    • icon-quote-right
    • -
    • icon-random
    • -
    • icon-refresh
    • -
    • icon-remove
    • -
    • icon-remove-circle
    • -
    • icon-remove-sign
    • -
    • icon-reorder
    • -
    • icon-reply
    • -
    • icon-resize-horizontal
    • -
    • icon-resize-vertical
    • -
    • icon-retweet
    • -
    • icon-road
    • -
    • icon-rss
    • -
    • icon-screenshot
    • -
    • icon-search
    • -
    -
    -
    -
      -
    • icon-share
    • -
    • icon-share-alt
    • -
    • icon-shopping-cart
    • -
    • icon-signal
    • -
    • icon-signin
    • -
    • icon-signout
    • -
    • icon-sitemap
    • -
    • icon-sort
    • -
    • icon-sort-down
    • -
    • icon-sort-up
    • -
    • icon-spinner
    • -
    • icon-star
    • -
    • icon-star-empty
    • -
    • icon-star-half
    • -
    • icon-tablet
    • -
    • icon-tag
    • -
    • icon-tags
    • -
    • icon-tasks
    • -
    • icon-thumbs-down
    • -
    • icon-thumbs-up
    • -
    • icon-time
    • -
    • icon-tint
    • -
    • icon-trash
    • -
    • icon-trophy
    • -
    • icon-truck
    • -
    • icon-umbrella
    • -
    • icon-upload
    • -
    • icon-upload-alt
    • -
    • icon-user
    • -
    • icon-user-md
    • -
    • icon-volume-off
    • -
    • icon-volume-down
    • -
    • icon-volume-up
    • -
    • icon-warning-sign
    • -
    • icon-wrench
    • -
    • icon-zoom-in
    • -
    • icon-zoom-out
    • -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • icon-file
    • -
    • icon-file-alt
    • -
    • icon-cut
    • -
    • icon-copy
    • -
    • icon-paste
    • -
    • icon-save
    • -
    • icon-undo
    • -
    • icon-repeat
    • -
    -
    -
    -
      -
    • icon-text-height
    • -
    • icon-text-width
    • -
    • icon-align-left
    • -
    • icon-align-center
    • -
    • icon-align-right
    • -
    • icon-align-justify
    • -
    • icon-indent-left
    • -
    • icon-indent-right
    • -
    -
    -
    -
      -
    • icon-font
    • -
    • icon-bold
    • -
    • icon-italic
    • -
    • icon-strikethrough
    • -
    • icon-underline
    • -
    • icon-link
    • -
    • icon-paper-clip
    • -
    • icon-columns
    • -
    -
    -
    -
      -
    • icon-table
    • -
    • icon-th-large
    • -
    • icon-th
    • -
    • icon-th-list
    • -
    • icon-list
    • -
    • icon-list-ol
    • -
    • icon-list-ul
    • -
    • icon-list-alt
    • -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • icon-angle-left
    • -
    • icon-angle-right
    • -
    • icon-angle-up
    • -
    • icon-angle-down
    • -
    • icon-arrow-down
    • -
    • icon-arrow-left
    • -
    • icon-arrow-right
    • -
    • icon-arrow-up
    • -
    -
    -
    -
      -
    • icon-caret-down
    • -
    • icon-caret-left
    • -
    • icon-caret-right
    • -
    • icon-caret-up
    • -
    • icon-chevron-down
    • -
    • icon-chevron-left
    • -
    • icon-chevron-right
    • -
    • icon-chevron-up
    • -
    -
    -
    -
      -
    • icon-circle-arrow-down
    • -
    • icon-circle-arrow-left
    • -
    • icon-circle-arrow-right
    • -
    • icon-circle-arrow-up
    • -
    • icon-double-angle-left
    • -
    • icon-double-angle-right
    • -
    • icon-double-angle-up
    • -
    • icon-double-angle-down
    • -
    -
    -
    -
      -
    • icon-hand-down
    • -
    • icon-hand-left
    • -
    • icon-hand-right
    • -
    • icon-hand-up
    • -
    • icon-circle
    • -
    • icon-circle-blank
    • -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • icon-play-circle
    • -
    • icon-play
    • -
    • icon-pause
    • -
    • icon-stop
    • -
    -
    -
    -
      -
    • icon-step-backward
    • -
    • icon-fast-backward
    • -
    • icon-backward
    • -
    • icon-forward
    • -
    -
    -
    -
      -
    • icon-fast-forward
    • -
    • icon-step-forward
    • -
    • icon-eject
    • -
    -
    -
    -
      -
    • icon-fullscreen
    • -
    • icon-resize-full
    • -
    • icon-resize-small
    • -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • icon-phone
    • -
    • icon-phone-sign
    • -
    • icon-facebook
    • -
    • icon-facebook-sign
    • -
    -
    -
    -
      -
    • icon-twitter
    • -
    • icon-twitter-sign
    • -
    • icon-github
    • -
    • icon-github-alt
    • -
    -
    -
    -
      -
    • icon-github-sign
    • -
    • icon-linkedin
    • -
    • icon-linkedin-sign
    • -
    • icon-pinterest
    • -
    -
    -
    -
      -
    • icon-pinterest-sign
    • -
    • icon-google-plus
    • -
    • icon-google-plus-sign
    • -
    • icon-sign-blank
    • -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • icon-ambulance
    • -
    • icon-beaker
    • -
    -
    -
    -
      -
    • icon-h-sign
    • -
    • icon-hospital
    • -
    -
    -
    -
      -
    • icon-medkit
    • -
    • icon-plus-sign-alt
    • -
    -
    -
    -
      -
    • icon-stethoscope
    • -
    • icon-user-md
    • -
    -
    -
    - -
    - -

    It's easy to integrate Font Awesome into Twitter Bootstrap, or even use it on its own.

    -
    -
    -

    Easy Bootstrap + Font Awesome Integration

    -
    -
    -

    Use this method to integrate Font Awesome with the default Bootstrap CSS.

    -
    -
    -
      -
    1. Copy the Font Awesome font directory into your project.
    2. -
    3. Copy font-awesome.min.css into your project.
    4. -
    5. - Open your project's font-awesome.min.css and edit the font paths to ensure they point to the right place. -

      The font path is relative from your CSS directory.

      -
    6. -
    7. - In the <head> of your html, reference the location to your font-awesome.min.css. -
      -<link rel="stylesheet" href="../css/bootstrap.min.css">
      -<link rel="stylesheet" href="../css/font-awesome.min.css">
      -
      -
    8. -
    9. Check out the examples to start using Font Awesome!
    10. -
    -
    -
    -
    -
    -

    Custom Bootstrap + Font Awesome Integration using LESS

    -
    -
    -

    Use this method to integrate Font Awesome with Twitter Bootstrap using LESS.

    -
    -
    -
      -
    1. Copy the Font Awesome font directory into your project.
    2. -
    3. Copy font-awesome.less into your bootstrap/less directory.
    4. -
    5. Open bootstrap.less and replace @import "sprites.less"; with @import "font-awesome.less";
    6. -
    7. - Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory. -
      -@FontAwesomePath:   "../font";
      -
      -

      The font path is relative from your compiled CSS directory.

      -
    8. -
    9. Re-compile your LESS if using a static compiler. Otherwise, you should be good to go.
    10. -
    11. Check out the examples to start using Font Awesome!
    12. -
    -
    -
    -
    -
    -

    Custom Bootstrap + Font Awesome Integration using SASS or SCSS

    -

    I have never used either, so let me know if the included SCSS or SASS files have issues.

    -
    -
    -
    -
    -

    Not using Bootstrap?

    -
    -
    -

    Font Awesome works just as well without Twitter Bootstrap.

    -
    -
    -
      -
    1. Copy the Font Awesome font directory into your project.
    2. -
    3. Copy font-awesome.less or font-awesome.min.css into your project.
    4. -
    5. Open your project's font-awesome.less or font-awesome.min.css and edit the font location to point it to your font directory (see above examples).
    6. -
    7. Check out the examples to start using Font Awesome!
    8. -
    -
    -
    -
    -
    -

    Need IE7 Support?

    -
    -
    -

    Font Awesome supports IE7. If you need it, you have my condolences.

    -
    -
    -
      -
    1. Get Font Awesome working properly in a modern browser.
    2. -
    3. Copy font-awesome-ie7.min.css into your project.
    4. -
    5. - In the <head> of your html, reference the location to your font-awesome-ie7.min.css. -
      -<link rel="stylesheet" href="../css/bootstrap.min.css">
      -<link rel="stylesheet" href="../css/font-awesome.min.css">
      -<!--[if IE 7]>
      -<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
      -<![endif]-->
      -
      -
    6. -
    7. Go complain to whoever decided your project needs IE7 support.
    8. -
    -
    -
    -
    - -
    - -

    Many examples re-used from the Twitter Bootstrap documentation.

    -
    -
    -
    -

    Use Font Awesome icons in:

    -
      -
    • Bulleted lists (like this one)
    • -
    • Buttons
    • -
    • Button groups
    • -
    • Navigation
    • -
    • Prepended form inputs
    • -
    • And many more with Custom CSS
    • -
    -
    -
    - -
    -
    -
    - - - - -
    - -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    - - - -
    -
    -
    - - -
    -
    - - Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. - Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. Lots of new possibilities. -
    -
    -
    - Spinner icon when loading content... -
    -
    - -
    - - -
    -
    -

    Inline Icons

    -
    -
    -

    Place Font Awesome icons just about anywhere with the <i> tag.

    -
    -
    -
    -
    - icon-camera-retro -
    -
    -
    -<i class="icon-camera-retro"></i> icon-camera-retro
    -
    -
    Icon classes are echoed via CSS :before.
    -
    -
    -
    -
    -

    Larger Icons

    -
    -
    -

    - To increase the size of icons relative to its container, use icon-large, icon-2x, - icon-3x, or icon-4x. -

    -
    -
    -

    - Increase the icon size by using the icon-large (33% increase), icon-2x, - icon-3x, or icon-4x classes. -

    -
    -
    -

    icon-camera-retro

    -

    icon-camera-retro

    -

    icon-camera-retro

    -

    icon-camera-retro

    -
    -
    -
    -<p><i class="icon-camera-retro icon-large"></i> icon-camera-retro</p>
    -<p><i class="icon-camera-retro icon-2x"></i> icon-camera-retro</p>
    -<p><i class="icon-camera-retro icon-3x"></i> icon-camera-retro</p>
    -<p><i class="icon-camera-retro icon-4x"></i> icon-camera-retro</p>
    -
    -
    - If your icons are getting chopped off on top and bottom, make sure you have - sufficient line-height. -
    -
    -
    -
    -
    -

    Animated Spinner

    -
    -
    -

    - Use the icon-spin class to get any icon to rotate. Works best with icon-spinner and - icon-refresh. -

    -
    -
    -
    - Spinner icon when loading content... -
    -
    -<i class="icon-spinner icon-spin"></i> Spinner icon when loading content...
    -
    -

    - CSS3 animations aren't supported in IE7 - IE9. -

    -
    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    -

    Bordered & Pulled Icons

    -
    -
    -

    - Use icon-border and pull-right or pull-left for easy pull quotes or - article graphics. -

    -
    -
    -
    - - Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. - Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all - of them in any combination to get lots of new possibilities. -
    -
    -<i class="icon-quote-left icon-4x pull-left icon-muted"></i>
    -Use a few of the new styles together ... lots of new possibilities.
    -
    -
    - - Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. - Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all - of them in any combination to get lots of new possibilities. -
    -
    -<i class="icon-flag icon-4x pull-left icon-border"></i>
    -Use a few of the new styles together ... lots of new possibilities.
    -
    -
    -
    -
    -
    -

    Buttons

    -
    - -
    -

    - Font Awesome icons work great in buttons. You can even combine them with larger icon styles, - pull-right and pull-left, and icon-spin. -

    -
    -<a class="btn" href="#">
    -  <i class="icon-repeat"></i> Reload</a>
    -<a class="btn btn-success" href="#">
    -  <i class="icon-shopping-cart icon-large"></i> Checkout</a>
    -<a class="btn btn-large btn-primary" href="#">
    -  <i class="icon-comment"></i> Comment</a>
    -<a class="btn btn-small btn-info" href="#">
    -  <i class="icon-info-sign"></i> Info</a>
    -<a class="btn btn-danger" href="#">
    -  <i class="icon-trash icon-large"></i> Delete</a>
    -<a class="btn btn-small" href="#">
    -  <i class="icon-cog"></i> Settings</a>
    -<a class="btn btn-large btn-danger" href="#">
    -  <i class="icon-flag icon-2x pull-left"></i>Font Awesome<br>Version 3.0</a>
    -<a class="btn btn-primary" href="#">
    -  <i class="icon-refresh icon-spin"></i> Synchronizing Content...</a>
    -
    -
    -
    -
    -
    -

    Button groups

    -
    -
    -

    -

    - - - - -
    -

    -
    -
    -
    -<div class="btn-group">
    -  <a class="btn" href="#"><i class="icon-align-left"></i></a>
    -  <a class="btn" href="#"><i class="icon-align-center"></i></a>
    -  <a class="btn" href="#"><i class="icon-align-right"></i></a>
    -  <a class="btn" href="#"><i class="icon-align-justify"></i></a>
    -</div>
    -
    -
    -
    -
    -
    -

    Button dropdowns

    -
    -
    -

    -

    -
    -

    -
    -
    -<div class="btn-group open">
    -    <a class="btn btn-primary" href="#"><i class="icon-user"></i> User</a>
    -    <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="icon-caret-down"></span></a>
    -    <ul class="dropdown-menu">
    -        <li><a href="#"><i class="icon-pencil"></i> Edit</a></li>
    -        <li><a href="#"><i class="icon-trash"></i> Delete</a></li>
    -        <li><a href="#"><i class="icon-ban-circle"></i> Ban</a></li>
    -        <li class="divider"></li>
    -        <li><a href="#"><i class="i"></i> Make admin</a></li>
    -    </ul>
    -</div>
    -
    -
    Don't forget to add the appropriate JavaScript to enable button dropdowns.
    -
    -
    -
    -
    -

    Lists

    -
    -
    -

    -

      -
    • Lists
    • -
    • Buttons
    • -
    • Button groups
    • -
    • Navigation
    • -
    • Prepended form inputs
    • -
    -

    -
    -
    -

    Easily replace individual bullets.

    -
    -<ul class="icons">
    -  <li><i class="icon-ok"></i> Lists</li>
    -  <li><i class="icon-ok"></i> Buttons</li>
    -  <li><i class="icon-ok"></i> Button groups</li>
    -  <li><i class="icon-ok"></i> Navigation</li>
    -  <li><i class="icon-ok"></i> Prepended form inputs</li>
    -</ul>
    -
    -
    -
    -
    -
    -

    Navigation

    -
    - -
    -

    Use Font Awesome icons in navigation to provide helpful visual cues.

    -
    -<ul class="nav nav-list">
    -  <li class="active"><a href="#"><i class="icon-home"></i> Home</a></li>
    -  <li><a href="#"><i class="icon-book"></i> Library</a></li>
    -  <li><a href="#"><i class="icon-pencil"></i> Applications</a></li>
    -  <li><a href="#"><i class="icon-cogs"></i> Settings</a></li>
    -</ul>
    -
    -
    -
    -
    -
    -

    Prepended form inputs

    -
    -
    -

    -

    -
    - - -
    -
    - - -
    -
    -

    -
    -
    -
    -<form>
    -  <div class="input-prepend">
    -    <span class="add-on"><i class="icon-envelope"></i></span>
    -    <input class="span2" type="text" placeholder="Email address">
    -  </div>
    -  <div class="input-prepend">
    -    <span class="add-on"><i class="icon-key"></i></span>
    -    <input class="span2" type="password" placeholder="Password">
    -  </div>
    -</form>
    -
    -
    -
    -
    -
    -

    Custom CSS

    -
    -
    -

    Anything you can do with CSS font styles, you can do with Font Awesome.

    -
    -
    -

    Star Ratings (inspired by CSS Tricks)

    -
    - - - -
    -
    -
    -
    - -
    - -
    -
    - -
    -
    -

    - Want to help make Font Awesome even more awesome? Contribute back to the Font Awesome community by designing - new pictograms for the set. -

    -

    - If selected, you'll retain the CC-BY license to your pictogram and get attribution - right here on the Font Awesome site. -

    -

    How to Submit New Icons

    -
      -
    1. Download the icon-flag.pdf template.
    2. -
    3. - Open the PDF in Adobe Illustrator. You'll notice the file has dimensions of 60x56. This is exactly 4x the - max icon size of 15 wide by 14 tall. The template is an example of the flag icon to use as a guide. -
    4. -
    5. - Design your icon. In order to make it into the set, your icon must look pixel perfect. The easiest way to do - this is to make sure your line widths in the template are some multiple of 4px. Diagonals are rough, too. - Don't split pixels right down the middle, as they blur more when rendering. Zoom out to 25% to get a good idea - of how it will render in the font. -
    6. -
    7. - Submit your icon. Drop me an email at dave@davegandy.com. Make sure to - use the subject [Font Awesome] [Icon Contribution] icon-name and attach your PDF file. If your - icon makes it into Font Awesome (I'm keeping a very tight reign on quality), I'll ask what contact info you'd - like to use for attribution. -
    8. -
    -
    -
    - -
    - -
    - -

    Here's the plan for future updates.

    -
      -
    • Easier sub-setting with icon packs.
    • -
    • More icons. Have any requests? Open an issue in the Font Awesome GitHub project.
    • -
    • Tricks and tips for super-awesome creative CSS methods, like the star example above.
    • -
    -
    - -
    - - -

    -

    -
    - -
    - -
    -
    -

    - I'm the lead product designer at Kyruus. I wake up every single day excited about my job. - Why? Kyruus is going to change healthcare. No exaggeration. -

    - -

    - Kyruus is a well-funded, big data healthcare startup in Boston. We believe that the right data at the right time - can help doctors make better decisions. We believe data can save lives. -

    - - What I love about Kyruus: -
      -
    • Product design. From the top of the organization, Kyruus is committed to product design done right. It's awesome.
    • -
    • Purpose. Every day, I get to help make the world a better place – a little at a time.
    • -
    • People. I work with some of the best people I've ever met. More than just smart people. Good people.
    • -
    - -

    - Kyruus needs good people. Designers, app developers, big data masters, & interns that get real responsibility. Come work with me. -

    - - Interested? Email me. -
    - -
    -
    - -
    - -
    -
    -

    - - Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the - open source community. If you'd like, here are some ways you can tell me thanks for all my hard work. -

    -
    -
    -
    -
    -

    Contribute Icons

    -

    - Contribute icons to make Font Awesome even awesome-er. -

    -
    -
    -

    Help me buy an iMac

    -

    - Contribute to a shiny - new iMac for me to keep making great icons. -

    -
    -
    -

    My Amazon Wish List

    -

    - Or pick something straight - from my wish list. Gift cards are great. -

    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - diff --git a/public/vendor/fontawesome/docs/test.html b/public/vendor/fontawesome/docs/test.html deleted file mode 100644 index f4acdb82e7..0000000000 --- a/public/vendor/fontawesome/docs/test.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - Font Awesome Tests - - - - - - - - - - - - - - - - - - - -
    -

    Visual tests

    - -

    Icons Icons should have proper alignment and not be clipped

    -
    -
    -
    - Building -
    -
    -
    -
    - Building Large -
    -
    -
    - Building -
    -
    - Building Large -
    -
    -
    -
    -
    - Building -
    -
    -
    -
    - Building Large -
    -
    -
    - Building Large -
    -
    -
    -
    -
    - Circle -
    -
    -
    -
    - Circle Large -
    -
    -
    - Circle -
    -
    - Circle Large -
    -
    -
    -
    -
    - Circle -
    -
    -
    -
    - Circle Large -
    -
    -
    - Circle Large -
    -
    - - -

    Links with Icons icon should activate link & underline

    - - - - -

    Navbar should stay same height

    - - - -

    Plain buttons next to buttons w/icons should be same height, icons not clipped

    -

    Buttons

    -
    -
    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -
    -
    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -
    -
    -
    -
    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -
    -
    -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    - - - -
    -
    -
    -
    - - -

    Anchors

    -
    -
    -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    -
    -
    -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    -
    -
    -
    -
    -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    -
    -
    -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    - Button - Button - -
    -
    -
    -
    - - -

    Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

    - - - -

    Nav pills & nav tabs should be same height

    - - - - -

    2x, 3x, 4x icons in text should have margins next to and below text

    -
    -
    -

    - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. -

    -
    -
    -

    - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. -

    -
    -
    -
    -
    - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. -
    -
    - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. -
    -
    - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. -
    -
    - - -

    Bullets should wrap appropriately, have proper spacing

    -
    -
    -
      -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • -
    -
    -
    -
      -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • -
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • -
    -
    -
    - - -

    Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

    -
    - Loading... - - - Loading... - -
    -
    - Loading... - - - Loading... - -
    -
    - Loading... - - - Loading... - -
    -

    icon-large

    -
    - Loading... - - - Loading... - -
    -
    - Loading... - - - Loading... - -
    -
    - Loading... - - - Loading... - -
    - -
    - - - - - - \ No newline at end of file diff --git a/public/vendor/fontawesome/font/FontAwesome.otf b/public/vendor/fontawesome/font/FontAwesome.otf index 32dd8b1cd5..70125459f7 100644 Binary files a/public/vendor/fontawesome/font/FontAwesome.otf and b/public/vendor/fontawesome/font/FontAwesome.otf differ diff --git a/public/vendor/fontawesome/font/fontawesome-webfont.eot b/public/vendor/fontawesome/font/fontawesome-webfont.eot index c080283bdd..0662cb96bf 100644 Binary files a/public/vendor/fontawesome/font/fontawesome-webfont.eot and b/public/vendor/fontawesome/font/fontawesome-webfont.eot differ diff --git a/public/vendor/fontawesome/font/fontawesome-webfont.svg b/public/vendor/fontawesome/font/fontawesome-webfont.svg index 10a1e1bbf7..2edb4ec34c 100644 --- a/public/vendor/fontawesome/font/fontawesome-webfont.svg +++ b/public/vendor/fontawesome/font/fontawesome-webfont.svg @@ -52,8 +52,8 @@ - - + + @@ -63,7 +63,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -178,7 +178,7 @@ - + @@ -193,7 +193,7 @@ - + @@ -250,7 +250,7 @@ - + @@ -277,7 +277,7 @@ - + @@ -317,8 +317,8 @@ - - + + @@ -333,7 +333,67 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/vendor/fontawesome/font/fontawesome-webfont.ttf b/public/vendor/fontawesome/font/fontawesome-webfont.ttf index 908f69ec9a..d365924691 100644 Binary files a/public/vendor/fontawesome/font/fontawesome-webfont.ttf and b/public/vendor/fontawesome/font/fontawesome-webfont.ttf differ diff --git a/public/vendor/fontawesome/font/fontawesome-webfont.woff b/public/vendor/fontawesome/font/fontawesome-webfont.woff index a33af950ae..b9bd17e158 100644 Binary files a/public/vendor/fontawesome/font/fontawesome-webfont.woff and b/public/vendor/fontawesome/font/fontawesome-webfont.woff differ diff --git a/public/vendor/fontawesome/less/bootstrap.less b/public/vendor/fontawesome/less/bootstrap.less deleted file mode 100644 index 444e298041..0000000000 --- a/public/vendor/fontawesome/less/bootstrap.less +++ /dev/null @@ -1,78 +0,0 @@ -/* BOOTSTRAP SPECIFIC CLASSES - * -------------------------- */ - -/* Bootstrap 2.0 sprites.less reset */ -[class^="icon-"], -[class*=" icon-"] { - display: inline; - width: auto; - height: auto; - line-height: normal; - vertical-align: baseline; - background-image: none; - background-position: 0% 0%; - background-repeat: repeat; - margin-top: 0; -} - -/* more sprites.less reset */ -.icon-white, -.nav-pills > .active > a > [class^="icon-"], -.nav-pills > .active > a > [class*=" icon-"], -.nav-list > .active > a > [class^="icon-"], -.nav-list > .active > a > [class*=" icon-"], -.navbar-inverse .nav > .active > a > [class^="icon-"], -.navbar-inverse .nav > .active > a > [class*=" icon-"], -.dropdown-menu > li > a:hover > [class^="icon-"], -.dropdown-menu > li > a:hover > [class*=" icon-"], -.dropdown-menu > .active > a > [class^="icon-"], -.dropdown-menu > .active > a > [class*=" icon-"], -.dropdown-submenu:hover > a > [class^="icon-"], -.dropdown-submenu:hover > a > [class*=" icon-"] { - background-image: none; -} - - -/* keeps Bootstrap styles with and without icons the same */ -.btn, .nav { - [class^="icon-"], - [class*=" icon-"] { -// display: inline; - &.icon-large { line-height: .9em; } - &.icon-spin { display: inline-block; } - } -} -.nav-tabs, .nav-pills { - [class^="icon-"], - [class*=" icon-"] { - &, &.icon-large { line-height: .9em; } - } -} -.btn { - [class^="icon-"], - [class*=" icon-"] { - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .18em; } - } - &.icon-spin.icon-large { line-height: .8em; } - } -} -.btn.btn-small { - [class^="icon-"], - [class*=" icon-"] { - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .25em; } - } - } -} -.btn.btn-large { - [class^="icon-"], - [class*=" icon-"] { - margin-top: 0; // overrides bootstrap default - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .05em; } - } - &.pull-left.icon-2x { margin-right: .2em; } - &.pull-right.icon-2x { margin-left: .2em; } - } -} diff --git a/public/vendor/fontawesome/less/core.less b/public/vendor/fontawesome/less/core.less deleted file mode 100644 index 815d329e6f..0000000000 --- a/public/vendor/fontawesome/less/core.less +++ /dev/null @@ -1,132 +0,0 @@ -/* FONT AWESOME CORE - * -------------------------- */ - -[class^="icon-"], -[class*=" icon-"] { - font-family: FontAwesome; - font-weight: normal; - font-style: normal; - text-decoration: inherit; - -webkit-font-smoothing: antialiased; - *margin-right: .3em; // fixes ie7 issues -} - -[class^="icon-"]:before, -[class*=" icon-"]:before { - text-decoration: inherit; - display: inline-block; - speak: none; -} - -/* makes the font 33% larger relative to the icon container */ -.icon-large:before { - vertical-align: -10%; - font-size: 4/3em; -} - -/* makes sure icons active on rollover in links */ -a { - [class^="icon-"], - [class*=" icon-"] { - &, &:before { display: inline; } - } -} - -/* increased font size for icon-large */ -[class^="icon-"], -[class*=" icon-"] { - &.icon-fixed-width { - display: inline-block; - width: 18/14em; - text-align: center; - &.icon-large { - width: 22/14em; - } - } -} - -ul.icons-ul { - list-style-type: none; - text-indent: -10/14em; - margin-left: 30/14em; - - > li { - .icon-li { - width: 10/14em; - display: inline-block; - text-align: center; - } - } -} - -// allows usage of the hide class directly on font awesome icons -[class^="icon-"], -[class*=" icon-"] { - &.hide { - display: none; - } -} - -.icon-muted { color: @iconMuted; } -.icon-light { color: @iconLight; } -.icon-dark { color: @iconDark; } - -// Icon Borders -// ------------------------- - -.icon-border { - border: solid 1px @borderColor; - padding: .2em .25em .15em; - .border-radius(3px); -} - -// Icon Sizes -// ------------------------- - -.icon-2x { - font-size: 2em; - &.icon-border { - border-width: 2px; - .border-radius(4px); - } -} -.icon-3x { - font-size: 3em; - &.icon-border { - border-width: 3px; - .border-radius(5px); - } -} -.icon-4x { - font-size: 4em; - &.icon-border { - border-width: 4px; - .border-radius(6px); - } -} - -.icon-5x { - font-size: 5em; - &.icon-border { - border-width: 5px; - .border-radius(7px); - } -} - - -// Floats & Margins -// ------------------------- - -// Quick floats -.pull-right { float: right; } -.pull-left { float: left; } - -[class^="icon-"], -[class*=" icon-"] { - &.pull-left { - margin-right: .3em; - } - &.pull-right { - margin-left: .3em; - } -} diff --git a/public/vendor/fontawesome/less/extras.less b/public/vendor/fontawesome/less/extras.less deleted file mode 100644 index 3d16eb6f37..0000000000 --- a/public/vendor/fontawesome/less/extras.less +++ /dev/null @@ -1,79 +0,0 @@ -/* EXTRAS - * -------------------------- */ - -/* Stacked and layered icon */ -.icon-stack(); - -/* Animated rotating icon */ -.icon-spin { - display: inline-block; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - -webkit-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} - -/* Icon rotations and mirroring */ -.icon-rotate-90:before{ - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} - -.icon-rotate-180:before{ - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -} - -.icon-rotate-270:before{ - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} - -.icon-flip-horizontal:before { - -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); -} - -.icon-flip-vertical:before { - -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); - -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); - transform: scale(1, -1); -} \ No newline at end of file diff --git a/public/vendor/fontawesome/less/font-awesome-ie7.less b/public/vendor/fontawesome/less/font-awesome-ie7.less deleted file mode 100644 index 9e5ac0ee8d..0000000000 --- a/public/vendor/fontawesome/less/font-awesome-ie7.less +++ /dev/null @@ -1,413 +0,0 @@ -/*! - * Font Awesome 3.1.0 - * the iconic font designed for Bootstrap - * ------------------------------------------------------- - * The full suite of pictographic icons, examples, and documentation - * can be found at: http://fontawesome.io - * - * License - * ------------------------------------------------------- - * - The Font Awesome font is licensed under the SIL Open Font License v1.1 - - * http://scripts.sil.org/OFL - * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - - * http://opensource.org/licenses/mit-license.html - * - Font Awesome documentation licensed under CC BY 3.0 License - - * http://creativecommons.org/licenses/by/3.0/ - * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * "Font Awesome by Dave Gandy - http://fontawesome.io" - - * Contact - * ------------------------------------------------------- - * Email: dave@fontawesome.io - * Twitter: http://twitter.com/fortaweso_me - * Work: Lead Product Designer @ http://kyruus.com - */ - -.icon-large { - font-size: 4/3em; - margin-top: -4px; - padding-top: 3px; - margin-bottom: -4px; - padding-bottom: 3px; - vertical-align: middle; -} - -.nav { - [class^="icon-"], - [class*=" icon-"] { - vertical-align: inherit; - margin-top: -4px; - padding-top: 3px; - margin-bottom: -4px; - padding-bottom: 3px; - &.icon-large { - vertical-align: -25%; - } - } -} - -.nav-pills, .nav-tabs { - [class^="icon-"], - [class*=" icon-"] { - &.icon-large { - line-height: .75em; - margin-top: -7px; - padding-top: 5px; - margin-bottom: -5px; - padding-bottom: 4px; - } - } -} - -ul.icons-ul { - text-indent: -1em; - margin-left: 30/14em; - - > li { - .icon-li { - width: 1em; - margin-right: 0; - } - } -} - -.btn { - [class^="icon-"], - [class*=" icon-"] { - &.pull-left, &.pull-right { vertical-align: inherit; } - &.icon-large { - margin-top: -.5em; - } - } -} - -a [class^="icon-"], -a [class*=" icon-"] { - cursor: pointer; -} - -.ie7icon(@inner) { *zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner}')"; } - -.icon-glass { .ie7icon(''); } -.icon-music { .ie7icon(''); } -.icon-search { .ie7icon(''); } -.icon-envelope { .ie7icon(''); } -.icon-heart { .ie7icon(''); } -.icon-star { .ie7icon(''); } -.icon-star-empty { .ie7icon(''); } -.icon-user { .ie7icon(''); } -.icon-film { .ie7icon(''); } -.icon-th-large { .ie7icon(''); } -.icon-th { .ie7icon(''); } -.icon-th-list { .ie7icon(''); } -.icon-ok { .ie7icon(''); } -.icon-remove { .ie7icon(''); } -.icon-zoom-in { .ie7icon(''); } - -.icon-zoom-out { .ie7icon(''); } -.icon-off { .ie7icon(''); } -.icon-signal { .ie7icon(''); } -.icon-cog { .ie7icon(''); } -.icon-trash { .ie7icon(''); } -.icon-home { .ie7icon(''); } -.icon-file { .ie7icon(''); } -.icon-time { .ie7icon(''); } -.icon-road { .ie7icon(''); } -.icon-download-alt { .ie7icon(''); } -.icon-download { .ie7icon(''); } -.icon-upload { .ie7icon(''); } -.icon-inbox { .ie7icon(''); } -.icon-play-circle { .ie7icon(''); } -.icon-repeat { .ie7icon(''); } - -.icon-refresh { .ie7icon(''); } -.icon-list-alt { .ie7icon(''); } -.icon-lock { .ie7icon(''); } -.icon-flag { .ie7icon(''); } -.icon-headphones { .ie7icon(''); } -.icon-volume-off { .ie7icon(''); } -.icon-volume-down { .ie7icon(''); } -.icon-volume-up { .ie7icon(''); } -.icon-qrcode { .ie7icon(''); } -.icon-barcode { .ie7icon(''); } -.icon-tag { .ie7icon(''); } -.icon-tags { .ie7icon(''); } -.icon-book { .ie7icon(''); } -.icon-bookmark { .ie7icon(''); } -.icon-print { .ie7icon(''); } - -.icon-camera { .ie7icon(''); } -.icon-font { .ie7icon(''); } -.icon-bold { .ie7icon(''); } -.icon-italic { .ie7icon(''); } -.icon-text-height { .ie7icon(''); } -.icon-text-width { .ie7icon(''); } -.icon-align-left { .ie7icon(''); } -.icon-align-center { .ie7icon(''); } -.icon-align-right { .ie7icon(''); } -.icon-align-justify { .ie7icon(''); } -.icon-list { .ie7icon(''); } -.icon-indent-left { .ie7icon(''); } -.icon-indent-right { .ie7icon(''); } -.icon-facetime-video { .ie7icon(''); } -.icon-picture { .ie7icon(''); } - -.icon-pencil { .ie7icon(''); } -.icon-map-marker { .ie7icon(''); } -.icon-adjust { .ie7icon(''); } -.icon-tint { .ie7icon(''); } -.icon-edit { .ie7icon(''); } -.icon-share { .ie7icon(''); } -.icon-check { .ie7icon(''); } -.icon-move { .ie7icon(''); } -.icon-step-backward { .ie7icon(''); } -.icon-fast-backward { .ie7icon(''); } -.icon-backward { .ie7icon(''); } -.icon-play { .ie7icon(''); } -.icon-pause { .ie7icon(''); } -.icon-stop { .ie7icon(''); } -.icon-forward { .ie7icon(''); } - -.icon-fast-forward { .ie7icon(''); } -.icon-step-forward { .ie7icon(''); } -.icon-eject { .ie7icon(''); } -.icon-chevron-left { .ie7icon(''); } -.icon-chevron-right { .ie7icon(''); } -.icon-plus-sign { .ie7icon(''); } -.icon-minus-sign { .ie7icon(''); } -.icon-remove-sign { .ie7icon(''); } -.icon-ok-sign { .ie7icon(''); } -.icon-question-sign { .ie7icon(''); } -.icon-info-sign { .ie7icon(''); } -.icon-screenshot { .ie7icon(''); } -.icon-remove-circle { .ie7icon(''); } -.icon-ok-circle { .ie7icon(''); } -.icon-ban-circle { .ie7icon(''); } - -.icon-arrow-left { .ie7icon(''); } -.icon-arrow-right { .ie7icon(''); } -.icon-arrow-up { .ie7icon(''); } -.icon-arrow-down { .ie7icon(''); } -.icon-share-alt { .ie7icon(''); } -.icon-resize-full { .ie7icon(''); } -.icon-resize-small { .ie7icon(''); } -.icon-plus { .ie7icon(''); } -.icon-minus { .ie7icon(''); } -.icon-asterisk { .ie7icon(''); } -.icon-exclamation-sign { .ie7icon(''); } -.icon-gift { .ie7icon(''); } -.icon-leaf { .ie7icon(''); } -.icon-fire { .ie7icon(''); } -.icon-eye-open { .ie7icon(''); } - -.icon-eye-close { .ie7icon(''); } -.icon-warning-sign { .ie7icon(''); } -.icon-plane { .ie7icon(''); } -.icon-calendar { .ie7icon(''); } -.icon-random { .ie7icon(''); } -.icon-comment { .ie7icon(''); } -.icon-magnet { .ie7icon(''); } -.icon-chevron-up { .ie7icon(''); } -.icon-chevron-down { .ie7icon(''); } -.icon-retweet { .ie7icon(''); } -.icon-shopping-cart { .ie7icon(''); } -.icon-folder-close { .ie7icon(''); } -.icon-folder-open { .ie7icon(''); } -.icon-resize-vertical { .ie7icon(''); } -.icon-resize-horizontal { .ie7icon(''); } - -.icon-bar-chart { .ie7icon(''); } -.icon-twitter-sign { .ie7icon(''); } -.icon-facebook-sign { .ie7icon(''); } -.icon-camera-retro { .ie7icon(''); } -.icon-key { .ie7icon(''); } -.icon-cogs { .ie7icon(''); } -.icon-comments { .ie7icon(''); } -.icon-thumbs-up { .ie7icon(''); } -.icon-thumbs-down { .ie7icon(''); } -.icon-star-half { .ie7icon(''); } -.icon-heart-empty { .ie7icon(''); } -.icon-signout { .ie7icon(''); } -.icon-linkedin-sign { .ie7icon(''); } -.icon-pushpin { .ie7icon(''); } -.icon-external-link { .ie7icon(''); } - -.icon-signin { .ie7icon(''); } -.icon-trophy { .ie7icon(''); } -.icon-github-sign { .ie7icon(''); } -.icon-upload-alt { .ie7icon(''); } -.icon-lemon { .ie7icon(''); } -.icon-phone { .ie7icon(''); } -.icon-check-empty { .ie7icon(''); } -.icon-bookmark-empty { .ie7icon(''); } -.icon-phone-sign { .ie7icon(''); } -.icon-twitter { .ie7icon(''); } -.icon-facebook { .ie7icon(''); } -.icon-github { .ie7icon(''); } -.icon-unlock { .ie7icon(''); } -.icon-credit-card { .ie7icon(''); } -.icon-rss { .ie7icon(''); } - -.icon-hdd { .ie7icon(''); } -.icon-bullhorn { .ie7icon(''); } -.icon-bell { .ie7icon(''); } -.icon-certificate { .ie7icon(''); } -.icon-hand-right { .ie7icon(''); } -.icon-hand-left { .ie7icon(''); } -.icon-hand-up { .ie7icon(''); } -.icon-hand-down { .ie7icon(''); } -.icon-circle-arrow-left { .ie7icon(''); } -.icon-circle-arrow-right { .ie7icon(''); } -.icon-circle-arrow-up { .ie7icon(''); } -.icon-circle-arrow-down { .ie7icon(''); } -.icon-globe { .ie7icon(''); } -.icon-wrench { .ie7icon(''); } -.icon-tasks { .ie7icon(''); } - -.icon-filter { .ie7icon(''); } -.icon-briefcase { .ie7icon(''); } -.icon-fullscreen { .ie7icon(''); } - -.icon-group { .ie7icon(''); } -.icon-link { .ie7icon(''); } -.icon-cloud { .ie7icon(''); } -.icon-beaker { .ie7icon(''); } -.icon-cut { .ie7icon(''); } -.icon-copy { .ie7icon(''); } -.icon-paper-clip { .ie7icon(''); } -.icon-save { .ie7icon(''); } -.icon-sign-blank { .ie7icon(''); } -.icon-reorder { .ie7icon(''); } -.icon-list-ul { .ie7icon(''); } -.icon-list-ol { .ie7icon(''); } -.icon-strikethrough { .ie7icon(''); } -.icon-underline { .ie7icon(''); } -.icon-table { .ie7icon(''); } - -.icon-magic { .ie7icon(''); } -.icon-truck { .ie7icon(''); } -.icon-pinterest { .ie7icon(''); } -.icon-pinterest-sign { .ie7icon(''); } -.icon-google-plus-sign { .ie7icon(''); } -.icon-google-plus { .ie7icon(''); } -.icon-money { .ie7icon(''); } -.icon-caret-down { .ie7icon(''); } -.icon-caret-up { .ie7icon(''); } -.icon-caret-left { .ie7icon(''); } -.icon-caret-right { .ie7icon(''); } -.icon-columns { .ie7icon(''); } -.icon-sort { .ie7icon(''); } -.icon-sort-down { .ie7icon(''); } -.icon-sort-up { .ie7icon(''); } - -.icon-envelope-alt { .ie7icon(''); } -.icon-linkedin { .ie7icon(''); } -.icon-undo { .ie7icon(''); } -.icon-legal { .ie7icon(''); } -.icon-dashboard { .ie7icon(''); } -.icon-comment-alt { .ie7icon(''); } -.icon-comments-alt { .ie7icon(''); } -.icon-bolt { .ie7icon(''); } -.icon-sitemap { .ie7icon(''); } -.icon-umbrella { .ie7icon(''); } -.icon-paste { .ie7icon(''); } -.icon-lightbulb { .ie7icon(''); } -.icon-exchange { .ie7icon(''); } -.icon-cloud-download { .ie7icon(''); } -.icon-cloud-upload { .ie7icon(''); } - -.icon-user-md { .ie7icon(''); } -.icon-stethoscope { .ie7icon(''); } -.icon-suitcase { .ie7icon(''); } -.icon-bell-alt { .ie7icon(''); } -.icon-coffee { .ie7icon(''); } -.icon-food { .ie7icon(''); } -.icon-file-alt { .ie7icon(''); } -.icon-building { .ie7icon(''); } -.icon-hospital { .ie7icon(''); } -.icon-ambulance { .ie7icon(''); } -.icon-medkit { .ie7icon(''); } -.icon-fighter-jet { .ie7icon(''); } -.icon-beer { .ie7icon(''); } -.icon-h-sign { .ie7icon(''); } -.icon-plus-sign-alt { .ie7icon(''); } - -.icon-double-angle-left { .ie7icon(''); } -.icon-double-angle-right { .ie7icon(''); } -.icon-double-angle-up { .ie7icon(''); } -.icon-double-angle-down { .ie7icon(''); } -.icon-angle-left { .ie7icon(''); } -.icon-angle-right { .ie7icon(''); } -.icon-angle-up { .ie7icon(''); } -.icon-angle-down { .ie7icon(''); } -.icon-desktop { .ie7icon(''); } -.icon-laptop { .ie7icon(''); } -.icon-tablet { .ie7icon(''); } -.icon-mobile-phone { .ie7icon(''); } -.icon-circle-blank { .ie7icon(''); } -.icon-quote-left { .ie7icon(''); } -.icon-quote-right { .ie7icon(''); } - -.icon-spinner { .ie7icon(''); } -.icon-circle { .ie7icon(''); } -.icon-reply { .ie7icon(''); } -.icon-folder-close-alt { .ie7icon(''); } -.icon-folder-open-alt { .ie7icon(''); } -.icon-expand-alt { .ie7icon(''); } -.icon-collapse-alt { .ie7icon(''); } -.icon-smile { .ie7icon(''); } -.icon-frown { .ie7icon(''); } -.icon-meh { .ie7icon(''); } -.icon-gamepad { .ie7icon(''); } -.icon-keyboard { .ie7icon(''); } -.icon-flag-alt { .ie7icon(''); } -.icon-flag-checkered { .ie7icon(''); } - -.icon-terminal { .ie7icon(''); } -.icon-code { .ie7icon(''); } -.icon-reply-all { .ie7icon(''); } -.icon-mail-reply-all { .ie7icon(''); } -.icon-star-half-full, -.icon-star-half-empty { .ie7icon(''); } -.icon-location-arrow { .ie7icon(''); } -.icon-crop { .ie7icon(''); } -.icon-code-fork { .ie7icon(''); } -.icon-unlink { .ie7icon(''); } -.icon-question { .ie7icon(''); } -.icon-info { .ie7icon(''); } -.icon-exclamation { .ie7icon(''); } -.icon-superscript { .ie7icon(''); } -.icon-subscript { .ie7icon(''); } -.icon-eraser { .ie7icon(''); } -.icon-puzzle-piece { .ie7icon(''); } - -.icon-microphone { .ie7icon(''); } -.icon-microphone-off { .ie7icon(''); } -.icon-shield { .ie7icon(''); } -.icon-calendar-empty { .ie7icon(''); } -.icon-fire-extinguisher { .ie7icon(''); } -.icon-rocket { .ie7icon(''); } -.icon-maxcdn { .ie7icon(''); } -.icon-chevron-sign-left { .ie7icon(''); } -.icon-chevron-sign-right { .ie7icon(''); } -.icon-chevron-sign-up { .ie7icon(''); } -.icon-chevron-sign-down { .ie7icon(''); } -.icon-html5 { .ie7icon(''); } -.icon-css3 { .ie7icon(''); } -.icon-anchor { .ie7icon(''); } -.icon-unlock-alt { .ie7icon(''); } - -.icon-bullseye { .ie7icon(''); } -.icon-ellipsis-horizontal { .ie7icon(''); } -.icon-ellipsis-vertical { .ie7icon(''); } -.icon-rss-sign { .ie7icon(''); } -.icon-play-sign { .ie7icon(''); } -.icon-ticket { .ie7icon(''); } -.icon-minus-sign-alt { .ie7icon(''); } -.icon-check-minus { .ie7icon(''); } -.icon-level-up { .ie7icon(''); } -.icon-level-down { .ie7icon(''); } -.icon-check-sign { .ie7icon(''); } -.icon-edit-sign { .ie7icon(''); } -.icon-external-link-sign { .ie7icon(''); } -.icon-share-sign { .ie7icon(''); } diff --git a/public/vendor/fontawesome/less/font-awesome.less b/public/vendor/fontawesome/less/font-awesome.less deleted file mode 100644 index 0a9518e51b..0000000000 --- a/public/vendor/fontawesome/less/font-awesome.less +++ /dev/null @@ -1,32 +0,0 @@ -/*! - * Font Awesome 3.1.0 - * the iconic font designed for Bootstrap - * ------------------------------------------------------- - * The full suite of pictographic icons, examples, and documentation - * can be found at: http://fontawesome.io - * - * License - * ------------------------------------------------------- - * - The Font Awesome font is licensed under the SIL Open Font License v1.1 - - * http://scripts.sil.org/OFL - * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - - * http://opensource.org/licenses/mit-license.html - * - Font Awesome documentation licensed under CC BY 3.0 License - - * http://creativecommons.org/licenses/by/3.0/ - * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * "Font Awesome by Dave Gandy - http://fontawesome.io" - - * Contact - * ------------------------------------------------------- - * Email: dave@fontawesome.io - * Twitter: http://twitter.com/fortaweso_me - * Work: Lead Product Designer @ http://kyruus.com - */ - -@import "variables.less"; -@import "mixins.less"; -@import "path.less"; -@import "core.less"; -@import "bootstrap.less"; -@import "extras.less"; -@import "icons.less"; diff --git a/public/vendor/fontawesome/less/icons.less b/public/vendor/fontawesome/less/icons.less deleted file mode 100644 index 027933ad28..0000000000 --- a/public/vendor/fontawesome/less/icons.less +++ /dev/null @@ -1,330 +0,0 @@ -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.icon-glass:before { content: "\f000"; } -.icon-music:before { content: "\f001"; } -.icon-search:before { content: "\f002"; } -.icon-envelope:before { content: "\f003"; } -.icon-heart:before { content: "\f004"; } -.icon-star:before { content: "\f005"; } -.icon-star-empty:before { content: "\f006"; } -.icon-user:before { content: "\f007"; } -.icon-film:before { content: "\f008"; } -.icon-th-large:before { content: "\f009"; } -.icon-th:before { content: "\f00a"; } -.icon-th-list:before { content: "\f00b"; } -.icon-ok:before { content: "\f00c"; } -.icon-remove:before { content: "\f00d"; } -.icon-zoom-in:before { content: "\f00e"; } - -.icon-zoom-out:before { content: "\f010"; } -.icon-off:before { content: "\f011"; } -.icon-signal:before { content: "\f012"; } -.icon-cog:before { content: "\f013"; } -.icon-trash:before { content: "\f014"; } -.icon-home:before { content: "\f015"; } -.icon-file:before { content: "\f016"; } -.icon-time:before { content: "\f017"; } -.icon-road:before { content: "\f018"; } -.icon-download-alt:before { content: "\f019"; } -.icon-download:before { content: "\f01a"; } -.icon-upload:before { content: "\f01b"; } -.icon-inbox:before { content: "\f01c"; } -.icon-play-circle:before { content: "\f01d"; } -.icon-repeat:before, -.icon-rotate-right:before { content: "\f01e"; } - -/* F020 doesn't work in Safari. all shifted one down */ -.icon-refresh:before { content: "\f021"; } -.icon-list-alt:before { content: "\f022"; } -.icon-lock:before { content: "\f023"; } -.icon-flag:before { content: "\f024"; } -.icon-headphones:before { content: "\f025"; } -.icon-volume-off:before { content: "\f026"; } -.icon-volume-down:before { content: "\f027"; } -.icon-volume-up:before { content: "\f028"; } -.icon-qrcode:before { content: "\f029"; } -.icon-barcode:before { content: "\f02a"; } -.icon-tag:before { content: "\f02b"; } -.icon-tags:before { content: "\f02c"; } -.icon-book:before { content: "\f02d"; } -.icon-bookmark:before { content: "\f02e"; } -.icon-print:before { content: "\f02f"; } - -.icon-camera:before { content: "\f030"; } -.icon-font:before { content: "\f031"; } -.icon-bold:before { content: "\f032"; } -.icon-italic:before { content: "\f033"; } -.icon-text-height:before { content: "\f034"; } -.icon-text-width:before { content: "\f035"; } -.icon-align-left:before { content: "\f036"; } -.icon-align-center:before { content: "\f037"; } -.icon-align-right:before { content: "\f038"; } -.icon-align-justify:before { content: "\f039"; } -.icon-list:before { content: "\f03a"; } -.icon-indent-left:before { content: "\f03b"; } -.icon-indent-right:before { content: "\f03c"; } -.icon-facetime-video:before { content: "\f03d"; } -.icon-picture:before { content: "\f03e"; } - -.icon-pencil:before { content: "\f040"; } -.icon-map-marker:before { content: "\f041"; } -.icon-adjust:before { content: "\f042"; } -.icon-tint:before { content: "\f043"; } -.icon-edit:before { content: "\f044"; } -.icon-share:before { content: "\f045"; } -.icon-check:before { content: "\f046"; } -.icon-move:before { content: "\f047"; } -.icon-step-backward:before { content: "\f048"; } -.icon-fast-backward:before { content: "\f049"; } -.icon-backward:before { content: "\f04a"; } -.icon-play:before { content: "\f04b"; } -.icon-pause:before { content: "\f04c"; } -.icon-stop:before { content: "\f04d"; } -.icon-forward:before { content: "\f04e"; } - -.icon-fast-forward:before { content: "\f050"; } -.icon-step-forward:before { content: "\f051"; } -.icon-eject:before { content: "\f052"; } -.icon-chevron-left:before { content: "\f053"; } -.icon-chevron-right:before { content: "\f054"; } -.icon-plus-sign:before { content: "\f055"; } -.icon-minus-sign:before { content: "\f056"; } -.icon-remove-sign:before { content: "\f057"; } -.icon-ok-sign:before { content: "\f058"; } -.icon-question-sign:before { content: "\f059"; } -.icon-info-sign:before { content: "\f05a"; } -.icon-screenshot:before { content: "\f05b"; } -.icon-remove-circle:before { content: "\f05c"; } -.icon-ok-circle:before { content: "\f05d"; } -.icon-ban-circle:before { content: "\f05e"; } - -.icon-arrow-left:before { content: "\f060"; } -.icon-arrow-right:before { content: "\f061"; } -.icon-arrow-up:before { content: "\f062"; } -.icon-arrow-down:before { content: "\f063"; } -.icon-share-alt:before, -.icon-mail-forward:before { content: "\f064"; } -.icon-resize-full:before { content: "\f065"; } -.icon-resize-small:before { content: "\f066"; } -.icon-plus:before { content: "\f067"; } -.icon-minus:before { content: "\f068"; } -.icon-asterisk:before { content: "\f069"; } -.icon-exclamation-sign:before { content: "\f06a"; } -.icon-gift:before { content: "\f06b"; } -.icon-leaf:before { content: "\f06c"; } -.icon-fire:before { content: "\f06d"; } -.icon-eye-open:before { content: "\f06e"; } - -.icon-eye-close:before { content: "\f070"; } -.icon-warning-sign:before { content: "\f071"; } -.icon-plane:before { content: "\f072"; } -.icon-calendar:before { content: "\f073"; } -.icon-random:before { content: "\f074"; } -.icon-comment:before { content: "\f075"; } -.icon-magnet:before { content: "\f076"; } -.icon-chevron-up:before { content: "\f077"; } -.icon-chevron-down:before { content: "\f078"; } -.icon-retweet:before { content: "\f079"; } -.icon-shopping-cart:before { content: "\f07a"; } -.icon-folder-close:before { content: "\f07b"; } -.icon-folder-open:before { content: "\f07c"; } -.icon-resize-vertical:before { content: "\f07d"; } -.icon-resize-horizontal:before { content: "\f07e"; } - -.icon-bar-chart:before { content: "\f080"; } -.icon-twitter-sign:before { content: "\f081"; } -.icon-facebook-sign:before { content: "\f082"; } -.icon-camera-retro:before { content: "\f083"; } -.icon-key:before { content: "\f084"; } -.icon-cogs:before { content: "\f085"; } -.icon-comments:before { content: "\f086"; } -.icon-thumbs-up:before { content: "\f087"; } -.icon-thumbs-down:before { content: "\f088"; } -.icon-star-half:before { content: "\f089"; } -.icon-heart-empty:before { content: "\f08a"; } -.icon-signout:before { content: "\f08b"; } -.icon-linkedin-sign:before { content: "\f08c"; } -.icon-pushpin:before { content: "\f08d"; } -.icon-external-link:before { content: "\f08e"; } - -.icon-signin:before { content: "\f090"; } -.icon-trophy:before { content: "\f091"; } -.icon-github-sign:before { content: "\f092"; } -.icon-upload-alt:before { content: "\f093"; } -.icon-lemon:before { content: "\f094"; } -.icon-phone:before { content: "\f095"; } -.icon-check-empty:before { content: "\f096"; } -.icon-bookmark-empty:before { content: "\f097"; } -.icon-phone-sign:before { content: "\f098"; } -.icon-twitter:before { content: "\f099"; } -.icon-facebook:before { content: "\f09a"; } -.icon-github:before { content: "\f09b"; } -.icon-unlock:before { content: "\f09c"; } -.icon-credit-card:before { content: "\f09d"; } -.icon-rss:before { content: "\f09e"; } - -.icon-hdd:before { content: "\f0a0"; } -.icon-bullhorn:before { content: "\f0a1"; } -.icon-bell:before { content: "\f0a2"; } -.icon-certificate:before { content: "\f0a3"; } -.icon-hand-right:before { content: "\f0a4"; } -.icon-hand-left:before { content: "\f0a5"; } -.icon-hand-up:before { content: "\f0a6"; } -.icon-hand-down:before { content: "\f0a7"; } -.icon-circle-arrow-left:before { content: "\f0a8"; } -.icon-circle-arrow-right:before { content: "\f0a9"; } -.icon-circle-arrow-up:before { content: "\f0aa"; } -.icon-circle-arrow-down:before { content: "\f0ab"; } -.icon-globe:before { content: "\f0ac"; } -.icon-wrench:before { content: "\f0ad"; } -.icon-tasks:before { content: "\f0ae"; } - -.icon-filter:before { content: "\f0b0"; } -.icon-briefcase:before { content: "\f0b1"; } -.icon-fullscreen:before { content: "\f0b2"; } - -.icon-group:before { content: "\f0c0"; } -.icon-link:before { content: "\f0c1"; } -.icon-cloud:before { content: "\f0c2"; } -.icon-beaker:before { content: "\f0c3"; } -.icon-cut:before { content: "\f0c4"; } -.icon-copy:before { content: "\f0c5"; } -.icon-paper-clip:before { content: "\f0c6"; } -.icon-save:before { content: "\f0c7"; } -.icon-sign-blank:before { content: "\f0c8"; } -.icon-reorder:before { content: "\f0c9"; } -.icon-list-ul:before { content: "\f0ca"; } -.icon-list-ol:before { content: "\f0cb"; } -.icon-strikethrough:before { content: "\f0cc"; } -.icon-underline:before { content: "\f0cd"; } -.icon-table:before { content: "\f0ce"; } - -.icon-magic:before { content: "\f0d0"; } -.icon-truck:before { content: "\f0d1"; } -.icon-pinterest:before { content: "\f0d2"; } -.icon-pinterest-sign:before { content: "\f0d3"; } -.icon-google-plus-sign:before { content: "\f0d4"; } -.icon-google-plus:before { content: "\f0d5"; } -.icon-money:before { content: "\f0d6"; } -.icon-caret-down:before { content: "\f0d7"; } -.icon-caret-up:before { content: "\f0d8"; } -.icon-caret-left:before { content: "\f0d9"; } -.icon-caret-right:before { content: "\f0da"; } -.icon-columns:before { content: "\f0db"; } -.icon-sort:before { content: "\f0dc"; } -.icon-sort-down:before { content: "\f0dd"; } -.icon-sort-up:before { content: "\f0de"; } - -.icon-envelope-alt:before { content: "\f0e0"; } -.icon-linkedin:before { content: "\f0e1"; } -.icon-undo:before, -.icon-rotate-left:before { content: "\f0e2"; } -.icon-legal:before { content: "\f0e3"; } -.icon-dashboard:before { content: "\f0e4"; } -.icon-comment-alt:before { content: "\f0e5"; } -.icon-comments-alt:before { content: "\f0e6"; } -.icon-bolt:before { content: "\f0e7"; } -.icon-sitemap:before { content: "\f0e8"; } -.icon-umbrella:before { content: "\f0e9"; } -.icon-paste:before { content: "\f0ea"; } -.icon-lightbulb:before { content: "\f0eb"; } -.icon-exchange:before { content: "\f0ec"; } -.icon-cloud-download:before { content: "\f0ed"; } -.icon-cloud-upload:before { content: "\f0ee"; } - -.icon-user-md:before { content: "\f0f0"; } -.icon-stethoscope:before { content: "\f0f1"; } -.icon-suitcase:before { content: "\f0f2"; } -.icon-bell-alt:before { content: "\f0f3"; } -.icon-coffee:before { content: "\f0f4"; } -.icon-food:before { content: "\f0f5"; } -.icon-file-alt:before { content: "\f0f6"; } -.icon-building:before { content: "\f0f7"; } -.icon-hospital:before { content: "\f0f8"; } -.icon-ambulance:before { content: "\f0f9"; } -.icon-medkit:before { content: "\f0fa"; } -.icon-fighter-jet:before { content: "\f0fb"; } -.icon-beer:before { content: "\f0fc"; } -.icon-h-sign:before { content: "\f0fd"; } -.icon-plus-sign-alt:before { content: "\f0fe"; } - -.icon-double-angle-left:before { content: "\f100"; } -.icon-double-angle-right:before { content: "\f101"; } -.icon-double-angle-up:before { content: "\f102"; } -.icon-double-angle-down:before { content: "\f103"; } -.icon-angle-left:before { content: "\f104"; } -.icon-angle-right:before { content: "\f105"; } -.icon-angle-up:before { content: "\f106"; } -.icon-angle-down:before { content: "\f107"; } -.icon-desktop:before { content: "\f108"; } -.icon-laptop:before { content: "\f109"; } -.icon-tablet:before { content: "\f10a"; } -.icon-mobile-phone:before { content: "\f10b"; } -.icon-circle-blank:before { content: "\f10c"; } -.icon-quote-left:before { content: "\f10d"; } -.icon-quote-right:before { content: "\f10e"; } - -.icon-spinner:before { content: "\f110"; } -.icon-circle:before { content: "\f111"; } -.icon-reply:before, -.icon-mail-reply:before { content: "\f112"; } -.icon-folder-close-alt:before { content: "\f114"; } -.icon-folder-open-alt:before { content: "\f115"; } -.icon-expand-alt:before { content: "\f116"; } -.icon-collapse-alt:before { content: "\f117"; } -.icon-smile:before { content: "\f118"; } -.icon-frown:before { content: "\f119"; } -.icon-meh:before { content: "\f11a"; } -.icon-gamepad:before { content: "\f11b"; } -.icon-keyboard:before { content: "\f11c"; } -.icon-flag-alt:before { content: "\f11d"; } -.icon-flag-checkered:before { content: "\f11e"; } - -.icon-terminal:before { content: "\f120"; } -.icon-code:before { content: "\f121"; } -.icon-reply-all:before, { content: "\f122"; } -.icon-mail-reply-all:before { content: "\f122"; } -.icon-star-half-full:before, -.icon-star-half-empty:before { content: "\f123"; } -.icon-location-arrow:before { content: "\f124"; } -.icon-crop:before { content: "\f125"; } -.icon-code-fork:before { content: "\f126"; } -.icon-unlink:before { content: "\f127"; } -.icon-question:before { content: "\f128"; } -.icon-info:before { content: "\f129"; } -.icon-exclamation:before { content: "\f12a"; } -.icon-superscript:before { content: "\f12b"; } -.icon-subscript:before { content: "\f12c"; } -.icon-eraser:before { content: "\f12d"; } -.icon-puzzle-piece:before { content: "\f12e"; } - -.icon-microphone:before { content: "\f130"; } -.icon-microphone-off:before { content: "\f131"; } -.icon-shield:before { content: "\f132"; } -.icon-calendar-empty:before { content: "\f133"; } -.icon-fire-extinguisher:before { content: "\f134"; } -.icon-rocket:before { content: "\f135"; } -.icon-maxcdn:before { content: "\f136"; } -.icon-chevron-sign-left:before { content: "\f137"; } -.icon-chevron-sign-right:before { content: "\f138"; } -.icon-chevron-sign-up:before { content: "\f139"; } -.icon-chevron-sign-down:before { content: "\f13a"; } -.icon-html5:before { content: "\f13b"; } -.icon-css3:before { content: "\f13c"; } -.icon-anchor:before { content: "\f13d"; } -.icon-unlock-alt:before { content: "\f13e"; } - -.icon-bullseye:before { content: "\f140"; } -.icon-ellipsis-horizontal:before { content: "\f141"; } -.icon-ellipsis-vertical:before { content: "\f142"; } -.icon-rss-sign:before { content: "\f143"; } -.icon-play-sign:before { content: "\f144"; } -.icon-ticket:before { content: "\f145"; } -.icon-minus-sign-alt:before { content: "\f146"; } -.icon-check-minus:before { content: "\f147"; } -.icon-level-up:before { content: "\f148"; } -.icon-level-down:before { content: "\f149"; } -.icon-check-sign:before { content: "\f14a"; } -.icon-edit-sign:before { content: "\f14b"; } -.icon-external-link-sign:before { content: "\f14c"; } -.icon-share-sign:before { content: "\f14d"; } diff --git a/public/vendor/fontawesome/less/mixins.less b/public/vendor/fontawesome/less/mixins.less deleted file mode 100644 index 4f8858eda0..0000000000 --- a/public/vendor/fontawesome/less/mixins.less +++ /dev/null @@ -1,34 +0,0 @@ -// Mixins -// -------------------------- - -.border-radius(@radius) { - -webkit-border-radius: @radius; - -moz-border-radius: @radius; - border-radius: @radius; -} - -.icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) { - .icon-stack { - position: relative; - display: inline-block; - width: @width; - height: @height; - line-height: @width; - vertical-align: -35%; - [class^="icon-"], - [class*=" icon-"] { - display: block; - text-align: center; - position: absolute; - width: 100%; - height: 100%; - font-size: @top-font-size; - line-height: inherit; - *line-height: @height; - } - .icon-stack-base { - font-size: @base-font-size; - *line-height: @height / @base-font-size; - } - } -} diff --git a/public/vendor/fontawesome/less/path.less b/public/vendor/fontawesome/less/path.less deleted file mode 100644 index 8162d79009..0000000000 --- a/public/vendor/fontawesome/less/path.less +++ /dev/null @@ -1,15 +0,0 @@ -/* FONT PATH - * -------------------------- */ - -@font-face { - font-family: 'FontAwesome'; - src: url('@{FontAwesomePath}/fontawesome-webfont.eot?v=@{FontAwesomeVersion}'); - src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=@{FontAwesomeVersion}') format('embedded-opentype'), - url('@{FontAwesomePath}/fontawesome-webfont.woff?v=@{FontAwesomeVersion}') format('woff'), - url('@{FontAwesomePath}/fontawesome-webfont.ttf?v=@{FontAwesomeVersion}') format('truetype'), - url('@{FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=@{FontAwesomeVersion}') format('svg'); -// src: url('@{FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts - - font-weight: normal; - font-style: normal; -} diff --git a/public/vendor/fontawesome/less/variables.less b/public/vendor/fontawesome/less/variables.less deleted file mode 100644 index 0f42d6a370..0000000000 --- a/public/vendor/fontawesome/less/variables.less +++ /dev/null @@ -1,9 +0,0 @@ -// Variables -// -------------------------- - -@FontAwesomePath: "../font"; -@FontAwesomeVersion: "3.1.0"; -@borderColor: #eee; -@iconMuted: #eee; -@iconLight: #fff; -@iconDark: #333; \ No newline at end of file diff --git a/public/vendor/fontawesome/sass/font-awesome.sass b/public/vendor/fontawesome/sass/font-awesome.sass deleted file mode 100644 index 8425a429e7..0000000000 --- a/public/vendor/fontawesome/sass/font-awesome.sass +++ /dev/null @@ -1,758 +0,0 @@ -/*! - * Font Awesome 3.0.2 - * the iconic font designed for use with Twitter Bootstrap - * ------------------------------------------------------- - * The full suite of pictographic icons, examples, and documentation - * can be found at: http://fortawesome.github.com/Font-Awesome/ - * - * License - * ------------------------------------------------------- - * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL - * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - - * http://opensource.org/licenses/mit-license.html - * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ - * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" - * - * Contact - * ------------------------------------------------------- - * Email: dave@davegandy.com - * Twitter: http://twitter.com/fortaweso_me - * Work: Lead Product Designer @ http://kyruus.com - */ - -$fontAwesomePath: "../font" !default -$borderColor: #eee -$iconMuted: #eee -@mixin border-radius($radius) - -webkit-border-radius: $radius - -moz-border-radius: $radius - border-radius: $radius - - -@font-face - font-family: 'FontAwesome' - src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?v=3.0.1') - src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"), url('#{$fontAwesomePath}/fontawesome-webfont.woff?v=3.0.1') format("woff"), url('#{$fontAwesomePath}/fontawesome-webfont.ttf?v=3.0.1') format("truetype") - font-weight: normal - font-style: normal - - -/* Font Awesome styles - * ------------------------------------------------------- - -[class^="icon-"], -[class*=" icon-"] - font-family: FontAwesome - font-weight: normal - font-style: normal - text-decoration: inherit - -webkit-font-smoothing: antialiased - - /* sprites.less reset */ - display: inline - width: auto - height: auto - line-height: normal - vertical-align: baseline - background-image: none - background-position: 0% 0% - background-repeat: repeat - margin-top: 0 - -/* more sprites.less reset */ -.icon-white, -.nav-pills > .active > a > [class^="icon-"], -.nav-pills > .active > a > [class*=" icon-"], -.nav-list > .active > a > [class^="icon-"], -.nav-list > .active > a > [class*=" icon-"], -.navbar-inverse .nav > .active > a > [class^="icon-"], -.navbar-inverse .nav > .active > a > [class*=" icon-"], -.dropdown-menu > li > a:hover > [class^="icon-"], -.dropdown-menu > li > a:hover > [class*=" icon-"], -.dropdown-menu > .active > a > [class^="icon-"], -.dropdown-menu > .active > a > [class*=" icon-"], -.dropdown-submenu:hover > a > [class^="icon-"], -.dropdown-submenu:hover > a > [class*=" icon-"] - background-image: none - -[class^="icon-"]:before, -[class*=" icon-"]:before - text-decoration: inherit - display: inline-block - speak: none - -/* makes sure icons active on rollover in links */ -a - [class^="icon-"], - [class*=" icon-"] - display: inline-block - -/* makes the font 33% larger relative to the icon container */ -.icon-large:before - vertical-align: -10% - font-size: 1.3333333333333333em - -.btn, .nav - [class^="icon-"], - [class*=" icon-"] - display: inline - /* keeps button heights with and without icons the same */ - &.icon-large - line-height: .9em - &.icon-spin - display: inline-block - -.nav-tabs, .nav-pills - [class^="icon-"], - [class*=" icon-"] - /* keeps button heights with and without icons the same */ - line-height: .9em - &.icon-large - line-height: .9em - -li, .nav li - [class^="icon-"], - [class*=" icon-"] - display: inline-block - width: 1.25em - text-align: center - &.icon-large - /* increased font size for icon-large */ - width: 1.5625em - -ul.icons - list-style-type: none - text-indent: -.75em - li - [class^="icon-"], - [class*=" icon-"] - width: .75em - -.icon-muted - color: $iconMuted - -// Icon Borders -// ------------------------- - -.icon-border - border: solid 1px $borderColor - padding: .2em .25em .15em - @include border-radius(3px) - -// Icon Sizes -// ------------------------- - -.icon-2x - font-size: 2em - &.icon-border - border-width: 2px - @include border-radius(4px) - -.icon-3x - font-size: 3em - &.icon-border - border-width: 3px - @include border-radius(5px) - -.icon-4x - font-size: 4em - &.icon-border - border-width: 4px - @include border-radius(6px) - -// Floats -// ------------------------- - -// Quick floats -.pull-right - float: right -.pull-left - float: left - -[class^="icon-"], -[class*=" icon-"] - &.pull-left - margin-right: .3em - &.pull-right - margin-left: .3em - -.btn - [class^="icon-"], - [class*=" icon-"] - &.pull-left, &.pull-right - &.icon-2x - margin-top: .18em - &.icon-spin.icon-large - line-height: .8em - -.btn.btn-small - [class^="icon-"], - [class*=" icon-"] - &.pull-left, &.pull-right - &.icon-2x - margin-top: .25em - -.btn.btn-large - [class^="icon-"], - [class*=" icon-"] - margin-top: 0 // overrides bootstrap default - &.pull-left, &.pull-right - &.icon-2x - margin-top: .05em - &.pull-left.icon-2x - margin-right: .2em - &.pull-right.icon-2x - margin-left: .2em - - -.icon-spin - display: inline-block - -moz-animation: spin 2s infinite linear - -o-animation: spin 2s infinite linear - -webkit-animation: spin 2s infinite linear - animation: spin 2s infinite linear - -@-moz-keyframes spin - 0% - -moz-transform: rotate(0deg) - 100% - -moz-transform: rotate(359deg) - -@-webkit-keyframes spin - 0% - -webkit-transform: rotate(0deg) - 100% - -webkit-transform: rotate(359deg) - -@-o-keyframes spin - 0% - -o-transform: rotate(0deg) - 100% - -o-transform: rotate(359deg) - -@-ms-keyframes spin - 0% - -ms-transform: rotate(0deg) - 100% - -ms-transform: rotate(359deg) - -@keyframes spin - 0% - transform: rotate(0deg) - 100% - transform: rotate(359deg) - -@-moz-document url-prefix() - .icon-spin - height: .9em - .btn .icon-spin - height: auto - .icon-spin.icon-large - height: 1.25em - .btn .icon-spin.icon-large - height: .75em - - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - * readers do not read off random characters that represent icons - -.icon-glass:before - content: "\f000" -.icon-music:before - content: "\f001" -.icon-search:before - content: "\f002" -.icon-envelope:before - content: "\f003" -.icon-heart:before - content: "\f004" -.icon-star:before - content: "\f005" -.icon-star-empty:before - content: "\f006" -.icon-user:before - content: "\f007" -.icon-film:before - content: "\f008" -.icon-th-large:before - content: "\f009" -.icon-th:before - content: "\f00a" -.icon-th-list:before - content: "\f00b" -.icon-ok:before - content: "\f00c" -.icon-remove:before - content: "\f00d" -.icon-zoom-in:before - content: "\f00e" -.icon-zoom-out:before - content: "\f010" -.icon-off:before - content: "\f011" -.icon-signal:before - content: "\f012" -.icon-cog:before - content: "\f013" -.icon-trash:before - content: "\f014" -.icon-home:before - content: "\f015" -.icon-file:before - content: "\f016" -.icon-time:before - content: "\f017" -.icon-road:before - content: "\f018" -.icon-download-alt:before - content: "\f019" -.icon-download:before - content: "\f01a" -.icon-upload:before - content: "\f01b" -.icon-inbox:before - content: "\f01c" -.icon-play-circle:before - content: "\f01d" -.icon-repeat:before - content: "\f01e" -/* \f020 doesn't work in Safari. all shifted one down -.icon-refresh:before - content: "\f021" -.icon-list-alt:before - content: "\f022" -.icon-lock:before - content: "\f023" -.icon-flag:before - content: "\f024" -.icon-headphones:before - content: "\f025" -.icon-volume-off:before - content: "\f026" -.icon-volume-down:before - content: "\f027" -.icon-volume-up:before - content: "\f028" -.icon-qrcode:before - content: "\f029" -.icon-barcode:before - content: "\f02a" -.icon-tag:before - content: "\f02b" -.icon-tags:before - content: "\f02c" -.icon-book:before - content: "\f02d" -.icon-bookmark:before - content: "\f02e" -.icon-print:before - content: "\f02f" -.icon-camera:before - content: "\f030" -.icon-font:before - content: "\f031" -.icon-bold:before - content: "\f032" -.icon-italic:before - content: "\f033" -.icon-text-height:before - content: "\f034" -.icon-text-width:before - content: "\f035" -.icon-align-left:before - content: "\f036" -.icon-align-center:before - content: "\f037" -.icon-align-right:before - content: "\f038" -.icon-align-justify:before - content: "\f039" -.icon-list:before - content: "\f03a" -.icon-indent-left:before - content: "\f03b" -.icon-indent-right:before - content: "\f03c" -.icon-facetime-video:before - content: "\f03d" -.icon-picture:before - content: "\f03e" -.icon-pencil:before - content: "\f040" -.icon-map-marker:before - content: "\f041" -.icon-adjust:before - content: "\f042" -.icon-tint:before - content: "\f043" -.icon-edit:before - content: "\f044" -.icon-share:before - content: "\f045" -.icon-check:before - content: "\f046" -.icon-move:before - content: "\f047" -.icon-step-backward:before - content: "\f048" -.icon-fast-backward:before - content: "\f049" -.icon-backward:before - content: "\f04a" -.icon-play:before - content: "\f04b" -.icon-pause:before - content: "\f04c" -.icon-stop:before - content: "\f04d" -.icon-forward:before - content: "\f04e" -.icon-fast-forward:before - content: "\f050" -.icon-step-forward:before - content: "\f051" -.icon-eject:before - content: "\f052" -.icon-chevron-left:before - content: "\f053" -.icon-chevron-right:before - content: "\f054" -.icon-plus-sign:before - content: "\f055" -.icon-minus-sign:before - content: "\f056" -.icon-remove-sign:before - content: "\f057" -.icon-ok-sign:before - content: "\f058" -.icon-question-sign:before - content: "\f059" -.icon-info-sign:before - content: "\f05a" -.icon-screenshot:before - content: "\f05b" -.icon-remove-circle:before - content: "\f05c" -.icon-ok-circle:before - content: "\f05d" -.icon-ban-circle:before - content: "\f05e" -.icon-arrow-left:before - content: "\f060" -.icon-arrow-right:before - content: "\f061" -.icon-arrow-up:before - content: "\f062" -.icon-arrow-down:before - content: "\f063" -.icon-share-alt:before - content: "\f064" -.icon-resize-full:before - content: "\f065" -.icon-resize-small:before - content: "\f066" -.icon-plus:before - content: "\f067" -.icon-minus:before - content: "\f068" -.icon-asterisk:before - content: "\f069" -.icon-exclamation-sign:before - content: "\f06a" -.icon-gift:before - content: "\f06b" -.icon-leaf:before - content: "\f06c" -.icon-fire:before - content: "\f06d" -.icon-eye-open:before - content: "\f06e" -.icon-eye-close:before - content: "\f070" -.icon-warning-sign:before - content: "\f071" -.icon-plane:before - content: "\f072" -.icon-calendar:before - content: "\f073" -.icon-random:before - content: "\f074" -.icon-comment:before - content: "\f075" -.icon-magnet:before - content: "\f076" -.icon-chevron-up:before - content: "\f077" -.icon-chevron-down:before - content: "\f078" -.icon-retweet:before - content: "\f079" -.icon-shopping-cart:before - content: "\f07a" -.icon-folder-close:before - content: "\f07b" -.icon-folder-open:before - content: "\f07c" -.icon-resize-vertical:before - content: "\f07d" -.icon-resize-horizontal:before - content: "\f07e" -.icon-bar-chart:before - content: "\f080" -.icon-twitter-sign:before - content: "\f081" -.icon-facebook-sign:before - content: "\f082" -.icon-camera-retro:before - content: "\f083" -.icon-key:before - content: "\f084" -.icon-cogs:before - content: "\f085" -.icon-comments:before - content: "\f086" -.icon-thumbs-up:before - content: "\f087" -.icon-thumbs-down:before - content: "\f088" -.icon-star-half:before - content: "\f089" -.icon-heart-empty:before - content: "\f08a" -.icon-signout:before - content: "\f08b" -.icon-linkedin-sign:before - content: "\f08c" -.icon-pushpin:before - content: "\f08d" -.icon-external-link:before - content: "\f08e" -.icon-signin:before - content: "\f090" -.icon-trophy:before - content: "\f091" -.icon-github-sign:before - content: "\f092" -.icon-upload-alt:before - content: "\f093" -.icon-lemon:before - content: "\f094" -.icon-phone:before - content: "\f095" -.icon-check-empty:before - content: "\f096" -.icon-bookmark-empty:before - content: "\f097" -.icon-phone-sign:before - content: "\f098" -.icon-twitter:before - content: "\f099" -.icon-facebook:before - content: "\f09a" -.icon-github:before - content: "\f09b" -.icon-unlock:before - content: "\f09c" -.icon-credit-card:before - content: "\f09d" -.icon-rss:before - content: "\f09e" -.icon-hdd:before - content: "\f0a0" -.icon-bullhorn:before - content: "\f0a1" -.icon-bell:before - content: "\f0a2" -.icon-certificate:before - content: "\f0a3" -.icon-hand-right:before - content: "\f0a4" -.icon-hand-left:before - content: "\f0a5" -.icon-hand-up:before - content: "\f0a6" -.icon-hand-down:before - content: "\f0a7" -.icon-circle-arrow-left:before - content: "\f0a8" -.icon-circle-arrow-right:before - content: "\f0a9" -.icon-circle-arrow-up:before - content: "\f0aa" -.icon-circle-arrow-down:before - content: "\f0ab" -.icon-globe:before - content: "\f0ac" -.icon-wrench:before - content: "\f0ad" -.icon-tasks:before - content: "\f0ae" -.icon-filter:before - content: "\f0b0" -.icon-briefcase:before - content: "\f0b1" -.icon-fullscreen:before - content: "\f0b2" -.icon-group:before - content: "\f0c0" -.icon-link:before - content: "\f0c1" -.icon-cloud:before - content: "\f0c2" -.icon-beaker:before - content: "\f0c3" -.icon-cut:before - content: "\f0c4" -.icon-copy:before - content: "\f0c5" -.icon-paper-clip:before - content: "\f0c6" -.icon-save:before - content: "\f0c7" -.icon-sign-blank:before - content: "\f0c8" -.icon-reorder:before - content: "\f0c9" -.icon-list-ul:before - content: "\f0ca" -.icon-list-ol:before - content: "\f0cb" -.icon-strikethrough:before - content: "\f0cc" -.icon-underline:before - content: "\f0cd" -.icon-table:before - content: "\f0ce" -.icon-magic:before - content: "\f0d0" -.icon-truck:before - content: "\f0d1" -.icon-pinterest:before - content: "\f0d2" -.icon-pinterest-sign:before - content: "\f0d3" -.icon-google-plus-sign:before - content: "\f0d4" -.icon-google-plus:before - content: "\f0d5" -.icon-money:before - content: "\f0d6" -.icon-caret-down:before - content: "\f0d7" -.icon-caret-up:before - content: "\f0d8" -.icon-caret-left:before - content: "\f0d9" -.icon-caret-right:before - content: "\f0da" -.icon-columns:before - content: "\f0db" -.icon-sort:before - content: "\f0dc" -.icon-sort-down:before - content: "\f0dd" -.icon-sort-up:before - content: "\f0de" -.icon-envelope-alt:before - content: "\f0e0" -.icon-linkedin:before - content: "\f0e1" -.icon-undo:before - content: "\f0e2" -.icon-legal:before - content: "\f0e3" -.icon-dashboard:before - content: "\f0e4" -.icon-comment-alt:before - content: "\f0e5" -.icon-comments-alt:before - content: "\f0e6" -.icon-bolt:before - content: "\f0e7" -.icon-sitemap:before - content: "\f0e8" -.icon-umbrella:before - content: "\f0e9" -.icon-paste:before - content: "\f0ea" -.icon-lightbulb:before - content: "\f0eb" -.icon-exchange:before - content: "\f0ec" -.icon-cloud-download:before - content: "\f0ed" -.icon-cloud-upload:before - content: "\f0ee" -.icon-user-md:before - content: "\f0f0" -.icon-stethoscope:before - content: "\f0f1" -.icon-suitcase:before - content: "\f0f2" -.icon-bell-alt:before - content: "\f0f3" -.icon-coffee:before - content: "\f0f4" -.icon-food:before - content: "\f0f5" -.icon-file-alt:before - content: "\f0f6" -.icon-building:before - content: "\f0f7" -.icon-hospital:before - content: "\f0f8" -.icon-ambulance:before - content: "\f0f9" -.icon-medkit:before - content: "\f0fa" -.icon-fighter-jet:before - content: "\f0fb" -.icon-beer:before - content: "\f0fc" -.icon-h-sign:before - content: "\f0fd" -.icon-plus-sign-alt:before - content: "\f0fe" -.icon-double-angle-left:before - content: "\f100" -.icon-double-angle-right:before - content: "\f101" -.icon-double-angle-up:before - content: "\f102" -.icon-double-angle-down:before - content: "\f103" -.icon-angle-left:before - content: "\f104" -.icon-angle-right:before - content: "\f105" -.icon-angle-up:before - content: "\f106" -.icon-angle-down:before - content: "\f107" -.icon-desktop:before - content: "\f108" -.icon-laptop:before - content: "\f109" -.icon-tablet:before - content: "\f10a" -.icon-mobile-phone:before - content: "\f10b" -.icon-circle-blank:before - content: "\f10c" -.icon-quote-left:before - content: "\f10d" -.icon-quote-right:before - content: "\f10e" -.icon-spinner:before - content: "\f110" -.icon-circle:before - content: "\f111" -.icon-reply:before - content: "\f112" -.icon-github-alt:before - content: "\f113" -.icon-folder-close-alt:before - content: "\f114" -.icon-folder-open-alt:before - content: "\f115" diff --git a/public/vendor/fontawesome/sass/font-awesome.scss b/public/vendor/fontawesome/sass/font-awesome.scss deleted file mode 100644 index 92ade8d212..0000000000 --- a/public/vendor/fontawesome/sass/font-awesome.scss +++ /dev/null @@ -1,534 +0,0 @@ -/*! - * Font Awesome 3.0.2 - * the iconic font designed for use with Twitter Bootstrap - * ------------------------------------------------------- - * The full suite of pictographic icons, examples, and documentation - * can be found at: http://fortawesome.github.com/Font-Awesome/ - * - * License - * ------------------------------------------------------- - * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL - * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - - * http://opensource.org/licenses/mit-license.html - * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ - * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" - * - * Contact - * ------------------------------------------------------- - * Email: dave@davegandy.com - * Twitter: http://twitter.com/fortaweso_me - * Work: Lead Product Designer @ http://kyruus.com - */ - -$fontAwesomePath: "../font" !default; -$borderColor: #eee; -$iconMuted: #eee; -@mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $radius; border-radius: $radius; } - - -@font-face { - font-family: 'FontAwesome'; - src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?v=3.0.1'); - src: url('#{$fontAwesomePath}/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"), - url('#{$fontAwesomePath}/fontawesome-webfont.woff?v=3.0.1') format("woff"), - url('#{$fontAwesomePath}/fontawesome-webfont.ttf?v=3.0.1') format("truetype"); - font-weight: normal; - font-style: normal; -} - -/* Font Awesome styles - ------------------------------------------------------- */ -[class^="icon-"], -[class*=" icon-"] { - font-family: FontAwesome; - font-weight: normal; - font-style: normal; - text-decoration: inherit; - -webkit-font-smoothing: antialiased; - - /* sprites.less reset */ - display: inline; - width: auto; - height: auto; - line-height: normal; - vertical-align: baseline; - background-image: none; - background-position: 0% 0%; - background-repeat: repeat; - margin-top: 0; -} - -/* more sprites.less reset */ -.icon-white, -.nav-pills > .active > a > [class^="icon-"], -.nav-pills > .active > a > [class*=" icon-"], -.nav-list > .active > a > [class^="icon-"], -.nav-list > .active > a > [class*=" icon-"], -.navbar-inverse .nav > .active > a > [class^="icon-"], -.navbar-inverse .nav > .active > a > [class*=" icon-"], -.dropdown-menu > li > a:hover > [class^="icon-"], -.dropdown-menu > li > a:hover > [class*=" icon-"], -.dropdown-menu > .active > a > [class^="icon-"], -.dropdown-menu > .active > a > [class*=" icon-"], -.dropdown-submenu:hover > a > [class^="icon-"], -.dropdown-submenu:hover > a > [class*=" icon-"] { - background-image: none; -} - -[class^="icon-"]:before, -[class*=" icon-"]:before { - text-decoration: inherit; - display: inline-block; - speak: none; -} - -/* makes sure icons active on rollover in links */ -a { - [class^="icon-"], - [class*=" icon-"] { - display: inline-block; - } -} - -/* makes the font 33% larger relative to the icon container */ -.icon-large:before { - vertical-align: -10%; - font-size: 1.3333333333333333em; -} - -.btn, .nav { - [class^="icon-"], - [class*=" icon-"] { - display: inline; - /* keeps button heights with and without icons the same */ - &.icon-large { line-height: .9em; } - &.icon-spin { display: inline-block; } - } -} - -.nav-tabs, .nav-pills { - [class^="icon-"], - [class*=" icon-"] { - /* keeps button heights with and without icons the same */ - &, &.icon-large { line-height: .9em; } - } -} - -li, .nav li { - [class^="icon-"], - [class*=" icon-"] { - display: inline-block; - width: 1.25em; - text-align: center; - &.icon-large { - /* increased font size for icon-large */ - width: 1.5625em; - } - } -} - -ul.icons { - list-style-type: none; - text-indent: -.75em; - - li { - [class^="icon-"], - [class*=" icon-"] { - width: .75em; - } - } -} - -.icon-muted { - color: $iconMuted; -} - -// Icon Borders -// ------------------------- - -.icon-border { - border: solid 1px $borderColor; - padding: .2em .25em .15em; - @include border-radius(3px); -} - -// Icon Sizes -// ------------------------- - -.icon-2x { - font-size: 2em; - &.icon-border { - border-width: 2px; - @include border-radius(4px); - } -} -.icon-3x { - font-size: 3em; - &.icon-border { - border-width: 3px; - @include border-radius(5px); - } -} -.icon-4x { - font-size: 4em; - &.icon-border { - border-width: 4px; - @include border-radius(6px); - } -} - -// Floats -// ------------------------- - -// Quick floats -.pull-right { float: right; } -.pull-left { float: left; } - -[class^="icon-"], -[class*=" icon-"] { - &.pull-left { - margin-right: .3em; - } - &.pull-right { - margin-left: .3em; - } -} - -.btn { - [class^="icon-"], - [class*=" icon-"] { - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .18em; } - } - &.icon-spin.icon-large { line-height: .8em; } - } -} - -.btn.btn-small { - [class^="icon-"], - [class*=" icon-"] { - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .25em; } - } - } -} - -.btn.btn-large { - [class^="icon-"], - [class*=" icon-"] { - margin-top: 0; // overrides bootstrap default - &.pull-left, &.pull-right { - &.icon-2x { margin-top: .05em; } - } - &.pull-left.icon-2x { margin-right: .2em; } - &.pull-right.icon-2x { margin-left: .2em; } - } -} - - -.icon-spin { - display: inline-block; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - -webkit-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} - -@-moz-document url-prefix() { - .icon-spin { height: .9em; } - .btn .icon-spin { height: auto; } - .icon-spin.icon-large { height: 1.25em; } - .btn .icon-spin.icon-large { height: .75em; } -} - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.icon-glass:before { content: "\f000"; } -.icon-music:before { content: "\f001"; } -.icon-search:before { content: "\f002"; } -.icon-envelope:before { content: "\f003"; } -.icon-heart:before { content: "\f004"; } -.icon-star:before { content: "\f005"; } -.icon-star-empty:before { content: "\f006"; } -.icon-user:before { content: "\f007"; } -.icon-film:before { content: "\f008"; } -.icon-th-large:before { content: "\f009"; } -.icon-th:before { content: "\f00a"; } -.icon-th-list:before { content: "\f00b"; } -.icon-ok:before { content: "\f00c"; } -.icon-remove:before { content: "\f00d"; } -.icon-zoom-in:before { content: "\f00e"; } - -.icon-zoom-out:before { content: "\f010"; } -.icon-off:before { content: "\f011"; } -.icon-signal:before { content: "\f012"; } -.icon-cog:before { content: "\f013"; } -.icon-trash:before { content: "\f014"; } -.icon-home:before { content: "\f015"; } -.icon-file:before { content: "\f016"; } -.icon-time:before { content: "\f017"; } -.icon-road:before { content: "\f018"; } -.icon-download-alt:before { content: "\f019"; } -.icon-download:before { content: "\f01a"; } -.icon-upload:before { content: "\f01b"; } -.icon-inbox:before { content: "\f01c"; } -.icon-play-circle:before { content: "\f01d"; } -.icon-repeat:before { content: "\f01e"; } - -/* \f020 doesn't work in Safari. all shifted one down */ -.icon-refresh:before { content: "\f021"; } -.icon-list-alt:before { content: "\f022"; } -.icon-lock:before { content: "\f023"; } -.icon-flag:before { content: "\f024"; } -.icon-headphones:before { content: "\f025"; } -.icon-volume-off:before { content: "\f026"; } -.icon-volume-down:before { content: "\f027"; } -.icon-volume-up:before { content: "\f028"; } -.icon-qrcode:before { content: "\f029"; } -.icon-barcode:before { content: "\f02a"; } -.icon-tag:before { content: "\f02b"; } -.icon-tags:before { content: "\f02c"; } -.icon-book:before { content: "\f02d"; } -.icon-bookmark:before { content: "\f02e"; } -.icon-print:before { content: "\f02f"; } - -.icon-camera:before { content: "\f030"; } -.icon-font:before { content: "\f031"; } -.icon-bold:before { content: "\f032"; } -.icon-italic:before { content: "\f033"; } -.icon-text-height:before { content: "\f034"; } -.icon-text-width:before { content: "\f035"; } -.icon-align-left:before { content: "\f036"; } -.icon-align-center:before { content: "\f037"; } -.icon-align-right:before { content: "\f038"; } -.icon-align-justify:before { content: "\f039"; } -.icon-list:before { content: "\f03a"; } -.icon-indent-left:before { content: "\f03b"; } -.icon-indent-right:before { content: "\f03c"; } -.icon-facetime-video:before { content: "\f03d"; } -.icon-picture:before { content: "\f03e"; } - -.icon-pencil:before { content: "\f040"; } -.icon-map-marker:before { content: "\f041"; } -.icon-adjust:before { content: "\f042"; } -.icon-tint:before { content: "\f043"; } -.icon-edit:before { content: "\f044"; } -.icon-share:before { content: "\f045"; } -.icon-check:before { content: "\f046"; } -.icon-move:before { content: "\f047"; } -.icon-step-backward:before { content: "\f048"; } -.icon-fast-backward:before { content: "\f049"; } -.icon-backward:before { content: "\f04a"; } -.icon-play:before { content: "\f04b"; } -.icon-pause:before { content: "\f04c"; } -.icon-stop:before { content: "\f04d"; } -.icon-forward:before { content: "\f04e"; } - -.icon-fast-forward:before { content: "\f050"; } -.icon-step-forward:before { content: "\f051"; } -.icon-eject:before { content: "\f052"; } -.icon-chevron-left:before { content: "\f053"; } -.icon-chevron-right:before { content: "\f054"; } -.icon-plus-sign:before { content: "\f055"; } -.icon-minus-sign:before { content: "\f056"; } -.icon-remove-sign:before { content: "\f057"; } -.icon-ok-sign:before { content: "\f058"; } -.icon-question-sign:before { content: "\f059"; } -.icon-info-sign:before { content: "\f05a"; } -.icon-screenshot:before { content: "\f05b"; } -.icon-remove-circle:before { content: "\f05c"; } -.icon-ok-circle:before { content: "\f05d"; } -.icon-ban-circle:before { content: "\f05e"; } - -.icon-arrow-left:before { content: "\f060"; } -.icon-arrow-right:before { content: "\f061"; } -.icon-arrow-up:before { content: "\f062"; } -.icon-arrow-down:before { content: "\f063"; } -.icon-share-alt:before { content: "\f064"; } -.icon-resize-full:before { content: "\f065"; } -.icon-resize-small:before { content: "\f066"; } -.icon-plus:before { content: "\f067"; } -.icon-minus:before { content: "\f068"; } -.icon-asterisk:before { content: "\f069"; } -.icon-exclamation-sign:before { content: "\f06a"; } -.icon-gift:before { content: "\f06b"; } -.icon-leaf:before { content: "\f06c"; } -.icon-fire:before { content: "\f06d"; } -.icon-eye-open:before { content: "\f06e"; } - -.icon-eye-close:before { content: "\f070"; } -.icon-warning-sign:before { content: "\f071"; } -.icon-plane:before { content: "\f072"; } -.icon-calendar:before { content: "\f073"; } -.icon-random:before { content: "\f074"; } -.icon-comment:before { content: "\f075"; } -.icon-magnet:before { content: "\f076"; } -.icon-chevron-up:before { content: "\f077"; } -.icon-chevron-down:before { content: "\f078"; } -.icon-retweet:before { content: "\f079"; } -.icon-shopping-cart:before { content: "\f07a"; } -.icon-folder-close:before { content: "\f07b"; } -.icon-folder-open:before { content: "\f07c"; } -.icon-resize-vertical:before { content: "\f07d"; } -.icon-resize-horizontal:before { content: "\f07e"; } - -.icon-bar-chart:before { content: "\f080"; } -.icon-twitter-sign:before { content: "\f081"; } -.icon-facebook-sign:before { content: "\f082"; } -.icon-camera-retro:before { content: "\f083"; } -.icon-key:before { content: "\f084"; } -.icon-cogs:before { content: "\f085"; } -.icon-comments:before { content: "\f086"; } -.icon-thumbs-up:before { content: "\f087"; } -.icon-thumbs-down:before { content: "\f088"; } -.icon-star-half:before { content: "\f089"; } -.icon-heart-empty:before { content: "\f08a"; } -.icon-signout:before { content: "\f08b"; } -.icon-linkedin-sign:before { content: "\f08c"; } -.icon-pushpin:before { content: "\f08d"; } -.icon-external-link:before { content: "\f08e"; } - -.icon-signin:before { content: "\f090"; } -.icon-trophy:before { content: "\f091"; } -.icon-github-sign:before { content: "\f092"; } -.icon-upload-alt:before { content: "\f093"; } -.icon-lemon:before { content: "\f094"; } -.icon-phone:before { content: "\f095"; } -.icon-check-empty:before { content: "\f096"; } -.icon-bookmark-empty:before { content: "\f097"; } -.icon-phone-sign:before { content: "\f098"; } -.icon-twitter:before { content: "\f099"; } -.icon-facebook:before { content: "\f09a"; } -.icon-github:before { content: "\f09b"; } -.icon-unlock:before { content: "\f09c"; } -.icon-credit-card:before { content: "\f09d"; } -.icon-rss:before { content: "\f09e"; } - -.icon-hdd:before { content: "\f0a0"; } -.icon-bullhorn:before { content: "\f0a1"; } -.icon-bell:before { content: "\f0a2"; } -.icon-certificate:before { content: "\f0a3"; } -.icon-hand-right:before { content: "\f0a4"; } -.icon-hand-left:before { content: "\f0a5"; } -.icon-hand-up:before { content: "\f0a6"; } -.icon-hand-down:before { content: "\f0a7"; } -.icon-circle-arrow-left:before { content: "\f0a8"; } -.icon-circle-arrow-right:before { content: "\f0a9"; } -.icon-circle-arrow-up:before { content: "\f0aa"; } -.icon-circle-arrow-down:before { content: "\f0ab"; } -.icon-globe:before { content: "\f0ac"; } -.icon-wrench:before { content: "\f0ad"; } -.icon-tasks:before { content: "\f0ae"; } - -.icon-filter:before { content: "\f0b0"; } -.icon-briefcase:before { content: "\f0b1"; } -.icon-fullscreen:before { content: "\f0b2"; } - -.icon-group:before { content: "\f0c0"; } -.icon-link:before { content: "\f0c1"; } -.icon-cloud:before { content: "\f0c2"; } -.icon-beaker:before { content: "\f0c3"; } -.icon-cut:before { content: "\f0c4"; } -.icon-copy:before { content: "\f0c5"; } -.icon-paper-clip:before { content: "\f0c6"; } -.icon-save:before { content: "\f0c7"; } -.icon-sign-blank:before { content: "\f0c8"; } -.icon-reorder:before { content: "\f0c9"; } -.icon-list-ul:before { content: "\f0ca"; } -.icon-list-ol:before { content: "\f0cb"; } -.icon-strikethrough:before { content: "\f0cc"; } -.icon-underline:before { content: "\f0cd"; } -.icon-table:before { content: "\f0ce"; } - -.icon-magic:before { content: "\f0d0"; } -.icon-truck:before { content: "\f0d1"; } -.icon-pinterest:before { content: "\f0d2"; } -.icon-pinterest-sign:before { content: "\f0d3"; } -.icon-google-plus-sign:before { content: "\f0d4"; } -.icon-google-plus:before { content: "\f0d5"; } -.icon-money:before { content: "\f0d6"; } -.icon-caret-down:before { content: "\f0d7"; } -.icon-caret-up:before { content: "\f0d8"; } -.icon-caret-left:before { content: "\f0d9"; } -.icon-caret-right:before { content: "\f0da"; } -.icon-columns:before { content: "\f0db"; } -.icon-sort:before { content: "\f0dc"; } -.icon-sort-down:before { content: "\f0dd"; } -.icon-sort-up:before { content: "\f0de"; } - -.icon-envelope-alt:before { content: "\f0e0"; } -.icon-linkedin:before { content: "\f0e1"; } -.icon-undo:before { content: "\f0e2"; } -.icon-legal:before { content: "\f0e3"; } -.icon-dashboard:before { content: "\f0e4"; } -.icon-comment-alt:before { content: "\f0e5"; } -.icon-comments-alt:before { content: "\f0e6"; } -.icon-bolt:before { content: "\f0e7"; } -.icon-sitemap:before { content: "\f0e8"; } -.icon-umbrella:before { content: "\f0e9"; } -.icon-paste:before { content: "\f0ea"; } -.icon-lightbulb:before { content: "\f0eb"; } -.icon-exchange:before { content: "\f0ec"; } -.icon-cloud-download:before { content: "\f0ed"; } -.icon-cloud-upload:before { content: "\f0ee"; } - -.icon-user-md:before { content: "\f0f0"; } -.icon-stethoscope:before { content: "\f0f1"; } -.icon-suitcase:before { content: "\f0f2"; } -.icon-bell-alt:before { content: "\f0f3"; } -.icon-coffee:before { content: "\f0f4"; } -.icon-food:before { content: "\f0f5"; } -.icon-file-alt:before { content: "\f0f6"; } -.icon-building:before { content: "\f0f7"; } -.icon-hospital:before { content: "\f0f8"; } -.icon-ambulance:before { content: "\f0f9"; } -.icon-medkit:before { content: "\f0fa"; } -.icon-fighter-jet:before { content: "\f0fb"; } -.icon-beer:before { content: "\f0fc"; } -.icon-h-sign:before { content: "\f0fd"; } -.icon-plus-sign-alt:before { content: "\f0fe"; } - -.icon-double-angle-left:before { content: "\f100"; } -.icon-double-angle-right:before { content: "\f101"; } -.icon-double-angle-up:before { content: "\f102"; } -.icon-double-angle-down:before { content: "\f103"; } -.icon-angle-left:before { content: "\f104"; } -.icon-angle-right:before { content: "\f105"; } -.icon-angle-up:before { content: "\f106"; } -.icon-angle-down:before { content: "\f107"; } -.icon-desktop:before { content: "\f108"; } -.icon-laptop:before { content: "\f109"; } -.icon-tablet:before { content: "\f10a"; } -.icon-mobile-phone:before { content: "\f10b"; } -.icon-circle-blank:before { content: "\f10c"; } -.icon-quote-left:before { content: "\f10d"; } -.icon-quote-right:before { content: "\f10e"; } - -.icon-spinner:before { content: "\f110"; } -.icon-circle:before { content: "\f111"; } -.icon-reply:before { content: "\f112"; } -.icon-github-alt:before { content: "\f113"; } -.icon-folder-close-alt:before { content: "\f114"; } -.icon-folder-open-alt:before { content: "\f115"; }