icons-ie7.css 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265
  1. /*!
  2. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3. *
  4. * CASCADE FRAMEWORK 1.0
  5. *
  6. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  7. *
  8. *
  9. * Copyright 2013, John Slegers
  10. * Released under the MIT license
  11. * http://jslegers.github.com/cascadeframework/license.html
  12. *
  13. *
  14. * This means you can use Cascade Framework for any project,
  15. * whether commercial or not.
  16. *
  17. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  18. *
  19. *
  20. * Cascade Framework also contains the following goodies,
  21. * which all have the same or similar 'permissive licenses :
  22. *
  23. *
  24. * Includes polyfills by Joshua Bell
  25. * http://www.calormen.com/polyfill/
  26. * Released in public domain
  27. *
  28. *
  29. * Includes Google ExplorerCanvas
  30. * https://code.google.com/p/explorercanvas/
  31. * Released under the Apache 2.0 license
  32. *
  33. *
  34. * Includes Google Prettify
  35. * https://code.google.com/p/google-code-prettify/
  36. * Released under the Apache 2.0 license
  37. *
  38. *
  39. * Includes Yepnope
  40. * http://yepnopejs.com/
  41. * Released under the WTFPL license
  42. *
  43. *
  44. * Includes Modernizr
  45. * http://modernizr.com/
  46. * Released under the MIT license
  47. *
  48. *
  49. * Includes lodash
  50. * http://lodash.com/
  51. * Released under the MIT license
  52. *
  53. *
  54. * Includes jQuery
  55. * http://jquery.com/
  56. * Released under the MIT license
  57. *
  58. *
  59. * Includes jQuery Easing plugin
  60. * http://gsgd.co.uk/sandbox/jquery/easing/
  61. * Released under the BSD license
  62. *
  63. *
  64. * Includes jQuery Flot plugin
  65. * http://www.flotcharts.org/
  66. * Released under the MIT license
  67. *
  68. *
  69. * Includes the Font Awesome webfont
  70. * http://fortawesome.github.com/Font-Awesome/
  71. * Released under the SIL Open Font License
  72. *
  73. *
  74. *
  75. *
  76. *
  77. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  78. *
  79. * Cascade Framework was inspired by many articles and projects
  80. *
  81. * Especially these authors are worth mentioning :
  82. *
  83. * Nicolle Sullivan
  84. * Jonathan Snook
  85. * Chris Coyier
  86. * Eric Meyer
  87. * Nicolas Gallagher
  88. * Paul Irish
  89. * Mark Otto
  90. * Jacob Thornton
  91. *
  92. *
  93. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  94. * Date: 2013-03-15
  95. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  96. */
  97. /*
  98. Using zoom is much faster than using background-image, but does not allow the
  99. icon to be changed dynamically. If you need your icon to change, use background-image instead.
  100. */
  101. .icon-glass {
  102. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  103. }
  104. .icon-music {
  105. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  106. }
  107. .icon-search {
  108. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  109. }
  110. .icon-envelope-alt {
  111. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  112. }
  113. .icon-heart {
  114. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  115. }
  116. .icon-star {
  117. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  118. }
  119. .icon-star-empty {
  120. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  121. }
  122. .icon-user {
  123. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  124. }
  125. .icon-film {
  126. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  127. }
  128. .icon-th-large {
  129. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  130. }
  131. .icon-th {
  132. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  133. }
  134. .icon-th-list {
  135. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  136. }
  137. .icon-ok {
  138. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  139. }
  140. .icon-remove {
  141. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  142. }
  143. .icon-zoom-in {
  144. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  145. }
  146. .icon-zoom-out {
  147. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  148. }
  149. .icon-off {
  150. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  151. }
  152. .icon-power-off {
  153. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  154. }
  155. .icon-signal {
  156. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  157. }
  158. .icon-cog {
  159. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  160. }
  161. .icon-gear {
  162. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  163. }
  164. .icon-trash {
  165. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  166. }
  167. .icon-home {
  168. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  169. }
  170. .icon-file-alt {
  171. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  172. }
  173. .icon-time {
  174. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  175. }
  176. .icon-road {
  177. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  178. }
  179. .icon-download-alt {
  180. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  181. }
  182. .icon-download {
  183. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  184. }
  185. .icon-upload {
  186. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  187. }
  188. .icon-inbox {
  189. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  190. }
  191. .icon-play-circle {
  192. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  193. }
  194. .icon-repeat {
  195. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  196. }
  197. .icon-rotate-right {
  198. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  199. }
  200. .icon-refresh {
  201. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  202. }
  203. .icon-list-alt {
  204. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  205. }
  206. .icon-lock {
  207. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  208. }
  209. .icon-flag {
  210. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  211. }
  212. .icon-headphones {
  213. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  214. }
  215. .icon-volume-off {
  216. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  217. }
  218. .icon-volume-down {
  219. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  220. }
  221. .icon-volume-up {
  222. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  223. }
  224. .icon-qrcode {
  225. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  226. }
  227. .icon-barcode {
  228. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  229. }
  230. .icon-tag {
  231. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  232. }
  233. .icon-tags {
  234. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  235. }
  236. .icon-book {
  237. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  238. }
  239. .icon-bookmark {
  240. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  241. }
  242. .icon-print {
  243. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  244. }
  245. .icon-camera {
  246. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  247. }
  248. .icon-font {
  249. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  250. }
  251. .icon-bold {
  252. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  253. }
  254. .icon-italic {
  255. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  256. }
  257. .icon-text-height {
  258. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  259. }
  260. .icon-text-width {
  261. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  262. }
  263. .icon-align-left {
  264. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  265. }
  266. .icon-align-center {
  267. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  268. }
  269. .icon-align-right {
  270. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  271. }
  272. .icon-align-justify {
  273. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  274. }
  275. .icon-list {
  276. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  277. }
  278. .icon-indent-left {
  279. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  280. }
  281. .icon-indent-right {
  282. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  283. }
  284. .icon-facetime-video {
  285. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  286. }
  287. .icon-picture {
  288. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  289. }
  290. .icon-pencil {
  291. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  292. }
  293. .icon-map-marker {
  294. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  295. }
  296. .icon-adjust {
  297. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  298. }
  299. .icon-tint {
  300. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  301. }
  302. .icon-edit {
  303. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  304. }
  305. .icon-share {
  306. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  307. }
  308. .icon-check {
  309. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  310. }
  311. .icon-move {
  312. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  313. }
  314. .icon-step-backward {
  315. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  316. }
  317. .icon-fast-backward {
  318. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  319. }
  320. .icon-backward {
  321. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  322. }
  323. .icon-play {
  324. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  325. }
  326. .icon-pause {
  327. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  328. }
  329. .icon-stop {
  330. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  331. }
  332. .icon-forward {
  333. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  334. }
  335. .icon-fast-forward {
  336. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  337. }
  338. .icon-step-forward {
  339. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  340. }
  341. .icon-eject {
  342. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  343. }
  344. .icon-chevron-left {
  345. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  346. }
  347. .icon-chevron-right {
  348. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  349. }
  350. .icon-plus-sign {
  351. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  352. }
  353. .icon-minus-sign {
  354. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  355. }
  356. .icon-remove-sign {
  357. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  358. }
  359. .icon-ok-sign {
  360. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  361. }
  362. .icon-question-sign {
  363. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  364. }
  365. .icon-info-sign {
  366. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  367. }
  368. .icon-screenshot {
  369. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  370. }
  371. .icon-remove-circle {
  372. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  373. }
  374. .icon-ok-circle {
  375. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  376. }
  377. .icon-ban-circle {
  378. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  379. }
  380. .icon-arrow-left {
  381. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  382. }
  383. .icon-arrow-right {
  384. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  385. }
  386. .icon-arrow-up {
  387. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  388. }
  389. .icon-arrow-down {
  390. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  391. }
  392. .icon-share-alt {
  393. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  394. }
  395. .icon-mail-forward {
  396. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  397. }
  398. .icon-resize-full {
  399. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  400. }
  401. .icon-resize-small {
  402. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  403. }
  404. .icon-plus {
  405. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  406. }
  407. .icon-minus {
  408. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  409. }
  410. .icon-asterisk {
  411. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  412. }
  413. .icon-exclamation-sign {
  414. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  415. }
  416. .icon-gift {
  417. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  418. }
  419. .icon-leaf {
  420. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  421. }
  422. .icon-fire {
  423. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  424. }
  425. .icon-eye-open {
  426. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  427. }
  428. .icon-eye-close {
  429. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  430. }
  431. .icon-warning-sign {
  432. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  433. }
  434. .icon-plane {
  435. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  436. }
  437. .icon-calendar {
  438. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  439. }
  440. .icon-random {
  441. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  442. }
  443. .icon-comment {
  444. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  445. }
  446. .icon-magnet {
  447. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  448. }
  449. .icon-chevron-up {
  450. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  451. }
  452. .icon-chevron-down {
  453. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  454. }
  455. .icon-retweet {
  456. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  457. }
  458. .icon-shopping-cart {
  459. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  460. }
  461. .icon-folder-close {
  462. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  463. }
  464. .icon-folder-open {
  465. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  466. }
  467. .icon-resize-vertical {
  468. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  469. }
  470. .icon-resize-horizontal {
  471. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  472. }
  473. .icon-bar-chart {
  474. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  475. }
  476. .icon-twitter-sign {
  477. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  478. }
  479. .icon-facebook-sign {
  480. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  481. }
  482. .icon-camera-retro {
  483. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  484. }
  485. .icon-key {
  486. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  487. }
  488. .icon-cogs {
  489. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  490. }
  491. .icon-gears {
  492. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  493. }
  494. .icon-comments {
  495. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  496. }
  497. .icon-thumbs-up-alt {
  498. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  499. }
  500. .icon-thumbs-down-alt {
  501. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  502. }
  503. .icon-star-half {
  504. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  505. }
  506. .icon-heart-empty {
  507. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  508. }
  509. .icon-signout {
  510. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  511. }
  512. .icon-linkedin-sign {
  513. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  514. }
  515. .icon-pushpin {
  516. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  517. }
  518. .icon-external-link {
  519. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  520. }
  521. .icon-signin {
  522. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  523. }
  524. .icon-trophy {
  525. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  526. }
  527. .icon-github-sign {
  528. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  529. }
  530. .icon-upload-alt {
  531. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  532. }
  533. .icon-lemon {
  534. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  535. }
  536. .icon-phone {
  537. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  538. }
  539. .icon-check-empty {
  540. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  541. }
  542. .icon-unchecked {
  543. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  544. }
  545. .icon-bookmark-empty {
  546. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  547. }
  548. .icon-phone-sign {
  549. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  550. }
  551. .icon-twitter {
  552. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  553. }
  554. .icon-facebook {
  555. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  556. }
  557. .icon-github {
  558. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  559. }
  560. .icon-unlock {
  561. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  562. }
  563. .icon-credit-card {
  564. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  565. }
  566. .icon-rss {
  567. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  568. }
  569. .icon-hdd {
  570. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  571. }
  572. .icon-bullhorn {
  573. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  574. }
  575. .icon-bell {
  576. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  577. }
  578. .icon-certificate {
  579. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  580. }
  581. .icon-hand-right {
  582. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  583. }
  584. .icon-hand-left {
  585. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  586. }
  587. .icon-hand-up {
  588. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  589. }
  590. .icon-hand-down {
  591. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  592. }
  593. .icon-circle-arrow-left {
  594. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  595. }
  596. .icon-circle-arrow-right {
  597. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  598. }
  599. .icon-circle-arrow-up {
  600. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  601. }
  602. .icon-circle-arrow-down {
  603. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  604. }
  605. .icon-globe {
  606. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  607. }
  608. .icon-wrench {
  609. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  610. }
  611. .icon-tasks {
  612. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  613. }
  614. .icon-filter {
  615. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  616. }
  617. .icon-briefcase {
  618. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  619. }
  620. .icon-fullscreen {
  621. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  622. }
  623. .icon-group {
  624. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  625. }
  626. .icon-link {
  627. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  628. }
  629. .icon-cloud {
  630. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  631. }
  632. .icon-beaker {
  633. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  634. }
  635. .icon-cut {
  636. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  637. }
  638. .icon-copy {
  639. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  640. }
  641. .icon-paper-clip {
  642. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  643. }
  644. .icon-paperclip {
  645. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  646. }
  647. .icon-save {
  648. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  649. }
  650. .icon-sign-blank {
  651. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  652. }
  653. .icon-reorder {
  654. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  655. }
  656. .icon-list-ul {
  657. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  658. }
  659. .icon-list-ol {
  660. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  661. }
  662. .icon-strikethrough {
  663. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  664. }
  665. .icon-underline {
  666. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  667. }
  668. .icon-table {
  669. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  670. }
  671. .icon-magic {
  672. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  673. }
  674. .icon-truck {
  675. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  676. }
  677. .icon-pinterest {
  678. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  679. }
  680. .icon-pinterest-sign {
  681. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  682. }
  683. .icon-google-plus-sign {
  684. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  685. }
  686. .icon-google-plus {
  687. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  688. }
  689. .icon-money {
  690. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  691. }
  692. .icon-caret-down {
  693. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  694. }
  695. .icon-caret-up {
  696. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  697. }
  698. .icon-caret-left {
  699. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  700. }
  701. .icon-caret-right {
  702. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  703. }
  704. .icon-columns {
  705. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  706. }
  707. .icon-sort {
  708. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  709. }
  710. .icon-sort-down {
  711. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  712. }
  713. .icon-sort-up {
  714. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  715. }
  716. .icon-envelope {
  717. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  718. }
  719. .icon-linkedin {
  720. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  721. }
  722. .icon-undo {
  723. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  724. }
  725. .icon-rotate-left {
  726. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  727. }
  728. .icon-legal {
  729. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  730. }
  731. .icon-dashboard {
  732. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  733. }
  734. .icon-comment-alt {
  735. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  736. }
  737. .icon-comments-alt {
  738. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  739. }
  740. .icon-bolt {
  741. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  742. }
  743. .icon-sitemap {
  744. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  745. }
  746. .icon-umbrella {
  747. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  748. }
  749. .icon-paste {
  750. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  751. }
  752. .icon-lightbulb {
  753. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  754. }
  755. .icon-exchange {
  756. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  757. }
  758. .icon-cloud-download {
  759. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  760. }
  761. .icon-cloud-upload {
  762. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  763. }
  764. .icon-user-md {
  765. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  766. }
  767. .icon-stethoscope {
  768. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  769. }
  770. .icon-suitcase {
  771. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  772. }
  773. .icon-bell-alt {
  774. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  775. }
  776. .icon-coffee {
  777. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  778. }
  779. .icon-food {
  780. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  781. }
  782. .icon-file-text-alt {
  783. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  784. }
  785. .icon-building {
  786. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  787. }
  788. .icon-hospital {
  789. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  790. }
  791. .icon-ambulance {
  792. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  793. }
  794. .icon-medkit {
  795. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  796. }
  797. .icon-fighter-jet {
  798. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  799. }
  800. .icon-beer {
  801. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  802. }
  803. .icon-h-sign {
  804. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  805. }
  806. .icon-plus-sign-alt {
  807. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  808. }
  809. .icon-double-angle-left {
  810. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  811. }
  812. .icon-double-angle-right {
  813. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  814. }
  815. .icon-double-angle-up {
  816. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  817. }
  818. .icon-double-angle-down {
  819. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  820. }
  821. .icon-angle-left {
  822. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  823. }
  824. .icon-angle-right {
  825. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  826. }
  827. .icon-angle-up {
  828. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  829. }
  830. .icon-angle-down {
  831. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  832. }
  833. .icon-desktop {
  834. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  835. }
  836. .icon-laptop {
  837. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  838. }
  839. .icon-tablet {
  840. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  841. }
  842. .icon-mobile-phone {
  843. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  844. }
  845. .icon-circle-blank {
  846. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  847. }
  848. .icon-quote-left {
  849. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  850. }
  851. .icon-quote-right {
  852. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  853. }
  854. .icon-spinner {
  855. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  856. }
  857. .icon-circle {
  858. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  859. }
  860. .icon-reply {
  861. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  862. }
  863. .icon-mail-reply {
  864. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  865. }
  866. .icon-github-alt {
  867. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  868. }
  869. .icon-folder-close-alt {
  870. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  871. }
  872. .icon-folder-open-alt {
  873. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  874. }
  875. .icon-expand-alt {
  876. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  877. }
  878. .icon-collapse-alt {
  879. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  880. }
  881. .icon-smile {
  882. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  883. }
  884. .icon-frown {
  885. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  886. }
  887. .icon-meh {
  888. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  889. }
  890. .icon-gamepad {
  891. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  892. }
  893. .icon-keyboard {
  894. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  895. }
  896. .icon-flag-alt {
  897. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  898. }
  899. .icon-flag-checkered {
  900. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  901. }
  902. .icon-terminal {
  903. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  904. }
  905. .icon-code {
  906. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  907. }
  908. .icon-reply-all {
  909. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  910. }
  911. .icon-mail-reply-all {
  912. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  913. }
  914. .icon-star-half-empty {
  915. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  916. }
  917. .icon-star-half-full {
  918. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  919. }
  920. .icon-location-arrow {
  921. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  922. }
  923. .icon-crop {
  924. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  925. }
  926. .icon-code-fork {
  927. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  928. }
  929. .icon-unlink {
  930. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  931. }
  932. .icon-question {
  933. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  934. }
  935. .icon-info {
  936. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  937. }
  938. .icon-exclamation {
  939. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  940. }
  941. .icon-superscript {
  942. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  943. }
  944. .icon-subscript {
  945. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  946. }
  947. .icon-eraser {
  948. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  949. }
  950. .icon-puzzle-piece {
  951. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  952. }
  953. .icon-microphone {
  954. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  955. }
  956. .icon-microphone-off {
  957. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  958. }
  959. .icon-shield {
  960. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  961. }
  962. .icon-calendar-empty {
  963. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  964. }
  965. .icon-fire-extinguisher {
  966. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  967. }
  968. .icon-rocket {
  969. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  970. }
  971. .icon-maxcdn {
  972. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  973. }
  974. .icon-chevron-sign-left {
  975. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  976. }
  977. .icon-chevron-sign-right {
  978. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  979. }
  980. .icon-chevron-sign-up {
  981. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  982. }
  983. .icon-chevron-sign-down {
  984. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  985. }
  986. .icon-html5 {
  987. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  988. }
  989. .icon-css3 {
  990. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  991. }
  992. .icon-anchor {
  993. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  994. }
  995. .icon-unlock-alt {
  996. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  997. }
  998. .icon-bullseye {
  999. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1000. }
  1001. .icon-ellipsis-horizontal {
  1002. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1003. }
  1004. .icon-ellipsis-vertical {
  1005. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1006. }
  1007. .icon-rss-sign {
  1008. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1009. }
  1010. .icon-play-sign {
  1011. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1012. }
  1013. .icon-ticket {
  1014. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1015. }
  1016. .icon-minus-sign-alt {
  1017. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1018. }
  1019. .icon-check-minus {
  1020. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1021. }
  1022. .icon-level-up {
  1023. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1024. }
  1025. .icon-level-down {
  1026. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1027. }
  1028. .icon-check-sign {
  1029. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1030. }
  1031. .icon-edit-sign {
  1032. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1033. }
  1034. .icon-external-link-sign {
  1035. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1036. }
  1037. .icon-share-sign {
  1038. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1039. }
  1040. .icon-compass {
  1041. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1042. }
  1043. .icon-collapse-alt2 {
  1044. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1045. }
  1046. .icon-collapse-alt2-top {
  1047. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1048. }
  1049. .icon-expand {
  1050. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1051. }
  1052. .icon-eur {
  1053. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1054. }
  1055. .icon-euro {
  1056. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1057. }
  1058. .icon-gbp {
  1059. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1060. }
  1061. .icon-usd {
  1062. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1063. }
  1064. .icon-dollar {
  1065. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1066. }
  1067. .icon-inr {
  1068. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1069. }
  1070. .icon-rupee {
  1071. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1072. }
  1073. .icon-jpy {
  1074. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1075. }
  1076. .icon-yen {
  1077. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1078. }
  1079. .icon-cny {
  1080. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1081. }
  1082. .icon-renminbi {
  1083. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1084. }
  1085. .icon-krw {
  1086. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1087. }
  1088. .icon-won {
  1089. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1090. }
  1091. .icon-btc {
  1092. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1093. }
  1094. .icon-bitcoin {
  1095. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1096. }
  1097. .icon-file {
  1098. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1099. }
  1100. .icon-file-text {
  1101. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1102. }
  1103. .icon-sort-by-alphabet {
  1104. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1105. }
  1106. .icon-sort-by-alphabet-alt {
  1107. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1108. }
  1109. .icon-sort-by-attributes {
  1110. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1111. }
  1112. .icon-sort-by-attributes-alt {
  1113. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1114. }
  1115. .icon-sort-by-order {
  1116. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1117. }
  1118. .icon-sort-by-order-alt {
  1119. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1120. }
  1121. .icon-thumbs-up {
  1122. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1123. }
  1124. .icon-thumbs-down {
  1125. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1126. }
  1127. .icon-youtube-sign {
  1128. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1129. }
  1130. .icon-youtube {
  1131. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1132. }
  1133. .icon-xing {
  1134. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1135. }
  1136. .icon-xing-sign {
  1137. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1138. }
  1139. .icon-youtube-play {
  1140. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1141. }
  1142. .icon-dropbox {
  1143. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1144. }
  1145. .icon-stackexchange {
  1146. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1147. }
  1148. .icon-instagram {
  1149. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1150. }
  1151. .icon-flickr {
  1152. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1153. }
  1154. .icon-adn {
  1155. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1156. }
  1157. .icon-bitbucket {
  1158. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1159. }
  1160. .icon-bitbucket-sign {
  1161. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1162. }
  1163. .icon-tumblr {
  1164. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1165. }
  1166. .icon-tumblr-sign {
  1167. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1168. }
  1169. .icon-long-arrow-down {
  1170. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1171. }
  1172. .icon-long-arrow-up {
  1173. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1174. }
  1175. .icon-long-arrow-left {
  1176. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1177. }
  1178. .icon-long-arrow-right {
  1179. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1180. }
  1181. .icon-apple {
  1182. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1183. }
  1184. .icon-windows {
  1185. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1186. }
  1187. .icon-android {
  1188. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1189. }
  1190. .icon-linux {
  1191. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1192. }
  1193. .icon-dribbble {
  1194. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1195. }
  1196. .icon-skype {
  1197. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1198. }
  1199. .icon-foursquare {
  1200. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1201. }
  1202. .icon-trello {
  1203. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1204. }
  1205. .icon-female {
  1206. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1207. }
  1208. .icon-male {
  1209. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1210. }
  1211. .icon-gittip {
  1212. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1213. }
  1214. .icon-sun {
  1215. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1216. }
  1217. .icon-moon {
  1218. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1219. }
  1220. .icon-archive {
  1221. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1222. }
  1223. .icon-bug {
  1224. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1225. }
  1226. .icon-vk {
  1227. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1228. }
  1229. .icon-weibo {
  1230. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1231. }
  1232. .icon-renren {
  1233. zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  1234. }
  1235. /*
  1236. Using background-image instead of zoom is much slower, but allows the icon to be changed dynamically.
  1237. 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.
  1238. It is disabled by default on both IE6 and IE7 for performance reasons.
  1239. .collapsed .icon-collapse {
  1240. background-image: expression(this.runtimeStyle.zoom="1",this.innerHTML = '');
  1241. }
  1242. .icon-collapse {
  1243. //background-image: expression(this.runtimeStyle.zoom="1",this.innerHTML = '');
  1244. }
  1245. */