summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/fontawesome.css
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/fontawesome.css')
-rw-r--r--module/web/static/css/fontawesome.css149
1 files changed, 113 insertions, 36 deletions
diff --git a/module/web/static/css/fontawesome.css b/module/web/static/css/fontawesome.css
index 6c157dc7e..c6dde169e 100644
--- a/module/web/static/css/fontawesome.css
+++ b/module/web/static/css/fontawesome.css
@@ -1,51 +1,70 @@
-/* Font Awesome 3.0
- 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/
+/*!
+ * 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"
- 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
-
- */
+ * Contact
+ * -------------------------------------------------------
+ * Email: dave@davegandy.com
+ * Twitter: http://twitter.com/fortaweso_me
+ * Work: Lead Product Designer @ http://kyruus.com
+ */
@font-face {
font-family: 'FontAwesome';
- src: url('../fonts/fontawesome-webfont.eot');
- src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/fontawesome-webfont.woff') format('woff'),
- url('../fonts/fontawesome-webfont.ttf') format('truetype');
+ src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
+ url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
+ url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
-/* includes sprites.less reset */
[class^="iconf-"],
[class*=" iconf-"] {
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 !important;
+ background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
+ margin-top: 0;
+}
+/* more sprites.less reset */
+.iconf-white,
+.nav-pills > .active > a > [class^="iconf-"],
+.nav-pills > .active > a > [class*=" iconf-"],
+.nav-list > .active > a > [class^="iconf-"],
+.nav-list > .active > a > [class*=" iconf-"],
+.navbar-inverse .nav > .active > a > [class^="iconf-"],
+.navbar-inverse .nav > .active > a > [class*=" iconf-"],
+.dropdown-menu > li > a:hover > [class^="iconf-"],
+.dropdown-menu > li > a:hover > [class*=" iconf-"],
+.dropdown-menu > .active > a > [class^="iconf-"],
+.dropdown-menu > .active > a > [class*=" iconf-"],
+.dropdown-submenu:hover > a > [class^="iconf-"],
+.dropdown-submenu:hover > a > [class*=" iconf-"] {
+ background-image: none;
}
[class^="iconf-"]:before,
[class*=" iconf-"]:before {
@@ -70,7 +89,12 @@ a [class*=" iconf-"] {
display: inline;
/* keeps button heights with and without icons the same */
- line-height: .6em;
+}
+.btn [class^="iconf-"].iconf-large,
+.nav [class^="iconf-"].iconf-large,
+.btn [class*=" iconf-"].iconf-large,
+.nav [class*=" iconf-"].iconf-large {
+ line-height: .9em;
}
.btn [class^="iconf-"].iconf-spin,
.nav [class^="iconf-"].iconf-spin,
@@ -78,14 +102,35 @@ a [class*=" iconf-"] {
.nav [class*=" iconf-"].iconf-spin {
display: inline-block;
}
+.nav-tabs [class^="iconf-"],
+.nav-pills [class^="iconf-"],
+.nav-tabs [class*=" iconf-"],
+.nav-pills [class*=" iconf-"] {
+ /* keeps button heights with and without icons the same */
+
+}
+.nav-tabs [class^="iconf-"],
+.nav-pills [class^="iconf-"],
+.nav-tabs [class*=" iconf-"],
+.nav-pills [class*=" iconf-"],
+.nav-tabs [class^="iconf-"].iconf-large,
+.nav-pills [class^="iconf-"].iconf-large,
+.nav-tabs [class*=" iconf-"].iconf-large,
+.nav-pills [class*=" iconf-"].iconf-large {
+ line-height: .9em;
+}
li [class^="iconf-"],
-li [class*=" iconf-"] {
+.nav li [class^="iconf-"],
+li [class*=" iconf-"],
+.nav li [class*=" iconf-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li [class^="iconf-"].iconf-large,
-li [class*=" iconf-"].iconf-large {
+.nav li [class^="iconf-"].iconf-large,
+li [class*=" iconf-"].iconf-large,
+.nav li [class*=" iconf-"].iconf-large {
/* increased font size for iconf-large */
width: 1.5625em;
@@ -143,33 +188,45 @@ ul.icons li [class*=" iconf-"] {
}
[class^="iconf-"].pull-left,
[class*=" iconf-"].pull-left {
- margin-right: .35em;
+ margin-right: .3em;
}
[class^="iconf-"].pull-right,
[class*=" iconf-"].pull-right {
- margin-left: .35em;
+ margin-left: .3em;
}
.btn [class^="iconf-"].pull-left.iconf-2x,
.btn [class*=" iconf-"].pull-left.iconf-2x,
.btn [class^="iconf-"].pull-right.iconf-2x,
.btn [class*=" iconf-"].pull-right.iconf-2x {
- margin-top: .35em;
+ margin-top: .18em;
}
.btn [class^="iconf-"].iconf-spin.iconf-large,
.btn [class*=" iconf-"].iconf-spin.iconf-large {
- height: .75em;
+ line-height: .8em;
}
.btn.btn-small [class^="iconf-"].pull-left.iconf-2x,
.btn.btn-small [class*=" iconf-"].pull-left.iconf-2x,
.btn.btn-small [class^="iconf-"].pull-right.iconf-2x,
.btn.btn-small [class*=" iconf-"].pull-right.iconf-2x {
- margin-top: .45em;
+ margin-top: .25em;
+}
+.btn.btn-large [class^="iconf-"],
+.btn.btn-large [class*=" iconf-"] {
+ margin-top: 0;
}
.btn.btn-large [class^="iconf-"].pull-left.iconf-2x,
.btn.btn-large [class*=" iconf-"].pull-left.iconf-2x,
.btn.btn-large [class^="iconf-"].pull-right.iconf-2x,
.btn.btn-large [class*=" iconf-"].pull-right.iconf-2x {
- margin-top: .2em;
+ margin-top: .05em;
+}
+.btn.btn-large [class^="iconf-"].pull-left.iconf-2x,
+.btn.btn-large [class*=" iconf-"].pull-left.iconf-2x {
+ margin-right: .2em;
+}
+.btn.btn-large [class^="iconf-"].pull-right.iconf-2x,
+.btn.btn-large [class*=" iconf-"].pull-right.iconf-2x {
+ margin-left: .2em;
}
.iconf-spin {
display: inline-block;
@@ -197,6 +254,26 @@ ul.icons li [class*=" iconf-"] {
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
+}
+@-moz-document url-prefix() {
+ .iconf-spin {
+ height: .9em;
+ }
+ .btn .iconf-spin {
+ height: auto;
+ }
+ .iconf-spin.iconf-large {
+ height: 1.25em;
+ }
+ .btn .iconf-spin.iconf-large {
+ height: .75em;
+ }
}.iconf-user:before { content: "\f007"; }
.iconf-plus-sign:before { content: "\f055"; }
.iconf-key:before { content: "\f084"; }
+.iconf-inbox:before { content: "\f01c"; }
+.iconf-share:before { content: "\f045"; }
+.iconf-hdd:before { content: "\f0a0"; }
+.iconf-group:before { content: "\f0c0"; }
+.iconf-cloud:before { content: "\f0c2"; }
+.iconf-sitemap:before { content: "\f0e8"; }