mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
1265 lines
41 KiB
CSS
1265 lines
41 KiB
CSS
/*!
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
*
|
|
* CASCADE FRAMEWORK 1.0
|
|
*
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
*
|
|
*
|
|
* Copyright 2013, John Slegers
|
|
* Released under the MIT license
|
|
* http://jslegers.github.com/cascadeframework/license.html
|
|
*
|
|
*
|
|
* This means you can use Cascade Framework for any project,
|
|
* whether commercial or not.
|
|
*
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
*
|
|
*
|
|
* Cascade Framework also contains the following goodies,
|
|
* which all have the same or similar 'permissive licenses :
|
|
*
|
|
*
|
|
* Includes polyfills by Joshua Bell
|
|
* http://www.calormen.com/polyfill/
|
|
* Released in public domain
|
|
*
|
|
*
|
|
* Includes Google ExplorerCanvas
|
|
* https://code.google.com/p/explorercanvas/
|
|
* Released under the Apache 2.0 license
|
|
*
|
|
*
|
|
* Includes Google Prettify
|
|
* https://code.google.com/p/google-code-prettify/
|
|
* Released under the Apache 2.0 license
|
|
*
|
|
*
|
|
* Includes Yepnope
|
|
* http://yepnopejs.com/
|
|
* Released under the WTFPL license
|
|
*
|
|
*
|
|
* Includes Modernizr
|
|
* http://modernizr.com/
|
|
* Released under the MIT license
|
|
*
|
|
*
|
|
* Includes lodash
|
|
* http://lodash.com/
|
|
* Released under the MIT license
|
|
*
|
|
*
|
|
* Includes jQuery
|
|
* http://jquery.com/
|
|
* Released under the MIT license
|
|
*
|
|
*
|
|
* Includes jQuery Easing plugin
|
|
* http://gsgd.co.uk/sandbox/jquery/easing/
|
|
* Released under the BSD license
|
|
*
|
|
*
|
|
* Includes jQuery Flot plugin
|
|
* http://www.flotcharts.org/
|
|
* Released under the MIT license
|
|
*
|
|
*
|
|
* Includes the Font Awesome webfont
|
|
* http://fortawesome.github.com/Font-Awesome/
|
|
* Released under the SIL Open Font License
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
*
|
|
* Cascade Framework was inspired by many articles and projects
|
|
*
|
|
* Especially these authors are worth mentioning :
|
|
*
|
|
* Nicolle Sullivan
|
|
* Jonathan Snook
|
|
* Chris Coyier
|
|
* Eric Meyer
|
|
* Nicolas Gallagher
|
|
* Paul Irish
|
|
* Mark Otto
|
|
* Jacob Thornton
|
|
*
|
|
*
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* Date: 2013-03-15
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
Using zoom is much faster than using background-image, but does not allow the
|
|
icon to be changed dynamically. If you need your icon to change, use background-image instead.
|
|
|
|
*/
|
|
|
|
.icon-glass {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-music {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-search {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-envelope-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-heart {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-star {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-star-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-user {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-film {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-th-large {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-th {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-th-list {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ok {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-remove {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-zoom-in {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-zoom-out {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-off {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-power-off {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-signal {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cog {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gear {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-trash {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-home {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-file-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-time {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-road {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-download-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-download {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-upload {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-inbox {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-play-circle {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-repeat {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rotate-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-refresh {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-list-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-lock {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-flag {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-headphones {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-volume-off {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-volume-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-volume-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-qrcode {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-barcode {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tag {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tags {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-book {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bookmark {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-print {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-camera {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-font {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bold {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-italic {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-text-height {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-text-width {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-align-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-align-center {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-align-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-align-justify {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-list {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-indent-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-indent-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-facetime-video {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-picture {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-pencil {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-map-marker {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-adjust {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tint {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-edit {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-share {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-check {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-move {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-step-backward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fast-backward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-backward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-play {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-pause {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-stop {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-forward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fast-forward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-step-forward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-eject {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-plus-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-minus-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-remove-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ok-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-question-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-info-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-screenshot {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-remove-circle {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ok-circle {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ban-circle {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-arrow-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-arrow-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-arrow-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-arrow-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-share-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-mail-forward {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-resize-full {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-resize-small {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-plus {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-minus {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-asterisk {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-exclamation-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gift {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-leaf {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fire {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-eye-open {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-eye-close {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-warning-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-plane {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-calendar {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-random {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-comment {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-magnet {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-retweet {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-shopping-cart {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-folder-close {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-folder-open {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-resize-vertical {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-resize-horizontal {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bar-chart {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-twitter-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-facebook-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-camera-retro {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-key {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cogs {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gears {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-comments {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-thumbs-up-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-thumbs-down-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-star-half {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-heart-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-signout {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-linkedin-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-pushpin {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-external-link {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-signin {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-trophy {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-github-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-upload-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-lemon {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-phone {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-check-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-unchecked {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bookmark-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-phone-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-twitter {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-facebook {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-github {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-unlock {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-credit-card {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rss {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hdd {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bullhorn {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bell {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-certificate {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hand-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hand-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hand-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hand-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle-arrow-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle-arrow-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle-arrow-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle-arrow-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-globe {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-wrench {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tasks {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-filter {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-briefcase {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fullscreen {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-group {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-link {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cloud {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-beaker {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cut {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-copy {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-paper-clip {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-paperclip {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-save {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sign-blank {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-reorder {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-list-ul {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-list-ol {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-strikethrough {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-underline {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-table {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-magic {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-truck {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-pinterest {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-pinterest-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-google-plus-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-google-plus {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-money {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-caret-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-caret-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-caret-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-caret-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-columns {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-envelope {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-linkedin {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-undo {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rotate-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-legal {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-dashboard {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-comment-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-comments-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bolt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sitemap {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-umbrella {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-paste {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-lightbulb {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-exchange {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cloud-download {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cloud-upload {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-user-md {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-stethoscope {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-suitcase {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bell-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-coffee {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-food {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-file-text-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-building {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-hospital {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ambulance {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-medkit {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fighter-jet {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-beer {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-h-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-plus-sign-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-double-angle-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-double-angle-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-double-angle-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-double-angle-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-angle-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-angle-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-angle-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-angle-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-desktop {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-laptop {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tablet {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-mobile-phone {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle-blank {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-quote-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-quote-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-spinner {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-circle {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-reply {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-mail-reply {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-github-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-folder-close-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-folder-open-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-expand-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-collapse-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-smile {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-frown {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-meh {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gamepad {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-keyboard {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-flag-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-flag-checkered {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-terminal {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-code {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-reply-all {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-mail-reply-all {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-star-half-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-star-half-full {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-location-arrow {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-crop {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-code-fork {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-unlink {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-question {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-info {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-exclamation {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-superscript {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-subscript {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-eraser {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-puzzle-piece {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-microphone {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-microphone-off {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-shield {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-calendar-empty {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-fire-extinguisher {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rocket {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-maxcdn {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-sign-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-sign-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-sign-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-chevron-sign-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-html5 {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-css3 {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-anchor {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-unlock-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bullseye {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ellipsis-horizontal {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ellipsis-vertical {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rss-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-play-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-ticket {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-minus-sign-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-check-minus {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-level-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-level-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-check-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-edit-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-external-link-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-share-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-compass {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-collapse-alt2 {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-collapse-alt2-top {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-expand {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-eur {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-euro {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gbp {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-usd {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-dollar {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-inr {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-rupee {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-jpy {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-yen {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-cny {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-renminbi {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-krw {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-won {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-btc {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bitcoin {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-file {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-file-text {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-alphabet {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-alphabet-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-attributes {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-attributes-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-order {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sort-by-order-alt {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-thumbs-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-thumbs-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-youtube-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-youtube {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-xing {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-xing-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-youtube-play {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-dropbox {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-stackexchange {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-instagram {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-flickr {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-adn {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bitbucket {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bitbucket-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tumblr {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-tumblr-sign {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-long-arrow-down {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-long-arrow-up {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-long-arrow-left {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-long-arrow-right {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-apple {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-windows {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-android {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-linux {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-dribbble {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-skype {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-foursquare {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-trello {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-female {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-male {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-gittip {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-sun {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-moon {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-archive {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-bug {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-vk {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-weibo {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
.icon-renren {
|
|
zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
Using background-image instead of zoom is much slower, but allows the icon to be changed dynamically.
|
|
If you need dynamic icons, it is recommended to apply this technique to IE7 only, since it can easily get IE6 to block execution altogether.
|
|
It is disabled by default on both IE6 and IE7 for performance reasons.
|
|
|
|
|
|
.collapsed .icon-collapse {
|
|
background-image: expression(this.runtimeStyle.zoom="1",this.innerHTML = '');
|
|
}
|
|
|
|
.icon-collapse {
|
|
//background-image: expression(this.runtimeStyle.zoom="1",this.innerHTML = '');
|
|
}
|
|
|
|
*/ |