Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

241 lines
4.8 KiB

/*
* ../application
* Browser: Firefox 10 (approximately 0.03% of all users)
*
*/
$browser: firefox;
$browser_prefix: moz;
$browser_version: 10;
$browser_type: desktop;
// CSS Compatibility
$browser_capabilities: (
"png-alpha": y,
"apng": y,
"video": y,
"audio": y,
"contenteditable": y,
"dragndrop": y,
"internationalization": n,
"queryselector": y,
"getelementsbyclassname": y,
"forms": a,
"html5semantic": y,
"offline-apps": y,
"webworkers": y,
"fontface": y,
"eot": n,
"woff": y,
"multibackgrounds": y,
"border-image": ax,
"background-img-opts": y,
"css-table": y,
"css-gencontent": y,
"css-fixed": y,
"hashchange": y,
"css-sel2": y,
"css-sel3": y,
"css-textshadow": y,
"css-boxshadow": y,
"css3-colors": y,
"css3-boxsizing": yx,
"css-mediaqueries": y,
"multicolumn": ax,
"border-radius": y,
"transforms2d": yx,
"use-strict": y,
"transforms3d": yx,
"sharedworkers": n,
"css-hyphens": yx,
"css-transitions": yx,
"font-feature": ax,
"css-animation": yx,
"css-gradients": yx,
"css-canvas": n,
"css-reflections": n,
"css-masks": a,
"svg": y,
"svg-css": a,
"svg-smil": y,
"svg-fonts": n,
"svg-filters": y,
"svg-html": y,
"svg-html5": y,
"canvas": y,
"canvas-text": y,
"namevalue-storage": y,
"sql-storage": n,
"indexeddb": yx,
"online-status": a,
"eventsource": y,
"x-doc-messaging": y,
"datauri": y,
"mathml": y,
"css-featurequeries": n,
"xhtml": y,
"xhtmlsmil": p,
"wai-aria": y,
"geolocation": y,
"flexbox": ax,
"webgl": a,
"fileapi": y,
"shadowdom": n,
"websockets": ax,
"hidden": y,
"script-async": y,
"cors": y,
"calc": yx,
"ruby": p,
"css-opacity": y,
"form-validation": y,
"history": y,
"json": y,
"classlist": y,
"text-overflow": y,
"webm": a,
"mpeg4": n,
"ogv": y,
"wordwrap": a,
"progressmeter": a,
"object-fit": n,
"xhr2": y,
"minmaxwh": y,
"details": p,
"text-stroke": n,
"inline-block": y,
"notifications": n,
"stream": n,
"svg-img": y,
"datalist": y,
"dataset": y,
"css-grid": n,
"menu": a,
"rem": y,
"ttf": y,
"touch": a,
"matchesselector": ax,
"pointer-events": y,
"blobbuilder": ax,
"filereader": y,
"filesystem": n,
"bloburls": y,
"rellist": n,
"typedarrays": y,
"deviceorientation": a,
"script-defer": y,
"nav-timing": y,
"audio-api": n,
"css-regions": n,
"spellcheck-attribute": y,
"fullscreen": ax,
"requestanimationframe": yx,
"input-range": n,
"matchmedia": y,
"input-datetime": n,
"input-color": n,
"input-number": n,
"iframe-sandbox": n,
"css-counters": y,
"css-resize": y,
"input-placeholder": y,
"spdy": n,
"css-repeating-gradients": yx,
"css-filters": a,
"getcomputedstyle": y,
"word-break": n,
"viewport-units": n,
"contentsecuritypolicy": y,
"pagevisibility": yx,
"stricttransportsecurity": y,
"style-scoped": n,
"svg-fragment": n,
"outline": y,
"download": n,
"pointer": p,
"user-select-none": yx,
"webp": p,
"intrinsic-width": yx,
"cryptography": p,
"template": n,
"opus": n,
"jpegxr": n,
"channel-messaging": n,
"css3-tabsize": yx,
"mutationobserver": n,
"css-selection": yx,
"css-placeholder": ax,
"css-deviceadaptation": n,
"text-emphasis": n,
"canvas-blending": n,
"clipboard": n,
"rtcpeerconnection": n,
"css3-cursors": y,
"css3-cursors-newer": yx,
"webvtt": n,
"promises": p,
"css-sticky": n,
"dialog": n,
"css-variables": n,
"vibration": n,
"css-backgroundblendmode": n,
"css-mixblendmode": n,
"web-speech": n,
"high-resolution-time": n,
"battery-status": ax,
"serviceworkers": n,
"text-decoration": yx,
"speech-synthesis": n,
"user-timing": n,
"srcset": n,
"ambient-light": n,
"will-change": n,
"css-shapes": n,
"domcontentloaded": y,
"proximity": n,
"kerning-pairs-ligatures": y,
"iframe-seamless": n,
"css-image-orientation": n,
"picture": n,
"woff2": n,
"text-size-adjust": n,
"web-animation": n,
"resource-timing": n,
"custom-elements": n,
"imports": n,
"input-file-multiple": y,
"atob-btoa": y,
"css-appearance": yx,
"css-background-offsets": n,
"css-supports-api": n,
"css-touch-action": n,
"autofocus": y,
"css-clip-path": a,
"getrandomvalues": n,
"screen-orientation": n,
"font-loading": n,
"font-unicode-range": n,
"gamepad": n,
"css-font-stretch": y,
"font-size-adjust": y,
"link-icon-png": y,
"link-icon-svg": y,
"css-media-resolution": a,
"xml-serializer": a,
"css-image-set": n,
"css-boxdecorationbreak": n,
"object-observe": n,
"broadcastchannel": n,
"css-crisp-edges": yx,
"css-text-align-last": n,
"fetch": n,
"background-attachment": a,
"currentcolor": y,
"input-pattern": y,
"registerprotocolhandler": y
);
@import "bumbleberry-settings";
@import "bumbleberry";
@import "../application";