buttons.css 80 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492
  1. /*! @license
  2. *
  3. * Buttons
  4. * Copyright 2012-2014 Alex Wolfe and Rob Levin
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. /*
  19. * Compass (optional)
  20. *
  21. * We recommend the use of autoprefixer instead of Compass
  22. * when using buttons. However, buttons does support Compass.
  23. * simply change $ubtn-use-compass to true and uncomment the
  24. * @import 'compass' code below to use Compass.
  25. */
  26. /*
  27. * Required Files
  28. *
  29. * These files include the variables and options
  30. * and base css styles that are required to generate buttons.
  31. */
  32. /*
  33. * $ubtn prefix (reserved)
  34. *
  35. * This prefix stands for Unicorn Button - ubtn
  36. * We provide a prefix to the Sass Variables to
  37. * prevent namespace collisions that could occur if
  38. * you import buttons as part of your Sass build process.
  39. * We kindly ask you not to use the prefix $ubtn in your project
  40. * in order to avoid possilbe name conflicts. Thanks!
  41. */
  42. /*
  43. * Button Namespace (ex .button or .btn)
  44. *
  45. */
  46. /*
  47. * Button Defaults
  48. *
  49. * Some default settings that are used throughout the button library.
  50. * Changes to these settings will be picked up by all of the other modules.
  51. * The colors used here are the default colors for the base button (gray).
  52. * The font size and height are used to set the base size for the buttons.
  53. * The size values will be used to calculate the larger and smaller button sizes.
  54. */
  55. /*
  56. * Button Colors
  57. *
  58. * $ubtn-colors is used to generate the different button colors.
  59. * Edit or add colors to the list below and recompile.
  60. * Each block contains the (name, background, color)
  61. * The class is generated using the name: (ex .button-primary)
  62. */
  63. /*
  64. * Button Shapes
  65. *
  66. * $ubtn-shapes is used to generate the different button shapes.
  67. * Edit or add shapes to the list below and recompile.
  68. * Each block contains the (name, border-radius).
  69. * The class is generated using the name: (ex .button-square).
  70. */
  71. /*
  72. * Button Sizes
  73. *
  74. * $ubtn-sizes is used to generate the different button sizes.
  75. * Edit or add colors to the list below and recompile.
  76. * Each block contains the (name, size multiplier).
  77. * The class is generated using the name: (ex .button-giant).
  78. */
  79. /*
  80. * Color Mixin
  81. *
  82. * Iterates through the list of colors and creates
  83. *
  84. */
  85. /*
  86. * No Animation
  87. *
  88. * Sets animation property to none
  89. */
  90. /*
  91. * Clearfix
  92. *
  93. * Clears floats inside the container
  94. */
  95. /*
  96. * Base Button Style
  97. *
  98. * The default values for the .button class
  99. */
  100. .button {
  101. color: #666;
  102. background-color: #EEE;
  103. border-color: #EEE;
  104. font-weight: 300;
  105. font-size: 16px;
  106. font-family:'microsoft yahei', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  107. text-decoration: none;
  108. text-align: center;
  109. line-height: 40px;
  110. height: 40px;
  111. padding: 0 40px;
  112. margin: 0;
  113. display: inline-block;
  114. appearance: none;
  115. cursor: pointer;
  116. border: none;
  117. -webkit-box-sizing: border-box;
  118. -moz-box-sizing: border-box;
  119. box-sizing: border-box;
  120. -webkit-transition-property: all;
  121. transition-property: all;
  122. -webkit-transition-duration: .3s;
  123. transition-duration: .3s;
  124. /*
  125. * Disabled State
  126. *
  127. * The disabled state uses the class .disabled, is-disabled,
  128. * and the form attribute disabled="disabled".
  129. * The use of !important is only added because this is a state
  130. * that must be applied to all buttons when in a disabled state.
  131. */ }
  132. .button:visited {
  133. color: #666; }
  134. .button:hover, .button:focus {
  135. background-color: #f6f6f6;
  136. text-decoration: none;
  137. outline: none; }
  138. .button:active, .button.active, .button.is-active {
  139. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  140. text-decoration: none;
  141. background-color: #eeeeee;
  142. border-color: #cfcfcf;
  143. color: #d4d4d4;
  144. -webkit-transition-duration: 0s;
  145. transition-duration: 0s;
  146. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  147. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  148. .button.disabled, .button.is-disabled, .button:disabled {
  149. top: 0 !important;
  150. background: #EEE !important;
  151. border: 1px solid #DDD !important;
  152. text-shadow: 0 1px 1px white !important;
  153. color: #CCC !important;
  154. cursor: default !important;
  155. appearance: none !important;
  156. -webkit-box-shadow: none !important;
  157. box-shadow: none !important;
  158. opacity: .8 !important; }
  159. /*
  160. * Base Button Tyography
  161. *
  162. */
  163. .button-uppercase {
  164. text-transform: uppercase; }
  165. .button-lowercase {
  166. text-transform: lowercase; }
  167. .button-capitalize {
  168. text-transform: capitalize; }
  169. .button-small-caps {
  170. font-variant: small-caps; }
  171. .button-icon-txt-large {
  172. font-size: 36px !important; }
  173. /*
  174. * Base padding
  175. *
  176. */
  177. .button-width-small {
  178. padding: 0 10px !important; }
  179. /*
  180. * Base Colors
  181. *
  182. * Create colors for buttons
  183. * (.button-primary, .button-secondary, etc.)
  184. */
  185. .button-primary,
  186. .button-primary-flat {
  187. background-color: #45b6af;
  188. border-color: #45b6af;
  189. color: #FFF; }
  190. .button-primary:visited,
  191. .button-primary-flat:visited {
  192. color: #FFF; }
  193. .button-primary:hover, .button-primary:focus,
  194. .button-primary-flat:hover,
  195. .button-primary-flat:focus {
  196. background-color: #61e6de;
  197. border-color: #61e6de;
  198. color: #FFF; }
  199. .button-primary:active, .button-primary.active, .button-primary.is-active,
  200. .button-primary-flat:active,
  201. .button-primary-flat.active,
  202. .button-primary-flat.is-active {
  203. background-color: #35a19a;
  204. border-color: #35a19a;
  205. color: #33bbb3; }
  206. .button-plain,
  207. .button-plain-flat {
  208. background-color: #FFF;
  209. border-color: #FFF;
  210. color: #45b6af; }
  211. .button-plain:visited,
  212. .button-plain-flat:visited {
  213. color: #45b6af; }
  214. .button-plain:hover, .button-plain:focus,
  215. .button-plain-flat:hover,
  216. .button-plain-flat:focus {
  217. background-color: white;
  218. border-color: white;
  219. color: #45b6af; }
  220. .button-plain:active, .button-plain.active, .button-plain.is-active,
  221. .button-plain-flat:active,
  222. .button-plain-flat.active,
  223. .button-plain-flat.is-active {
  224. background-color: white;
  225. border-color: white;
  226. color: #e6e6e6; }
  227. .button-inverse,
  228. .button-inverse-flat {
  229. background-color: #222;
  230. border-color: #222;
  231. color: #EEE; }
  232. .button-inverse:visited,
  233. .button-inverse-flat:visited {
  234. color: #EEE; }
  235. .button-inverse:hover, .button-inverse:focus,
  236. .button-inverse-flat:hover,
  237. .button-inverse-flat:focus {
  238. background-color: #3c3c3c;
  239. border-color: #3c3c3c;
  240. color: #EEE; }
  241. .button-inverse:active, .button-inverse.active, .button-inverse.is-active,
  242. .button-inverse-flat:active,
  243. .button-inverse-flat.active,
  244. .button-inverse-flat.is-active {
  245. background-color: #222222;
  246. border-color: #222222;
  247. color: #090909; }
  248. .button-action,
  249. .button-action-flat {
  250. background-color: #A5DE37;
  251. border-color: #A5DE37;
  252. color: #FFF; }
  253. .button-action:visited,
  254. .button-action-flat:visited {
  255. color: #FFF; }
  256. .button-action:hover, .button-action:focus,
  257. .button-action-flat:hover,
  258. .button-action-flat:focus {
  259. background-color: #b9e563;
  260. border-color: #b9e563;
  261. color: #FFF; }
  262. .button-action:active, .button-action.active, .button-action.is-active,
  263. .button-action-flat:active,
  264. .button-action-flat.active,
  265. .button-action-flat.is-active {
  266. background-color: #a1d243;
  267. border-color: #a1d243;
  268. color: #8bc220; }
  269. .button-highlight,
  270. .button-highlight-flat {
  271. background-color: #FEAE1B;
  272. border-color: #FEAE1B;
  273. color: #FFF; }
  274. .button-highlight:visited,
  275. .button-highlight-flat:visited {
  276. color: #FFF; }
  277. .button-highlight:hover, .button-highlight:focus,
  278. .button-highlight-flat:hover,
  279. .button-highlight-flat:focus {
  280. background-color: #fec04e;
  281. border-color: #fec04e;
  282. color: #FFF; }
  283. .button-highlight:active, .button-highlight.active, .button-highlight.is-active,
  284. .button-highlight-flat:active,
  285. .button-highlight-flat.active,
  286. .button-highlight-flat.is-active {
  287. background-color: #f3ab26;
  288. border-color: #f3ab26;
  289. color: #e59501; }
  290. .button-caution,
  291. .button-caution-flat {
  292. background-color: #FF4351;
  293. border-color: #FF4351;
  294. color: #FFF; }
  295. .button-caution:visited,
  296. .button-caution-flat:visited {
  297. color: #FFF; }
  298. .button-caution:hover, .button-caution:focus,
  299. .button-caution-flat:hover,
  300. .button-caution-flat:focus {
  301. background-color: #ff7680;
  302. border-color: #ff7680;
  303. color: #FFF; }
  304. .button-caution:active, .button-caution.active, .button-caution.is-active,
  305. .button-caution-flat:active,
  306. .button-caution-flat.active,
  307. .button-caution-flat.is-active {
  308. background-color: #f64c59;
  309. border-color: #f64c59;
  310. color: #ff1022; }
  311. .button-royal,
  312. .button-royal-flat {
  313. background-color: #7B72E9;
  314. border-color: #7B72E9;
  315. color: #FFF; }
  316. .button-royal:visited,
  317. .button-royal-flat:visited {
  318. color: #FFF; }
  319. .button-royal:hover, .button-royal:focus,
  320. .button-royal-flat:hover,
  321. .button-royal-flat:focus {
  322. background-color: #a49ef0;
  323. border-color: #a49ef0;
  324. color: #FFF; }
  325. .button-royal:active, .button-royal.active, .button-royal.is-active,
  326. .button-royal-flat:active,
  327. .button-royal-flat.active,
  328. .button-royal-flat.is-active {
  329. background-color: #827ae1;
  330. border-color: #827ae1;
  331. color: #5246e2; }
  332. /*
  333. * Base Layout Styles
  334. *
  335. * Very Miminal Layout Styles
  336. */
  337. .button-block,
  338. .button-stacked {
  339. display: block; }
  340. /*
  341. * Button Types (optional)
  342. *
  343. * All of the files below represent the various button
  344. * types (including shapes & sizes). None of these files
  345. * are required. Simple remove the uneeded type below and
  346. * the button type will be excluded from the final build
  347. */
  348. /*
  349. * Button Shapes
  350. *
  351. * This file creates the various button shapes
  352. * (ex. Circle, Rounded, Pill)
  353. */
  354. .button-square {
  355. border-radius: 0; }
  356. .button-box {
  357. border-radius: 10px; }
  358. .button-rounded {
  359. border-radius: 4px; }
  360. .button-pill {
  361. border-radius: 200px; }
  362. .button-circle {
  363. border-radius: 100%; }
  364. /*
  365. * Size Adjustment for equal height & widht buttons
  366. *
  367. * Remove padding and set a fixed width.
  368. */
  369. .button-circle,
  370. .button-box,
  371. .button-square {
  372. padding: 0 !important;
  373. width: 40px; }
  374. .button-circle.button-giant,
  375. .button-box.button-giant,
  376. .button-square.button-giant {
  377. width: 70px; }
  378. .button-circle.button-jumbo,
  379. .button-box.button-jumbo,
  380. .button-square.button-jumbo {
  381. width: 60px; }
  382. .button-circle.button-large,
  383. .button-box.button-large,
  384. .button-square.button-large {
  385. width: 50px; }
  386. .button-circle.button-normal,
  387. .button-box.button-normal,
  388. .button-square.button-normal {
  389. width: 40px; }
  390. .button-circle.button-small,
  391. .button-box.button-small,
  392. .button-square.button-small {
  393. width: 30px; }
  394. .button-circle.button-tiny,
  395. .button-box.button-tiny,
  396. .button-square.button-tiny {
  397. width: 24px; }
  398. /*
  399. * Border Buttons
  400. *
  401. * These buttons have no fill they only have a
  402. * border to define their hit target.
  403. */
  404. .button-border, .button-border-thin, .button-border-thick {
  405. background: none;
  406. border-width: 2px;
  407. border-style: solid;
  408. line-height: 36px; }
  409. .button-border:hover, .button-border-thin:hover, .button-border-thick:hover {
  410. background-color: rgba(255, 255, 255, 0.9); }
  411. .button-border:active, .button-border-thin:active, .button-border-thick:active, .button-border.active, .active.button-border-thin, .active.button-border-thick, .button-border.is-active, .is-active.button-border-thin, .is-active.button-border-thick {
  412. -webkit-box-shadow: none;
  413. box-shadow: none;
  414. text-shadow: none;
  415. -webkit-transition-property: all;
  416. transition-property: all;
  417. -webkit-transition-duration: .3s;
  418. transition-duration: .3s; }
  419. /*
  420. * Border Optional Sizes
  421. *
  422. * A slight variation in border thickness
  423. */
  424. .button-border-thin {
  425. border-width: 1px; }
  426. .button-border-thick {
  427. border-width: 3px; }
  428. /*
  429. * Border Button Colors
  430. *
  431. * Create colors for buttons
  432. * (.button-primary, .button-secondary, etc.)
  433. */
  434. .button-border, .button-border-thin, .button-border-thick,
  435. .button-border-thin,
  436. .button-border-thick {
  437. /*
  438. * Border Button Size Adjustment
  439. *
  440. * The line-height must be adjusted to compinsate for
  441. * the width of the border.
  442. */ }
  443. .button-border.button-primary, .button-primary.button-border-thin, .button-primary.button-border-thick,
  444. .button-border-thin.button-primary,
  445. .button-border-thick.button-primary {
  446. color: #45b6af; }
  447. .button-border.button-primary:hover, .button-primary.button-border-thin:hover, .button-primary.button-border-thick:hover, .button-border.button-primary:focus, .button-primary.button-border-thin:focus, .button-primary.button-border-thick:focus,
  448. .button-border-thin.button-primary:hover,
  449. .button-border-thin.button-primary:focus,
  450. .button-border-thick.button-primary:hover,
  451. .button-border-thick.button-primary:focus {
  452. background-color: rgba(76, 176, 249, 0.9);
  453. color: rgba(255, 255, 255, 0.9); }
  454. .button-border.button-primary:active, .button-primary.button-border-thin:active, .button-primary.button-border-thick:active, .button-border.button-primary.active, .button-primary.active.button-border-thin, .button-primary.active.button-border-thick, .button-border.button-primary.is-active, .button-primary.is-active.button-border-thin, .button-primary.is-active.button-border-thick,
  455. .button-border-thin.button-primary:active,
  456. .button-border-thin.button-primary.active,
  457. .button-border-thin.button-primary.is-active,
  458. .button-border-thick.button-primary:active,
  459. .button-border-thick.button-primary.active,
  460. .button-border-thick.button-primary.is-active {
  461. background-color: rgba(39, 152, 235, 0.7);
  462. color: rgba(255, 255, 255, 0.5);
  463. opacity: .3; }
  464. .button-border.button-plain, .button-plain.button-border-thin, .button-plain.button-border-thick,
  465. .button-border-thin.button-plain,
  466. .button-border-thick.button-plain {
  467. color: #FFF; }
  468. .button-border.button-plain:hover, .button-plain.button-border-thin:hover, .button-plain.button-border-thick:hover, .button-border.button-plain:focus, .button-plain.button-border-thin:focus, .button-plain.button-border-thick:focus,
  469. .button-border-thin.button-plain:hover,
  470. .button-border-thin.button-plain:focus,
  471. .button-border-thick.button-plain:hover,
  472. .button-border-thick.button-plain:focus {
  473. background-color: rgba(255, 255, 255, 0.9);
  474. color: rgba(27, 154, 247, 0.9); }
  475. .button-border.button-plain:active, .button-plain.button-border-thin:active, .button-plain.button-border-thick:active, .button-border.button-plain.active, .button-plain.active.button-border-thin, .button-plain.active.button-border-thick, .button-border.button-plain.is-active, .button-plain.is-active.button-border-thin, .button-plain.is-active.button-border-thick,
  476. .button-border-thin.button-plain:active,
  477. .button-border-thin.button-plain.active,
  478. .button-border-thin.button-plain.is-active,
  479. .button-border-thick.button-plain:active,
  480. .button-border-thick.button-plain.active,
  481. .button-border-thick.button-plain.is-active {
  482. background-color: rgba(255, 255, 255, 0.7);
  483. color: rgba(27, 154, 247, 0.5);
  484. opacity: .3; }
  485. .button-border.button-inverse, .button-inverse.button-border-thin, .button-inverse.button-border-thick,
  486. .button-border-thin.button-inverse,
  487. .button-border-thick.button-inverse {
  488. color: #222; }
  489. .button-border.button-inverse:hover, .button-inverse.button-border-thin:hover, .button-inverse.button-border-thick:hover, .button-border.button-inverse:focus, .button-inverse.button-border-thin:focus, .button-inverse.button-border-thick:focus,
  490. .button-border-thin.button-inverse:hover,
  491. .button-border-thin.button-inverse:focus,
  492. .button-border-thick.button-inverse:hover,
  493. .button-border-thick.button-inverse:focus {
  494. background-color: rgba(60, 60, 60, 0.9);
  495. color: rgba(238, 238, 238, 0.9); }
  496. .button-border.button-inverse:active, .button-inverse.button-border-thin:active, .button-inverse.button-border-thick:active, .button-border.button-inverse.active, .button-inverse.active.button-border-thin, .button-inverse.active.button-border-thick, .button-border.button-inverse.is-active, .button-inverse.is-active.button-border-thin, .button-inverse.is-active.button-border-thick,
  497. .button-border-thin.button-inverse:active,
  498. .button-border-thin.button-inverse.active,
  499. .button-border-thin.button-inverse.is-active,
  500. .button-border-thick.button-inverse:active,
  501. .button-border-thick.button-inverse.active,
  502. .button-border-thick.button-inverse.is-active {
  503. background-color: rgba(34, 34, 34, 0.7);
  504. color: rgba(238, 238, 238, 0.5);
  505. opacity: .3; }
  506. .button-border.button-action, .button-action.button-border-thin, .button-action.button-border-thick,
  507. .button-border-thin.button-action,
  508. .button-border-thick.button-action {
  509. color: #A5DE37; }
  510. .button-border.button-action:hover, .button-action.button-border-thin:hover, .button-action.button-border-thick:hover, .button-border.button-action:focus, .button-action.button-border-thin:focus, .button-action.button-border-thick:focus,
  511. .button-border-thin.button-action:hover,
  512. .button-border-thin.button-action:focus,
  513. .button-border-thick.button-action:hover,
  514. .button-border-thick.button-action:focus {
  515. background-color: rgba(185, 229, 99, 0.9);
  516. color: rgba(255, 255, 255, 0.9); }
  517. .button-border.button-action:active, .button-action.button-border-thin:active, .button-action.button-border-thick:active, .button-border.button-action.active, .button-action.active.button-border-thin, .button-action.active.button-border-thick, .button-border.button-action.is-active, .button-action.is-active.button-border-thin, .button-action.is-active.button-border-thick,
  518. .button-border-thin.button-action:active,
  519. .button-border-thin.button-action.active,
  520. .button-border-thin.button-action.is-active,
  521. .button-border-thick.button-action:active,
  522. .button-border-thick.button-action.active,
  523. .button-border-thick.button-action.is-active {
  524. background-color: rgba(161, 210, 67, 0.7);
  525. color: rgba(255, 255, 255, 0.5);
  526. opacity: .3; }
  527. .button-border.button-highlight, .button-highlight.button-border-thin, .button-highlight.button-border-thick,
  528. .button-border-thin.button-highlight,
  529. .button-border-thick.button-highlight {
  530. color: #FEAE1B; }
  531. .button-border.button-highlight:hover, .button-highlight.button-border-thin:hover, .button-highlight.button-border-thick:hover, .button-border.button-highlight:focus, .button-highlight.button-border-thin:focus, .button-highlight.button-border-thick:focus,
  532. .button-border-thin.button-highlight:hover,
  533. .button-border-thin.button-highlight:focus,
  534. .button-border-thick.button-highlight:hover,
  535. .button-border-thick.button-highlight:focus {
  536. background-color: rgba(254, 192, 78, 0.9);
  537. color: rgba(255, 255, 255, 0.9); }
  538. .button-border.button-highlight:active, .button-highlight.button-border-thin:active, .button-highlight.button-border-thick:active, .button-border.button-highlight.active, .button-highlight.active.button-border-thin, .button-highlight.active.button-border-thick, .button-border.button-highlight.is-active, .button-highlight.is-active.button-border-thin, .button-highlight.is-active.button-border-thick,
  539. .button-border-thin.button-highlight:active,
  540. .button-border-thin.button-highlight.active,
  541. .button-border-thin.button-highlight.is-active,
  542. .button-border-thick.button-highlight:active,
  543. .button-border-thick.button-highlight.active,
  544. .button-border-thick.button-highlight.is-active {
  545. background-color: rgba(243, 171, 38, 0.7);
  546. color: rgba(255, 255, 255, 0.5);
  547. opacity: .3; }
  548. .button-border.button-caution, .button-caution.button-border-thin, .button-caution.button-border-thick,
  549. .button-border-thin.button-caution,
  550. .button-border-thick.button-caution {
  551. color: #FF4351; }
  552. .button-border.button-caution:hover, .button-caution.button-border-thin:hover, .button-caution.button-border-thick:hover, .button-border.button-caution:focus, .button-caution.button-border-thin:focus, .button-caution.button-border-thick:focus,
  553. .button-border-thin.button-caution:hover,
  554. .button-border-thin.button-caution:focus,
  555. .button-border-thick.button-caution:hover,
  556. .button-border-thick.button-caution:focus {
  557. background-color: rgba(255, 118, 128, 0.9);
  558. color: rgba(255, 255, 255, 0.9); }
  559. .button-border.button-caution:active, .button-caution.button-border-thin:active, .button-caution.button-border-thick:active, .button-border.button-caution.active, .button-caution.active.button-border-thin, .button-caution.active.button-border-thick, .button-border.button-caution.is-active, .button-caution.is-active.button-border-thin, .button-caution.is-active.button-border-thick,
  560. .button-border-thin.button-caution:active,
  561. .button-border-thin.button-caution.active,
  562. .button-border-thin.button-caution.is-active,
  563. .button-border-thick.button-caution:active,
  564. .button-border-thick.button-caution.active,
  565. .button-border-thick.button-caution.is-active {
  566. background-color: rgba(246, 76, 89, 0.7);
  567. color: rgba(255, 255, 255, 0.5);
  568. opacity: .3; }
  569. .button-border.button-royal, .button-royal.button-border-thin, .button-royal.button-border-thick,
  570. .button-border-thin.button-royal,
  571. .button-border-thick.button-royal {
  572. color: #7B72E9; }
  573. .button-border.button-royal:hover, .button-royal.button-border-thin:hover, .button-royal.button-border-thick:hover, .button-border.button-royal:focus, .button-royal.button-border-thin:focus, .button-royal.button-border-thick:focus,
  574. .button-border-thin.button-royal:hover,
  575. .button-border-thin.button-royal:focus,
  576. .button-border-thick.button-royal:hover,
  577. .button-border-thick.button-royal:focus {
  578. background-color: rgba(164, 158, 240, 0.9);
  579. color: rgba(255, 255, 255, 0.9); }
  580. .button-border.button-royal:active, .button-royal.button-border-thin:active, .button-royal.button-border-thick:active, .button-border.button-royal.active, .button-royal.active.button-border-thin, .button-royal.active.button-border-thick, .button-border.button-royal.is-active, .button-royal.is-active.button-border-thin, .button-royal.is-active.button-border-thick,
  581. .button-border-thin.button-royal:active,
  582. .button-border-thin.button-royal.active,
  583. .button-border-thin.button-royal.is-active,
  584. .button-border-thick.button-royal:active,
  585. .button-border-thick.button-royal.active,
  586. .button-border-thick.button-royal.is-active {
  587. background-color: rgba(130, 122, 225, 0.7);
  588. color: rgba(255, 255, 255, 0.5);
  589. opacity: .3; }
  590. .button-border.button-giant, .button-giant.button-border-thin, .button-giant.button-border-thick,
  591. .button-border-thin.button-giant,
  592. .button-border-thick.button-giant {
  593. line-height: 66px; }
  594. .button-border.button-jumbo, .button-jumbo.button-border-thin, .button-jumbo.button-border-thick,
  595. .button-border-thin.button-jumbo,
  596. .button-border-thick.button-jumbo {
  597. line-height: 56px; }
  598. .button-border.button-large, .button-large.button-border-thin, .button-large.button-border-thick,
  599. .button-border-thin.button-large,
  600. .button-border-thick.button-large {
  601. line-height: 46px; }
  602. .button-border.button-normal, .button-normal.button-border-thin, .button-normal.button-border-thick,
  603. .button-border-thin.button-normal,
  604. .button-border-thick.button-normal {
  605. line-height: 36px; }
  606. .button-border.button-small, .button-small.button-border-thin, .button-small.button-border-thick,
  607. .button-border-thin.button-small,
  608. .button-border-thick.button-small {
  609. line-height: 26px; }
  610. .button-border.button-tiny, .button-tiny.button-border-thin, .button-tiny.button-border-thick,
  611. .button-border-thin.button-tiny,
  612. .button-border-thick.button-tiny {
  613. line-height: 20px; }
  614. /*
  615. * Border Buttons
  616. *
  617. * These buttons have no fill they only have a
  618. * border to define their hit target.
  619. */
  620. .button-borderless {
  621. background: none;
  622. border: none;
  623. padding: 0 8px !important;
  624. color: #EEE;
  625. font-size: 20.8px;
  626. font-weight: 200;
  627. /*
  628. * Borderless Button Colors
  629. *
  630. * Create colors for buttons
  631. * (.button-primary, .button-secondary, etc.)
  632. */
  633. /*
  634. * Borderles Size Adjustment
  635. *
  636. * The font-size must be large to compinsate for
  637. * the lack of a hit target.
  638. */ }
  639. .button-borderless:hover, .button-borderless:focus {
  640. background: none; }
  641. .button-borderless:active, .button-borderless.active, .button-borderless.is-active {
  642. -webkit-box-shadow: none;
  643. box-shadow: none;
  644. text-shadow: none;
  645. -webkit-transition-property: all;
  646. transition-property: all;
  647. -webkit-transition-duration: .3s;
  648. transition-duration: .3s;
  649. opacity: .3; }
  650. .button-borderless.button-primary {
  651. color: #45b6af; }
  652. .button-borderless.button-plain {
  653. color: #FFF; }
  654. .button-borderless.button-inverse {
  655. color: #222; }
  656. .button-borderless.button-action {
  657. color: #A5DE37; }
  658. .button-borderless.button-highlight {
  659. color: #FEAE1B; }
  660. .button-borderless.button-caution {
  661. color: #FF4351; }
  662. .button-borderless.button-royal {
  663. color: #7B72E9; }
  664. .button-borderless.button-giant {
  665. font-size: 36.4px;
  666. height: 52.4px;
  667. line-height: 52.4px; }
  668. .button-borderless.button-jumbo {
  669. font-size: 31.2px;
  670. height: 47.2px;
  671. line-height: 47.2px; }
  672. .button-borderless.button-large {
  673. font-size: 26px;
  674. height: 42px;
  675. line-height: 42px; }
  676. .button-borderless.button-normal {
  677. font-size: 20.8px;
  678. height: 36.8px;
  679. line-height: 36.8px; }
  680. .button-borderless.button-small {
  681. font-size: 15.6px;
  682. height: 31.6px;
  683. line-height: 31.6px; }
  684. .button-borderless.button-tiny {
  685. font-size: 12.48px;
  686. height: 28.48px;
  687. line-height: 28.48px; }
  688. /*
  689. * Raised Buttons
  690. *
  691. * A classic looking button that offers
  692. * great depth and affordance.
  693. */
  694. .button-raised {
  695. border-color: #e1e1e1;
  696. border-style: solid;
  697. border-width: 1px;
  698. line-height: 38px;
  699. background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e1e1e1));
  700. background: linear-gradient(#f6f6f6, #e1e1e1);
  701. -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15);
  702. box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15); }
  703. .button-raised:hover, .button-raised:focus {
  704. background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
  705. background: linear-gradient(top, white, gainsboro); }
  706. .button-raised:active, .button-raised.active, .button-raised.is-active {
  707. background: #eeeeee;
  708. -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  709. box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white; }
  710. /*
  711. * Raised Button Colors
  712. *
  713. * Create colors for raised buttons
  714. */
  715. .button-raised.button-primary {
  716. border-color: #088ef0;
  717. background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
  718. background: linear-gradient(#34a5f8, #088ef0); }
  719. .button-raised.button-primary:hover, .button-raised.button-primary:focus {
  720. background: -webkit-gradient(linear, left top, left bottom, from(#42abf8), to(#0888e6));
  721. background: linear-gradient(top, #42abf8, #0888e6); }
  722. .button-raised.button-primary:active, .button-raised.button-primary.active, .button-raised.button-primary.is-active {
  723. border-color: #33bbb3;
  724. background: #35a19a; }
  725. .button-raised.button-plain {
  726. border-color: #f2f2f2;
  727. background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  728. background: linear-gradient(white, #f2f2f2); }
  729. .button-raised.button-plain:hover, .button-raised.button-plain:focus {
  730. background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  731. background: linear-gradient(top, white, #ededed); }
  732. .button-raised.button-plain:active, .button-raised.button-plain.active, .button-raised.button-plain.is-active {
  733. border-color: #e6e6e6;
  734. background: white; }
  735. .button-raised.button-inverse {
  736. border-color: #151515;
  737. background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#151515));
  738. background: linear-gradient(#2f2f2f, #151515); }
  739. .button-raised.button-inverse:hover, .button-raised.button-inverse:focus {
  740. background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#101010));
  741. background: linear-gradient(top, #363636, #101010); }
  742. .button-raised.button-inverse:active, .button-raised.button-inverse.active, .button-raised.button-inverse.is-active {
  743. border-color: #090909;
  744. background: #222222; }
  745. .button-raised.button-action {
  746. border-color: #9ad824;
  747. background: -webkit-gradient(linear, left top, left bottom, from(#afe24d), to(#9ad824));
  748. background: linear-gradient(#afe24d, #9ad824); }
  749. .button-raised.button-action:hover, .button-raised.button-action:focus {
  750. background: -webkit-gradient(linear, left top, left bottom, from(#b5e45a), to(#94cf22));
  751. background: linear-gradient(top, #b5e45a, #94cf22); }
  752. .button-raised.button-action:active, .button-raised.button-action.active, .button-raised.button-action.is-active {
  753. border-color: #8bc220;
  754. background: #a1d243; }
  755. .button-raised.button-highlight {
  756. border-color: #fea502;
  757. background: -webkit-gradient(linear, left top, left bottom, from(#feb734), to(#fea502));
  758. background: linear-gradient(#feb734, #fea502); }
  759. .button-raised.button-highlight:hover, .button-raised.button-highlight:focus {
  760. background: -webkit-gradient(linear, left top, left bottom, from(#febc44), to(#f49f01));
  761. background: linear-gradient(top, #febc44, #f49f01); }
  762. .button-raised.button-highlight:active, .button-raised.button-highlight.active, .button-raised.button-highlight.is-active {
  763. border-color: #e59501;
  764. background: #f3ab26; }
  765. .button-raised.button-caution {
  766. border-color: #ff2939;
  767. background: -webkit-gradient(linear, left top, left bottom, from(#ff5c69), to(#ff2939));
  768. background: linear-gradient(#ff5c69, #ff2939); }
  769. .button-raised.button-caution:hover, .button-raised.button-caution:focus {
  770. background: -webkit-gradient(linear, left top, left bottom, from(#ff6c77), to(#ff1f30));
  771. background: linear-gradient(top, #ff6c77, #ff1f30); }
  772. .button-raised.button-caution:active, .button-raised.button-caution.active, .button-raised.button-caution.is-active {
  773. border-color: #ff1022;
  774. background: #f64c59; }
  775. .button-raised.button-royal {
  776. border-color: #665ce6;
  777. background: -webkit-gradient(linear, left top, left bottom, from(#9088ec), to(#665ce6));
  778. background: linear-gradient(#9088ec, #665ce6); }
  779. .button-raised.button-royal:hover, .button-raised.button-royal:focus {
  780. background: -webkit-gradient(linear, left top, left bottom, from(#9c95ef), to(#5e53e4));
  781. background: linear-gradient(top, #9c95ef, #5e53e4); }
  782. .button-raised.button-royal:active, .button-raised.button-royal.active, .button-raised.button-royal.is-active {
  783. border-color: #5246e2;
  784. background: #827ae1; }
  785. /*
  786. * 3D Buttons
  787. *
  788. * These buttons have a heavy three dimensional
  789. * style that mimics the visual appearance of a
  790. * real life button.
  791. */
  792. .button-3d {
  793. position: relative;
  794. top: 0;
  795. -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
  796. box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  797. .button-3d:hover, .button-3d:focus {
  798. -webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2);
  799. box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(0, 0, 0, 0.2); }
  800. .button-3d:active, .button-3d.active, .button-3d.is-active {
  801. top: 5px;
  802. -webkit-transition-property: all;
  803. transition-property: all;
  804. -webkit-transition-duration: .15s;
  805. transition-duration: .15s;
  806. -webkit-box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2);
  807. box-shadow: 0 2px 0 #bbbbbb, 0 3px 3px rgba(0, 0, 0, 0.2); }
  808. /*
  809. * 3D Button Colors
  810. *
  811. * Create colors for buttons
  812. * (.button-primary, .button-secondary, etc.)
  813. */
  814. .button-3d.button-primary {
  815. -webkit-box-shadow: 0 7px 0 #26817b, 0 8px 3px rgba(0, 0, 0, 0.3);
  816. box-shadow: 0 7px 0 #26817b, 0 8px 3px rgba(0, 0, 0, 0.3); }
  817. .button-3d.button-primary:hover, .button-3d.button-primary:focus {
  818. -webkit-box-shadow: 0 7px 0 #1f726d, 0 8px 3px rgba(0, 0, 0, 0.3);
  819. box-shadow: 0 7px 0 #1f726d, 0 8px 3px rgba(0, 0, 0, 0.3); }
  820. .button-3d.button-primary:active, .button-3d.button-primary.active, .button-3d.button-primary.is-active {
  821. -webkit-box-shadow: 0 2px 0 #1f726d, 0 3px 3px rgba(0, 0, 0, 0.2);
  822. box-shadow: 0 2px 0 #1f726d, 0 3px 3px rgba(0, 0, 0, 0.2); }
  823. .button-3d.button-plain {
  824. -webkit-box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3);
  825. box-shadow: 0 7px 0 #e6e6e6, 0 8px 3px rgba(0, 0, 0, 0.3); }
  826. .button-3d.button-plain:hover, .button-3d.button-plain:focus {
  827. -webkit-box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3);
  828. box-shadow: 0 7px 0 #e0e0e0, 0 8px 3px rgba(0, 0, 0, 0.3); }
  829. .button-3d.button-plain:active, .button-3d.button-plain.active, .button-3d.button-plain.is-active {
  830. -webkit-box-shadow: 0 2px 0 #cccccc, 0 3px 3px rgba(0, 0, 0, 0.2);
  831. box-shadow: 0 2px 0 #cccccc, 0 3px 3px rgba(0, 0, 0, 0.2); }
  832. .button-3d.button-inverse {
  833. -webkit-box-shadow: 0 7px 0 #090909, 0 8px 3px rgba(0, 0, 0, 0.3);
  834. box-shadow: 0 7px 0 #090909, 0 8px 3px rgba(0, 0, 0, 0.3); }
  835. .button-3d.button-inverse:hover, .button-3d.button-inverse:focus {
  836. -webkit-box-shadow: 0 7px 0 #030303, 0 8px 3px rgba(0, 0, 0, 0.3);
  837. box-shadow: 0 7px 0 #030303, 0 8px 3px rgba(0, 0, 0, 0.3); }
  838. .button-3d.button-inverse:active, .button-3d.button-inverse.active, .button-3d.button-inverse.is-active {
  839. -webkit-box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2);
  840. box-shadow: 0 2px 0 black, 0 3px 3px rgba(0, 0, 0, 0.2); }
  841. .button-3d.button-action {
  842. -webkit-box-shadow: 0 7px 0 #8bc220, 0 8px 3px rgba(0, 0, 0, 0.3);
  843. box-shadow: 0 7px 0 #8bc220, 0 8px 3px rgba(0, 0, 0, 0.3); }
  844. .button-3d.button-action:hover, .button-3d.button-action:focus {
  845. -webkit-box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3);
  846. box-shadow: 0 7px 0 #84b91f, 0 8px 3px rgba(0, 0, 0, 0.3); }
  847. .button-3d.button-action:active, .button-3d.button-action.active, .button-3d.button-action.is-active {
  848. -webkit-box-shadow: 0 2px 0 #6b9619, 0 3px 3px rgba(0, 0, 0, 0.2);
  849. box-shadow: 0 2px 0 #6b9619, 0 3px 3px rgba(0, 0, 0, 0.2); }
  850. .button-3d.button-highlight {
  851. -webkit-box-shadow: 0 7px 0 #e59501, 0 8px 3px rgba(0, 0, 0, 0.3);
  852. box-shadow: 0 7px 0 #e59501, 0 8px 3px rgba(0, 0, 0, 0.3); }
  853. .button-3d.button-highlight:hover, .button-3d.button-highlight:focus {
  854. -webkit-box-shadow: 0 7px 0 #db8e01, 0 8px 3px rgba(0, 0, 0, 0.3);
  855. box-shadow: 0 7px 0 #db8e01, 0 8px 3px rgba(0, 0, 0, 0.3); }
  856. .button-3d.button-highlight:active, .button-3d.button-highlight.active, .button-3d.button-highlight.is-active {
  857. -webkit-box-shadow: 0 2px 0 #b27401, 0 3px 3px rgba(0, 0, 0, 0.2);
  858. box-shadow: 0 2px 0 #b27401, 0 3px 3px rgba(0, 0, 0, 0.2); }
  859. .button-3d.button-caution {
  860. -webkit-box-shadow: 0 7px 0 #ff1022, 0 8px 3px rgba(0, 0, 0, 0.3);
  861. box-shadow: 0 7px 0 #ff1022, 0 8px 3px rgba(0, 0, 0, 0.3); }
  862. .button-3d.button-caution:hover, .button-3d.button-caution:focus {
  863. -webkit-box-shadow: 0 7px 0 #ff0618, 0 8px 3px rgba(0, 0, 0, 0.3);
  864. box-shadow: 0 7px 0 #ff0618, 0 8px 3px rgba(0, 0, 0, 0.3); }
  865. .button-3d.button-caution:active, .button-3d.button-caution.active, .button-3d.button-caution.is-active {
  866. -webkit-box-shadow: 0 2px 0 #dc0010, 0 3px 3px rgba(0, 0, 0, 0.2);
  867. box-shadow: 0 2px 0 #dc0010, 0 3px 3px rgba(0, 0, 0, 0.2); }
  868. .button-3d.button-royal {
  869. -webkit-box-shadow: 0 7px 0 #5246e2, 0 8px 3px rgba(0, 0, 0, 0.3);
  870. box-shadow: 0 7px 0 #5246e2, 0 8px 3px rgba(0, 0, 0, 0.3); }
  871. .button-3d.button-royal:hover, .button-3d.button-royal:focus {
  872. -webkit-box-shadow: 0 7px 0 #493de1, 0 8px 3px rgba(0, 0, 0, 0.3);
  873. box-shadow: 0 7px 0 #493de1, 0 8px 3px rgba(0, 0, 0, 0.3); }
  874. .button-3d.button-royal:active, .button-3d.button-royal.active, .button-3d.button-royal.is-active {
  875. -webkit-box-shadow: 0 2px 0 #2f21d4, 0 3px 3px rgba(0, 0, 0, 0.2);
  876. box-shadow: 0 2px 0 #2f21d4, 0 3px 3px rgba(0, 0, 0, 0.2); }
  877. /*
  878. * Glowing Buttons
  879. *
  880. * A pulse like glow that appears
  881. * rythmically around the edges of
  882. * a button.
  883. */
  884. /*
  885. * Glow animation mixin for Compass users
  886. *
  887. */
  888. /*
  889. * Glowing Keyframes
  890. *
  891. */
  892. @-webkit-keyframes glowing {
  893. from {
  894. -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
  895. box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); }
  896. 50% {
  897. -webkit-box-shadow: 0 0 20px rgba(44, 154, 219, 0.8);
  898. box-shadow: 0 0 20px rgba(44, 154, 219, 0.8); }
  899. to {
  900. -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
  901. box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); } }
  902. @keyframes glowing {
  903. from {
  904. -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
  905. box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); }
  906. 50% {
  907. -webkit-box-shadow: 0 0 20px rgba(44, 154, 219, 0.8);
  908. box-shadow: 0 0 20px rgba(44, 154, 219, 0.8); }
  909. to {
  910. -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3);
  911. box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); } }
  912. /*
  913. * Glowing Keyframes for various colors
  914. *
  915. */
  916. @-webkit-keyframes glowing-primary {
  917. from {
  918. -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
  919. box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); }
  920. 50% {
  921. -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
  922. box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); }
  923. to {
  924. -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
  925. box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); } }
  926. @keyframes glowing-primary {
  927. from {
  928. -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
  929. box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); }
  930. 50% {
  931. -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
  932. box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); }
  933. to {
  934. -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
  935. box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); } }
  936. @-webkit-keyframes glowing-plain {
  937. from {
  938. -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  939. box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); }
  940. 50% {
  941. -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  942. box-shadow: 0 0 20px rgba(255, 255, 255, 0.8); }
  943. to {
  944. -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  945. box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); } }
  946. @keyframes glowing-plain {
  947. from {
  948. -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  949. box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); }
  950. 50% {
  951. -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  952. box-shadow: 0 0 20px rgba(255, 255, 255, 0.8); }
  953. to {
  954. -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  955. box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); } }
  956. @-webkit-keyframes glowing-inverse {
  957. from {
  958. -webkit-box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  959. box-shadow: 0 0 0 rgba(34, 34, 34, 0.3); }
  960. 50% {
  961. -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  962. box-shadow: 0 0 20px rgba(34, 34, 34, 0.8); }
  963. to {
  964. -webkit-box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  965. box-shadow: 0 0 0 rgba(34, 34, 34, 0.3); } }
  966. @keyframes glowing-inverse {
  967. from {
  968. -webkit-box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  969. box-shadow: 0 0 0 rgba(34, 34, 34, 0.3); }
  970. 50% {
  971. -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  972. box-shadow: 0 0 20px rgba(34, 34, 34, 0.8); }
  973. to {
  974. -webkit-box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  975. box-shadow: 0 0 0 rgba(34, 34, 34, 0.3); } }
  976. @-webkit-keyframes glowing-action {
  977. from {
  978. -webkit-box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
  979. box-shadow: 0 0 0 rgba(165, 222, 55, 0.3); }
  980. 50% {
  981. -webkit-box-shadow: 0 0 20px rgba(165, 222, 55, 0.8);
  982. box-shadow: 0 0 20px rgba(165, 222, 55, 0.8); }
  983. to {
  984. -webkit-box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
  985. box-shadow: 0 0 0 rgba(165, 222, 55, 0.3); } }
  986. @keyframes glowing-action {
  987. from {
  988. -webkit-box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
  989. box-shadow: 0 0 0 rgba(165, 222, 55, 0.3); }
  990. 50% {
  991. -webkit-box-shadow: 0 0 20px rgba(165, 222, 55, 0.8);
  992. box-shadow: 0 0 20px rgba(165, 222, 55, 0.8); }
  993. to {
  994. -webkit-box-shadow: 0 0 0 rgba(165, 222, 55, 0.3);
  995. box-shadow: 0 0 0 rgba(165, 222, 55, 0.3); } }
  996. @-webkit-keyframes glowing-highlight {
  997. from {
  998. -webkit-box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
  999. box-shadow: 0 0 0 rgba(254, 174, 27, 0.3); }
  1000. 50% {
  1001. -webkit-box-shadow: 0 0 20px rgba(254, 174, 27, 0.8);
  1002. box-shadow: 0 0 20px rgba(254, 174, 27, 0.8); }
  1003. to {
  1004. -webkit-box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
  1005. box-shadow: 0 0 0 rgba(254, 174, 27, 0.3); } }
  1006. @keyframes glowing-highlight {
  1007. from {
  1008. -webkit-box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
  1009. box-shadow: 0 0 0 rgba(254, 174, 27, 0.3); }
  1010. 50% {
  1011. -webkit-box-shadow: 0 0 20px rgba(254, 174, 27, 0.8);
  1012. box-shadow: 0 0 20px rgba(254, 174, 27, 0.8); }
  1013. to {
  1014. -webkit-box-shadow: 0 0 0 rgba(254, 174, 27, 0.3);
  1015. box-shadow: 0 0 0 rgba(254, 174, 27, 0.3); } }
  1016. @-webkit-keyframes glowing-caution {
  1017. from {
  1018. -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
  1019. box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  1020. 50% {
  1021. -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
  1022. box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  1023. to {
  1024. -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
  1025. box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
  1026. @keyframes glowing-caution {
  1027. from {
  1028. -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
  1029. box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  1030. 50% {
  1031. -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
  1032. box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  1033. to {
  1034. -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
  1035. box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
  1036. @-webkit-keyframes glowing-royal {
  1037. from {
  1038. -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
  1039. box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); }
  1040. 50% {
  1041. -webkit-box-shadow: 0 0 20px rgba(123, 114, 233, 0.8);
  1042. box-shadow: 0 0 20px rgba(123, 114, 233, 0.8); }
  1043. to {
  1044. -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
  1045. box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); } }
  1046. @keyframes glowing-royal {
  1047. from {
  1048. -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
  1049. box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); }
  1050. 50% {
  1051. -webkit-box-shadow: 0 0 20px rgba(123, 114, 233, 0.8);
  1052. box-shadow: 0 0 20px rgba(123, 114, 233, 0.8); }
  1053. to {
  1054. -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
  1055. box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); } }
  1056. /*
  1057. * Glowing Buttons Base Styes
  1058. *
  1059. * A pulse like glow that appears
  1060. * rythmically around the edges of
  1061. * a button.
  1062. */
  1063. .button-glow {
  1064. -webkit-animation-duration: 3s;
  1065. animation-duration: 3s;
  1066. -webkit-animation-iteration-count: infinite;
  1067. animation-iteration-count: infinite;
  1068. -webkit-animation-name: glowing;
  1069. animation-name: glowing; }
  1070. .button-glow:active, .button-glow.active, .button-glow.is-active {
  1071. -webkit-animation-name: none;
  1072. animation-name: none; }
  1073. /*
  1074. * Glowing Button Colors
  1075. *
  1076. * Create colors for glowing buttons
  1077. */
  1078. .button-glow.button-primary {
  1079. -webkit-animation-name: glowing-primary;
  1080. animation-name: glowing-primary; }
  1081. .button-glow.button-plain {
  1082. -webkit-animation-name: glowing-plain;
  1083. animation-name: glowing-plain; }
  1084. .button-glow.button-inverse {
  1085. -webkit-animation-name: glowing-inverse;
  1086. animation-name: glowing-inverse; }
  1087. .button-glow.button-action {
  1088. -webkit-animation-name: glowing-action;
  1089. animation-name: glowing-action; }
  1090. .button-glow.button-highlight {
  1091. -webkit-animation-name: glowing-highlight;
  1092. animation-name: glowing-highlight; }
  1093. .button-glow.button-caution {
  1094. -webkit-animation-name: glowing-caution;
  1095. animation-name: glowing-caution; }
  1096. .button-glow.button-royal {
  1097. -webkit-animation-name: glowing-royal;
  1098. animation-name: glowing-royal; }
  1099. /*
  1100. * Dropdown menu buttons
  1101. *
  1102. * A dropdown menu appears
  1103. * when a button is pressed
  1104. */
  1105. /*
  1106. * Dropdown Container
  1107. *
  1108. */
  1109. .button-dropdown {
  1110. position: relative;
  1111. overflow: visible;
  1112. display: inline-block; }
  1113. /*
  1114. * Dropdown List Style
  1115. *
  1116. */
  1117. .button-dropdown-list {
  1118. display: none;
  1119. position: absolute;
  1120. padding: 0;
  1121. margin: 0;
  1122. top: 0;
  1123. left: 0;
  1124. z-index: 1000;
  1125. min-width: 100%;
  1126. list-style-type: none;
  1127. background: rgba(255, 255, 255, 0.95);
  1128. border-style: solid;
  1129. border-width: 1px;
  1130. border-color: #d4d4d4;
  1131. font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  1132. -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  1133. box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  1134. border-radius: 3px;
  1135. -webkit-box-sizing: border-box;
  1136. -moz-box-sizing: border-box;
  1137. box-sizing: border-box;
  1138. /*
  1139. * Dropdown Below
  1140. *
  1141. */
  1142. /*
  1143. * Dropdown Above
  1144. *
  1145. */ }
  1146. .button-dropdown-list.is-below {
  1147. top: 100%;
  1148. border-top: none;
  1149. border-radius: 0 0 3px 3px; }
  1150. .button-dropdown-list.is-above {
  1151. bottom: 100%;
  1152. top: auto;
  1153. border-bottom: none;
  1154. border-radius: 3px 3px 0 0;
  1155. -webkit-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2);
  1156. box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2); }
  1157. /*
  1158. * Dropdown Buttons
  1159. *
  1160. */
  1161. .button-dropdown-list > li {
  1162. padding: 0;
  1163. margin: 0;
  1164. display: block; }
  1165. .button-dropdown-list > li > a {
  1166. display: block;
  1167. line-height: 40px;
  1168. font-size: 12.8px;
  1169. padding: 5px 10px;
  1170. float: none;
  1171. color: #666;
  1172. text-decoration: none; }
  1173. .button-dropdown-list > li > a:hover {
  1174. color: #5e5e5e;
  1175. background: #f6f6f6;
  1176. text-decoration: none; }
  1177. .button-dropdown-divider {
  1178. border-top: 1px solid #e6e6e6; }
  1179. /*
  1180. * Dropdown Colors
  1181. *
  1182. * Create colors for buttons
  1183. * (.button-primary, .button-secondary, etc.)
  1184. */
  1185. .button-dropdown.button-dropdown-primary .button-dropdown-list {
  1186. background: rgba(27, 154, 247, 0.95);
  1187. border-color: #33bbb3; }
  1188. .button-dropdown.button-dropdown-primary .button-dropdown-list .button-dropdown-divider {
  1189. border-color: #0888e6; }
  1190. .button-dropdown.button-dropdown-primary .button-dropdown-list > li > a {
  1191. color: #FFF; }
  1192. .button-dropdown.button-dropdown-primary .button-dropdown-list > li > a:hover {
  1193. color: #f2f2f2;
  1194. background: #088ef0; }
  1195. .button-dropdown.button-dropdown-plain .button-dropdown-list {
  1196. background: rgba(255, 255, 255, 0.95);
  1197. border-color: #e6e6e6; }
  1198. .button-dropdown.button-dropdown-plain .button-dropdown-list .button-dropdown-divider {
  1199. border-color: #ededed; }
  1200. .button-dropdown.button-dropdown-plain .button-dropdown-list > li > a {
  1201. color: #45b6af; }
  1202. .button-dropdown.button-dropdown-plain .button-dropdown-list > li > a:hover {
  1203. color: #088ef0;
  1204. background: #f2f2f2; }
  1205. .button-dropdown.button-dropdown-inverse .button-dropdown-list {
  1206. background: rgba(34, 34, 34, 0.95);
  1207. border-color: #090909; }
  1208. .button-dropdown.button-dropdown-inverse .button-dropdown-list .button-dropdown-divider {
  1209. border-color: #101010; }
  1210. .button-dropdown.button-dropdown-inverse .button-dropdown-list > li > a {
  1211. color: #EEE; }
  1212. .button-dropdown.button-dropdown-inverse .button-dropdown-list > li > a:hover {
  1213. color: #e1e1e1;
  1214. background: #151515; }
  1215. .button-dropdown.button-dropdown-action .button-dropdown-list {
  1216. background: rgba(165, 222, 55, 0.95);
  1217. border-color: #8bc220; }
  1218. .button-dropdown.button-dropdown-action .button-dropdown-list .button-dropdown-divider {
  1219. border-color: #94cf22; }
  1220. .button-dropdown.button-dropdown-action .button-dropdown-list > li > a {
  1221. color: #FFF; }
  1222. .button-dropdown.button-dropdown-action .button-dropdown-list > li > a:hover {
  1223. color: #f2f2f2;
  1224. background: #9ad824; }
  1225. .button-dropdown.button-dropdown-highlight .button-dropdown-list {
  1226. background: rgba(254, 174, 27, 0.95);
  1227. border-color: #e59501; }
  1228. .button-dropdown.button-dropdown-highlight .button-dropdown-list .button-dropdown-divider {
  1229. border-color: #f49f01; }
  1230. .button-dropdown.button-dropdown-highlight .button-dropdown-list > li > a {
  1231. color: #FFF; }
  1232. .button-dropdown.button-dropdown-highlight .button-dropdown-list > li > a:hover {
  1233. color: #f2f2f2;
  1234. background: #fea502; }
  1235. .button-dropdown.button-dropdown-caution .button-dropdown-list {
  1236. background: rgba(255, 67, 81, 0.95);
  1237. border-color: #ff1022; }
  1238. .button-dropdown.button-dropdown-caution .button-dropdown-list .button-dropdown-divider {
  1239. border-color: #ff1f30; }
  1240. .button-dropdown.button-dropdown-caution .button-dropdown-list > li > a {
  1241. color: #FFF; }
  1242. .button-dropdown.button-dropdown-caution .button-dropdown-list > li > a:hover {
  1243. color: #f2f2f2;
  1244. background: #ff2939; }
  1245. .button-dropdown.button-dropdown-royal .button-dropdown-list {
  1246. background: rgba(123, 114, 233, 0.95);
  1247. border-color: #5246e2; }
  1248. .button-dropdown.button-dropdown-royal .button-dropdown-list .button-dropdown-divider {
  1249. border-color: #5e53e4; }
  1250. .button-dropdown.button-dropdown-royal .button-dropdown-list > li > a {
  1251. color: #FFF; }
  1252. .button-dropdown.button-dropdown-royal .button-dropdown-list > li > a:hover {
  1253. color: #f2f2f2;
  1254. background: #665ce6; }
  1255. /*
  1256. * Buton Groups
  1257. *
  1258. * A group of related buttons
  1259. * displayed edge to edge
  1260. */
  1261. .button-group {
  1262. position: relative;
  1263. display: inline-block; }
  1264. .button-group:after {
  1265. content: " ";
  1266. display: block;
  1267. clear: both; }
  1268. .button-group .button,
  1269. .button-group .button-dropdown {
  1270. float: left; }
  1271. .button-group .button:not(:first-child):not(:last-child),
  1272. .button-group .button-dropdown:not(:first-child):not(:last-child) {
  1273. border-radius: 0;
  1274. border-right: none; }
  1275. .button-group .button:first-child,
  1276. .button-group .button-dropdown:first-child {
  1277. border-top-right-radius: 0;
  1278. border-bottom-right-radius: 0;
  1279. border-right: none; }
  1280. .button-group .button:last-child,
  1281. .button-group .button-dropdown:last-child {
  1282. border-top-left-radius: 0;
  1283. border-bottom-left-radius: 0; }
  1284. /*
  1285. * Button Wrapper
  1286. *
  1287. * A wrap around effect to highlight
  1288. * the shape of the button and offer
  1289. * a subtle visual effect.
  1290. */
  1291. .button-wrap {
  1292. border: 1px solid #e3e3e3;
  1293. display: inline-block;
  1294. padding: 9px;
  1295. background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFF));
  1296. background: linear-gradient(#f2f2f2, #FFF);
  1297. border-radius: 200px;
  1298. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  1299. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04); }
  1300. /*
  1301. * Long Shadow Buttons
  1302. *
  1303. * A visual effect adding a flat shadow to the text of a button
  1304. */
  1305. /*
  1306. * Long Shadow Function
  1307. *
  1308. * Loops $length times building a long shadow. Defaults downward right
  1309. */
  1310. /*
  1311. * LONG SHADOW MIXIN
  1312. *
  1313. */
  1314. /*
  1315. * Shadow Right
  1316. *
  1317. */
  1318. .button-longshadow,
  1319. .button-longshadow-right {
  1320. overflow: hidden; }
  1321. .button-longshadow.button-primary,
  1322. .button-longshadow-right.button-primary {
  1323. text-shadow: 0px 0px #33bbb3, 1px 1px #33bbb3, 2px 2px #33bbb3, 3px 3px #33bbb3, 4px 4px #33bbb3, 5px 5px #33bbb3, 6px 6px #33bbb3, 7px 7px #33bbb3, 8px 8px #33bbb3, 9px 9px #33bbb3, 10px 10px #33bbb3, 11px 11px #33bbb3, 12px 12px #33bbb3, 13px 13px #33bbb3, 14px 14px #33bbb3, 15px 15px #33bbb3, 16px 16px #33bbb3, 17px 17px #33bbb3, 18px 18px #33bbb3, 19px 19px #33bbb3, 20px 20px #33bbb3, 21px 21px #33bbb3, 22px 22px #33bbb3, 23px 23px #33bbb3, 24px 24px #33bbb3, 25px 25px #33bbb3, 26px 26px #33bbb3, 27px 27px #33bbb3, 28px 28px #33bbb3, 29px 29px #33bbb3, 30px 30px #33bbb3, 31px 31px #33bbb3, 32px 32px #33bbb3, 33px 33px #33bbb3, 34px 34px #33bbb3, 35px 35px #33bbb3, 36px 36px #33bbb3, 37px 37px #33bbb3, 38px 38px #33bbb3, 39px 39px #33bbb3, 40px 40px #33bbb3, 41px 41px #33bbb3, 42px 42px #33bbb3, 43px 43px #33bbb3, 44px 44px #33bbb3, 45px 45px #33bbb3, 46px 46px #33bbb3, 47px 47px #33bbb3, 48px 48px #33bbb3, 49px 49px #33bbb3, 50px 50px #33bbb3, 51px 51px #33bbb3, 52px 52px #33bbb3, 53px 53px #33bbb3, 54px 54px #33bbb3, 55px 55px #33bbb3, 56px 56px #33bbb3, 57px 57px #33bbb3, 58px 58px #33bbb3, 59px 59px #33bbb3, 60px 60px #33bbb3, 61px 61px #33bbb3, 62px 62px #33bbb3, 63px 63px #33bbb3, 64px 64px #33bbb3, 65px 65px #33bbb3, 66px 66px #33bbb3, 67px 67px #33bbb3, 68px 68px #33bbb3, 69px 69px #33bbb3, 70px 70px #33bbb3, 71px 71px #33bbb3, 72px 72px #33bbb3, 73px 73px #33bbb3, 74px 74px #33bbb3, 75px 75px #33bbb3, 76px 76px #33bbb3, 77px 77px #33bbb3, 78px 78px #33bbb3, 79px 79px #33bbb3, 80px 80px #33bbb3, 81px 81px #33bbb3, 82px 82px #33bbb3, 83px 83px #33bbb3, 84px 84px #33bbb3, 85px 85px #33bbb3; }
  1324. .button-longshadow.button-primary:active, .button-longshadow.button-primary.active, .button-longshadow.button-primary.is-active,
  1325. .button-longshadow-right.button-primary:active,
  1326. .button-longshadow-right.button-primary.active,
  1327. .button-longshadow-right.button-primary.is-active {
  1328. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1329. .button-longshadow.button-plain,
  1330. .button-longshadow-right.button-plain {
  1331. text-shadow: 0px 0px #e6e6e6, 1px 1px #e6e6e6, 2px 2px #e6e6e6, 3px 3px #e6e6e6, 4px 4px #e6e6e6, 5px 5px #e6e6e6, 6px 6px #e6e6e6, 7px 7px #e6e6e6, 8px 8px #e6e6e6, 9px 9px #e6e6e6, 10px 10px #e6e6e6, 11px 11px #e6e6e6, 12px 12px #e6e6e6, 13px 13px #e6e6e6, 14px 14px #e6e6e6, 15px 15px #e6e6e6, 16px 16px #e6e6e6, 17px 17px #e6e6e6, 18px 18px #e6e6e6, 19px 19px #e6e6e6, 20px 20px #e6e6e6, 21px 21px #e6e6e6, 22px 22px #e6e6e6, 23px 23px #e6e6e6, 24px 24px #e6e6e6, 25px 25px #e6e6e6, 26px 26px #e6e6e6, 27px 27px #e6e6e6, 28px 28px #e6e6e6, 29px 29px #e6e6e6, 30px 30px #e6e6e6, 31px 31px #e6e6e6, 32px 32px #e6e6e6, 33px 33px #e6e6e6, 34px 34px #e6e6e6, 35px 35px #e6e6e6, 36px 36px #e6e6e6, 37px 37px #e6e6e6, 38px 38px #e6e6e6, 39px 39px #e6e6e6, 40px 40px #e6e6e6, 41px 41px #e6e6e6, 42px 42px #e6e6e6, 43px 43px #e6e6e6, 44px 44px #e6e6e6, 45px 45px #e6e6e6, 46px 46px #e6e6e6, 47px 47px #e6e6e6, 48px 48px #e6e6e6, 49px 49px #e6e6e6, 50px 50px #e6e6e6, 51px 51px #e6e6e6, 52px 52px #e6e6e6, 53px 53px #e6e6e6, 54px 54px #e6e6e6, 55px 55px #e6e6e6, 56px 56px #e6e6e6, 57px 57px #e6e6e6, 58px 58px #e6e6e6, 59px 59px #e6e6e6, 60px 60px #e6e6e6, 61px 61px #e6e6e6, 62px 62px #e6e6e6, 63px 63px #e6e6e6, 64px 64px #e6e6e6, 65px 65px #e6e6e6, 66px 66px #e6e6e6, 67px 67px #e6e6e6, 68px 68px #e6e6e6, 69px 69px #e6e6e6, 70px 70px #e6e6e6, 71px 71px #e6e6e6, 72px 72px #e6e6e6, 73px 73px #e6e6e6, 74px 74px #e6e6e6, 75px 75px #e6e6e6, 76px 76px #e6e6e6, 77px 77px #e6e6e6, 78px 78px #e6e6e6, 79px 79px #e6e6e6, 80px 80px #e6e6e6, 81px 81px #e6e6e6, 82px 82px #e6e6e6, 83px 83px #e6e6e6, 84px 84px #e6e6e6, 85px 85px #e6e6e6; }
  1332. .button-longshadow.button-plain:active, .button-longshadow.button-plain.active, .button-longshadow.button-plain.is-active,
  1333. .button-longshadow-right.button-plain:active,
  1334. .button-longshadow-right.button-plain.active,
  1335. .button-longshadow-right.button-plain.is-active {
  1336. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1337. .button-longshadow.button-inverse,
  1338. .button-longshadow-right.button-inverse {
  1339. text-shadow: 0px 0px #090909, 1px 1px #090909, 2px 2px #090909, 3px 3px #090909, 4px 4px #090909, 5px 5px #090909, 6px 6px #090909, 7px 7px #090909, 8px 8px #090909, 9px 9px #090909, 10px 10px #090909, 11px 11px #090909, 12px 12px #090909, 13px 13px #090909, 14px 14px #090909, 15px 15px #090909, 16px 16px #090909, 17px 17px #090909, 18px 18px #090909, 19px 19px #090909, 20px 20px #090909, 21px 21px #090909, 22px 22px #090909, 23px 23px #090909, 24px 24px #090909, 25px 25px #090909, 26px 26px #090909, 27px 27px #090909, 28px 28px #090909, 29px 29px #090909, 30px 30px #090909, 31px 31px #090909, 32px 32px #090909, 33px 33px #090909, 34px 34px #090909, 35px 35px #090909, 36px 36px #090909, 37px 37px #090909, 38px 38px #090909, 39px 39px #090909, 40px 40px #090909, 41px 41px #090909, 42px 42px #090909, 43px 43px #090909, 44px 44px #090909, 45px 45px #090909, 46px 46px #090909, 47px 47px #090909, 48px 48px #090909, 49px 49px #090909, 50px 50px #090909, 51px 51px #090909, 52px 52px #090909, 53px 53px #090909, 54px 54px #090909, 55px 55px #090909, 56px 56px #090909, 57px 57px #090909, 58px 58px #090909, 59px 59px #090909, 60px 60px #090909, 61px 61px #090909, 62px 62px #090909, 63px 63px #090909, 64px 64px #090909, 65px 65px #090909, 66px 66px #090909, 67px 67px #090909, 68px 68px #090909, 69px 69px #090909, 70px 70px #090909, 71px 71px #090909, 72px 72px #090909, 73px 73px #090909, 74px 74px #090909, 75px 75px #090909, 76px 76px #090909, 77px 77px #090909, 78px 78px #090909, 79px 79px #090909, 80px 80px #090909, 81px 81px #090909, 82px 82px #090909, 83px 83px #090909, 84px 84px #090909, 85px 85px #090909; }
  1340. .button-longshadow.button-inverse:active, .button-longshadow.button-inverse.active, .button-longshadow.button-inverse.is-active,
  1341. .button-longshadow-right.button-inverse:active,
  1342. .button-longshadow-right.button-inverse.active,
  1343. .button-longshadow-right.button-inverse.is-active {
  1344. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1345. .button-longshadow.button-action,
  1346. .button-longshadow-right.button-action {
  1347. text-shadow: 0px 0px #8bc220, 1px 1px #8bc220, 2px 2px #8bc220, 3px 3px #8bc220, 4px 4px #8bc220, 5px 5px #8bc220, 6px 6px #8bc220, 7px 7px #8bc220, 8px 8px #8bc220, 9px 9px #8bc220, 10px 10px #8bc220, 11px 11px #8bc220, 12px 12px #8bc220, 13px 13px #8bc220, 14px 14px #8bc220, 15px 15px #8bc220, 16px 16px #8bc220, 17px 17px #8bc220, 18px 18px #8bc220, 19px 19px #8bc220, 20px 20px #8bc220, 21px 21px #8bc220, 22px 22px #8bc220, 23px 23px #8bc220, 24px 24px #8bc220, 25px 25px #8bc220, 26px 26px #8bc220, 27px 27px #8bc220, 28px 28px #8bc220, 29px 29px #8bc220, 30px 30px #8bc220, 31px 31px #8bc220, 32px 32px #8bc220, 33px 33px #8bc220, 34px 34px #8bc220, 35px 35px #8bc220, 36px 36px #8bc220, 37px 37px #8bc220, 38px 38px #8bc220, 39px 39px #8bc220, 40px 40px #8bc220, 41px 41px #8bc220, 42px 42px #8bc220, 43px 43px #8bc220, 44px 44px #8bc220, 45px 45px #8bc220, 46px 46px #8bc220, 47px 47px #8bc220, 48px 48px #8bc220, 49px 49px #8bc220, 50px 50px #8bc220, 51px 51px #8bc220, 52px 52px #8bc220, 53px 53px #8bc220, 54px 54px #8bc220, 55px 55px #8bc220, 56px 56px #8bc220, 57px 57px #8bc220, 58px 58px #8bc220, 59px 59px #8bc220, 60px 60px #8bc220, 61px 61px #8bc220, 62px 62px #8bc220, 63px 63px #8bc220, 64px 64px #8bc220, 65px 65px #8bc220, 66px 66px #8bc220, 67px 67px #8bc220, 68px 68px #8bc220, 69px 69px #8bc220, 70px 70px #8bc220, 71px 71px #8bc220, 72px 72px #8bc220, 73px 73px #8bc220, 74px 74px #8bc220, 75px 75px #8bc220, 76px 76px #8bc220, 77px 77px #8bc220, 78px 78px #8bc220, 79px 79px #8bc220, 80px 80px #8bc220, 81px 81px #8bc220, 82px 82px #8bc220, 83px 83px #8bc220, 84px 84px #8bc220, 85px 85px #8bc220; }
  1348. .button-longshadow.button-action:active, .button-longshadow.button-action.active, .button-longshadow.button-action.is-active,
  1349. .button-longshadow-right.button-action:active,
  1350. .button-longshadow-right.button-action.active,
  1351. .button-longshadow-right.button-action.is-active {
  1352. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1353. .button-longshadow.button-highlight,
  1354. .button-longshadow-right.button-highlight {
  1355. text-shadow: 0px 0px #e59501, 1px 1px #e59501, 2px 2px #e59501, 3px 3px #e59501, 4px 4px #e59501, 5px 5px #e59501, 6px 6px #e59501, 7px 7px #e59501, 8px 8px #e59501, 9px 9px #e59501, 10px 10px #e59501, 11px 11px #e59501, 12px 12px #e59501, 13px 13px #e59501, 14px 14px #e59501, 15px 15px #e59501, 16px 16px #e59501, 17px 17px #e59501, 18px 18px #e59501, 19px 19px #e59501, 20px 20px #e59501, 21px 21px #e59501, 22px 22px #e59501, 23px 23px #e59501, 24px 24px #e59501, 25px 25px #e59501, 26px 26px #e59501, 27px 27px #e59501, 28px 28px #e59501, 29px 29px #e59501, 30px 30px #e59501, 31px 31px #e59501, 32px 32px #e59501, 33px 33px #e59501, 34px 34px #e59501, 35px 35px #e59501, 36px 36px #e59501, 37px 37px #e59501, 38px 38px #e59501, 39px 39px #e59501, 40px 40px #e59501, 41px 41px #e59501, 42px 42px #e59501, 43px 43px #e59501, 44px 44px #e59501, 45px 45px #e59501, 46px 46px #e59501, 47px 47px #e59501, 48px 48px #e59501, 49px 49px #e59501, 50px 50px #e59501, 51px 51px #e59501, 52px 52px #e59501, 53px 53px #e59501, 54px 54px #e59501, 55px 55px #e59501, 56px 56px #e59501, 57px 57px #e59501, 58px 58px #e59501, 59px 59px #e59501, 60px 60px #e59501, 61px 61px #e59501, 62px 62px #e59501, 63px 63px #e59501, 64px 64px #e59501, 65px 65px #e59501, 66px 66px #e59501, 67px 67px #e59501, 68px 68px #e59501, 69px 69px #e59501, 70px 70px #e59501, 71px 71px #e59501, 72px 72px #e59501, 73px 73px #e59501, 74px 74px #e59501, 75px 75px #e59501, 76px 76px #e59501, 77px 77px #e59501, 78px 78px #e59501, 79px 79px #e59501, 80px 80px #e59501, 81px 81px #e59501, 82px 82px #e59501, 83px 83px #e59501, 84px 84px #e59501, 85px 85px #e59501; }
  1356. .button-longshadow.button-highlight:active, .button-longshadow.button-highlight.active, .button-longshadow.button-highlight.is-active,
  1357. .button-longshadow-right.button-highlight:active,
  1358. .button-longshadow-right.button-highlight.active,
  1359. .button-longshadow-right.button-highlight.is-active {
  1360. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1361. .button-longshadow.button-caution,
  1362. .button-longshadow-right.button-caution {
  1363. text-shadow: 0px 0px #ff1022, 1px 1px #ff1022, 2px 2px #ff1022, 3px 3px #ff1022, 4px 4px #ff1022, 5px 5px #ff1022, 6px 6px #ff1022, 7px 7px #ff1022, 8px 8px #ff1022, 9px 9px #ff1022, 10px 10px #ff1022, 11px 11px #ff1022, 12px 12px #ff1022, 13px 13px #ff1022, 14px 14px #ff1022, 15px 15px #ff1022, 16px 16px #ff1022, 17px 17px #ff1022, 18px 18px #ff1022, 19px 19px #ff1022, 20px 20px #ff1022, 21px 21px #ff1022, 22px 22px #ff1022, 23px 23px #ff1022, 24px 24px #ff1022, 25px 25px #ff1022, 26px 26px #ff1022, 27px 27px #ff1022, 28px 28px #ff1022, 29px 29px #ff1022, 30px 30px #ff1022, 31px 31px #ff1022, 32px 32px #ff1022, 33px 33px #ff1022, 34px 34px #ff1022, 35px 35px #ff1022, 36px 36px #ff1022, 37px 37px #ff1022, 38px 38px #ff1022, 39px 39px #ff1022, 40px 40px #ff1022, 41px 41px #ff1022, 42px 42px #ff1022, 43px 43px #ff1022, 44px 44px #ff1022, 45px 45px #ff1022, 46px 46px #ff1022, 47px 47px #ff1022, 48px 48px #ff1022, 49px 49px #ff1022, 50px 50px #ff1022, 51px 51px #ff1022, 52px 52px #ff1022, 53px 53px #ff1022, 54px 54px #ff1022, 55px 55px #ff1022, 56px 56px #ff1022, 57px 57px #ff1022, 58px 58px #ff1022, 59px 59px #ff1022, 60px 60px #ff1022, 61px 61px #ff1022, 62px 62px #ff1022, 63px 63px #ff1022, 64px 64px #ff1022, 65px 65px #ff1022, 66px 66px #ff1022, 67px 67px #ff1022, 68px 68px #ff1022, 69px 69px #ff1022, 70px 70px #ff1022, 71px 71px #ff1022, 72px 72px #ff1022, 73px 73px #ff1022, 74px 74px #ff1022, 75px 75px #ff1022, 76px 76px #ff1022, 77px 77px #ff1022, 78px 78px #ff1022, 79px 79px #ff1022, 80px 80px #ff1022, 81px 81px #ff1022, 82px 82px #ff1022, 83px 83px #ff1022, 84px 84px #ff1022, 85px 85px #ff1022; }
  1364. .button-longshadow.button-caution:active, .button-longshadow.button-caution.active, .button-longshadow.button-caution.is-active,
  1365. .button-longshadow-right.button-caution:active,
  1366. .button-longshadow-right.button-caution.active,
  1367. .button-longshadow-right.button-caution.is-active {
  1368. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1369. .button-longshadow.button-royal,
  1370. .button-longshadow-right.button-royal {
  1371. text-shadow: 0px 0px #5246e2, 1px 1px #5246e2, 2px 2px #5246e2, 3px 3px #5246e2, 4px 4px #5246e2, 5px 5px #5246e2, 6px 6px #5246e2, 7px 7px #5246e2, 8px 8px #5246e2, 9px 9px #5246e2, 10px 10px #5246e2, 11px 11px #5246e2, 12px 12px #5246e2, 13px 13px #5246e2, 14px 14px #5246e2, 15px 15px #5246e2, 16px 16px #5246e2, 17px 17px #5246e2, 18px 18px #5246e2, 19px 19px #5246e2, 20px 20px #5246e2, 21px 21px #5246e2, 22px 22px #5246e2, 23px 23px #5246e2, 24px 24px #5246e2, 25px 25px #5246e2, 26px 26px #5246e2, 27px 27px #5246e2, 28px 28px #5246e2, 29px 29px #5246e2, 30px 30px #5246e2, 31px 31px #5246e2, 32px 32px #5246e2, 33px 33px #5246e2, 34px 34px #5246e2, 35px 35px #5246e2, 36px 36px #5246e2, 37px 37px #5246e2, 38px 38px #5246e2, 39px 39px #5246e2, 40px 40px #5246e2, 41px 41px #5246e2, 42px 42px #5246e2, 43px 43px #5246e2, 44px 44px #5246e2, 45px 45px #5246e2, 46px 46px #5246e2, 47px 47px #5246e2, 48px 48px #5246e2, 49px 49px #5246e2, 50px 50px #5246e2, 51px 51px #5246e2, 52px 52px #5246e2, 53px 53px #5246e2, 54px 54px #5246e2, 55px 55px #5246e2, 56px 56px #5246e2, 57px 57px #5246e2, 58px 58px #5246e2, 59px 59px #5246e2, 60px 60px #5246e2, 61px 61px #5246e2, 62px 62px #5246e2, 63px 63px #5246e2, 64px 64px #5246e2, 65px 65px #5246e2, 66px 66px #5246e2, 67px 67px #5246e2, 68px 68px #5246e2, 69px 69px #5246e2, 70px 70px #5246e2, 71px 71px #5246e2, 72px 72px #5246e2, 73px 73px #5246e2, 74px 74px #5246e2, 75px 75px #5246e2, 76px 76px #5246e2, 77px 77px #5246e2, 78px 78px #5246e2, 79px 79px #5246e2, 80px 80px #5246e2, 81px 81px #5246e2, 82px 82px #5246e2, 83px 83px #5246e2, 84px 84px #5246e2, 85px 85px #5246e2; }
  1372. .button-longshadow.button-royal:active, .button-longshadow.button-royal.active, .button-longshadow.button-royal.is-active,
  1373. .button-longshadow-right.button-royal:active,
  1374. .button-longshadow-right.button-royal.active,
  1375. .button-longshadow-right.button-royal.is-active {
  1376. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1377. /*
  1378. * Shadow Left
  1379. *
  1380. */
  1381. .button-longshadow-left {
  1382. overflow: hidden; }
  1383. .button-longshadow-left.button-primary {
  1384. text-shadow: 0px 0px #33bbb3, -1px 1px #33bbb3, -2px 2px #33bbb3, -3px 3px #33bbb3, -4px 4px #33bbb3, -5px 5px #33bbb3, -6px 6px #33bbb3, -7px 7px #33bbb3, -8px 8px #33bbb3, -9px 9px #33bbb3, -10px 10px #33bbb3, -11px 11px #33bbb3, -12px 12px #33bbb3, -13px 13px #33bbb3, -14px 14px #33bbb3, -15px 15px #33bbb3, -16px 16px #33bbb3, -17px 17px #33bbb3, -18px 18px #33bbb3, -19px 19px #33bbb3, -20px 20px #33bbb3, -21px 21px #33bbb3, -22px 22px #33bbb3, -23px 23px #33bbb3, -24px 24px #33bbb3, -25px 25px #33bbb3, -26px 26px #33bbb3, -27px 27px #33bbb3, -28px 28px #33bbb3, -29px 29px #33bbb3, -30px 30px #33bbb3, -31px 31px #33bbb3, -32px 32px #33bbb3, -33px 33px #33bbb3, -34px 34px #33bbb3, -35px 35px #33bbb3, -36px 36px #33bbb3, -37px 37px #33bbb3, -38px 38px #33bbb3, -39px 39px #33bbb3, -40px 40px #33bbb3, -41px 41px #33bbb3, -42px 42px #33bbb3, -43px 43px #33bbb3, -44px 44px #33bbb3, -45px 45px #33bbb3, -46px 46px #33bbb3, -47px 47px #33bbb3, -48px 48px #33bbb3, -49px 49px #33bbb3, -50px 50px #33bbb3, -51px 51px #33bbb3, -52px 52px #33bbb3, -53px 53px #33bbb3, -54px 54px #33bbb3, -55px 55px #33bbb3, -56px 56px #33bbb3, -57px 57px #33bbb3, -58px 58px #33bbb3, -59px 59px #33bbb3, -60px 60px #33bbb3, -61px 61px #33bbb3, -62px 62px #33bbb3, -63px 63px #33bbb3, -64px 64px #33bbb3, -65px 65px #33bbb3, -66px 66px #33bbb3, -67px 67px #33bbb3, -68px 68px #33bbb3, -69px 69px #33bbb3, -70px 70px #33bbb3, -71px 71px #33bbb3, -72px 72px #33bbb3, -73px 73px #33bbb3, -74px 74px #33bbb3, -75px 75px #33bbb3, -76px 76px #33bbb3, -77px 77px #33bbb3, -78px 78px #33bbb3, -79px 79px #33bbb3, -80px 80px #33bbb3, -81px 81px #33bbb3, -82px 82px #33bbb3, -83px 83px #33bbb3, -84px 84px #33bbb3, -85px 85px #33bbb3; }
  1385. .button-longshadow-left.button-primary:active, .button-longshadow-left.button-primary.active, .button-longshadow-left.button-primary.is-active {
  1386. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1387. .button-longshadow-left.button-plain {
  1388. text-shadow: 0px 0px #e6e6e6, -1px 1px #e6e6e6, -2px 2px #e6e6e6, -3px 3px #e6e6e6, -4px 4px #e6e6e6, -5px 5px #e6e6e6, -6px 6px #e6e6e6, -7px 7px #e6e6e6, -8px 8px #e6e6e6, -9px 9px #e6e6e6, -10px 10px #e6e6e6, -11px 11px #e6e6e6, -12px 12px #e6e6e6, -13px 13px #e6e6e6, -14px 14px #e6e6e6, -15px 15px #e6e6e6, -16px 16px #e6e6e6, -17px 17px #e6e6e6, -18px 18px #e6e6e6, -19px 19px #e6e6e6, -20px 20px #e6e6e6, -21px 21px #e6e6e6, -22px 22px #e6e6e6, -23px 23px #e6e6e6, -24px 24px #e6e6e6, -25px 25px #e6e6e6, -26px 26px #e6e6e6, -27px 27px #e6e6e6, -28px 28px #e6e6e6, -29px 29px #e6e6e6, -30px 30px #e6e6e6, -31px 31px #e6e6e6, -32px 32px #e6e6e6, -33px 33px #e6e6e6, -34px 34px #e6e6e6, -35px 35px #e6e6e6, -36px 36px #e6e6e6, -37px 37px #e6e6e6, -38px 38px #e6e6e6, -39px 39px #e6e6e6, -40px 40px #e6e6e6, -41px 41px #e6e6e6, -42px 42px #e6e6e6, -43px 43px #e6e6e6, -44px 44px #e6e6e6, -45px 45px #e6e6e6, -46px 46px #e6e6e6, -47px 47px #e6e6e6, -48px 48px #e6e6e6, -49px 49px #e6e6e6, -50px 50px #e6e6e6, -51px 51px #e6e6e6, -52px 52px #e6e6e6, -53px 53px #e6e6e6, -54px 54px #e6e6e6, -55px 55px #e6e6e6, -56px 56px #e6e6e6, -57px 57px #e6e6e6, -58px 58px #e6e6e6, -59px 59px #e6e6e6, -60px 60px #e6e6e6, -61px 61px #e6e6e6, -62px 62px #e6e6e6, -63px 63px #e6e6e6, -64px 64px #e6e6e6, -65px 65px #e6e6e6, -66px 66px #e6e6e6, -67px 67px #e6e6e6, -68px 68px #e6e6e6, -69px 69px #e6e6e6, -70px 70px #e6e6e6, -71px 71px #e6e6e6, -72px 72px #e6e6e6, -73px 73px #e6e6e6, -74px 74px #e6e6e6, -75px 75px #e6e6e6, -76px 76px #e6e6e6, -77px 77px #e6e6e6, -78px 78px #e6e6e6, -79px 79px #e6e6e6, -80px 80px #e6e6e6, -81px 81px #e6e6e6, -82px 82px #e6e6e6, -83px 83px #e6e6e6, -84px 84px #e6e6e6, -85px 85px #e6e6e6; }
  1389. .button-longshadow-left.button-plain:active, .button-longshadow-left.button-plain.active, .button-longshadow-left.button-plain.is-active {
  1390. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1391. .button-longshadow-left.button-inverse {
  1392. text-shadow: 0px 0px #090909, -1px 1px #090909, -2px 2px #090909, -3px 3px #090909, -4px 4px #090909, -5px 5px #090909, -6px 6px #090909, -7px 7px #090909, -8px 8px #090909, -9px 9px #090909, -10px 10px #090909, -11px 11px #090909, -12px 12px #090909, -13px 13px #090909, -14px 14px #090909, -15px 15px #090909, -16px 16px #090909, -17px 17px #090909, -18px 18px #090909, -19px 19px #090909, -20px 20px #090909, -21px 21px #090909, -22px 22px #090909, -23px 23px #090909, -24px 24px #090909, -25px 25px #090909, -26px 26px #090909, -27px 27px #090909, -28px 28px #090909, -29px 29px #090909, -30px 30px #090909, -31px 31px #090909, -32px 32px #090909, -33px 33px #090909, -34px 34px #090909, -35px 35px #090909, -36px 36px #090909, -37px 37px #090909, -38px 38px #090909, -39px 39px #090909, -40px 40px #090909, -41px 41px #090909, -42px 42px #090909, -43px 43px #090909, -44px 44px #090909, -45px 45px #090909, -46px 46px #090909, -47px 47px #090909, -48px 48px #090909, -49px 49px #090909, -50px 50px #090909, -51px 51px #090909, -52px 52px #090909, -53px 53px #090909, -54px 54px #090909, -55px 55px #090909, -56px 56px #090909, -57px 57px #090909, -58px 58px #090909, -59px 59px #090909, -60px 60px #090909, -61px 61px #090909, -62px 62px #090909, -63px 63px #090909, -64px 64px #090909, -65px 65px #090909, -66px 66px #090909, -67px 67px #090909, -68px 68px #090909, -69px 69px #090909, -70px 70px #090909, -71px 71px #090909, -72px 72px #090909, -73px 73px #090909, -74px 74px #090909, -75px 75px #090909, -76px 76px #090909, -77px 77px #090909, -78px 78px #090909, -79px 79px #090909, -80px 80px #090909, -81px 81px #090909, -82px 82px #090909, -83px 83px #090909, -84px 84px #090909, -85px 85px #090909; }
  1393. .button-longshadow-left.button-inverse:active, .button-longshadow-left.button-inverse.active, .button-longshadow-left.button-inverse.is-active {
  1394. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1395. .button-longshadow-left.button-action {
  1396. text-shadow: 0px 0px #8bc220, -1px 1px #8bc220, -2px 2px #8bc220, -3px 3px #8bc220, -4px 4px #8bc220, -5px 5px #8bc220, -6px 6px #8bc220, -7px 7px #8bc220, -8px 8px #8bc220, -9px 9px #8bc220, -10px 10px #8bc220, -11px 11px #8bc220, -12px 12px #8bc220, -13px 13px #8bc220, -14px 14px #8bc220, -15px 15px #8bc220, -16px 16px #8bc220, -17px 17px #8bc220, -18px 18px #8bc220, -19px 19px #8bc220, -20px 20px #8bc220, -21px 21px #8bc220, -22px 22px #8bc220, -23px 23px #8bc220, -24px 24px #8bc220, -25px 25px #8bc220, -26px 26px #8bc220, -27px 27px #8bc220, -28px 28px #8bc220, -29px 29px #8bc220, -30px 30px #8bc220, -31px 31px #8bc220, -32px 32px #8bc220, -33px 33px #8bc220, -34px 34px #8bc220, -35px 35px #8bc220, -36px 36px #8bc220, -37px 37px #8bc220, -38px 38px #8bc220, -39px 39px #8bc220, -40px 40px #8bc220, -41px 41px #8bc220, -42px 42px #8bc220, -43px 43px #8bc220, -44px 44px #8bc220, -45px 45px #8bc220, -46px 46px #8bc220, -47px 47px #8bc220, -48px 48px #8bc220, -49px 49px #8bc220, -50px 50px #8bc220, -51px 51px #8bc220, -52px 52px #8bc220, -53px 53px #8bc220, -54px 54px #8bc220, -55px 55px #8bc220, -56px 56px #8bc220, -57px 57px #8bc220, -58px 58px #8bc220, -59px 59px #8bc220, -60px 60px #8bc220, -61px 61px #8bc220, -62px 62px #8bc220, -63px 63px #8bc220, -64px 64px #8bc220, -65px 65px #8bc220, -66px 66px #8bc220, -67px 67px #8bc220, -68px 68px #8bc220, -69px 69px #8bc220, -70px 70px #8bc220, -71px 71px #8bc220, -72px 72px #8bc220, -73px 73px #8bc220, -74px 74px #8bc220, -75px 75px #8bc220, -76px 76px #8bc220, -77px 77px #8bc220, -78px 78px #8bc220, -79px 79px #8bc220, -80px 80px #8bc220, -81px 81px #8bc220, -82px 82px #8bc220, -83px 83px #8bc220, -84px 84px #8bc220, -85px 85px #8bc220; }
  1397. .button-longshadow-left.button-action:active, .button-longshadow-left.button-action.active, .button-longshadow-left.button-action.is-active {
  1398. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1399. .button-longshadow-left.button-highlight {
  1400. text-shadow: 0px 0px #e59501, -1px 1px #e59501, -2px 2px #e59501, -3px 3px #e59501, -4px 4px #e59501, -5px 5px #e59501, -6px 6px #e59501, -7px 7px #e59501, -8px 8px #e59501, -9px 9px #e59501, -10px 10px #e59501, -11px 11px #e59501, -12px 12px #e59501, -13px 13px #e59501, -14px 14px #e59501, -15px 15px #e59501, -16px 16px #e59501, -17px 17px #e59501, -18px 18px #e59501, -19px 19px #e59501, -20px 20px #e59501, -21px 21px #e59501, -22px 22px #e59501, -23px 23px #e59501, -24px 24px #e59501, -25px 25px #e59501, -26px 26px #e59501, -27px 27px #e59501, -28px 28px #e59501, -29px 29px #e59501, -30px 30px #e59501, -31px 31px #e59501, -32px 32px #e59501, -33px 33px #e59501, -34px 34px #e59501, -35px 35px #e59501, -36px 36px #e59501, -37px 37px #e59501, -38px 38px #e59501, -39px 39px #e59501, -40px 40px #e59501, -41px 41px #e59501, -42px 42px #e59501, -43px 43px #e59501, -44px 44px #e59501, -45px 45px #e59501, -46px 46px #e59501, -47px 47px #e59501, -48px 48px #e59501, -49px 49px #e59501, -50px 50px #e59501, -51px 51px #e59501, -52px 52px #e59501, -53px 53px #e59501, -54px 54px #e59501, -55px 55px #e59501, -56px 56px #e59501, -57px 57px #e59501, -58px 58px #e59501, -59px 59px #e59501, -60px 60px #e59501, -61px 61px #e59501, -62px 62px #e59501, -63px 63px #e59501, -64px 64px #e59501, -65px 65px #e59501, -66px 66px #e59501, -67px 67px #e59501, -68px 68px #e59501, -69px 69px #e59501, -70px 70px #e59501, -71px 71px #e59501, -72px 72px #e59501, -73px 73px #e59501, -74px 74px #e59501, -75px 75px #e59501, -76px 76px #e59501, -77px 77px #e59501, -78px 78px #e59501, -79px 79px #e59501, -80px 80px #e59501, -81px 81px #e59501, -82px 82px #e59501, -83px 83px #e59501, -84px 84px #e59501, -85px 85px #e59501; }
  1401. .button-longshadow-left.button-highlight:active, .button-longshadow-left.button-highlight.active, .button-longshadow-left.button-highlight.is-active {
  1402. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1403. .button-longshadow-left.button-caution {
  1404. text-shadow: 0px 0px #ff1022, -1px 1px #ff1022, -2px 2px #ff1022, -3px 3px #ff1022, -4px 4px #ff1022, -5px 5px #ff1022, -6px 6px #ff1022, -7px 7px #ff1022, -8px 8px #ff1022, -9px 9px #ff1022, -10px 10px #ff1022, -11px 11px #ff1022, -12px 12px #ff1022, -13px 13px #ff1022, -14px 14px #ff1022, -15px 15px #ff1022, -16px 16px #ff1022, -17px 17px #ff1022, -18px 18px #ff1022, -19px 19px #ff1022, -20px 20px #ff1022, -21px 21px #ff1022, -22px 22px #ff1022, -23px 23px #ff1022, -24px 24px #ff1022, -25px 25px #ff1022, -26px 26px #ff1022, -27px 27px #ff1022, -28px 28px #ff1022, -29px 29px #ff1022, -30px 30px #ff1022, -31px 31px #ff1022, -32px 32px #ff1022, -33px 33px #ff1022, -34px 34px #ff1022, -35px 35px #ff1022, -36px 36px #ff1022, -37px 37px #ff1022, -38px 38px #ff1022, -39px 39px #ff1022, -40px 40px #ff1022, -41px 41px #ff1022, -42px 42px #ff1022, -43px 43px #ff1022, -44px 44px #ff1022, -45px 45px #ff1022, -46px 46px #ff1022, -47px 47px #ff1022, -48px 48px #ff1022, -49px 49px #ff1022, -50px 50px #ff1022, -51px 51px #ff1022, -52px 52px #ff1022, -53px 53px #ff1022, -54px 54px #ff1022, -55px 55px #ff1022, -56px 56px #ff1022, -57px 57px #ff1022, -58px 58px #ff1022, -59px 59px #ff1022, -60px 60px #ff1022, -61px 61px #ff1022, -62px 62px #ff1022, -63px 63px #ff1022, -64px 64px #ff1022, -65px 65px #ff1022, -66px 66px #ff1022, -67px 67px #ff1022, -68px 68px #ff1022, -69px 69px #ff1022, -70px 70px #ff1022, -71px 71px #ff1022, -72px 72px #ff1022, -73px 73px #ff1022, -74px 74px #ff1022, -75px 75px #ff1022, -76px 76px #ff1022, -77px 77px #ff1022, -78px 78px #ff1022, -79px 79px #ff1022, -80px 80px #ff1022, -81px 81px #ff1022, -82px 82px #ff1022, -83px 83px #ff1022, -84px 84px #ff1022, -85px 85px #ff1022; }
  1405. .button-longshadow-left.button-caution:active, .button-longshadow-left.button-caution.active, .button-longshadow-left.button-caution.is-active {
  1406. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1407. .button-longshadow-left.button-royal {
  1408. text-shadow: 0px 0px #5246e2, -1px 1px #5246e2, -2px 2px #5246e2, -3px 3px #5246e2, -4px 4px #5246e2, -5px 5px #5246e2, -6px 6px #5246e2, -7px 7px #5246e2, -8px 8px #5246e2, -9px 9px #5246e2, -10px 10px #5246e2, -11px 11px #5246e2, -12px 12px #5246e2, -13px 13px #5246e2, -14px 14px #5246e2, -15px 15px #5246e2, -16px 16px #5246e2, -17px 17px #5246e2, -18px 18px #5246e2, -19px 19px #5246e2, -20px 20px #5246e2, -21px 21px #5246e2, -22px 22px #5246e2, -23px 23px #5246e2, -24px 24px #5246e2, -25px 25px #5246e2, -26px 26px #5246e2, -27px 27px #5246e2, -28px 28px #5246e2, -29px 29px #5246e2, -30px 30px #5246e2, -31px 31px #5246e2, -32px 32px #5246e2, -33px 33px #5246e2, -34px 34px #5246e2, -35px 35px #5246e2, -36px 36px #5246e2, -37px 37px #5246e2, -38px 38px #5246e2, -39px 39px #5246e2, -40px 40px #5246e2, -41px 41px #5246e2, -42px 42px #5246e2, -43px 43px #5246e2, -44px 44px #5246e2, -45px 45px #5246e2, -46px 46px #5246e2, -47px 47px #5246e2, -48px 48px #5246e2, -49px 49px #5246e2, -50px 50px #5246e2, -51px 51px #5246e2, -52px 52px #5246e2, -53px 53px #5246e2, -54px 54px #5246e2, -55px 55px #5246e2, -56px 56px #5246e2, -57px 57px #5246e2, -58px 58px #5246e2, -59px 59px #5246e2, -60px 60px #5246e2, -61px 61px #5246e2, -62px 62px #5246e2, -63px 63px #5246e2, -64px 64px #5246e2, -65px 65px #5246e2, -66px 66px #5246e2, -67px 67px #5246e2, -68px 68px #5246e2, -69px 69px #5246e2, -70px 70px #5246e2, -71px 71px #5246e2, -72px 72px #5246e2, -73px 73px #5246e2, -74px 74px #5246e2, -75px 75px #5246e2, -76px 76px #5246e2, -77px 77px #5246e2, -78px 78px #5246e2, -79px 79px #5246e2, -80px 80px #5246e2, -81px 81px #5246e2, -82px 82px #5246e2, -83px 83px #5246e2, -84px 84px #5246e2, -85px 85px #5246e2; }
  1409. .button-longshadow-left.button-royal:active, .button-longshadow-left.button-royal.active, .button-longshadow-left.button-royal.is-active {
  1410. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  1411. /*
  1412. * Button Sizes
  1413. *
  1414. * This file creates the various button sizes
  1415. * (ex. .button-large, .button-small, etc.)
  1416. */
  1417. .button-giant {
  1418. font-size: 28px;
  1419. height: 70px;
  1420. line-height: 70px;
  1421. padding: 0 70px; }
  1422. .button-jumbo {
  1423. font-size: 24px;
  1424. height: 60px;
  1425. line-height: 60px;
  1426. padding: 0 60px; }
  1427. .button-large {
  1428. font-size: 20px;
  1429. height: 50px;
  1430. line-height: 50px;
  1431. padding: 0 50px; }
  1432. .button-normal {
  1433. font-size: 16px;
  1434. height: 40px;
  1435. line-height: 40px;
  1436. padding: 0 40px; }
  1437. .button-small {
  1438. font-size: 12px;
  1439. height: 30px;
  1440. line-height: 30px;
  1441. padding: 0 30px; }
  1442. .button-tiny {
  1443. font-size: 9.6px;
  1444. height: 24px;
  1445. line-height: 24px;
  1446. padding: 0 24px; }