12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265 |
- /*!
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- * 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 = '');
- }
- */
|